1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-02-11 01:58:44 +03:00

21 Commits

Author SHA1 Message Date
Michail Vourlakos
eb3feb4a4e fix #934,change quit button to close button
--exhausted to discuss this so often so in the
end it may be my perspective wrong. Quit button
in dock settings window changed to Close button
and the Quit option moved to menu bar of the
general Latte settings window with shortcut
Ctrl+Q
2018-03-26 20:55:09 +03:00
Scarlett Clark
71d339516e Minor spelling corrections.
Closes: https://phabricator.kde.org/D11101
2018-03-07 10:29:19 -07:00
Michail Vourlakos
b8321fb829 fix #905,smart colorize transparent panels
--enhanche the dynamic background feature and
in ordre to improve contrast with the underlying
background Latte now calculates the luminosity of the area
underneath the panel and based on that chooses the
best color to create contrast. The colors are chosen
only between textColor and backgroundColor.
2018-03-07 17:54:53 +02:00
Michail Vourlakos
cb88d134f4 fix #889,dont crash on applcation exit
--the wayland interface couldnt orchestrate correctly
with the corona and the application exit. The whole
architecture changed and the window manager now is
provided by corona and corona is also responsible to
keep only one instance of it and close on exit.
2018-03-01 23:53:28 +02:00
Michail Vourlakos
b4b68e5bb1 add wayland debug messages 2018-03-01 01:31:17 +02:00
Michail Vourlakos
0a1488b643 update wayland code based on plasma 2018-03-01 00:52:05 +02:00
Michail Vourlakos
d6740bb378 fixes for wayland 2018-03-01 00:35:31 +02:00
Michail Vourlakos
1ff161a030 updates and improvements at applets glob.shortcuts 2018-02-25 20:00:23 +02:00
Michail Vourlakos
1e57260c5f asynchronous calls for quiting application
--this gives the time for docks to close and also
to not create any rare crashes because qml settings
window calls this code path from its Quit button.
2018-02-24 10:54:35 +02:00
Michail Vourlakos
d2495b3350 apply layout's activities on config showing 2018-02-19 18:10:54 +02:00
Michail Vourlakos
1a3cb13094 use same font metrics for qml and c++ code 2018-02-17 19:18:11 +02:00
Michail Vourlakos
c2e72b7f67 do not update struts during location change 2018-02-12 20:19:46 +02:00
Michail Vourlakos
61c28978e6 publish internal ediMode to dock
--use internal edit mode to wm's visibilitymanager.
More specific use it in AlwaysVisible mode in order
to not publish the new struts because the animations
have ended.
2018-02-12 16:11:33 +02:00
Michail Vourlakos
a1c672a864 create independent secondary config window 2018-02-10 03:06:04 +02:00
Michail Vourlakos
cbfc7da27b dont show two configuration windows(systrays) 2018-02-05 13:41:16 +02:00
Michail Vourlakos
43cc5da6fa complete containmentactions support
--this way the Layouts menu in now accesible
even from plasma taskmanagers. The codebase is also
the same for every component that is showing its
menus.
2018-02-04 02:43:30 +02:00
Michail Vourlakos
f9afa1bc1f move completely to containmentactions 2018-02-03 23:31:03 +02:00
Michail Vourlakos
d3756e0ce1 add containmentactions 2018-02-03 20:56:30 +02:00
Michail Vourlakos
4b07ae7457 move dock contextmenu to dockmenumanager 2018-02-03 15:00:44 +02:00
Michail Vourlakos
afe9a2e09d rename latteconfigdialog to settingsdialog 2018-02-03 13:35:58 +02:00
Michail Vourlakos
acb77c6cd4 update header files and move files around 2018-02-03 11:37:09 +02:00