mateushonorato
63422463cf
Change CMAKE_CXX_STANDARD from 11 to 14
...
I was getting the following error when trying to compile and install:
/home/mateus/Latte-Dock/app/iconitem.cpp: In member function ‘void Latte::IconItem::setSource(const QVariant&)’:
/home/mateus/Latte-Dock/app/iconitem.cpp:98:29: error: ‘make_unique’ is not a member of ‘std’
m_svgIcon = std::make_unique<Plasma::Svg>(this);
So, changing the CMAKE_CXX_STANDARD from 11 to 14 solved this, since make_unique is a C++14 feature.
8 years ago
Michail Vourlakos
9fdd44830f
cleanup shell translations
...
--shell translations are not used in reality,
only the apps one. This will solve any confusion
around where are the translation strings
8 years ago
Michail Vourlakos
6111a9c61e
ui,do not allow hiding when containsMouse
...
--or blockHiding as second step protection
8 years ago
Michail Vourlakos
1494ac710a
add icons for buttons in Bahavior Config Page
8 years ago
Michail Vourlakos
145f79c7be
update translation strings and greek translation
8 years ago
Michail Vourlakos
18b8b5ca30
remove unneeded code
8 years ago
Michail Vourlakos
2b5c43a541
fix #41 , a crash when a dock was removed
...
--removing connections on xwindowinterface destructor
--removing connections on dockview destructor
--remove xwindowinterface that was created from
visibilitymanager in its destructor
8 years ago
Michail Vourlakos
b813b071f7
fix #31,theme shadows used in normal state masking
8 years ago
Michail Vourlakos
b3a42c147f
fix tasks dragging and menu showing in AutoHide
...
--restore the signaling that the ui needed from the
tasks plasmoid to not hide the dock during dragging
and contextmenu showing
8 years ago
Michail Vourlakos
c46c722bad
remove visibilitymanager on dockview destruction
8 years ago
Michail Vourlakos
8fdd94bc28
improve configuration window
...
--expose quit action
--hide remove action when only one dock exists
--udpate edges when a new dock is added
--connect the destroyed event of containment in order
to remove also the dockview
--remove correctly the dockviews in the application
exit
8 years ago
Michail Vourlakos
783654d07e
restore compatibility with KF 5.26
8 years ago
Michail Vourlakos
de90ff3392
add a separator for latte config entry
8 years ago
Michail Vourlakos
5f5a05a66e
improve menu behavior and appearance
8 years ago
Michail Vourlakos
06b8461c05
fix #6
...
--override default contextmenu behavior
--clean up old code
8 years ago
Michail Vourlakos
e8794f989c
remove no needed containment actions
8 years ago
Michail Vourlakos
2fa2f74880
add a ScrollArea in configuration window
8 years ago
Michail Vourlakos
ab738970e2
visual zoom factor to percentage from decimal
8 years ago
Michail Vourlakos
cb38671b3e
minimumWidth for texts in sliders in configuration
8 years ago
Michail Vourlakos
a7f5dc171f
fix sliding issues in configuration window
8 years ago
Michail Vourlakos
c07c8f7940
replace Double with Justify
8 years ago
Michail Vourlakos
4aaeb246cb
reduce code in AppletItem
...
--check more general if a plasmoid is one of the two
edges, start or end
8 years ago
Michail Vourlakos
9cba27463f
use default pin for configuration window
8 years ago
audoban
7e44d81a0f
Less debug information.
8 years ago
audoban
448f0b83fd
Dock shouldnt hide on userConfiguring state #32
8 years ago
audoban
a9c1758f66
we can pass a build type to install.sh
8 years ago
audoban
75a915083c
Info debugging generates useless backtrace
8 years ago
Michail Vourlakos
3dacc2fda9
support sticker for configuration window
8 years ago
Michail Vourlakos
50fe022243
move Tasks contents a bit to the right
8 years ago
Michail Vourlakos
bc4ffe5095
drop QtQuick 2.7 in favor of 2.0
8 years ago
Michail Vourlakos
7637e9c5b8
fix #30 , fix hidden spacers behavior
8 years ago
Michail Vourlakos
c74e9ce5b1
disable dragging from plasmoid, fix #35
8 years ago
audoban
0de6a070b0
Drag events managed from VisibilityManager #37 #21
8 years ago
audoban
c02c12de1a
dons't build, pluginmetadata is deprecated
8 years ago
audoban
2045f1d622
Fixed show and hide timers. #33
8 years ago
Michail Vourlakos
afe46aa083
update translation strings
8 years ago
Michail Vourlakos
8d389fcad2
fix some hiding issues on userConfiguring state
8 years ago
Michail Vourlakos
d77c594ab5
semantic fix for panel to root
8 years ago
Michail Vourlakos
caa4f4676c
enable block hiding in some cases
...
--more specific on user configuring and
on dragging a task
8 years ago
audoban
9a0cfcca13
Respect to the original authors
8 years ago
audoban
ad2758cfeb
Missing file licences #34
8 years ago
Michail Vourlakos
ebad51d780
hide Tasks config if plasmoid not present
8 years ago
Michail Vourlakos
bc74279ded
improve tasks config page appearance
8 years ago
Michail Vourlakos
68cc20e910
hide plasmoid's configuration choice
8 years ago
Michail Vourlakos
a8cfb975a9
add filters for plasmoid into configuration
8 years ago
Michail Vourlakos
ff69d5530e
expose interaction values from plasmoid
8 years ago
Michail Vourlakos
4af5bcc1b1
support durationTime through the configuration
8 years ago
Michail Vourlakos
a8a8619950
plasmoid, central durationTime value
8 years ago
Michail Vourlakos
4bb1713469
replace panel with root semantic for plasmoid
8 years ago
Michail Vourlakos
af32b293d8
expose plasmoid configuration through dock config
8 years ago