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

5833 Commits

Author SHA1 Message Date
l10n daemon script
a76010e3c3 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"
2021-11-25 02:31:48 +00:00
Michail Vourlakos
eb6ae017fe ignore maxlength=0 for fill lenght applets
--fix mediacontroller_plus applet scenario
by ignoring maximum width = 0 that qt is
already doing for Layouts that fill length.

BUG:445869
2021-11-21 20:35:24 +02:00
Michail Vourlakos
4faa8f1a64 ignore maxlength=0 for fill lenght applets
--fix mediacontroller_plus applet scenario
by ignoring maximum width = 0 that qt is
already doing for Layouts that fill length.

BUG:445869
2021-11-21 20:31:41 +02:00
Michail Vourlakos
518563a8c1 update changelog to v0.10.4 2021-11-17 13:20:12 +02:00
Michail Vourlakos
2f01f8cb59 update to v0.10.4 v0.10.4 2021-11-17 13:19:00 +02:00
Michail Vourlakos
760e7f5e08 update changelog to v0.10.4 2021-11-17 13:17:08 +02:00
Michail Vourlakos
5dc6cea1f8 remove QDBusInterface usage 2021-11-14 19:14:24 +02:00
Michail Vourlakos
71d4ff1e0c remove QDBusInterface usage 2021-11-14 19:12:46 +02:00
Michail Vourlakos
0c1e29bf4e plasmageometry:remove workarounds for activities
--remove workarounds for plasma desktop not respecting
geometries sent from Latte for activities that are not
the current one
2021-11-14 14:08:41 +02:00
Michail Vourlakos
9f468b7933 plasmageometry:remove workarounds for activities
--remove workarounds for plasma desktop not respecting
geometries sent from Latte for activities that are not
the current one
2021-11-14 14:06:30 +02:00
Michail Vourlakos
b3efb73aef plasmadesk:fix startup freezes from QDbusInterface
--as it appears plasma applets were not the main faulter
to blame for startup freezes. The bug was that Latte
was trying to communicate with Plasma DBus interface
to inform it about docks/panels geometries. For some
reason during startup other applets could also were
trying the same and for that reason Qt provides a 25sec
forced delay in case there are too many such calls.
The new approach does not block the startup code at all
and it should work at all cases.

BUG:444739
FIXED-IN:0.10.4
2021-11-14 13:44:20 +02:00
Michail Vourlakos
912f2f1cfa plasmadesk:fix startup freezes from QDbusInterface
--as it appears plasma applets were not the main faulter
to blame for startup freezes. The bug was that Latte
was trying to communicate with Plasma DBus interface
to inform it about docks/panels geometries. For some
reason during startup other applets could also were
trying the same and for that reason Qt provides a 25sec
forced delay in case there are too many such calls.
The new approach does not block the startup code at all
and it should work at all cases.

BUG:444739
FIXED-IN:0.10.4
2021-11-14 13:39:18 +02:00
l10n daemon script
23ec03a9fd 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"
2021-11-13 01:27:36 +00:00
Michail Vourlakos
27062087ea startup:avoid kwin reconfiguring with no reason
--during startup borderless maximized windows should not be
enabled or not as long as kwin has already been configured
in the proper way. This way we make Latte startup lighter
because KWin is not reconfiguring when not needed.
2021-11-11 18:42:17 +02:00
Michail Vourlakos
c4964d0b1f modernize dbus noblock calls 2021-11-11 18:42:08 +02:00
Michail Vourlakos
710def2081 startup:avoid kwin reconfiguring with no reason
--during startup borderless maximized windows should not be
enabled or not as long as kwin has already been configured
in the proper way. This way we make Latte startup lighter
because KWin is not reconfiguring when not needed.
2021-11-11 18:40:44 +02:00
Michail Vourlakos
5436f86ff6 modernize dbus noblock calls 2021-11-11 18:25:26 +02:00
Michail Vourlakos
199effaf2b wayland:hide centered black line for alwaysvisible
--drop RasterWindow for always visible ghost windows and
use a fully transparent QQuickView

BUG:444419
FIXED-IN:0.10.4
2021-11-11 14:00:48 +02:00
Michail Vourlakos
abc125fe65 wayland:hide centered black line for alwaysvisible
--drop RasterWindow for always visible ghost windows and
use a fully transparent QQuickView

BUG:444419
FIXED-IN:0.10.4
2021-11-11 13:57:55 +02:00
Michail Vourlakos
55e893b43b update inputgeometry when sliding in/out
--this way mouse clicks correspond much better
in how they should behave. For example right
clicks do not forward always the events to the
desktop during sliding.
2021-11-06 10:38:56 +02:00
Michail Vourlakos
11942660fb update inputgeometry when sliding in/out
--this way mouse clicks correspond much better
in how they should behave. For example right
clicks do not forward always the events to the
desktop during sliding.
2021-11-06 08:52:05 +02:00
Michail Vourlakos
90405fef8a update lastactivewindow based on changed signal 2021-10-31 19:11:47 +02:00
Michail Vourlakos
4d3c491b84 update lastactivewindow based on changed signal 2021-10-31 19:10:30 +02:00
Michail Vourlakos
e642087e31 Indicators API:Extend animations capabilities
extend indicator.level.requested signals with:
  --taskLauncherActivated
  --taskGroupWindowAdded
  --taskGroupWindowRemoved

extend indicator.level.requested properties with:
  --isIndicatorTaskLauncherAnimationRunning

extend indicator info with:
  --providesInAttentionAnimation
  --providesTaskLauncherAnimation
  --providesGroupedWindowAddedAnimation
  --providesGroupedWindowRemovedAnimation

adjust Latte Tasks in order to support properly
animations implemented through indicators.
2021-10-30 14:37:02 +03:00
Michail Vourlakos
6bf2994840 Indicators API:Extend animations capabilities
extend indicator.level.requested signals with:
  --taskLauncherActivated
  --taskGroupWindowAdded
  --taskGroupWindowRemoved

extend indicator.level.requested properties with:
  --isIndicatorTaskLauncherAnimationRunning

extend indicator info with:
  --providesInAttentionAnimation
  --providesTaskLauncherAnimation
  --providesGroupedWindowAddedAnimation
  --providesGroupedWindowRemovedAnimation

adjust Latte Tasks in order to support properly
animations implemented through indicators.
2021-10-30 14:32:00 +03:00
Michail Vourlakos
956b589764 wm:init vdswraparound value properly
BUG:444572
2021-10-29 22:50:30 +03:00
Michail Vourlakos
e6d7d8262b wm:init vdswraparound value properly
BUG:444572
2021-10-29 22:48:58 +03:00
Michail Vourlakos
eda019016d Indicators:expose more options for Icons
--the following options are exposed to indicators
in order to use them to their preference:
----iconTransformOrigin
----iconOpacity
----iconRotation
----iconScale
2021-10-28 12:33:29 +03:00
Michail Vourlakos
f36aada8c8 Indicators:expose more options for Icons
--the following options are exposed to indicators
in order to use them to their preference:
----iconTransformOrigin
----iconOpacity
----iconRotation
----iconScale
2021-10-28 12:27:52 +03:00
Michail Vourlakos
6f30380802 decouple task realremanimation from launcheranim 2021-10-28 10:07:44 +03:00
Michail Vourlakos
7e1b0bc2ee fix binding loops in Indexer client ability 2021-10-28 10:05:03 +03:00
Michail Vourlakos
3a662f98c3 decouple task realremanimation from launcheranim 2021-10-28 01:14:25 +03:00
Michail Vourlakos
cea203e8ad fix binding loops in Indexer client ability 2021-10-28 01:13:15 +03:00
Michail Vourlakos
9ce7c5b72d respect applet maximumLength==0
--if the applet has set maximum length to
zero then the applet should not be shown
2021-10-27 21:21:31 +03:00
Michail Vourlakos
83600f4eb8 respect applet maximumLength==0
--if the applet has set maximum length to
zero then the applet should not be shown
2021-10-25 18:24:14 +03:00
Michail Vourlakos
81c298114b update Changelog to 0.10.3 2021-10-25 16:50:00 +03:00
Michail Vourlakos
33aa5d9195 update to v0.10.3 v0.10.3 2021-10-25 16:48:55 +03:00
Michail Vourlakos
f0aa26c9a6 update Changelog to 0.10.3 2021-10-25 16:46:37 +03:00
Michail Vourlakos
61d4ff64d8 support X11::GlobalScaling properly
--as it appears many users are using Plasma GlobalScaling
in conjuction with PLASMA_USE_QT_SCALING. This commit
provides plenty of fixes for that scenario in order to
make things workable.
--adjust X11::InputMask based on devicePixelRatio()
--adjust X11::GtkFrameExtents based on devicePixelRatio()
--adjust View::absoluteGeometry() based on devicePixelRatio()
--adjust WM::Tracker based on devicePixelRatio()
--adjust WM::AbstractInterface based on devicePixelRatio()

BUG:444222
FIXED-IN:0.10.3
2021-10-24 16:37:04 +03:00
Michail Vourlakos
b839283d5b support X11::GlobalScaling properly
--as it appears many users are using Plasma GlobalScaling
in conjuction with PLASMA_USE_QT_SCALING. This commit
provides plenty of fixes for that scenario in order to
make things workable.
--adjust X11::InputMask based on devicePixelRatio()
--adjust X11::GtkFrameExtents based on devicePixelRatio()
--adjust View::absoluteGeometry() based on devicePixelRatio()
--adjust WM::Tracker based on devicePixelRatio()
--adjust WM::AbstractInterface based on devicePixelRatio()

BUG:444222
FIXED-IN:0.10.3
2021-10-24 16:31:40 +03:00
Michail Vourlakos
36af1f27e8 latte indicator:show border always on second point 2021-10-24 13:29:55 +03:00
Michail Vourlakos
dd3e5d2442 latte indicator:show border always on second point 2021-10-24 13:28:53 +03:00
Michail Vourlakos
e2b98892e5 simplify latte indicator implementation
--fix also the line animation in order to be always
played correctly
2021-10-24 12:03:26 +03:00
Michail Vourlakos
4c641e458b simplify latte indicator implementation
--fix also the line animation in order to be always
played correctly
2021-10-24 12:01:40 +03:00
Michail Vourlakos
ea500a8ec0 indicators:expose iconOffsetX/Y to applets
--expose iconed applets indicator iconOffsetX/Y setting
and this way animate applet icons if the indicator
would like to do so
2021-10-24 00:36:44 +03:00
Michail Vourlakos
fd0e3e7fcd indicators:expose iconOffsetX/Y to applets
--expose iconed applets indicator iconOffsetX/Y setting
and this way animate applet icons if the indicator
would like to do so
2021-10-24 00:33:31 +03:00
Michail Vourlakos
04929b0138 do not clip applets at all cases
--this way cases that applets painting such as
shadows, blur etc. is out of the applets contents
they are still painted
2021-10-23 20:35:00 +03:00
Michail Vourlakos
33428af95b default roundToIconSize for applets in panels 2021-10-23 20:34:51 +03:00
Michail Vourlakos
7129a54ea5 do not clip applets at all cases
--this way cases that applets painting such as
shadows, blur etc. is out of the applets contents
they are still painted
2021-10-23 20:29:31 +03:00
Michail Vourlakos
41b2bef1b8 default roundToIconSize for applets in panels 2021-10-23 20:21:09 +03:00