Commit Graph

1568 Commits (41b2bef1b80b510a4f24d0c17053f4ff490cb45f)

Author SHA1 Message Date
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
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
l10n daemon script 742987d309 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 1f191516ff 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 5f29378bf4 update/fix broadcasted appletsLayoutGeometry
--this way popups are placed even better from
plasma style docks/panels
4 years ago
Michail Vourlakos 4e5b3dd957 fix bottom/right calcs for floating nointeract gap 4 years ago
Michail Vourlakos e45bb95433 improve how applets are positioned based on pads
--improve a lot how applets are positioned in
different alignments and more specific take into
consideration the background roundness and the
items specified length margin in order to provide
always the most consistent look for the user
4 years ago
Michail Vourlakos d37984c6d9 remove deprecated check 4 years ago
Michail Vourlakos 518445027d containment:enable startUp flag from layout manager 4 years ago
l10n daemon script 4ecea93e31 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 4d345a5449 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 d84c5152b3 support multiple sidebars triggering
--and also at the same time support specific
sidebars based on their names
4 years ago
Michail Vourlakos 16b83772e3 fixes for Sidebars hiding/showing behavior 4 years ago