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

24 Commits

Author SHA1 Message Date
Michail Vourlakos
08f0fd35b4 missing global shortcuts new instance record 9
Summary:
In Latte global shortcuts is missing one record
for New Instance of ninth record

BUG: 396751
FIXED-IN: 0.8.1

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D14273
2018-07-22 15:12:13 +03:00
Michail Vourlakos
2e2a255936 fix delay application launcher showing
--when the dock was hidden and the user was triggering
the Meta shortcut the app launcher was misplaced.
By using the same technique used when triggering applets
shortcuts this is fixed.
2018-05-27 01:32:14 +03:00
Michail Vourlakos
a6a98f3ac7 reduce hide dock and applets numbers interval 2018-03-31 17:39:06 +03:00
Michail Vourlakos
052a8519ce fix entry index for plasma taskmanagers
--in plasma taskmanagers the index passed starts
from 0 and for latte taskmanager from 1.
2018-02-25 20:24:59 +02:00
Michail Vourlakos
9f03e10b3d delay execution of activating entrys when hidden
--entries execution is delayed in order to give the
time to the dock to show itself first
--improve a bit the code complexity for globalshortcuts.
2018-02-25 20:20:34 +02:00
Michail Vourlakos
f2b80b7b52 update strings for global shortcuts 2018-02-25 20:03:37 +02:00
Michail Vourlakos
1ff161a030 updates and improvements at applets glob.shortcuts 2018-02-25 20:00:23 +02:00
Michail Vourlakos
db28c6bcaf use globalshortcuts with containment also
--we are trying to expose an applets calling
mechanism that is combined with the latte plasmoids
one with a nice beautiful way
2018-02-25 17:53:22 +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
Michail Vourlakos
4212d57ca7 enable global shortcuts for universal settings 2018-01-27 02:52:31 +02:00
Michail Vourlakos
8fb12bdbcf improvements to new Latte config window 2018-01-26 18:40:25 +02:00
Michail Vourlakos
f617a9178e support multiple active layouts in layoutmanager 2018-01-14 23:58:48 +02:00
Michail Vourlakos
dd8c8271b6 IMPORTANT: move logic from corona to layout
--refactoring code for #808...
Latte gets prepared for multiple layouts running
at the same time.
2018-01-08 19:23:53 +02:00
Michail Vourlakos
1d6c5f074f fix #816,add more task shortcuts
--added shortcuts for tasks 10-19
2018-01-02 19:38:46 +02:00
Michail Vourlakos
00032f9198 add shortcut to open layouts editor
--use Meta+E to open the layouts editor
2017-12-16 13:17:11 +02:00
Michail Vourlakos
5b1d35d25b fix #735,support shortcut to open Latte settngs
--the default shortcut is Meta+A but the user can
change it to whatever wants to from plasma systemsettings.
--the settings windows are show bases on priority.
Primary screen docks have higher priority and for the
edges the priority is: Bottom,Left,Top,Right
2017-11-20 17:59:18 +02:00
Michail Vourlakos
06ddef8506 cnew architectures classes,add missing licenses 2017-07-24 20:01:11 +03:00
Michail Vourlakos
d544549d2c fix #553,reenable shortcuts for plasma taskmanager 2017-06-18 18:14:15 +03:00
Michail Vourlakos
3b0f46760a hide tasks numbers on wayland 2017-06-04 17:14:48 +03:00
Michail Vourlakos
ee6c831b01 fix #510,support correctly global shortcuts
--in X11 now the globalshortcuts class takes into
account if the user presses any modifier in order
to hide the dock
--if the dock is hidden whenever a relevant global
shortcut is triggered the dock is shown and number
indicators for the tasks are shown
2017-06-04 11:15:32 +03:00
Michail Vourlakos
1b025826ee identify if the user released modifiers
--the global shortcut class now identify if the user
has release the shortcuts modifiers and then release
the dock to hide. The code was found first in the
plasma activity switcher
2017-06-04 10:08:58 +03:00
Michail Vourlakos
d54fc5b436 add Meta+` shortcut and fix animation behavior
--the isHidden flag shouldnt be set from visibilitymanager,
it is only the qml responsibility
2017-06-04 02:43:52 +03:00
Michail Vourlakos
4de9ea1e7e add globalshortcuts class to improve semantics
--the globalshortcuts class contains all the relevant
code and includes also some functions that were used
from corona to trigger changes into the Latte Tasks
plasmoid
2017-06-04 01:58:03 +03:00