1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-25 22:50:35 +03:00

5860 Commits

Author SHA1 Message Date
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
Michail Vourlakos
1aeae6d256 restore indicator iconOffset when changing styles 2021-10-23 13:02:18 +03:00
Michail Vourlakos
df6bb10f31 restore indicator iconOffset when changing styles 2021-10-23 13:01:08 +03:00
Michail Vourlakos
e822062668 disable "CanBeAboveFullscreen" properly
--fix how CanBeAboveFullscreen windows option can be
enabled/disabled properly and work correctly
--fix how Blur is handled for docks and panels that
can be AboveFullScreenWindows under X11. Blur is now
working correctly for them but of course GtkFrameExtents
do not work at all because they are intended to work
based on KWin implementation.

BUG:443536
2021-10-22 21:34:21 +03:00
Michail Vourlakos
008a9c6038 disable "CanBeAboveFullscreen" properly
--fix how CanBeAboveFullscreen windows option can be
enabled/disabled properly and work correctly
--fix how Blur is handled for docks and panels that
can be AboveFullScreenWindows under X11. Blur is now
working correctly for them but of course GtkFrameExtents
do not work at all because they are intended to work
based on KWin implementation.

BUG:443536
2021-10-22 21:31:21 +03:00
Michail Vourlakos
cbbfc55861 disable frame_extents for X11::ByPassWM()
--fix blur positioning for docks panels that
have chosen to ByPassWM() under X11 environment
2021-10-22 20:43:25 +03:00
Michail Vourlakos
c521112cea disable frame_extents for X11::ByPassWM()
--fix blur positioning for docks panels that
have chosen to ByPassWM() under X11 environment
2021-10-22 20:41:50 +03:00
Michail Vourlakos
63a54b40db unblock Meta event properly for all launchers 2021-10-22 20:05:53 +03:00
Michail Vourlakos
5c2b24530b unblock Meta event properly for all launchers 2021-10-22 20:03:48 +03:00
Michail Vourlakos
3769cef501 identify kickofflegacy applet properly 2021-10-22 19:31:55 +03:00
Michail Vourlakos
d504473b56 identify kickofflegacy applet properly 2021-10-22 19:31:13 +03:00
l10n daemon script
9a85283cd7 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-10-21 02:15:56 +00:00
l10n daemon script
dacf4d71a8 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-10-21 01:16:23 +00:00
Michail Vourlakos
c9515a0353 activate through mouse wheel more applets
--when an applet is not identified as expandable
but on the other hand has activated the flag
activationTogglesExpanded then for those
applets the mouse wheel option should also
trigger an activation event
2021-10-15 01:41:13 +03:00
Michail Vourlakos
4ad9bceb27 activate through mouse wheel more applets
--when an applet is not identified as expandable
but on the other hand has activated the flag
activationTogglesExpanded then for those
applets the mouse wheel option should also
trigger an activation event
2021-10-15 01:38:24 +03:00
Michail Vourlakos
59360176ee dont block visibility function after Meta trigger
--Menu11 and SimpleMenu applets are using a custom
plasmoid approach in order to be able to position their
popups differently on the screen. This patch considers
this in a more generic way and does not use the default
codepath to show popups from these applets. More
importantly the Needs/RequiresAttention status is used
in order to determine the panel/dock visibility for
these applets.

BUG:441053
2021-10-15 01:16:05 +03:00
Michail Vourlakos
a7cd06c2ef dont block visibility function after Meta trigger
--Menu11 and SimpleMenu applets are using a custom
plasmoid approach in order to be able to position their
popups differently on the screen. This patch considers
this in a more generic way and does not use the default
codepath to show popups from these applets. More
importantly the Needs/RequiresAttention status is used
in order to determine the panel/dock visibility for
these applets.

BUG:441053
2021-10-15 01:08:26 +03:00
Michail Vourlakos
d354cc4513 fix focus behavior when notes applet is used
BUG:443236
2021-10-07 18:09:01 +03:00
Michail Vourlakos
40034a363f fix focus behavior when notes applet is used
BUG:443236
2021-10-07 18:07:40 +03:00
Michail Vourlakos
4ca17600c6 fix popup positioning for plasma-style popups
--consider the panel background roundness and position
positions only related to that roundness. This way the
plasma style popups that feel part of the panel background
are positioned properly always and they do not touch
in empty areas.
2021-10-04 23:10:15 +03:00
Michail Vourlakos
7542fa8f96 fix popup positioning for plasma-style popups
--consider the panel background roundness and position
positions only related to that roundness. This way the
plasma style popups that feel part of the panel background
are positioned properly always and they do not touch
in empty areas.
2021-10-04 23:08:05 +03:00
Michail Vourlakos
c24cd92c98 latte indicator set backcorner step to 1 2021-10-04 17:54:23 +03:00
Michail Vourlakos
8f4158f56f latte indicator set backcorner step to 1 2021-10-04 17:53:13 +03:00
Michail Vourlakos
c86878f6c7 [indicators api] - new background corner margin
--introducing in Indicators API a new option to
specify the indicator preference for the distance
between the indicator and panel background roundness.
By altering the option the indicator can get into
the panel background roundness.

BUG:442675
2021-10-03 09:23:50 +03:00