Commit Graph

160 Commits (5b3c00ff8c380950c0921cb5d6a1b98138325c76)

Author SHA1 Message Date
Michail Vourlakos 35dc7c3f69 fix #567,support task name tooltips 8 years ago
Michail Vourlakos 8abc2e517a config option for task title tooltips 8 years ago
Michail Vourlakos 23733837e5 update the infoview for wayland and multi-screen 8 years ago
Michail Vourlakos dfe0a8e18f update translation strings, add greek 8 years ago
Michail Vourlakos 6f7a44c450 the user can disable the Latte Info window
--which is mainly used to inform the user for
a dynamic layout switching
8 years ago
Michail Vourlakos 2d4aeaaf51 add info window for showing latte infos
--its main purpose is to inform the user that Latte
is dynamically switching layout
8 years ago
Michail Vourlakos 94e740b901 increase to version 0.6.91
--this version supports dynamic layouts and different
layouts per activities
8 years ago
Michail Vourlakos 68a5223b47 fix #616,use unique ids for applets and containme 8 years ago
Michail Vourlakos c7332bab27 disable copy dock functionality until fix issues
--the Copy functionality creates broken config files. It
must be disabled!!! the applet ids are no longer updated
correctly from the importLayout function! This must be
fixed from our part!
8 years ago
Michail Vourlakos 0b34dcf1b3 fix #608, support Unique,Layout,Global launchers 8 years ago
Michail Vourlakos d4b2f3d15b update launchers based on group correctly
--this isnt the plasmoid part but the c++ and configuration
window one
8 years ago
Michail Vourlakos 94d9d817f7 import presets on first startup 8 years ago
Michail Vourlakos e0b7c9f322 update correctly the layouts list in cmbbox 8 years ago
Michail Vourlakos b1e7404d0a improve layouts in Appearance page 8 years ago
Michail Vourlakos ac83f31197 remove exposeToMenu from Tweaks page 8 years ago
Michail Vourlakos 37c86079c0 expose menuLayouts from layoutManager
--create a list of layouts that have enabled
to be shown in menus
8 years ago
Michail Vourlakos eac9e649aa add Swich button, update text for configure layouts 8 years ago
Johan Smith Agudelo Rodriguez 0e87cb8907 LayoutConfigDialog moved into LayoutManager class 8 years ago
Johan Smith Agudelo Rodriguez 0b4dc7ce3e Adding layouts config dialog 8 years ago
Michail Vourlakos 7418c60a3f support more colors and update some 8 years ago
Michail Vourlakos c00d540e4e set colors for the layouts 8 years ago
Michail Vourlakos e591add025 move autostart functionality to universalSettings 8 years ago
Michail Vourlakos 75f3b1d4d2 update layouts to new architecture
--the config window now exposes only the
confirmed layouts and can update its layout
accordingly
8 years ago
Michail Vourlakos 9f20ceb83e remove globalSettings from qml part
--globalSettings remain only for the layouts in the
config window
8 years ago
Michail Vourlakos f2de335d35 move functionality to new architecture
--add functionality for layoutManager
--add widgets action and alternative layout action to
layoutManager
--remove more functionality that belongs to globalSettings
8 years ago
Michail Vourlakos 0b8316e296 add presets for the new architecture 8 years ago
Michail Vourlakos 58cf0864ba add a theme choice for the applets shadow 8 years ago
Michail Vourlakos 4b8a798c8d disable color button when shadows are disabled 8 years ago
Michail Vourlakos a36ddabb3a fix #566,support used specified applet shadows 8 years ago
Michail Vourlakos 98a4f2b253 add shadows option in the config window 8 years ago
Michail Vourlakos c0daf7dd68 add debug messages for destructions 8 years ago
Michail Vourlakos 01a33b0c97 fix binding loop for config win show 8 years ago
Michail Vourlakos a05785e34b differentiate dockNo perScreen and total
--improve the signaling between the configuration window
and the dockview concerning freeEdges for current screens
and docks count. Now the docks counting is different
between screens and in general
8 years ago
Michail Vourlakos 60b4850a9b make zoom a subcategory of applet size
--this visual change is inside the Appearance
page in the configuration window
8 years ago
Michail Vourlakos 0ce0feca0a fix #526,add toggleGrouping action 8 years ago
Michail Vourlakos ee4fab08d7 reorder options in Tasks pages
--it is a good decision to reorder the choices
based on basic or advanced options in each
subgroup
8 years ago
Michail Vourlakos 3392128cdf update translation strings 8 years ago
Michail Vourlakos e4208cc616 add new strings 8 years ago
Michail Vourlakos 11ccb7c1af improve visuals for ComboBox Button in config win 8 years ago
Michail Vourlakos 5fc4f9a8ae fix #522,expose copy dock through menu 8 years ago
Michail Vourlakos b0ebfdbe4f first approach to copy a dock 8 years ago
Johan Smith Agudelo Rodriguez 34b09c5c72 improvements to drop down button 8 years ago
Johan Smith Agudelo Rodriguez 763e1810c7 added contextual menu to dropdown button 8 years ago
Johan Smith Agudelo Rodriguez 2de44e3fd0 drop down button #522 8 years ago
Michail Vourlakos be83d54339 fix #521,support syncing launchers for all docks
--this commit is the last for this to be supported.
It checks if the globalLauncherList is empty and in
such case when syncing is enabled the current dock
launchers are used
8 years ago
Michail Vourlakos cf7b820e2e sync launchers correctly between docks,def session 8 years ago
Michail Vourlakos ffa3942dc7 enable combination for maximized features 8 years ago
Michail Vourlakos 162d84e31d fix #495,Disable panel shadow for maximized windows 8 years ago
Michail Vourlakos 5f1f5f102e add tooltip for maximized window behavior 8 years ago
Michail Vourlakos aacd80df3d enable tooltips in various places 8 years ago
Michail Vourlakos 4eb0645474 fix #489,option for mouse wheel actions 8 years ago
Michail Vourlakos b79b375715 access internal plasma separator from contextmenu
--all the functionality concerning the internal separator
is moved completely into the plasmoid. Now the add/remove
of the internal separator can be found through the Tasks
contextmenu as long as we are in editMode (that is showing
the configuration window)
8 years ago
Michail Vourlakos 1c76e29b3f fix #472,support latte applet active indicators
--expose the functionality through the configuration
window. The user can choose no latte type internal
active applets indicators, only show to latte internal
applets and show at all applets
8 years ago
Michail Vourlakos 7232480b79 update string 8 years ago
Michail Vourlakos 9d55a65bf5 fix #469,support show background on maximized only
-- the user can choose this behavior from the Tweaks page,
the panel background in shown only when there is maximized
window and it is fully transparent otherwise
8 years ago
Michail Vourlakos 1145b42e17 fix margins for config window pages
--the right margins should be equal to the
left margins, this is the only way to create
a symmetric look for congig window options
8 years ago
Michail Vourlakos f40dbc29ca add a little margin at config pages bottom 8 years ago
Michail Vourlakos 0cfd64c018 update Quit icon 8 years ago
Michail Vourlakos 92748788c8 increase the subGroupSpacing in config window 8 years ago
Michail Vourlakos 7c07385c10 fix #453,substitute absolute build path references
--fixes the kdesrc-build installation
8 years ago