Commit Graph

1817 Commits (5633d6694d3897aec38725c73b40795fc78639c7)
 

Author SHA1 Message Date
Michail Vourlakos 5633d6694d show title tooltips only when the dock is ready
l10n daemon script 73940eff3b 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"
Michail Vourlakos 8c0ada943b remove deprecated code
--this code was creating also an issue sometimes
that wasnt showing tasks at all on startup
Michail Vourlakos 23cd5ea33e fix glitch when clicking of applet neutral areas
Michail Vourlakos f4370ccc21 improve identification of immediate launchers
--when a window is closing if there is already
an assigned launcher then the launcher must be
shown without animation
Michail Vourlakos 8f44e68a75 fix #846,dont delay any show/remove of separators
Michail Vourlakos 71087b1c3f ignode kde activeWindowContronl from activeindicator
Michail Vourlakos be2c4ed669 fix missing negative symbol
Michail Vourlakos 8732d21ab9 introduce PlasmaComponents3.ComboBox in config
l10n daemon script 5b0bcda3c4 GIT_SILENT made messages (after extraction)
Michail Vourlakos d28ca2707d use dbus functions for contextmenu
Michail Vourlakos e07f6e207e expose contextMenu data through dbus
Michail Vourlakos 028f2c5fe8 add dbus functionality
--show config window through dbus
--change layout through dbus
Michail Vourlakos be1963c53b attemp to fix online builds
l10n daemon script aa3a9b2411 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"
Michail Vourlakos dfdf07404c dont show info window when no adding layout
--and the user hasnt chosen it
Michail Vourlakos ba149a65e3 update applyButtons when checkboxes change state
Michail Vourlakos fee5000c44 dont draw ext.shadows and blur on temp/forceHiding
Michail Vourlakos 62f847ecac fix #856,update hoveredindex after animations end
--this way we are trying to delay a bit the directRender
mode when the dock is hidden
Michail Vourlakos dd14fdb6d0 Revert "use PlasmaComponents3.ComboBox in dock config win"
This reverts commit cfab941889.
Michail Vourlakos 61227abaeb ALWAYS Restore Task Animation
--VERY IMPORTANT CODE, fixes a bug when cycling the mouse
very fast inside and outside the dock, in some rare cases
the restoreAnimation didnt end!!
Michail Vourlakos 2f45aa9129 dont delay clearing zoom for task
Michail Vourlakos 5245a01f0f update a bit the zoom-out timer intervals
Michail Vourlakos b8fe25de2a dont blur while inStartup or closing
Michail Vourlakos 5593b515f4 update zoom-out animations
Michail Vourlakos c129743aa9 use a new zoom-in animation type
Michail Vourlakos 2957c50dd0 Revert "update zoom-in animation type"
This reverts commit cc6779d0c4.
Michail Vourlakos cc6779d0c4 update zoom-in animation type
Michail Vourlakos cbfc7da27b dont show two configuration windows(systrays)
l10n daemon script e6f275939a 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"
Michail Vourlakos 15cff730ab stop restoreAnimation in directRendering
--issue , when directRendering is activated
some of the tasks could be in restoreAnimation,
in such case they stop their animation are moved
to directRendering mode
Michail Vourlakos 8cf6f49bb9 improvements to parabolic effect
--issue , improve how the two states of zoom-in
and directRendering are indetified and triggered.
The initialization of hovering indexes now is
trigerred only for window mouse out events.
Michail Vourlakos 036bccb6bd show active layouts in menu with bold
Michail Vourlakos 43cc5da6fa complete containmentactions support
--this way the Layouts menu in now accesible
even from plasma taskmanagers. The codebase is also
the same for every component that is showing its
menus.
Michail Vourlakos f9afa1bc1f move completely to containmentactions
Michail Vourlakos 5660e0ec9c preparing layouts menu in containmentactions
Michail Vourlakos 82e77f7b23 more improvements to containmentactions
Michail Vourlakos d3756e0ce1 add containmentactions
Michail Vourlakos 35643ac5f3 include translations of the dock folder
Michail Vourlakos db0d803e2d slide-in docks on startup
Michail Vourlakos 474c7a3970 slide-out docks on closing
Michail Vourlakos 4b07ae7457 move dock contextmenu to dockmenumanager
Michail Vourlakos afe9a2e09d rename latteconfigdialog to settingsdialog
Michail Vourlakos e4153271ef fix dependencies and references
Michail Vourlakos acb77c6cd4 update header files and move files around
Michail Vourlakos 2987e406db block signalUpdateScale if task/applet containMouse
l10n daemon script 811bdd7111 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"
Michail Vourlakos 0ee59fc97c reduce the resistance for enabling directRendering
--references fix 
Michail Vourlakos 2a78437996 add some resistance in activating directRendering
--add some resistance for the functionality added for
issue 
Michail Vourlakos 31caea4a51 fix #852,go to directRenderMode faster
--in order to go faster to directRenderMode in some
cases, the following criteria was added. If the zoomScale
of a task is greater than 1 and the mouse enters that task
then directRendering is enabled.