1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-29 22:50:30 +03:00

56 Commits

Author SHA1 Message Date
Michail Vourlakos
46e6e2fdf8 fix #980,update file permissions
--update layout-file permissions when
importing or copying layouts
2018-04-14 21:22:54 +03:00
Yuri Chornoivan
fd1ae873c4 Fix minor typos 2017-09-09 12:00:16 +03:00
Michail Vourlakos
9f01b5fbdf add "New" button translation 2017-08-27 17:03:32 +03:00
Michail Vourlakos
f3378acf9e add a "New" button in layouts manager 2017-08-27 17:00:34 +03:00
Michail Vourlakos
76cd844dce select previous row after layout removal 2017-07-29 15:37:37 +03:00
Michail Vourlakos
faa830c592 fix layout name on copy method
--switch current layout after saveAllChanges only when
we rename the current layout
2017-07-29 15:30:04 +03:00
Michail Vourlakos
6237d52c3d update buttons state in layouts window 2017-07-28 19:25:28 +03:00
Michail Vourlakos
9d1dd08191 add a layout broken file check
--there are cases that a layout file can be broken because
there are containments having same applet ids. This
check informs the user for such layouts when the
layout manager is appearing
2017-07-27 22:00:51 +03:00
Michail Vourlakos
dfe0a8e18f update translation strings, add greek 2017-07-25 15:59:06 +03:00
Michail Vourlakos
d3b6ce0ac6 keep compatibility with qt5.7 2017-07-24 21:50:09 +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
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
b39dc2b72a support import v0.2 config files from layout manager 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
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
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
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
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
9e213bfa00 improve layout for menu checkbox 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
Michail Vourlakos
ef8e587672 create colorcombobox for layouts
--create a new delegate for the combobox of layouts
color
2017-07-24 20:01:11 +03:00
Michail Vourlakos
7ac0f13c49 improve layouts window visual when selecting row 2017-07-24 20:01:11 +03:00
Michail Vourlakos
86bc896fa0 center checkboxes in layouts window 2017-07-24 20:01:11 +03:00
Michail Vourlakos
fc8475c74a set translatable layouts window title 2017-07-24 20:01:11 +03:00
Michail Vourlakos
922dfb92c1 select row for current layout in layouts window 2017-07-24 20:01:11 +03:00
Michail Vourlakos
f7558bb686 enable Switch button in the layouts window 2017-07-24 20:01:11 +03:00
Michail Vourlakos
38e5fca05f make bold the current layout 2017-07-24 20:01:11 +03:00