1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-19 06:03:42 +03:00

921 Commits

Author SHA1 Message Date
Michail Vourlakos
78b41eff91 use current transparency to update effects
--the background contrast effect should be applied
only when the dock/panel is visually solid otherwise
it may block the transparency settings

BUG: 397431
FIXED-IN: v0.8.1
2018-08-21 00:51:36 +03:00
l10n daemon script
7a693bdcda GIT_SILENT made messages (after extraction) 2018-08-15 03:37:16 +02:00
l10n daemon script
cdc0cdcd7d GIT_SILENT made messages (after extraction) 2018-08-08 03:40:24 +02:00
l10n daemon script
46fa568350 GIT_SILENT made messages (after extraction) 2018-08-05 03:26:34 +02:00
Michail Vourlakos
8062a76605 improve activation badges visual indicators
--when an activation shortcut follows Meta+"Character"
scheme it is shown lowerCase and at all other cases
it is shown upperCase

CCBUG: 397128
2018-08-04 13:42:50 +03:00
Michail Vourlakos
9a69323293 smarter badges identifier for activation shortcuts
--with this commit now Latte is able to identify what are
the global shortcuts used for each activation entry and
also to not show at all any badge for activation entries
that are disabled from the user

BUG: 397128
2018-08-04 02:05:44 +03:00
l10n daemon script
ec9ad19c36 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-08-03 05:35:32 +02:00
l10n daemon script
41f9e43e7e GIT_SILENT made messages (after extraction) 2018-08-03 03:26:23 +02:00
Michail Vourlakos
84de238181 missing apostrophe
BUG: 396676
2018-08-02 18:39:32 +03:00
Michail Vourlakos
7bceb7e4b7 Identify snapped windows independent of screen
--the old code wasnt screen independent for identifying
windows that touch the panel edge. There were cases
that when a window was touching a panel edge at
screen A to faulty identify that is touching
screen B also. The code now is more robust and it
can also handle cases that window is touching two or
more different panels in different screens.

BUG: 397076
FIXED-IN: 0.8.1
2018-08-02 14:23:01 +03:00
Michail Vourlakos
30c90d2a41 More predictable copy function for multi-screen
--Improve the series of events in order for CopyDock
to work better in multi-screen environments. Copy Dock
should create the same dock in the same free edge at
different explicit screen when that edge is already
occupied in the origin screen

BUG: 397081
FIXED-IN: 0.8.1
2018-08-02 13:26:07 +03:00
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
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
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
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
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
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
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
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
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
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
Yuri Chornoivan
e6bff1fac9 Fix minor typo 2018-05-24 08:38:14 +03:00
Michail Vourlakos
568ccd6e26 localization strings improvements 2018-05-23 14:57:27 +03:00
l10n daemon script
e1c0af70cf GIT_SILENT made messages (after extraction) 2018-05-23 03:32:08 +02:00
Michail Vourlakos
cfce12d6ed fix #1005,add timer to fix freeze
--make less intrusive the repositioning
of the screen edge ghost windows
2018-05-21 14:38:06 +03:00
l10n daemon script
3f4fa6699c 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-05-19 06:04:08 +02:00
l10n daemon script
b944916c51 GIT_SILENT made messages (after extraction) 2018-05-14 03:32:32 +02:00
Michail Vourlakos
be845b5ba2 missing return statement 2018-05-11 19:58:25 +03:00
Michail Vourlakos
c7b66d2732 fix #1023, build error
--missing translation function with two
arguments
2018-05-11 09:03:20 +03:00
Yuri Chornoivan
64d5bc07d0 Fix minor typo 2018-05-11 07:13:25 +03:00
Michail Vourlakos
8214bd090c improve translation strings 2018-05-10 21:27:56 +03:00
Michail Vourlakos
591ce6c4d5 fix #1021,add borders option in layouts window
--the user can now enable/disable borderless maximized
windows per layout through Latte settings window
2018-05-10 21:14:48 +03:00
Michail Vourlakos
cf51d10158 add option to (de)activate borderless maxim.window 2018-05-10 20:44:11 +03:00