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
3 years ago
Michail Vourlakos
2f01f8cb59
update to v0.10.4
3 years ago
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.
3 years ago
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.
3 years ago
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
3 years ago
Michail Vourlakos
83600f4eb8
respect applet maximumLength==0
...
--if the applet has set maximum length to
zero then the applet should not be shown
3 years ago
Michail Vourlakos
33aa5d9195
update to v0.10.3
3 years ago
Michail Vourlakos
4c641e458b
simplify latte indicator implementation
...
--fix also the line animation in order to be always
played correctly
3 years ago
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
3 years ago
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
3 years ago
Michail Vourlakos
41b2bef1b8
default roundToIconSize for applets in panels
3 years ago
Michail Vourlakos
d504473b56
identify kickofflegacy applet properly
3 years ago
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
3 years ago
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.
3 years ago
Michail Vourlakos
1674344f9f
[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
3 years ago
Michail Vourlakos
1928c680fb
update to v0.10.2
3 years ago
Michail Vourlakos
985999530e
fix Fitt's Law for parabolic effect items
...
--fix Fitt's law for items touching the screen
edge and at the same time using parabolic
effect
3 years ago
Michail Vourlakos
18f1d460bb
fix Fitt's Law for justify vertical panels
3 years ago
Michail Vourlakos
37ec4a3a25
update to v0.10.1
3 years ago
Michail Vourlakos
b7188ab7c3
update to v0.10.0
4 years ago
Michail Vourlakos
170f14c3c0
restack applets internal ClickEffect
...
--internal click effect is now moved to CompactApplet
which is much better place to be. This way fullrepresentation
applets do not use it at all
4 years ago
l10n daemon script
249aeeccb4
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"
4 years ago
l10n daemon script
404eb60a24
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"
4 years ago
Michail Vourlakos
a11a56b4d2
update to v0.9.98
4 years ago
l10n daemon script
63dd1831d5
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"
4 years ago
l10n daemon script
6cfbf1d1cd
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"
4 years ago
Michail Vourlakos
62ce667b65
fix Debug Window layout
...
--it was broken because of all new View::Name
property
4 years ago
Michail Vourlakos
60cef9638d
update to version 0.9.97
4 years ago
Michail Vourlakos
f10ae3e239
layout:update default color scheme ref properly
4 years ago
Michail Vourlakos
a36a228938
provide colors Layout Colors option
4 years ago
l10n daemon script
7c944f1990
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"
4 years ago
l10n daemon script
82c0fb5a06
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"
4 years ago
l10n daemon script
6b7c558cff
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"
4 years ago
Michail Vourlakos
da50ca7147
consider roundness for popup placement
...
--take into account margin.length when applied for items
to get into the roundness area
4 years ago
Michail Vourlakos
7392f362a2
draw correct borders for floating Docks
...
--Justify floating dock case with maximum length
to 100%
4 years ago
Michail Vourlakos
110c090af4
fix #74,decrease margins for rounded backgrounds
4 years ago
l10n daemon script
4d407abeda
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"
4 years ago
Alexander Lohnau
505379ed04
Use spdx syntax for all files
4 years ago
Michail Vourlakos
4a7174e7c2
Blur region:use 90Hz Timer to update blur area
...
--always use blur timer in order to update blurred
area, this way subcalculations between timer triggering
are not taken into account. This way user experience
with blur and parabolic effect are improved.
4 years ago
Michail Vourlakos
4205433aac
nice popup positioning in !compositing mode
4 years ago
Michail Vourlakos
a001eab39c
provide isSidebar flag for view::visibility
4 years ago
Michail Vourlakos
f2dda7347c
set input mask properly for hidden sidebars
...
--do not enable any input mask for hidden sidebars
4 years ago
l10n daemon script
6634b8ff20
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"
4 years ago
l10n daemon script
116c59dd90
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"
4 years ago
Michail Vourlakos
cf1a008791
update to prebeta v0.9.91
4 years ago
l10n daemon script
09de9c13df
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"
4 years ago
Michail Vourlakos
76549a9f99
shortcuts:wait for view to fully shown properly
...
--the new approach is not using timers but actual
events from View in order to identify when the
view is fully shown and when their popup is actual
visible. This way popup showing and view slide-in
is always synchronized properly
BUG:425078
4 years ago
Michail Vourlakos
8028efaa6c
expose isShownFully to ViewPart::Visibility
4 years ago
Michail Vourlakos
c0e768c73c
move external bindings in their own file
4 years ago
Michail Vourlakos
7e26d54a08
do not start sliding ins/outs with no reason
...
--ViewPart:VisibilityManager is sending events
to show or hide but it can not validate the view
visual state meaning is hidden, sliding in/out, blocked
etc. That role is taken from Containment::VisibilityManager
that accepts that signals and in case the state are
requesting is already provided then in such case
these signals are ignored.
--This way myView flags for inSlidingIn/Out/PartiallyShown/FullyShown
etc are providing valid values in some previous
problematic scenarios
--This fix solves the issue that parabolic effect with Tasks Previews
it was not too responsive but it had many glitches
4 years ago