1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-12 01:17:55 +03:00
Commit Graph

1259 Commits

Author SHA1 Message Date
Michail Vourlakos
0b34dcf1b3 fix #608, support Unique,Layout,Global launchers 2017-07-24 20:01:11 +03:00
Michail Vourlakos
d4b2f3d15b update launchers based on group correctly
--this isnt the plasmoid part but the c++ and configuration
window one
2017-07-24 20:01:11 +03:00
Michail Vourlakos
111d004e47 add launchers in universal group also 2017-07-24 20:01:11 +03:00
Michail Vourlakos
35336983ac cleanup deprecated code for launchers
--launchers will be able to be chosen per Latte
plasmoid in the form of: Unique,Layout,Global
2017-07-24 20:01:11 +03:00
Johan Smith Agudelo Rodriguez
50f5402620 Using Check mark character instead of CheckBox for the table 2017-07-24 20:01:11 +03:00
Michail Vourlakos
a65d876003 fix #588,dont hide handler when hovering the tooltip 2017-07-24 20:01:11 +03:00
Michail Vourlakos
0a53646847 send a notification when switching layouts dynamic 2017-07-24 20:01:11 +03:00
Michail Vourlakos
ecf67a2a9d dynamic changing to layouts based on activities 2017-07-24 20:01:11 +03:00
Johan Smith Agudelo Rodriguez
9ecc961017 fix checkbox alignment 2017-07-24 20:01:11 +03:00
Michail Vourlakos
50636fcc0c improve semantics for columns references 2017-07-24 20:01:11 +03:00
Michail Vourlakos
94d9d817f7 import presets on first startup 2017-07-24 20:01:11 +03:00
Michail Vourlakos
93deb7d3cc add presets on startup 2017-07-24 20:01:11 +03:00
Michail Vourlakos
b39dc2b72a support import v0.2 config files from layout manager 2017-07-24 20:01:11 +03:00
Michail Vourlakos
9f16814780 remove deprecated globalsettings 2017-07-24 20:01:11 +03:00
Michail Vourlakos
f89f78b964 support import configuration from command line 2017-07-24 20:01:11 +03:00
Michail Vourlakos
5ecc9b2281 support import/export configurations 2017-07-24 20:01:11 +03:00
Michail Vourlakos
49fd921c2c hide the id column in layouts manager 2017-07-24 20:01:11 +03:00
Michail Vourlakos
cdc5478b7b import correctly old layouts from old config files 2017-07-24 20:01:11 +03:00
Michail Vourlakos
858d975ea5 support import version 2 layout files 2017-07-24 20:01:11 +03:00
Michail Vourlakos
03cd1f1c8c provide correct naming for copied layouts 2017-07-24 20:01:11 +03:00
Michail Vourlakos
3e3d180794 show column names properly in layout manager 2017-07-24 20:01:11 +03:00
Michail Vourlakos
ed6ca64c1f support restore Presets in layouts manager 2017-07-24 20:01:11 +03:00
Michail Vourlakos
23391e53f5 support copy method in layout manager 2017-07-24 20:01:11 +03:00
Michail Vourlakos
eb6071a4d2 support removing layouts from layout manager 2017-07-24 20:01:11 +03:00
Michail Vourlakos
2958fb3cf6 support exporting layout 2017-07-24 20:01:11 +03:00
Michail Vourlakos
9195dafbc9 support renaming of active layout 2017-07-24 20:01:11 +03:00
Michail Vourlakos
db7da1221a support renaming for not running layouts 2017-07-24 20:01:11 +03:00
Michail Vourlakos
e0b7c9f322 update correctly the layouts list in cmbbox 2017-07-24 20:01:11 +03:00
Michail Vourlakos
b6352c587d update menu layouts from the layouts window 2017-07-24 20:01:11 +03:00
Michail Vourlakos
252ca89725 update layout settings(color,menu,activities 2017-07-24 20:01:11 +03:00
Michail Vourlakos
532936637c make check to not conflict the layouts names 2017-07-24 20:01:11 +03:00
Michail Vourlakos
6e0335d6f2 in start disable Ok and Apply button in manager 2017-07-24 20:01:11 +03:00
Michail Vourlakos
8e628904eb set the path of layout as id for layoutSettings 2017-07-24 20:01:11 +03:00
Michail Vourlakos
41291aac98 fix switch mechanism of the layouts manager 2017-07-24 20:01:11 +03:00
Michail Vourlakos
20fe472378 improve visual for layouts tableview 2017-07-24 20:01:11 +03:00
Michail Vourlakos
b1e7404d0a improve layouts in Appearance page 2017-07-24 20:01:11 +03:00
Michail Vourlakos
5ff0e7af5b save layout window size to improve usability 2017-07-24 20:01:11 +03:00
Michail Vourlakos
85bd62acc6 hide rows number in layout manager 2017-07-24 20:01:11 +03:00
Michail Vourlakos
e11d804898 improve checkbox layout in manager 2017-07-24 20:01:11 +03:00
Michail Vourlakos
4fefc56b43 stretch layouts tableview to window size 2017-07-24 20:01:11 +03:00
Michail Vourlakos
78b4eb798a restore menu checkbox behavior 2017-07-24 20:01:11 +03:00
Michail Vourlakos
f28edd6d03 make activities combobox work properly
--activitiescmbbox in layout manager now shows always only
the available activities
2017-07-24 20:01:11 +03:00
Michail Vourlakos
d8716f18a8 improve the Activities combobox behavior 2017-07-24 20:01:11 +03:00
Michail Vourlakos
b48d1eb4ac improve layout switching in plasmoid and manager 2017-07-24 20:01:11 +03:00
Michail Vourlakos
0dfdd75746 drop QMultiComboBox for activities selection
--QMultiComboBox couldnt cooperate nicely with the
TableView, a different approach is needed. Probably
it is easier to just add a text indicator for the selected
activities
2017-07-24 20:01:11 +03:00
Michail Vourlakos
747fe2fd02 expose a QMultiComboBox for activities in layouts 2017-07-24 20:01:11 +03:00
Michail Vourlakos
5b10280500 expose activities properties through corona 2017-07-24 20:01:11 +03:00
Michail Vourlakos
9e213bfa00 improve layout for menu checkbox 2017-07-24 20:01:11 +03:00
Michail Vourlakos
3bbfeced5f provide correct color combobox in layouts manager 2017-07-24 20:01:11 +03:00
Michail Vourlakos
0762e57bab add functionality for the color combobox
--add more needed functionality for the color combobox.
set the current color correctly for the combobox.
2017-07-24 20:01:11 +03:00