1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-26 02:04:12 +03:00

2197 Commits

Author SHA1 Message Date
Michail Vourlakos
03b469eff5 IMPORTANT: Update multi-screen codepage!!!
--after v0.8 release many issues with multi-architecture
were identified. An alternative approach was needed
in order for Latte to get a more user-predictable state.
In new approach:
--onPrimary docks have always higher value
and should be shown, this is also like how plasma is
moving its panels.
--explicit docks are removed if their edge in their screen
is occupied by an onPrimary dock
--be stupid smart in order to check if docks contain
tasks and try to not remove them based on screen-changes
is removed! Over-Complicated code that doesnt help
in maintainability...

one of the issues was reported at following bug report...

BUG: 396806
2018-07-24 22:25:19 +03:00
Michail Vourlakos
ffe2995493 delayer for tasks wheel events
-- touchpads and fast wheel scrolling for
tasks was creating an unpredicted effect
from user point view. The solution was
already tested from audio badges, applets
wheel activation but hadnt got into
for Tasks.

BUG: 396737
FIXED-IN: 0.8.1
2018-07-24 18:26:17 +03:00
Michail Vourlakos
c64d39172e increase volumestep for audio badges wheel 2018-07-24 18:14:45 +03:00
Michail Vourlakos
8251fa8263 forward wheel events for underneath plasmoids
BUG: 396811
FIXED-IN: 0.8.1
2018-07-24 18:04:50 +03:00
Michail Vourlakos
9cb58d0d43 dont block shortcuts execution
--when trying to activate an entry through
global shortcuts we should take into
account the docks that we have already
access but that should not block the action
code.
2018-07-23 21:23:28 +03:00
Michail Vourlakos
973090906d more improvements in global shortcuts memory usage 2018-07-23 21:07:32 +03:00
Michail Vourlakos
c9d61e1637 improve memory usage for globalshortcuts 2018-07-23 20:58:12 +03:00
Michail Vourlakos
e908c1207c fixes badges from applets
--fix for binding loop for applets badges
--dont hide applets number badges on hovering
2018-07-23 20:17:44 +03:00
Michail Vourlakos
3ea01dfafc fix badge text warning and border.color 2018-07-23 20:02:29 +03:00
Michail Vourlakos
f3bc0b4c0b disable badges numbers for plasma taskmanagers 2018-07-23 19:13:46 +03:00
Michail Vourlakos
6cff0be9c1 enable Meta forward from KWin to Latte
In Latte Preferences the user can now enable/disable
the Meta key forwarding for showing the
Application Launcher

BUG: 396754
2018-07-23 18:59:30 +03:00
Michail Vourlakos
d4cb4e2410 setup unified global shortcuts per dock
--in multiple layouts environment the user
may prefer different settings for its global
shortcuts, in some may wants to use global
shortcuts for its applets and in another
layout may not.
2018-07-23 17:17:00 +03:00
Michail Vourlakos
6708510213 support a meta badge visual from global shortcuts
--when an application launcher exists, Latte can show
a "Meta" badge for that applet instead of the global
shortcut action number. With this patch we take also
into account when the assigned application launcher is
in different dock/panel and show it accordingly

BUG: 396753
2018-07-23 17:00:58 +03:00
Michail Vourlakos
265383ce34 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:06:51 +03:00
Michail Vourlakos
00d15a7906 support no-unified global shortcuts
--v0.8 introduced unified global shortcuts for all
cases, that means that applets are also taken into
account for Latte activation/new instance global
shortcuts. A new parameter is introduced with
the patch at Latte global settings file called
"unifiedGlobalShortcuts", the user can set that
parameter to false before Latte startup in order
to use only global shortcuts relevant to the
Latte plasmoid.
2018-07-21 19:46:25 +03:00
Michail Vourlakos
49d91aa19e update master version to 0.8.75 2018-07-15 12:52:30 +03:00
Michail Vourlakos
785b3029ad update to stable version 0.8.0
--after one year of work v0.8 with
its fantastic new features is here
2018-07-15 12:50:29 +03:00
Michail Vourlakos
5728cb954b fix to update contents correctly between sessions
--when changing Single mode to Multiple mode the latest
changes from user didnt get into because the kde cache
from KFileConfigPtr hadnt been updated yet. This
patch fixes this by using a temp file that contains
the layout in question.
2018-07-13 20:42:11 +03:00
Michail Vourlakos
d36cc5b2fd fixes for dock configuration window
--fix binding loop from Tweaks page
--remove anchorings when used Layouts
2018-07-12 12:46:42 +03:00
Michail Vourlakos
e6d87a0097 fix for filtering tasks based on launchers 2018-07-12 10:35:15 +03:00
Michail Vourlakos
73e9bfae5e open background dialog at better path
--use the background image path in order to open
the Background dialog at that path
2018-07-11 20:39:42 +03:00
Michail Vourlakos
a85555f52c FIX creating and copying docks
--there were cases that during creating
or copying docks the applets ids were
created inconsistent by creating applets
with ids already reserved. This patch
fixes this by using the applet ids found
in the layout file and not the one loaded
in memory.
2018-07-11 20:39:42 +03:00
l10n daemon script
abeadb5794 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"
2018-07-10 05:33:17 +02:00
l10n daemon script
63f6d6fd56 GIT_SILENT made messages (after extraction) 2018-07-10 03:25:10 +02:00
Michail Vourlakos
91a1736b14 add debug flag for overloaded applets
--a visual indicator in order to show which plasma
applets have been overloaded from Latte. The overloaded
mechanism is a way in order to make these applets work
properly with Latte parabolic effect
2018-07-08 20:51:30 +03:00
Michail Vourlakos
321af85469 update to v0.7.96
--last beta with string freeze before
official release of v0.8
v0.7.96
2018-07-06 09:45:36 +03:00
Michail Vourlakos
d7070d6a34 dont update spacers in launcher bouncing animation 2018-07-05 22:40:26 +03:00
Michail Vourlakos
bed8a32ff7 update README 2018-07-05 12:41:56 +03:00
Michail Vourlakos
621849bc2b fix debug message 2018-07-05 00:02:48 +03:00
Michail Vourlakos
0c6f9be0e7 some improvements to hidden spacers 2018-07-05 00:01:27 +03:00
Michail Vourlakos
1365d2f444 improvements for hidden spacers animations 2018-07-04 01:51:02 +03:00
Michail Vourlakos
393342ad9e revert one fix for blur effect
--limiting the qregion returned for blur effect
it created in some cases broken visuals concerning
the bluring of the background
2018-07-03 23:08:44 +03:00
Michail Vourlakos
7a9c0504db improve effects area calculations
--blur effect is costly this way we limit effects area
to respect the windows boundaries and at cases that
the QRegion returns too main QRects to just use the main
effects rectangle
--this fix possibly fixes the crash related to Blur effect and
moving the dock to another edge bug:396040
2018-07-03 22:43:14 +03:00
Michail Vourlakos
6efeaa7d51 update code to new astyle conditions 2018-07-03 22:15:45 +03:00
Michail Vourlakos
c698940d66 update astyle conditions 2018-07-03 22:15:12 +03:00
Michail Vourlakos
ff2b895fed fix launch feedback for plasma 5.13
--in plasma 5.13 there are cases the libtaskmanager
shows two launchers because we delay the launcher
removal for the bouncing animation. A way
to fix this by the user is to disable all startups
through plasma systemsettings->launch feedback
for the taskmanager. But because this is a
default plasma option many users would feel
uncomfortable when the launching animation
breaks. Such apps were gimp and inkscape.
This patch handles that case in order to provide
a nice no-breaking launcher animation for
these apps also.
2018-06-26 22:48:43 +03:00
l10n daemon script
bc93683d25 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"
2018-06-25 05:22:31 +02:00
l10n daemon script
bf23b71a11 GIT_SILENT made messages (after extraction) 2018-06-25 03:17:08 +02:00
Michail Vourlakos
b3d80717c1 Beta1 for v0.8
--this is the first beta release for
v0.8. Everything will be open for the
upcoming days including translation
strings improvements. Beta2 possibly
will introduce a string freeze.
v0.7.95
2018-06-22 18:19:18 +03:00
Michail Vourlakos
a69ce0abdb remove credits tab
--v0.8 is officialy KDE project, so its
existence owes a lot of credits to many
KDE members (for translations, bug reporting
etc.). Being officially a KDE project
responds to the previous credits.
2018-06-22 18:17:06 +03:00
Michail Vourlakos
b2207811ee improve translation string 2018-06-19 00:44:26 +03:00
l10n daemon script
f6097cd2dc 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"
2018-06-16 05:30:04 +02:00
l10n daemon script
972a56bd69 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"
2018-06-11 05:41:22 +02:00
l10n daemon script
7df0c544e3 GIT_SILENT made messages (after extraction) 2018-06-11 03:26:52 +02:00
Michail Vourlakos
8bb20ae988 fix #1043,fix warning 2018-05-30 22:19:01 +03:00
Michail Vourlakos
9572298abf fix #1042,update fedora link 2018-05-30 18:37:07 +03:00
Michail Vourlakos
2e2a255936 fix #1029 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
Lukas Holecek
79df6cbe2c Activate next task in group on shortcut
Clicking a task group shows a tooltip with list of tasks. This tooltip
cannot be controlled by keyboard and it will stay open unless mouse is
used.

This patch changes the behavior so that when a global shortcut activates
a task group (usually Win+1, Win+2 etc.) a next task in the group is
activated without showing a tooltip.
2018-05-27 00:59:27 +03:00
Yuri Chornoivan
e6bff1fac9 Fix minor typo 2018-05-24 08:38:14 +03:00
Michail Vourlakos
8866047099 fix #1031,limit tooltip to 80characters 2018-05-23 15:38:03 +03:00