1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-24 05:33:50 +03:00
Commit Graph

2082 Commits

Author SHA1 Message Date
Michail Vourlakos
910f480a3d rename data to layoutcolordata 2020-08-09 18:02:54 +03:00
Michail Vourlakos
47ef73041b update data::layout... namespaces 2020-08-09 18:00:01 +03:00
Michail Vourlakos
b39c35b487 update namespace/name for Data::LayoutColor 2020-08-09 17:40:11 +03:00
Michail Vourlakos
805e37a368 update Layout::Data::ActivityData namespace 2020-08-09 14:22:53 +03:00
Michail Vourlakos
375579a517 move data classes from settings to app directory
--makes more sense data records to be accessible both
from settings and layouts management classes
2020-08-09 14:11:06 +03:00
Michail Vourlakos
da61a432cd add template options to layoutdata 2020-08-09 13:53:43 +03:00
Michail Vourlakos
aee04ef180 set maximum values for mouse sensitivity buttons 2020-08-06 03:04:03 +03:00
Michail Vourlakos
5d7ea7c9c7 fix crash at primary config when switching layouts
--fix crash at primary config when switching layouts
--load on demand view type options at vertical latte
views as memory improvement
2020-08-05 19:33:33 +03:00
Michail Vourlakos
9092e54fc0 enable Multiple Layouts mode in wayland
--enable multiple layouts mode partially and
try to provide at least one central layout
combined with a shared layout
2020-08-03 18:13:37 +03:00
Michail Vourlakos
dec2860d5f synchronizer:improve freeactivities layout semantic 2020-08-03 17:42:06 +03:00
Michail Vourlakos
b799950ddb corona:remove editing windows earlier
--it minimizes warnings during exit
2020-08-03 17:33:52 +03:00
Michail Vourlakos
fed3194ca9 multiple:unload central layouts after the additions
--this way a shared layout that unloads its only central
layout is not unloaded at all if a new central layout exists
with it
2020-08-03 17:30:13 +03:00
Michail Vourlakos
e323f31645 use universal inAdvancedMode for edit settings
--for all view edit windows are now using the same
flag in order to identify basic and advanced level
for editing their settings
2020-08-03 12:13:03 +03:00
Michail Vourlakos
0bcc45e633 use KWin slideouts when switching layouts 2020-08-03 00:29:59 +03:00
Michail Vourlakos
105b14de38 layouteditor:improve activity/shares edit behavior
--situation has improved vastly for users for activities
and shares when trying to change their values. The menus
that appear now contain Ok/Cancel buttons in order to
accept or ignore the changes. If the user just hides
the menu without clicking Ok button then the changes
are ignored.
2020-08-02 19:10:38 +03:00
Michail Vourlakos
3f1e788885 details:fix checkboxes options
--use one single checkbox for its option and
align an much as possible previous radiobuttons
2020-08-02 17:18:29 +03:00
Michail Vourlakos
b808fa2559 reduce minimum hide timer interval to zero 2020-08-02 03:23:00 +03:00
Michail Vourlakos
7e4791fdbc fixes for hiding/showing signaling 2020-08-02 02:36:12 +03:00
Michail Vourlakos
8c1d0d34e5 rename internal containments to subcontainments
--applets that act as internal containments are now called
subcontainments because they are containments inside
main containments
2020-08-02 01:22:25 +03:00
Michail Vourlakos
59878a3f28 details:update window title based on layout name 2020-08-01 23:25:26 +03:00
Michail Vourlakos
a623858d78 details: give layouts their background badges 2020-08-01 23:25:26 +03:00
Michail Vourlakos
72fa5cdd9c rename background delegate of layouts editor 2020-08-01 23:25:26 +03:00
Michail Vourlakos
39fb0df8dc remove background cmbbox deprecated code 2020-08-01 23:25:26 +03:00
Michail Vourlakos
c3e430e356 fix crash when unloading layouts
--when unloading layouts applets are deleted
and subsequently all the heuristics for identifying
expanded applets are removed. In such case
there were rare cases that applet()->id() was
trying to be accessed and that was subsequently
creating crashes because applet did not exist
anymore. AppletQuickItems probably are deleted
after applet has already been destroyed.
2020-08-01 20:40:23 +03:00
Michail Vourlakos
c64354c048 update CustomIndicator button onParentView change 2020-07-31 20:22:51 +03:00
Michail Vourlakos
45d09b2cd4 editdock:support indicatorsuimanager
--the new approach is much more memory efficient
as the same indicator config ui is used for ALL
views and anything related to config uis is now
handled by the manager instead of each diffent
view on its own
2020-07-31 20:16:14 +03:00
Michail Vourlakos
5d1edfe68d fix layouts model original data discoveries
--original data indexes may not be consistent with
current layouts data. If a layout is removed from
current layouts then many original layouts data indexes
are totally different. This commit fixes this.
2020-07-31 13:50:48 +03:00
Michail Vourlakos
c1fc7b77f0 settings:clear new fields during duplicating layout 2020-07-31 09:49:39 +03:00
Michail Vourlakos
582de7afe3 each view now keeps one indicator configui
--curent view indicator config ui is not deleted
when the PrimaryConfigView changes its parent view.
For each view there is one indicator config ui
that is kept available to be shown when appropriate.
This way we avoid unnecessary recreations of indicator
config uis when the user cycles between different views
settings.
2020-07-31 02:13:34 +03:00
Michail Vourlakos
1c0f5acde8 call KIconDialog with default getIcon() 2020-07-31 00:56:22 +03:00
Michail Vourlakos
676e648ca3 layouts editor:fix shared layout icon badges
--when the shared layout has user assigned icon
then that icon is always preferred
--choose which icons are drawn for shared layout
based completely on what icons are already chosen
for the assigned shares (central layouts)
2020-07-31 00:43:36 +03:00
Michail Vourlakos
28bcc973c0 details:add layout icon property
--expose icon properly at details window
2020-07-30 23:51:50 +03:00
Michail Vourlakos
437c04cf92 details:add icon_clear behavior 2020-07-30 18:52:29 +03:00
Michail Vourlakos
c3fd137032 details:add clear pattern button 2020-07-30 18:38:12 +03:00
Michail Vourlakos
0286966cab use properly default custom background values 2020-07-30 18:09:49 +03:00
Michail Vourlakos
1ee03fe92d disable Layouts BackgroundColumn ediatability 2020-07-30 17:09:15 +03:00
Michail Vourlakos
04305205ca details:add Ok,Cancel buttons
--delete details window properly after has
been used from the user
2020-07-30 17:05:56 +03:00
Michail Vourlakos
835c24cbcb provide default custom background values 2020-07-30 16:46:02 +03:00
Michail Vourlakos
a787567bf2 settings:apply new background properties properly 2020-07-30 14:49:37 +03:00
Michail Vourlakos
72a70c7da7 details:add backgound settings functionality 2020-07-30 10:44:08 +03:00
Michail Vourlakos
d8b339ac7b details:add colors functionality 2020-07-30 10:14:39 +03:00
Michail Vourlakos
3c94aa8d75 drop sub handler detailsoptionshandler
--drop the sub handler detailsoptionshandler
because the new design wont have tabs like the main
settings window does. Views table will be provided
through a new sub dialog.
2020-07-29 22:00:37 +03:00
Michail Vourlakos
029090a2de details:provide colorcmbbox delegate 2020-07-29 20:05:33 +03:00
Martijn Vogelaar
05fd28b2dc fix #10,Delete button deletes layout. 2020-07-29 09:06:00 +00:00
l10n daemon script
5832978fbf SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2020-07-29 06:05:36 +02:00
l10n daemon script
5a067d17a5 GIT_SILENT made messages (after extraction) 2020-07-29 02:26:18 +02:00
Michail Vourlakos
a3250cf7ca fixed for View::inEditMode flags
--inEditMode is now updated directly from
containment()->inUserConfiguring()
--add again hiding blockers when View gets
into edit mode. That was lost during last commits
because it was part of Visual qml code that
has been moved to another window.
2020-07-29 01:20:45 +03:00
Michail Vourlakos
6cb97068c2 SidebarAutoHide support floating gap contains mouse
--floating gap window is now activated independently of
kwin edges supports and only when really needed.
SidebarAutoHide visibility mode has been adjusted in order
to work nicely with floating gap window helper
2020-07-29 00:58:21 +03:00
Michail Vourlakos
0d02a92733 increase hide timer specific SidebarAutoHide msecs
--when the user has triggered its showing. It must be
given enough time for the user to observed the sidebar
contents before checking out if the sidebar must hide.
2020-07-29 00:20:58 +03:00
Michail Vourlakos
01a17ea9ba visibility:update hide timer interval handling
--hide timer now has a default/user set value but
it can also become with different intervals if
specific codepaths require it.
2020-07-29 00:13:16 +03:00