1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-14 08:58:17 +03:00

1399 Commits

Author SHA1 Message Date
Michail Vourlakos
0205ae1153 publish v0.7.1 to the world v0.7.1 2017-08-31 10:53:39 +03:00
Michail Vourlakos
7aa4f8a4bd fix #699,protect setupWayland from crashes 2017-08-30 23:11:35 +03:00
Jeff Huang
e9b1145f2a Update zh_TW translation. (#697) 2017-08-30 12:24:06 +03:00
omni6
3dea153cb6 Update de.po (#698) 2017-08-30 12:23:57 +03:00
Michail Vourlakos
dc851023c7 fix #695,fix version tag in desktop file 2017-08-29 14:20:20 +03:00
Ivan Bordoni
21e536dfd4 update app/it.po (#694)
* update app/it.po

* update containment/it.po

* update plasmoid/it.po
2017-08-28 23:11:26 +03:00
Michail Vourlakos
5029fc4520 missing parenthesis 2017-08-27 21:56:23 +03:00
Petros S
428ba17fa3 Append the deps in alpabetical order (#692) 2017-08-27 21:53:53 +03:00
Michail Vourlakos
9f01b5fbdf add "New" button translation 2017-08-27 17:03:32 +03:00
Michail Vourlakos
f3378acf9e add a "New" button in layouts manager 2017-08-27 17:00:34 +03:00
Michail Vourlakos
425b27ce22 blacklist redshift from heuristics 2017-08-27 16:12:05 +03:00
Michail Vourlakos
7bc8b51446 force transparent panel respects shadows settings 2017-08-27 16:00:02 +03:00
Michail Vourlakos
5afed779d2 use step:1 for icon sizes when in advanced and not
--using the automatic shrinking mechanism
2017-08-26 22:52:33 +03:00
Michail Vourlakos
faa3572d37 activate single window on scroll down always 2017-08-24 11:54:54 +03:00
Michail Vourlakos
830d197a0d use full thickness for animations need thickness 2017-08-22 17:02:08 +03:00
Michail Vourlakos
9c03e7de33 enable missing bouncing animation flag 2017-08-22 16:53:17 +03:00
Michail Vourlakos
0f2e4e557d show correct icon when a window is removed 2017-08-21 18:25:00 +03:00
Michail Vourlakos
ed327c4df3 remove code for proper icon in removal 2017-08-21 17:29:29 +03:00
Michail Vourlakos
6385bf1da3 debug broken layouts by adding messages 2017-08-21 17:08:39 +03:00
Michail Vourlakos
a4f31a9125 use the lastValidSourceName to paint the icon
--during removing a TaskDelegate the window is destroyed
in some cases and the icon provided by libtaskmanager
is a unknown pixmap. In such cases we should paint the
last valid one. That way it is always painted the correct
svg file even when removing a window that doesnt have
a launcher and the libtaskmanager provides an unknown
pixmap for it
2017-08-21 15:23:53 +03:00
Michail Vourlakos
6e48583971 add StartupWMClass in desktop file 2017-08-21 13:47:03 +03:00
Michail Vourlakos
ec58ce6cf6 fix #679,block highlight windows for previews
--when both previews and highlight windows are enabled
then the user can use the window previews to highlight
windows
2017-08-21 00:26:37 +03:00
Michail Vourlakos
a666f4f685 fix #678,provide a previewsDelay for latte plasmoid
--the user can add a previewsDelay value in ms in the
latte plasmoid General settings which can be found
in a layout file in order to change the delay which
a preview is needed to be activated. Values lower
than 150ms are ignored because they break the previews
experience by providing faulty previews
2017-08-21 00:13:08 +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
e4826d0907 dont make no needed calculations for dodge modes
--dodge modes now check in start if the dock contains
the mouse and thus dont make any other calculations
or calls to kwin if the dock contains the mouse
2017-08-13 13:24:32 +03:00
Michail Vourlakos
b6e7173aad fix #666,dont minimize window with scroll wheel 2017-08-13 13:13:08 +03:00
Michail Vourlakos
f588e74549 fix #665,block false raiseDock for containsMouse
--as an example Firefox 55 triggers a windowChanged
event in every mouse movement. Thus the dock wasnt
appearing because it was sent a raideDock(false)
signal. Adding a containsMouse check for all dodgeModes
fixes this. A raiseDock(false) is never sent if
the dock containsMouse
2017-08-13 13:04:37 +03:00
Michail Vourlakos
0023e0496b fix #666,protect wheel action
--protect wheel actions in order to not trigger themselves
multiple times
--use a timer to achieve this goal in order to be able
to support also X11 systems that have previews enabled for
all windows (a behavior that normally breaks the isMinimized
state)
2017-08-13 01:40:05 +03:00
Michail Vourlakos
fe0ec6ba42 fix #666,provide scroll wheel based on directions
--when the dock is hidden or in animation no mouse
wheel actions are accepted
--laucher: only the up action is accepted in order to
activate that launcher
--window: up action shows the window, if it is shown
nothing happens,
down actions, minimizes the window, it is is already
minimized nothing happens
--group: up/down to cycle through the windows
2017-08-12 19:52:41 +03:00
Michail Vourlakos
575dd5fa99 fix #669,publish tasks geometries in the same way
--there was an old code path that wasnt using the
new way of publishing tasks geometries. That is that
normalize the values in order to be always valid and
in the screen boundaries
2017-08-12 19:39:35 +03:00
Michail Vourlakos
83fd7fd112 bound Tasks ListView at its limits
--block dragging the entire ListView
--make tasks dragging lighter in resistance
2017-08-12 17:12:29 +03:00
Michail Vourlakos
2b63ff710b fix #669,block minimize geometries to screen limits
-- Magic Lamp effect doesnt like coordinates outside the screen and
width,heights of zero value... So we now normalize the geometries
sent in order to avoid such circumstances
2017-08-12 16:57:15 +03:00
Michail Vourlakos
17324b5da9 move Close window button to the end of ContextMenu
-- try to not disturb the user workflow by providing
him the Close option which is used very often as near
as possible from the click event
2017-08-12 14:09:00 +03:00
alxlg
78cab65a81 Add libkf5crash-dev dependency for Neon/Kubuntu (#667)
The installation script can't find "KF5Crash". Installing the package libkf5crash-dev solved the problem.
2017-08-12 13:09:38 +03:00
Michail Vourlakos
8da7f7d3c9 v0.7 initial second stable release v0.7.0 2017-08-11 18:36:06 +03:00
Michail Vourlakos
42817d7a59 fix #664,make faster the launcher removal 2017-08-11 15:25:24 +03:00
Michail Vourlakos
287e496b77 update Changelog for v0.7 2017-08-11 15:00:59 +03:00
Michail Vourlakos
f57e714b1e fix a glitch for applets
--clicking a zoomed applet at the area below it
was creating a glitch because of the restore zoom
2017-08-11 12:50:29 +03:00
Michail Vourlakos
9760ef2a5e follow Fitt's Law when dock is inFullJustify
--improvements in order to follow Fitt's Law when
the dock is in Justify mode and 100% maximum length
2017-08-11 02:47:47 +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
f4fa8cf0c7 position correctly new applets 2017-08-08 17:21:31 +03:00
omni6
477f959f51 Update de.po (#657) 2017-08-06 23:34:33 +03:00
Ivan Bordoni
66c3007090 minor italian translation update (#655) 2017-08-06 11:07:32 +03:00
Jeff Huang
76b52d95a5 Update zh_TW translation. (#654) 2017-08-06 10:09:29 +03:00
Michail Vourlakos
dd1bdd8a47 block applets parab.animation when bouncing task 2017-08-05 21:26:07 +03:00
Ivan Bordoni
8c4bbf347b Update italian translation (#652) 2017-08-05 21:25:29 +03:00