Commit Graph

1127 Commits (622cc6988c68d556bdea0914ff9e974216caa851)

Author SHA1 Message Date
Michail Vourlakos 28c20af008 fix loading events order of custom indicators 4 years ago
Michail Vourlakos 79828d9706 plasmoid:fix references for indicators 4 years ago
Michail Vourlakos 50c9eed11b upgrade plasmoid to IndicatorLevet items
--plasmoid is now using the IndicatorLevel Ability
Item cleanly. Now everything is ready in order
to provide the full Indicators Ability.
4 years ago
Michail Vourlakos e9ecec47dc containment: more improvements for indicators api 4 years ago
Michail Vourlakos 41e796c7a5 containment simplify indicators qml implementation 4 years ago
Michail Vourlakos eb34cefdda release animations when user is removing tasks
--for example when the user is hovering a zoomed task
and chooses to remove Latte Tasks applet from its
context menu
4 years ago
Michail Vourlakos 04b6909e66 decouple dropping launchers in applet/containment
--all dropping launchers infrastructure has now decoupled
and can be used from any other applet in other to gain
such privileges
4 years ago
Michail Vourlakos f37fde5824 simplify dragging architecture
--simpler implementation both for plasmoid
mousehandler and containment droparea
4 years ago
Michail Vourlakos cadae33a39 drop viewLayout property from everywhere 4 years ago
Michail Vourlakos 257fb86b0d plasmoid drop viewlayoutname 4 years ago
Michail Vourlakos b58b03891a plasmoid:decouple Launcher ability from latteView 4 years ago
Michail Vourlakos 934f5c163e expose launchers through relevant ability 4 years ago
Michail Vourlakos abd3678e1f expose myView.containmentActions 4 years ago
Michail Vourlakos 6390a48863 plasmoid:drop some deprecated code for latteView 4 years ago
Michail Vourlakos 0a9899491e remove dockIsHidden property
--use instead myView.isHidden
4 years ago
Michail Vourlakos 943a3d07c9 update-rename to myView.isShownFully 4 years ago
Michail Vourlakos e9cc81b03a drop isHalfShown for myView.isShownPartially
--provide also myView.isShownFully
4 years ago
Michail Vourlakos 16f846c72f rename to myView.alignment 4 years ago
Michail Vourlakos efb88d6d15 plasmoid:rename for AbilityClient references 4 years ago
Michail Vourlakos 25335bc025 expose MyView to applets 4 years ago
Michail Vourlakos 81349b5db3 fix #42,accept mouse events for audio badge 4 years ago
Michail Vourlakos 6bcef91073 fix typos 4 years ago
Michail Vourlakos d6e71924ba plasmoid:fix binding loop from Indexer.separators
--fix binding loop that was breaking tasks launchers
experience
4 years ago
Michail Vourlakos 3ec62e6ecc fix wrong naming 4 years ago
Michail Vourlakos e56342eeeb add missing reference and comment 4 years ago
Michail Vourlakos 33c575b09f plasmoid:single point for TaskItem.Abilities
--expose abilities to items from a single point and use
that in order to provide functionality for each different
item.
4 years ago
Michail Vourlakos b2aa7038a9 plasmoid:expose AppletAbilities container item
--use a single central Item in order to provide the
various applet abilities for consumption from the user
4 years ago
Michail Vourlakos f771100e87 plasmoid:show separator actions only for launchers 4 years ago
Michail Vourlakos 1812f1ed36 plasmoid:expose internal separators actions
--use task context menu in order to add and remove
separators easily
4 years ago
Michail Vourlakos ecbe3841f1 validate moving synced launchers properly
--this way when a separator is added it is also
added and synced properly to relevant applets
4 years ago
Michail Vourlakos 230b8d8ba7 remove deprecated code 4 years ago
Michail Vourlakos 1ca43ee13f use Launchers Ability for syncing
--move internal synced launchers infrastructure
in order to use Launchers Ability. Things
this way will become much cleaner and
at the same reusable and maintainable
4 years ago
Michail Vourlakos f1ed353fb9 plasmoid:fix binding loop for Indexer ability 4 years ago
Michail Vourlakos d7ede10d15 plasmoid:move task timers to TaskMouseArea 4 years ago
Michail Vourlakos 2d6b482d5f plasmoid:move task functionality to TaskMouseArea 4 years ago
Michail Vourlakos 79512f4dba split TaskItem to MouseArea and Item
--this way a more general approach for
LatteItems that are parabolicable will be
supported
4 years ago
Michail Vourlakos 4689412a13 plasmoid:launchers ability new signals
--do not use TasksExtendedManager to launchers
plasmoid ability
4 years ago
Michail Vourlakos 315568909b fix property name 4 years ago
Michail Vourlakos 4c5c96084c plasmoid:provide ToBeRemoved Launchers
--in order to provide valid removal launchers
animations through TasksExtendedManager
4 years ago
Michail Vourlakos 37588abf84 plasmoid:move launchers actions to relevant ability 4 years ago
Michail Vourlakos 8556cc4808 fix wrong spelling 4 years ago
Michail Vourlakos 968d8d3a54 plasmoid:expose Ability Launchers.group 4 years ago
Michail Vourlakos a20302a598 plasmoid:introduce Launchers ability subparts
--launchers validator
--launchers syncer
--launchers actions
4 years ago
Michail Vourlakos 7639845717 plasmoid:do not store irrelevant launchers
--a delayed view layout initialization could store
irrelevant launchers from different lauchers group
into the Unique launchers group. This commit
fixes the case.
4 years ago
Michail Vourlakos b99f074522 plasmoid:move launchers code in its own ability 4 years ago
Michail Vourlakos e9d5ae1ace remove container parabolic.lastIndex requirement 4 years ago
Michail Vourlakos da1df5bc0c parabolic:improve clearZoom responsiveness
--fix also a case the even though mouse was out of the
view the zoomed items where not restoring
4 years ago
Michail Vourlakos e102fcf792 parabolic:provide better rapid movement indicator
--each item is now informing Parabolic ability about its
visible index when the mouser enters first time its area.
This is enough for parabolic effect to identify correctly
when there is mouse rapid movement.
4 years ago
Michail Vourlakos 04d9cb7cb0 extend ParabolicAreas region
--this way we dont miss any mouse event consercing
the parabolic effect. This is a great improvement
in parabolic effect responsiveness
4 years ago
Michail Vourlakos f652975c90 qml:load ParabolicArea(s) only when really needed 4 years ago
Michail Vourlakos 99531d4d19 drop totally any applet icon overlaying 4 years ago
Michail Vourlakos b5ceb4d91a tasksparabolic:use view triggering values 4 years ago
Michail Vourlakos 259f04f7c9 view:forward ParabolicEnter from c++ 4 years ago
Michail Vourlakos 17865ee21a task parabolic more fixes for its implementation 4 years ago
Michail Vourlakos dcde80e6ed view::use a timer to nulify currentParabolicItem 4 years ago
Michail Vourlakos a1ec6de412 tasks:make parabolic effect fixes 4 years ago
Michail Vourlakos d3eed82145 adjust tasks to new parabolic approach 4 years ago
Michail Vourlakos 751a4f6713 appletItem:provide its own Parabolic Area
--move the parabolic effect code in its own item
and thus making it a lot cleaner to maintain and
debug
4 years ago
Michail Vourlakos 34f1eff125 remove separator length based on latte setting 4 years ago
Michail Vourlakos 7ef490932d add visual identifiers for paddings 4 years ago
Michail Vourlakos c7adae308e update semantics of AbilityClient.ParabolicEffect 4 years ago
Michail Vourlakos 63cdb998a1 rename Abilities.Applets to Abilities.Client 4 years ago
Michail Vourlakos 1431feae8c upgrade debugMode to Abilities 4 years ago
Michail Vourlakos aef310bf36 upgrade debug spacers to Abilities 4 years ago
Michail Vourlakos 1e985590b5 upgrade debug timers flag to Abilities 4 years ago
Michail Vourlakos 169b7d6aae introduce Debug Ability 4 years ago
Michail Vourlakos ac2ccc1358 plasmoid:fix local.iconSize calculations 4 years ago
Michail Vourlakos 1a08a476ae improve appearance in Plasma panels/desktop 4 years ago
Michail Vourlakos f8a3eeae66 plasmoid:fix alignment for Plasma desktop/panels 4 years ago
Michail Vourlakos e15eed7a49 upgrade to thickness.normalForItems values 4 years ago
Michail Vourlakos 0c2e48716c update variable name 4 years ago
Michail Vourlakos 88ea6e370e add isEnabled to parabolic Ability 4 years ago
Michail Vourlakos ee37bffb24 plasmoid:drop inConfigureAppletsMode use 4 years ago
Michail Vourlakos 07b2c762f9 update plasmoid to latteBridge editmode 4 years ago
Michail Vourlakos 0a35af87d9 upgrade thickness.normal to Abilities 4 years ago
Michail Vourlakos 33e0dab320 upgrade thickness.zoomed to abilities 4 years ago
Michail Vourlakos 9f1274bf70 remove deprecated property 4 years ago
l10n daemon script ddcc2bbe6b 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 839980192d wayland:enable previews for Plasma 5.20
BUG:426913
4 years ago
Michail Vourlakos 77fe8a6f91 wayland:previews window !contains mouse on hiding 4 years ago
Michail Vourlakos f4a568a38f plasmoid:anchor properly manual launcher removal 4 years ago
Michail Vourlakos e8103517c2 plasmoid:anchor properly all tasks in real removal 4 years ago
Michail Vourlakos 84b3818093 plasmoid:enable separateLaunchers flag 4 years ago
Michail Vourlakos 50d1e20758 plasmoid:fix window removal bouncing case 4 years ago
Michail Vourlakos 7aa4bff184 improve heuristics for real removal task animation
--improve how windows with no launchers in current activity
are identified in order to slide them out properly
4 years ago
Michail Vourlakos 1fab62377e plasmoid:use Loader for NewWindow animation
--this way it is much easier and cleaner to extend
new window animation
4 years ago
Michail Vourlakos a9c8425052 plasmoid:use Loader for Launcher animation
--this way it is much easier to extend launcher
animations
4 years ago
Michail Vourlakos c5472593fe hide window previews when last instance is closed
BUG:426089
4 years ago
Michail Vourlakos 0cfd578a2b update to 0.9.86 to clarify settings changes 4 years ago
Michail Vourlakos d5e83280d2 refactor:simplify layout data access 4 years ago
Michail Vourlakos 6dec2e378e remove deprecated applet code 4 years ago
Michail Vourlakos 42dedca86f fixes for multiple layouts new approach 4 years ago
Michail Vourlakos a3989d1c2a improve semantic for inRelocationHiding view phase 5 years ago
Michail Vourlakos b2ae994614 tasks:remove dynamic publish geometry timer
--use a static approach
5 years ago
Michail Vourlakos d695e75e0b tasks:remove deprecated timer 5 years ago
Michail Vourlakos 3a01377629 tasks:drop dynamic created resistant timer 5 years ago
Michail Vourlakos ace474ae5d tasks:do not create dynamically hoveredtimer
--keep the same static timer in order to identify
hovering
5 years ago
l10n daemon script 5832978fbf 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"
5 years ago
l10n daemon script 8b6ae2439a 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"
5 years ago
Michail Vourlakos 998ff199c7 fix calculation of applets visibleIndex()
--show properly shortcut badges for all applets

BUG:424512
5 years ago
Michail Vourlakos e4437b7f66 abilities:introduce UserRequests 5 years ago
Michail Vourlakos f5cc1f8f81 abilities:provide animations.requirements
--applets animations ability can now be used to
provide a zoomFactor that is needed from their
animations
5 years ago
Michail Vourlakos 9b58dc7083 fix warning 5 years ago
l10n daemon script 16ccd123dd 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"
5 years ago
l10n daemon script d953d7bf98 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"
5 years ago
l10n daemon script c5072f98de 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"
5 years ago
Michail Vourlakos d625aa2430 identify when previews description is shown
--this is mostly used from grouped tasks in order to
position their previews properly and consistent
5 years ago
Michail Vourlakos f37349d7dc reposition active preview line indicator 5 years ago
Michail Vourlakos f66a841658 improve tasks previews highlight
--use Plasma Tasks Previews highlight item
that looks much better
5 years ago
Michail Vourlakos 9b18db6a23 Tasks Previews,smoothen up the experience
--reduce workarounds for tasks previews and simplify
the previews model case. Now all previews, both single
window and group are using the same delegate in
order to be drawn
5 years ago
Michail Vourlakos 9c3bbb8b19 previews behavior improvements
--show thin title tooltips launchers
and do not show tasks previews windows
for launchers
5 years ago
Michail Vourlakos 27c947e5ad disable workaround for previews validity
--in the past in order for previews to be valid
we had to hide and reshow previews after each
current task changing. As it appears this might
not be needed any more, let's try to disable it.
5 years ago
Michail Vourlakos f3bb208e04 increase default previews delay
--update previews immediately after first task with
preview is shown. All the rest tasks showing previews
should trigger their previews showing immediately.
Only the first task when previews are not shown
must trigger the delayer
5 years ago
Michail Vourlakos 95dfbfd919 Tasks Previews multiple fixes
--provide an option for previews to work as a
popup window[new] or as tooltip[classic]
--multiple fixes to show/hide previews based on
user preferences from left click and hovering
a task
--move the active window line as the last item
of Preview column in order to be always drawn and
never overlap with previews or previous items
5 years ago
Michail Vourlakos 3c617a36c8 Tasks:progress badge option fix 5 years ago
Michail Vourlakos efe3defad6 Tasks shorcut badges improvements 5 years ago
Michail Vourlakos 6933e26d9c Tasks improvements for scrolling animations 5 years ago
Michail Vourlakos e98ce9e0c8 fix warning and task shortcuts bouncing 5 years ago
Michail Vourlakos b1b0a69a27 fix Tasks PositionShortcuts shortcuts counting 5 years ago
Michail Vourlakos 271089ef33 more improvements for Tasks applet 5 years ago
Michail Vourlakos 631837e199 Tasks fixes for disableAllWindowsFunctionality 5 years ago
Michail Vourlakos 7932daaa34 Tasks:support hideAllTasks (only launchers mode) 5 years ago
Michail Vourlakos f3df399f55 update some parabolic effect functions 5 years ago
Michail Vourlakos 90ab1a94e1 remove deprecated parabolic manager from plasmoid 5 years ago
Michail Vourlakos 9590dea430 remove deprecated Tasks::ParabolicManager 5 years ago
Michail Vourlakos 9e0fa5d6cd remove deprecated apis for ParabolicManager 5 years ago
Michail Vourlakos 79bcf40e5f remove some deprecated paraboliceffect apis 5 years ago
Michail Vourlakos 05bc900a6d fix multiTasks global shortcuts on position
--multi Tasks now work properly with global
shortcuts on position even when only one of them
is stealing them for its own use.
5 years ago
Michail Vourlakos 5be106565c PositionShortcuts choose which Tasks will be used
--Tasks have an option in order for one of them to steal
the Global On Position shortcuts and not be applied for
any other applets in the same dock
5 years ago
Michail Vourlakos 7176febb09 move badges tags in PositionShortcuts ability 5 years ago
Michail Vourlakos fa4ffbf521 use PositionShortuts Ability for activate/new 5 years ago
Michail Vourlakos 3c73bff0ac use Indexer Ability for shortcut badges 5 years ago
Michail Vourlakos fcf4f0a873 smoothen up parabolic effect for TasksPreviews
--parabolic effect is now Blocking Restore only when
a Task Preview contains mouse. This is more responsive
and more intuitive.
5 years ago
Michail Vourlakos 12d6302fc3 fix binding loops and warnings 5 years ago
Michail Vourlakos 29e0551642 dont center Tasks in edit mode 5 years ago
Michail Vourlakos c9caa408ea update Layout preferred values for Tasks 5 years ago
Michail Vourlakos fe4704e355 block par.effect for applet popups 5 years ago
Michail Vourlakos 36687c1eb5 fix a Tasks pixelated icons case
--when parabolic zoomfactor===1 a rare case
was that some tasks were appearing pixelated.
By disabling the Tasks Icons mathimatical roundness
this looks fixed.
5 years ago
Michail Vourlakos 14a6d73284 fix warnings 5 years ago
Michail Vourlakos 6be6450f18 fix binding loops for applets Indexer
--update fist/lastVisibleItem Index only after
the layout children match the models used count
5 years ago
Michail Vourlakos 3a347754ea fix one pixel glitch for parabolic effect
--finally after two years I found why there was a glitch
when the parabolic effect was hovering from Task into
an applet and vice versa. Tasks were rounding their
size before exposing it to container. Now this is fixed.
--Drag a task animation is now improved to be a little
more responsive and to inform also its mask requirements
to animations
5 years ago
Michail Vourlakos c173a0dbdf align Tasks Previews exactly on item's head edge 5 years ago
Michail Vourlakos 8525e076f8 Tasks,dont mask out zoomed items too soon
--AppletItem::clip was introduced  in order to
avoid circumstances that applets exceed their limits
and as such still events from surrounding applets.
Because of that change applets should now apply
their layout properties as valid all the time
5 years ago
Michail Vourlakos e83f7e551e redraw panel shadows after !visible workarounds
--use a single slot when View triggers its workarounds
for the kwin issue that kwin hides panels when an activity
stops. In such case the view shadows are also redrawn.
5 years ago
Michail Vourlakos 78a8770be8 clip Tasks Scrollable area
--this way the Tasks applet can not
hover and hijack signals from previous
added applets in the same Layout container
5 years ago
Michail Vourlakos 39cc767eed drop panelUserSetAlignment not used anymore 5 years ago
Michail Vourlakos 29128a5291 Tasks:fix autoscrolling for dragging
--during scrolled tasks the scrolllable list
now is autoscrolled properly when the user
is repositioning launchers through dragging
or when dragging external files over tasks
and launchers
5 years ago
Michail Vourlakos e8d0ca3742 fix Tasks menu RemoveSeparator option
BUG:421252
5 years ago
Michail Vourlakos 0d023dff37 expose backgroundThickness through Metrics
--this way Tasks scrolling shadows work ok again
and also they are decoupled from containment
5 years ago
l10n daemon script 51a302de63 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"
5 years ago