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

184 Commits

Author SHA1 Message Date
Michail Vourlakos
b108409a4f fix for calculating panel reqion in !compositing
the mask region wasnt calculated correctly in some cases
after location changes. I think it might be a plasma
upstream bug/change but either way this patch fixes
it.
2017-12-11 15:26:31 +02:00
Michail Vourlakos
4eac963d74 use activate signal for (not)expand
--for all neutral areas (such as spacers or
activate indicator spacers) the activate signal
in sent in order to activate an applet or
expand it / hide it...
2017-12-02 19:55:11 +02:00
Michail Vourlakos
ed5f87cfd3 support nomad systray in Latte 2017-11-25 14:08:36 +02:00
Michail Vourlakos
2e3139239e fix clang warnings
--improve readability of the build process when
using clang by fixing small things to not show
some warnings
2017-10-21 10:21:40 +03:00
Michail Vourlakos
07eacda2c7 fix #674,show correct menu for plasma taskmanagers
--when the right click menu is triggered the event should
also push to the applet for the plasma taskmanagers
2017-08-14 01:58:12 +03:00
Michail Vourlakos
e89afafab2 fix #662,fix typo and auto-hide break behavior
--the check to disable blockHiding takes into account
if the config window is shown or not
--a small typo when going to !editMode was fixed
2017-08-09 14:48:54 +03:00
Michail Vourlakos
9a72f394ee fix crash,when alternatives shown + change layouts 2017-08-09 04:52:42 +03:00
Michail Vourlakos
14d7ae5d55 use new block hiding for activate/deactivate applets 2017-08-09 03:41:45 +03:00
Michail Vourlakos
b91bc6cda2 expose alternatives only in edit mode 2017-08-09 03:36:38 +03:00
Michail Vourlakos
f2ab6cbc9c block hiding when alternatives is shown 2017-08-09 03:33:03 +03:00
Michail Vourlakos
b5c0a4d2d0 simplify code 2017-08-02 12:13:16 +03:00
Michail Vourlakos
46e54c2e81 update screenGeometry correctly for dockview 2017-08-01 00:55:49 +03:00
Michail Vourlakos
c154eae4c7 fix #634,load the dockWin flag after copy 2017-07-29 23:07:00 +03:00
Michail Vourlakos
26516b8d8c check specific for Latte Tasks Plasmoid 2017-07-28 17:08:55 +03:00
Michail Vourlakos
1b0b2a24b8 consider all taskmanagers in algorithms
--in the past only the Latte plasmoid was considered are
Tasks plasmoid
2017-07-28 17:04:09 +03:00
Michail Vourlakos
933f075dc5 add configure in the layouts context menu 2017-07-27 18:39:31 +03:00
Michail Vourlakos
262b3bd238 dont restore zoom when applet context menu shown 2017-07-27 18:24:31 +03:00
Michail Vourlakos
9f16814780 remove deprecated globalsettings 2017-07-24 20:01:11 +03:00
Michail Vourlakos
116d817754 use layouts menu from dockview
--remove the old functionality for switching sessions
2017-07-24 20:01:11 +03:00
Johan Smith Agudelo Rodriguez
0e87cb8907 LayoutConfigDialog moved into LayoutManager class 2017-07-24 20:01:11 +03:00
Johan Smith Agudelo Rodriguez
0b4dc7ce3e Adding layouts config dialog 2017-07-24 20:01:11 +03:00
Michail Vourlakos
9f20ceb83e remove globalSettings from qml part
--globalSettings remain only for the layouts in the
config window
2017-07-24 20:01:11 +03:00
Michail Vourlakos
f2de335d35 move functionality to new architecture
--add functionality for layoutManager
--add widgets action and alternative layout action to
layoutManager
--remove more functionality that belongs to globalSettings
2017-07-24 20:01:11 +03:00
Michail Vourlakos
b15e919bab remove all the session functionality
--the session functionality is not removed only from
globalsettings class which is just waiting to be removed
tottaly when its functionality moves to the new classes
2017-07-24 20:01:11 +03:00
Michail Vourlakos
c72f7f4531 fix #573,improve the primary docks behavior
--users reported that when activating an external screen
as primary and at the same time disabling the original
screen e.g. the laptop one, latte wasnt showing docks at
all. This could also occur on startup. This commit
fixes this and improves more the multi-screen code in
various corner cases
2017-06-30 11:39:21 +03:00
Johan Smith Agudelo Rodriguez
a32236932a Unnecessarily long enum 2017-06-29 17:00:55 -05:00
Michail Vourlakos
c0daf7dd68 add debug messages for destructions 2017-06-25 17:07:45 +03:00
Michail Vourlakos
bc262d7b00 fix typo and trigger signal 2017-06-24 16:14:57 +03:00
Michail Vourlakos
a1a1f56749 disable messages from dockview when deleting it 2017-06-23 01:35:10 +03:00
Michail Vourlakos
f6b9e35eb7 fix crash from surfacedestroyed signal 2017-06-22 02:26:08 +03:00
Michail Vourlakos
d825e2dda4 add more protections on deleting a dock
--these protections could reduce crashes on
dock deletions
2017-06-21 23:34:40 +03:00
Michail Vourlakos
9e74ce95a2 fix crash when changing to default session
--this was a rare crash when changing to default
session from the alternative one through the context
menu of the Tasks plasmoid there was a crash sometimes
2017-06-21 22:47:29 +03:00
Michail Vourlakos
4b8f3a4b33 fix #559,fix wayland crashesm show/hide configview 2017-06-21 22:47:29 +03:00
Johan Smith Agudelo Rodriguez
a3fb857081 Default behavior, WindowsGoBelow 2017-06-20 16:59:11 -05:00
Johan Smith Agudelo Rodriguez
a6bcc53aad Cleaning up a bit before implementing always visible 2017-06-20 16:59:11 -05:00
Michail Vourlakos
111d59e1c5 fix crash with qt5.9 and wayland
--the show() function of a wayland surface shouldnt
be called before the surface is created. In other case
in qt 5.9 creates a crash
2017-06-20 23:13:38 +03:00
Michail Vourlakos
f18047a43e fix #556,remove single dock from secondary screen 2017-06-20 17:57:58 +03:00
Michail Vourlakos
480570bab2 fix #555,correct -1px struts calculations 2017-06-20 17:28:55 +03:00
Michail Vourlakos
ce7bf51145 disable background effect when having transparency 2017-06-19 00:30:07 +03:00
Michail Vourlakos
1554af6f16 pass boundingRect to background Contrast effect
--fix the strange line at the bottom of the dock
when using the Breeze themes
2017-06-18 13:29:40 +03:00
Michail Vourlakos
9ccf9978be update docksCount on screen changes 2017-06-12 00:52:17 +03:00
Michail Vourlakos
a05785e34b differentiate dockNo perScreen and total
--improve the signaling between the configuration window
and the dockview concerning freeEdges for current screens
and docks count. Now the docks counting is different
between screens and in general
2017-06-12 00:40:45 +03:00
Michail Vourlakos
6a480d4311 remove debug message 2017-06-11 18:16:43 +03:00
Michail Vourlakos
c8878792bb fix #532,dont allow to add a second Tasks plasmoid 2017-06-11 18:06:03 +03:00
Michail Vourlakos
b0ebfdbe4f first approach to copy a dock 2017-06-06 19:01:02 +03:00
Michail Vourlakos
7627d30a1c make dock mask null when behaveAsPlasmaPanel
--this way the pop ups from widgets are placed
much better
2017-06-04 19:06:45 +03:00
Michail Vourlakos
8e006b54f6 create dock wayland surface earlier
--doing so fixes a wrong loading issue that
was creating shadows for secondary, third dock
and losing also the focus out event to close
the configuration windows
2017-06-04 11:54:13 +03:00
Michail Vourlakos
eb2387c581 fix configuration window positioning and issues
--draw the wayland surfaces for docks and config
views earlier. That way we are certain that the
signals wont mess up the experience. This way
positioning config views and getting the focusOut
event works correctly
--disable in waylandinterface any x specific code.
In order to be ready that class to accept only
wayland centered code
2017-06-04 11:54:13 +03:00
Michail Vourlakos
575ff06a66 support window placement in wayland!!! :) 2017-06-04 11:54:13 +03:00
Michail Vourlakos
50f8091601 fix a bug of not showing external shadows
--this occured with all new backOnlyOnMaximized
windows choice
2017-05-18 15:27:57 +03:00