Commit Graph

55 Commits (1049e7e9bade99f3cceda3f784c7d8a75cc53ebe)

Author SHA1 Message Date
Yuri Chornoivan fd1ae873c4 Fix minor typos
Michail Vourlakos 9f01b5fbdf add "New" button translation
Michail Vourlakos f3378acf9e add a "New" button in layouts manager
Michail Vourlakos 76cd844dce select previous row after layout removal
Michail Vourlakos faa830c592 fix layout name on copy method
--switch current layout after saveAllChanges only when
we rename the current layout
Michail Vourlakos 6237d52c3d update buttons state in layouts window
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
Michail Vourlakos dfe0a8e18f update translation strings, add greek
Michail Vourlakos d3b6ce0ac6 keep compatibility with qt5.7
Johan Smith Agudelo Rodriguez 50f5402620 Using Check mark character instead of CheckBox for the table
Johan Smith Agudelo Rodriguez 9ecc961017 fix checkbox alignment
Michail Vourlakos 50636fcc0c improve semantics for columns references
Michail Vourlakos b39dc2b72a support import v0.2 config files from layout manager
Michail Vourlakos f89f78b964 support import configuration from command line
Michail Vourlakos 5ecc9b2281 support import/export configurations
Michail Vourlakos 49fd921c2c hide the id column in layouts manager
Michail Vourlakos cdc5478b7b import correctly old layouts from old config files
Michail Vourlakos 858d975ea5 support import version 2 layout files
Michail Vourlakos 03cd1f1c8c provide correct naming for copied layouts
Michail Vourlakos 3e3d180794 show column names properly in layout manager
Michail Vourlakos ed6ca64c1f support restore Presets in layouts manager
Michail Vourlakos 23391e53f5 support copy method in layout manager
Michail Vourlakos eb6071a4d2 support removing layouts from layout manager
Michail Vourlakos 2958fb3cf6 support exporting layout
Michail Vourlakos 9195dafbc9 support renaming of active layout
Michail Vourlakos db7da1221a support renaming for not running layouts
Michail Vourlakos b6352c587d update menu layouts from the layouts window
Michail Vourlakos 252ca89725 update layout settings(color,menu,activities
Michail Vourlakos 532936637c make check to not conflict the layouts names
Michail Vourlakos 6e0335d6f2 in start disable Ok and Apply button in manager
Michail Vourlakos 8e628904eb set the path of layout as id for layoutSettings
Michail Vourlakos 41291aac98 fix switch mechanism of the layouts manager
Michail Vourlakos 5ff0e7af5b save layout window size to improve usability
Michail Vourlakos 85bd62acc6 hide rows number in layout manager
Michail Vourlakos 4fefc56b43 stretch layouts tableview to window size
Michail Vourlakos 78b4eb798a restore menu checkbox behavior
Michail Vourlakos f28edd6d03 make activities combobox work properly
--activitiescmbbox in layout manager now shows always only
the available activities
Michail Vourlakos d8716f18a8 improve the Activities combobox behavior
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
Michail Vourlakos 747fe2fd02 expose a QMultiComboBox for activities in layouts
Michail Vourlakos 9e213bfa00 improve layout for menu checkbox
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.
Michail Vourlakos ef8e587672 create colorcombobox for layouts
--create a new delegate for the combobox of layouts
color
Michail Vourlakos 7ac0f13c49 improve layouts window visual when selecting row
Michail Vourlakos 86bc896fa0 center checkboxes in layouts window
Michail Vourlakos fc8475c74a set translatable layouts window title
Michail Vourlakos 922dfb92c1 select row for current layout in layouts window
Michail Vourlakos f7558bb686 enable Switch button in the layouts window
Michail Vourlakos 38e5fca05f make bold the current layout
Michail Vourlakos a9f3f74c2d use checkboxes for show in menu in layouts win