1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-13 21:18:01 +03:00
Commit Graph

331 Commits

Author SHA1 Message Date
l10n daemon script
fbaef27a64 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"
2017-09-10 04:55:31 +02:00
l10n daemon script
d83bd1a3ad 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"
2017-09-09 04:37:54 +02:00
Michail Vourlakos
72950dc678 use kde translations infrastructure 2017-09-08 12:02:52 +03:00
Michail Vourlakos
0205ae1153 publish v0.7.1 to the world 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
Michail Vourlakos
dc851023c7 fix #695,fix version tag in desktop file 2017-08-29 14:20:20 +03:00
Michail Vourlakos
faa3572d37 activate single window on scroll down always 2017-08-24 11:54:54 +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
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
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
b6e7173aad fix #666,dont minimize window with scroll wheel 2017-08-13 13:13:08 +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
Michail Vourlakos
8da7f7d3c9 v0.7 initial second stable release 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
bb2f5936b4 improve parab.effect stability on first hovering 2017-08-05 20:10:26 +03:00
Michail Vourlakos
9811eb51f6 v0.6.98,enter beta phase for 0.7 2017-08-03 17:35:05 +03:00
Michail Vourlakos
02ebb701c9 separate launchers and windows in tasksModel
--this is exactly the plasma icons-only taskmanager
is using, in that what way we should have exactly the
same befavior with launchers positioning
2017-08-02 11:44:48 +03:00
Michail Vourlakos
ac3058c777 delay window removal when closing from context menu 2017-08-02 11:42:09 +03:00
Michail Vourlakos
5dc595a2cb move task instantly and then send extSignal to group 2017-07-31 10:26:15 +03:00
Michail Vourlakos
6a47f6e811 update launchers group correctly from config win 2017-07-31 04:14:04 +03:00
Michail Vourlakos
eefbc5e9ec fix #636,new approach for Layout,Global launchers
--changed the design totally and use only signals
between plasmoid in order to update their models. This
way the launcherList from their tasksmodel should be
updated only on the initialization phase of the Latte
plasmoid. Afterwards signaling between them takes
place, in order to inform each other for adding,
removing launchers, moving them and assigning them
to activities
2017-07-31 03:53:39 +03:00
Michail Vourlakos
bd05c7dfed fix #636,try to protect when setting launcherlist 2017-07-31 00:38:31 +03:00
Michail Vourlakos
6833406509 improve dragging animations 2017-07-29 19:58:16 +03:00
Michail Vourlakos
54c2d2b17e play bouncing animation to the end
--for all animations speeds
2017-07-29 16:33:09 +03:00
Michail Vourlakos
bc6903a60d update titleTooltip reference 2017-07-28 20:40:33 +03:00
Michail Vourlakos
9f359f37db provide Alternatives from the Latte applet 2017-07-28 17:37:15 +03:00
Michail Vourlakos
3dcf39aebe update metadata files 2017-07-28 09:47:33 +03:00
Michail Vourlakos
9a4e6d8cf5 update applets metadata files 2017-07-28 09:32:25 +03:00
Michail Vourlakos
9f5ab1397d support combining window previews and titletips 2017-07-27 23:39:59 +03:00
Michail Vourlakos
45add5988f fix #622,support title tooltips for hovered applets 2017-07-27 23:20:27 +03:00
Michail Vourlakos
933f075dc5 add configure in the layouts context menu 2017-07-27 18:39:31 +03:00
Michail Vourlakos
0b344be641 dont release zoom when plasmoid context menu is shown 2017-07-27 18:13:04 +03:00
Michail Vourlakos
959da04dfa improve tooltips visual parent thickness
--this way the previews and task name tooltips
are positioned much better. They dont overlap with
the panel or the tasks
2017-07-26 19:25:07 +03:00
Michail Vourlakos
8abc2e517a config option for task title tooltips 2017-07-26 18:52:59 +03:00
Michail Vourlakos
35b4cc56b5 support title tooltips for tasks 2017-07-26 18:32:37 +03:00
Michail Vourlakos
e8fb9e9d22 hide task number when launcher is bouncing 2017-07-26 03:01:35 +03:00
Michail Vourlakos
8aff1cf694 reduce the thickness when bouncing launcher
--this is only for the case that the launcher is called
through a shortcut. The dock mask in that case uses the
midThickness and for that the bouncing launcher must be reduced
2017-07-26 02:51:33 +03:00
Michail Vourlakos
ba3de5061f block zoom hovering on dock sliding in/out 2017-07-26 01:26:44 +03:00
Michail Vourlakos
94e740b901 increase to version 0.6.91
--this version supports dynamic layouts and different
layouts per activities
2017-07-25 12:07:11 +03:00
Michail Vourlakos
62df2cf3ca reduce size of icon for audio stream 2017-07-24 20:08:40 +03:00
Michail Vourlakos
0b34dcf1b3 fix #608, support Unique,Layout,Global launchers 2017-07-24 20:01:11 +03:00
Michail Vourlakos
b48d1eb4ac improve layout switching in plasmoid and manager 2017-07-24 20:01:11 +03:00