Michail Vourlakos
b607e25a4c
reduce interval of checkRestoreZoom
7 years ago
Michail Vourlakos
7c5d550e9c
fix #871,improve clearing zoom indicators
...
--accept clearZooms only in both hoveredIndexes
are -1 (for plasmoid and containment)
7 years ago
Michail Vourlakos
b12cf1446a
orchestrate better directRender for plasmoid
...
--use same techniques with the containment in order
to activate/deactivate the directRender through
the latte plasmoid
7 years ago
Michail Vourlakos
14ffc70088
cleanup deprecated directRenderTimer/containment
7 years ago
Michail Vourlakos
7c1cd0cb70
improvements to applets parabolic effect
7 years ago
Michail Vourlakos
00241dcd8f
fix breakage in par.effect from separators applets
7 years ago
Michail Vourlakos
9fdb1b598d
increase parabolic effect speed
7 years ago
Michail Vourlakos
53633290fc
block parabolic animations onEnter event
...
--calculations for parabolic effect are blocked
at the onEntered events because the mouse position
is faulty and breaks the animations
7 years ago
Michail Vourlakos
3a2b0f7fd6
animate iconMargin when changes
7 years ago
Michail Vourlakos
05e08e57c5
delay a bit the directRender activation
...
--previously directRender was activating also when
from the first entered element the mouse moved fast
enough to the second element. But this could happen
also accidentaly some times. This improvements indicates
also the mouse position in the second element to be
near the center of that element
7 years ago
Michail Vourlakos
764f7d06b6
fix Justify Splitters behavior
...
--because of new introduced functionality from MaxLength
Splitters broke. This commits fixes their behavior
7 years ago
Michail Vourlakos
1a3cb13094
use same font metrics for qml and c++ code
7 years ago
Michail Vourlakos
14fa05745f
remove kwin effects when hiding editVisual
7 years ago
Michail Vourlakos
f2375e6f1f
animate Ruler properly
7 years ago
Michail Vourlakos
c6408564d0
make the containment background aware
7 years ago
Michail Vourlakos
43fcb659af
use single shadow for EditVisual
...
--remove also deprecated code from EditVisual
7 years ago
Michail Vourlakos
41117e9290
add background and textColor to layout
...
-- auto-adjust the textShadow for Ruler based on
the textColor luminosity
7 years ago
Michail Vourlakos
9c18e5dbef
fix warnings
7 years ago
Michail Vourlakos
0281fc7993
fix warning from ConfigOverlay
7 years ago
Michail Vourlakos
4e4ae54896
fix warnings from PanelBox
7 years ago
Michail Vourlakos
7e6aacd158
fix warnings from Ruler
7 years ago
Michail Vourlakos
277a0b3c43
fix warnings in LayoutsContainer
7 years ago
Michail Vourlakos
97fa6f7e61
block rulerMouseArea for normal mode
7 years ago
Michail Vourlakos
97e8b58df2
dont blacklist activeWindowControl
...
-- the fix will come up from upstream! ;)
7 years ago
Michail Vourlakos
6738a07f4f
fixes for editMode tooltips
...
--remove also deprecated code
7 years ago
Michail Vourlakos
3195cc206c
enable ruler tooltip in editing mode
7 years ago
Michail Vourlakos
bfc64dbe57
add mouse indicators for hidden scrolling actions
...
--mouse indicator when hovering the Latte spacer in order
to give a hint to the user that he can use the mouse wheel
to increase its size.
7 years ago
Michail Vourlakos
ef8256f815
use mouse scroll to increase maxLength from Ruler
7 years ago
Michail Vourlakos
976494ed09
enable smooth animation when changing alignments
7 years ago
Michail Vourlakos
dcbc720425
dont update dock geometry for panels/editMode
7 years ago
Michail Vourlakos
23008b5903
enable glow choice for behaveAsPlasmaPanel
7 years ago
Michail Vourlakos
fdd7d2c975
support Latte foreground palette for ruler
7 years ago
Michail Vourlakos
9e4ec510f9
increase topMargin at behaveAsPlasmaPanel
7 years ago
Michail Vourlakos
61c28978e6
publish internal ediMode to dock
...
--use internal edit mode to wm's visibilitymanager.
More specific use it in AlwaysVisible mode in order
to not publish the new struts because the animations
have ended.
7 years ago
Michail Vourlakos
aba33ef7d5
improve calculations for editinig thickness
7 years ago
Michail Vourlakos
fbe1fd4268
update runtime behaveAsPlasmaPanel in editMode
7 years ago
Michail Vourlakos
65c067f428
improvements for Ruler
7 years ago
Michail Vourlakos
5b216845a3
update automatic icon size,starting editMode
7 years ago
Michail Vourlakos
c2339043d6
improve ruler layout when changing locations
7 years ago
Michail Vourlakos
894af1867b
improve calculations for editingmode
7 years ago
Michail Vourlakos
408476ce58
improve editMode triggering
...
--take into account the animations during
editMode activation/deactivation
7 years ago
Michail Vourlakos
96c9a22b70
lower maxLength text in dock mode
7 years ago
Michail Vourlakos
794e290ca5
position maxLength label correctly
7 years ago
Michail Vourlakos
4b822e4564
fix calculations for max values
7 years ago
Michail Vourlakos
f5f254c0db
enable automatic sizes in edit mode
...
--block also the editing background to
change size
7 years ago
Michail Vourlakos
432241dd93
improvements for new ruler
7 years ago
Michail Vourlakos
73229c5fbc
give some more space in editingVisual for ruler
7 years ago
Michail Vourlakos
5feecd53b2
improve editing visuals
7 years ago
Michail Vourlakos
431ec79088
force all DropShadows to fast mode
7 years ago
Michail Vourlakos
da5fc3fe1a
fix #862,blacklist new activeWindowControl
...
--the new kde activeWindowControl becomes active
when is showing menus. That conflicts with Latte
internal heuristics in order to not show or show
dynamically panel shadows, active indicators etc.
7 years ago
Michail Vourlakos
3462562a81
fix #857,improve par.effect with tooltips
...
--window previews were lowered in order to touch
the task for which are presenting issues. This way
the mouse confirms alway the taskContainsMouse flag
--title tooltips are shown only when the dock has
ended its sliding-in animations
7 years ago
Michail Vourlakos
5633d6694d
show title tooltips only when the dock is ready
7 years ago
Michail Vourlakos
23cd5ea33e
fix glitch when clicking of applet neutral areas
7 years ago
Michail Vourlakos
71087b1c3f
ignode kde activeWindowContronl from activeindicator
7 years ago
Michail Vourlakos
fee5000c44
dont draw ext.shadows and blur on temp/forceHiding
7 years ago
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
7 years ago
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!!
7 years ago
Michail Vourlakos
5245a01f0f
update a bit the zoom-out timer intervals
7 years ago
Michail Vourlakos
b8fe25de2a
dont blur while inStartup or closing
7 years ago
Michail Vourlakos
5593b515f4
update zoom-out animations
7 years ago
Michail Vourlakos
c129743aa9
use a new zoom-in animation type
7 years ago
Michail Vourlakos
2957c50dd0
Revert "update zoom-in animation type"
...
This reverts commit cc6779d0c4
.
7 years ago
Michail Vourlakos
cc6779d0c4
update zoom-in animation type
7 years ago
Michail Vourlakos
15cff730ab
stop restoreAnimation in directRendering
...
--issue #852 , when directRendering is activated
some of the tasks could be in restoreAnimation,
in such case they stop their animation are moved
to directRendering mode
7 years ago
Michail Vourlakos
8cf6f49bb9
improvements to parabolic effect
...
--issue #852 , 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.
7 years ago
Michail Vourlakos
db0d803e2d
slide-in docks on startup
7 years ago
Michail Vourlakos
2987e406db
block signalUpdateScale if task/applet containMouse
7 years ago
Michail Vourlakos
0ee59fc97c
reduce the resistance for enabling directRendering
...
--references fix #852
7 years ago
Michail Vourlakos
2a78437996
add some resistance in activating directRendering
...
--add some resistance for the functionality added for
issue #852
7 years ago
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.
7 years ago
Michail Vourlakos
09691438e2
block for 1sec automaticIconSize costly function
7 years ago
Michail Vourlakos
d0064e622d
dont animate iconSize in editMode & behaveAsPanel
7 years ago
Michail Vourlakos
33d253d6ce
improve calculations for geometries in editMode
7 years ago
Michail Vourlakos
7bb2db306a
separate edit shadow visual from its image
7 years ago
Michail Vourlakos
527fe54da7
improvements for EditMode Visual
7 years ago
Michail Vourlakos
d97a819bc1
enable mouse sensitivity for parabolic effect
7 years ago
Michail Vourlakos
b64bb1f9d2
use very high sensitivity for parabolic effect
7 years ago
Michail Vourlakos
b5ccba44b1
Move Dock from Layout to Layout
...
-- In the configuration window at the "New Dock"
ComboBox were added options in order for a dock
to move to another running Layout.
7 years ago
Michail Vourlakos
8244d3218e
fixes for thickness calculations
...
--consider reverse Lines and show glow case in order
to add this in the thickness calculations
--consider the applets shadows when shrink thickness
is enabled
7 years ago
Michail Vourlakos
60cc89d595
MultipleLayouts:restore isSwitching signal
...
--this creates a nice animation when switching
layouts for orphaned Activities at a Multiple
Layouts state
7 years ago
Michail Vourlakos
274c6a653d
add managedLayout to dockView
...
--this way a dock can belong to specific Layout
and this could be changed runtime in a multi-layout
runtime environment
7 years ago
Michail Vourlakos
9473f5b7a2
fix thick and applets alignment in reverse mode
7 years ago
Michail Vourlakos
e3d1001861
indicate automatic the automatic shrinking
...
--if there is an applets that requests fillWidth or Height then
the automatic shrinking isnt working
7 years ago
Michail Vourlakos
2d16bcd976
draw panel background correctly after themeChange
7 years ago
Michail Vourlakos
10f3f6613d
fix breakage of parabolic effect after slides out
7 years ago
Michail Vourlakos
cb69a9c7c6
slide out/in also in user screen change
7 years ago
Michail Vourlakos
f7b8cedb3c
improve semantics for location change slide out/in
7 years ago
Michail Vourlakos
afcdd1b726
hide docks animation when changing layouts
7 years ago
Michail Vourlakos
4692b87bb5
improve GlowPoint contrast
7 years ago
Michail Vourlakos
fa1ef2f17d
move GlowPoint to latte library
...
--this way we can use the same code between
plasmoid and containment
7 years ago
Michail Vourlakos
b749a1f7e6
fix for dynamic background
7 years ago
Michail Vourlakos
a6efa4b112
count shadow size in length mask size
7 years ago
Michail Vourlakos
99bb0a5c87
fix #817,count shadow size for mask thickness
7 years ago
Michail Vourlakos
d86fdfd2ff
fix #810,support smart/dynamic background
...
the dynamic background feature is enhanced and
becomes smarter. It understands snapped windows, windows
that touch the panel edge etc. The criteria in
order for the background to become solid are:
- any active window that is touching the panel
edge (that includes krunner)
- any inactive window that is snapped and touches
the panel edge (concerning its geometry: quarter-snapped or half-snapped)
- maximized windows
- an inactive window but keepAbove is touching
the panel edge (this catches also the yakuake case)
- panel popups
7 years ago
Michail Vourlakos
bc7a9eac9a
fix #811,timers to check previews/menus/tooltips
...
--there were cases that window previews/tasks context menu/
title tooltips were shown at the same time. This patch fixes this
by adding timers to catch these case and show the above on
priority. The priority used is tasks context menu/window
previews/title tooltips
7 years ago
Michail Vourlakos
43a6e18617
follow Fitt's Law when shrinking thickness
...
--when the latte panel behavesAsPlasmaPanel and
the user has enabled also shrinking the thickness
then Fitt's Law can be followed.
7 years ago
Michail Vourlakos
c169858b71
improve glow painting
...
--reduce a lot the painting issues that didnt
paint glow parts correctly
7 years ago
Michail Vourlakos
253eb7a8e2
dont count latte plasmoid as expanded
...
--this solves making the dock background fully shown
with no transparency at all when a task in the plasmoid
needed attention.
7 years ago
Michail Vourlakos
90f7ae8fed
improve margins for shrinkThickMargins
7 years ago
Michail Vourlakos
0077029e3f
identify kdeconnect sms applet
7 years ago
Michail Vourlakos
6722162826
fix applet line active indicator issue
...
--the applet line active indicator wasnt updating
correctly its size when hovering
7 years ago
Michail Vourlakos
7b27dfdf33
disable directRendering after automatic icon size
7 years ago
Michail Vourlakos
1d8eea28bb
slidingIn/Out during locationChange signal
7 years ago
Michail Vourlakos
e89d9f17e6
fix #789,hide indicator item when inAttention
...
--the inAttention animation is being played by a
separate Loader, with this patch we hide the underground
original indicator in case it creates a visual
breakage in some cases
7 years ago
Michail Vourlakos
ff70d4a9d2
improve/fix small issues with panel behavior
7 years ago
Michail Vourlakos
efb04895be
improve activate applets for neutral areas
7 years ago
Michail Vourlakos
43b08217a2
expand applets when clicked in neutral areas
...
--try to give more interaction to the user. When an
applet is clicked at its hidden spacers or the space
reserved for its active indicator then Latte sends
a signal to expand it. Unfortunately I havent found
a way to active other applets in such case e.g. the
icon-only applets
7 years ago
Michail Vourlakos
246f5ed800
fix handler placement in RTL
7 years ago
Michail Vourlakos
920de6cd6e
fix RTL layout for vertical and alignments
7 years ago
Michail Vourlakos
5f148b950e
support RTL to tooltips and previews
7 years ago
Michail Vourlakos
32c74f818e
fix parabolic effect for RTL
7 years ago
Michail Vourlakos
f8f78566f9
apply layout mirroring for RTL
7 years ago
Michail Vourlakos
e0a3bd9f80
support nomad systray in Latte
7 years ago
Michail Vourlakos
3ca45d0eaa
fix #772,improve shadows behavior for solid panels
7 years ago
Michail Vourlakos
c108cd4953
improve shadow positioning in glow
7 years ago
Michail Vourlakos
7b8efcaed7
implement fully active indicator types/glows
7 years ago
Michail Vourlakos
89cd1c30ab
support two types of active indicator
7 years ago
Michail Vourlakos
eab02204e1
support GlowOnlyOnActive at containment
7 years ago
Michail Vourlakos
34e1243886
update container GlowPoint
7 years ago
Michail Vourlakos
5388b709a8
update plasmoid to support glowOnlyOnActive
7 years ago
Michail Vourlakos
cc0037e82d
add new glow configuration options
7 years ago
Michail Vourlakos
733fa3c29c
update container GlowPoint
7 years ago
Michail Vourlakos
a9c1f9cd08
update glowing at plasmoid GlowItem
7 years ago
Michail Vourlakos
6b34a5118e
add showGlow property to GlowPoints
7 years ago
Michail Vourlakos
8d40678e28
fix latteApplet size area
...
--this fixes also showing a wrong context menu
for tasks in zoomed tasks. It was showing instead
of the task context menu the container one.
7 years ago
Michail Vourlakos
07d51156bf
fix noRealTask breaking parabolicEffect
7 years ago
Michail Vourlakos
63304d91d7
fix single task case for parabolic effect
...
--when there was only one task in the plasmoid
the parabolic effect was breaking with neighbour
applets
7 years ago
Michail Vourlakos
a4a5a61574
load spacers debug visuals ondemand
7 years ago
Michail Vourlakos
147529dd72
fixes for tasks spacers for multiple separators
7 years ago
Michail Vourlakos
83c901de0e
hide internal separators in some cases
...
--hide internal separators when overlap and show
only one
--hide internal separators at start or end of the
plasmoid, the user can us separator applet in those
places
--add safety array checkes in order to avoid any
crashes from accessing out-of-arrays elements
7 years ago
Michail Vourlakos
1eca9875f9
drop internal separatorPos for new architecture
7 years ago
Michail Vourlakos
e7baccf7d0
disable debug messages,restore some clearZooms
7 years ago
Michail Vourlakos
9d8c99768f
update containment spacer to multiple internal
7 years ago
Michail Vourlakos
0e2f4debb0
support plasmoid intern.separators from containment
...
--update the containment Parabolic Manager to take into
account the plasmoid multiple internal separators
7 years ago
Michail Vourlakos
63fa3c4b1d
drop internalSeparatorHidden from parabolicManager
...
--improvements for new separators architecture
7 years ago
Michail Vourlakos
ae8669169b
simplify hidden spacers for tasks/applets
7 years ago
Michail Vourlakos
f22d5c85b2
support solid background with opacity for maximized
...
--the user may prefer solid background with opacity
when using the maximized windows functionality. This
patch enables this
7 years ago
Michail Vourlakos
65c50e4200
fix #760,enable effects when forceSolidPanel
...
--when the user has enabled to show solid panel for
maximized windows the window effects must be enabled.
This way the best contrast is provided.
7 years ago
Michail Vourlakos
c5b99b4576
improve background animations when changing states
...
--when the background is shown or not (e.g. for maximized
windows) or when changing its transparency it is animated
in a better way
7 years ago
Michail Vourlakos
f5175b6135
fixes for title tooltips
...
--disable direct rendering when a title tooltip
becomes hidden and the mouse isnt in the dock.
This fixes an issue when the user enters the dock
and the parabolic animation wasnt playing correctly in
some cases
--do not show a title tooltip if the dock !containsMouse.
This way some tooltips that were still shown when the
mouse wasnt inside the dock is fixed.
7 years ago
Michail Vourlakos
88108ac524
add option to debug timers
...
--this is especially useful in order to be sure that
there are timers that create unending loops
7 years ago
Michail Vourlakos
1dd9a30139
release connect signals ondestruction
...
--following issue from #730 more qml code
was found that wasnt releasing connect signals
properly. That could create crashes because
already deleted qml objects could receive such
signals. That was observed after qt>=5.9.2
7 years ago
Michail Vourlakos
339b570c35
fix #713,solid background for maximized windows
...
--this works similar with transparency with no-maximized
windows feature but on reverse. e.g. transparency for
non-maximized windows and solidness for maximized ones
--opacity to 1 when applet is active
--when the user uses a semi transparent panel for
un-maximized active windows and the user activates
a pop up for an applet a better visual effect is the
panel to not have any transparency
--improve translation strings and options order
7 years ago
Michail Vourlakos
79c4defad6
show panel background faster at !compositing
...
--disable animations for panel opacity at
!compositing
7 years ago
Michail Vourlakos
0835fd7b4d
force show of panel background in !compositing
...
--force the panel background showing when !compositing
is active independent of the users choice concerning
show/or not the panel background
7 years ago
Michail Vourlakos
7b814b3601
dont show lock button for separator applet
...
--the provided separator applet is not animated
in Latte based on the parabolic effect. These
applets are just sliding on the length axis so
the lock button doesnt provide any functionality
at all.
7 years ago
Michail Vourlakos
0df95400d8
hidden internal separator at the edges
...
--The internal separator can be hidden when it is
found at the edges of Tasks Plasmoid, it creates a
more pleasant result. If the user wants separators at
the edges can always use the Separator plasmoid from
audoban. This fix would fix also the overlap
of internal sepator with external applet separator.
7 years ago
Michail Vourlakos
f6e4bd205a
block parabolic effect for systray
...
--at all cases and not just those that
systray length is greater than the set applet size.
There were cases that the systray had very few
applets in it and thus is was animated
7 years ago
Michail Vourlakos
d5f8878d56
disable directRender when showing context menus
...
--this way closing the context menu the parabolic
animation doesnt break
7 years ago
Michail Vourlakos
425b27ce22
blacklist redshift from heuristics
8 years ago
Michail Vourlakos
7bc8b51446
force transparent panel respects shadows settings
8 years ago
Michail Vourlakos
830d197a0d
use full thickness for animations need thickness
8 years ago
Michail Vourlakos
fe0ec6ba42
fix #666,provide scroll wheel based on directions
...
--when the dock is hidden or in animation no mouse
wheel actions are accepted
--laucher: only the up action is accepted in order to
activate that launcher
--window: up action shows the window, if it is shown
nothing happens,
down actions, minimizes the window, it is is already
minimized nothing happens
--group: up/down to cycle through the windows
8 years ago
Michail Vourlakos
f57e714b1e
fix a glitch for applets
...
--clicking a zoomed applet at the area below it
was creating a glitch because of the restore zoom
8 years ago
Michail Vourlakos
9760ef2a5e
follow Fitt's Law when dock is inFullJustify
...
--improvements in order to follow Fitt's Law when
the dock is in Justify mode and 100% maximum length
8 years ago
Michail Vourlakos
e89afafab2
fix #662,fix typo and auto-hide break behavior
...
--the check to disable blockHiding takes into account
if the config window is shown or not
--a small typo when going to !editMode was fixed
8 years ago
Michail Vourlakos
f2ab6cbc9c
block hiding when alternatives is shown
8 years ago
Michail Vourlakos
f4fa8cf0c7
position correctly new applets
8 years ago
Michail Vourlakos
dd1bdd8a47
block applets parab.animation when bouncing task
8 years ago
Michail Vourlakos
bb2f5936b4
improve parab.effect stability on first hovering
8 years ago
Michail Vourlakos
ad0a66804f
small fixes for warnings and types
8 years ago
Michail Vourlakos
1e4f98b4ae
fix #633,trigger correctly the animations signals
...
--restoring the applets from the parabolic effect didnt
send correctly the ending signal that their animation
was finished
8 years ago
Michail Vourlakos
8c7eee5245
fix #633,set a fixed shadow for edit box
8 years ago
Michail Vourlakos
862a20ff54
fix #630,ondrop event reparent dndspacer in end
8 years ago
Michail Vourlakos
e4b03449a2
disable properly automatic icon size
...
-- disable always and forcefully the automatic icon
size for plasma task managers and make sure to restore
to normal icon size when only such managers are present
8 years ago
Michail Vourlakos
820d6562e0
improve shadow defaults
8 years ago
Michail Vourlakos
c4c17f6c04
change default option
...
--enable shrink margins by default
--disable indicators glowing
8 years ago
Michail Vourlakos
7e07a402da
disable automatic icon size for plasma taskmanagers
8 years ago
Michail Vourlakos
41c0b094e7
fix #621,use layout fill(s) for title tooltip
8 years ago
Michail Vourlakos
14a674cd61
fix #572,support latte spacer
8 years ago
Michail Vourlakos
cfa8ee9deb
hide title tooltips when applet is expanded
8 years ago
Michail Vourlakos
88cd32fffc
dont call timer if it isnt needed
8 years ago
Michail Vourlakos
45add5988f
fix #622,support title tooltips for hovered applets
8 years ago
Michail Vourlakos
262b3bd238
dont restore zoom when applet context menu shown
8 years ago
Michail Vourlakos
0b344be641
dont release zoom when plasmoid context menu is shown
8 years ago
Michail Vourlakos
8abc2e517a
config option for task title tooltips
8 years ago
Michail Vourlakos
81323df723
fix #576,force panel shadow at expanded applets
...
--there are cases that the panel shadow should be forced
shown even though the user has chosen not to. Such case
is when an applet is expanded and the user has
zoom factor:1, panel background:100%, which is much
similar with a plasma panel configuration
8 years ago
Michail Vourlakos
ba3de5061f
block zoom hovering on dock sliding in/out
8 years ago
Michail Vourlakos
0cdd8916cf
fix #587,fix typo showing wrong placeholder
...
--wrong placeholder position for horizontal dock
layouts
8 years ago
Michail Vourlakos
0b34dcf1b3
fix #608 , support Unique,Layout,Global launchers
8 years ago
Michail Vourlakos
d4b2f3d15b
update launchers based on group correctly
...
--this isnt the plasmoid part but the c++ and configuration
window one
8 years ago
Michail Vourlakos
a65d876003
fix #588,dont hide handler when hovering the tooltip
8 years ago
Michail Vourlakos
569d9fe2d1
remove deprecated color(tan) and use brown instead
...
--update also the interval to switch layouts
8 years ago
Michail Vourlakos
7235b14dab
update pixmaps for some colors
...
--improve also the opacity used for the EditModeVisual
8 years ago
Michail Vourlakos
7418c60a3f
support more colors and update some
8 years ago
Michail Vourlakos
432db753fc
support a color palette for the layouts
8 years ago
Michail Vourlakos
9f20ceb83e
remove globalSettings from qml part
...
--globalSettings remain only for the layouts in the
config window
8 years ago
Michail Vourlakos
f2de335d35
move functionality to new architecture
...
--add functionality for layoutManager
--add widgets action and alternative layout action to
layoutManager
--remove more functionality that belongs to globalSettings
8 years ago
Michail Vourlakos
7d77ab5195
expose user specified shadows to qml
8 years ago
Michail Vourlakos
98a4f2b253
add shadows option in the config window
8 years ago
Michail Vourlakos
ce7bf51145
disable background effect when having transparency
8 years ago
Michail Vourlakos
8794835f0b
reenable a small animationstep in parabolic effect
8 years ago
Michail Vourlakos
c8878792bb
fix #532,dont allow to add a second Tasks plasmoid
8 years ago
Michail Vourlakos
0ce0feca0a
fix #526,add toggleGrouping action
8 years ago
Michail Vourlakos
319f30d2cc
fix showing debug window
8 years ago
Michail Vourlakos
d4a5370ef2
use same design for all separators
8 years ago
Michail Vourlakos
db78a5b622
fix #498,translate 0% margin to 0px margins
8 years ago
Michail Vourlakos
c5dda73d5b
fix #497 , fix crash on startup
...
--this was crashing Latte on startup because
the WindowsModel was loaded too early when
the user had set "Show Background only for
maximized windows"
8 years ago
Michail Vourlakos
e982540bff
fix #490,support usesPlasmaTheme in our fake icons
8 years ago
Michail Vourlakos
162d84e31d
fix #495,Disable panel shadow for maximized windows
8 years ago
Michail Vourlakos
424f0e0e1c
dont allow forceTransparentPanel on !compositing
8 years ago
Michail Vourlakos
641d096d58
fix #490,improve identification algorithms
...
--this commits improves the identification algorithm
for kicker and simplemenu and their behavior also
concerning setting a static image or not
8 years ago
Michail Vourlakos
cfca7fadd4
dont paint items when shadow is activated
...
--this way we gain a few cpu cycles because they
are not painted when the item is painted through
the Shadow qml item
8 years ago
Michail Vourlakos
05c2123708
go faster to directRender state
...
--improve more the parabolic animation and
fix an issue that was based on the time window
between smooth animation and directRender when
the mouse activates the parabolic effect in the
begin.
8 years ago
Michail Vourlakos
aacd80df3d
enable tooltips in various places
8 years ago
Michail Vourlakos
4eb0645474
fix #489,option for mouse wheel actions
8 years ago
Michail Vourlakos
fe0e23b935
fix #490,support kicker and simplemenu applets
...
--we now support through our discovering mechanisms
a properly identification for kicker and simplemenu
applets. This way changing their icons work correctly
and of course the parabolic effect
8 years ago
Michail Vourlakos
8ae052ba79
correct update hidden applets registry on startup
8 years ago
Michail Vourlakos
51b600725d
fix parabolic effect and Tasks thickness
...
--this fixes the Tasks plasmoid thickness and
improves a small breakage in the parabolic effect.
The Tasks thickness is going to maximum when there
is a hoveredInded in plasmoid or in containment.
--the previous fix, fixes also a small breakage in
the parabolic effect animation. The breakage was
appearing when going from
applet->applet separator->task and directRender is
enabled
8 years ago
Michail Vourlakos
19af87417e
add disabled debug messages for parabolic signals
...
--these debug messages can be activated in the future
in order to identify in the future cases that the
parabolic effect doesnt work as it should
8 years ago
Michail Vourlakos
155e037d0f
disable all spacers for all separators
...
--this makes the spacers to overlap with
each other
8 years ago
Michail Vourlakos
d59a43a7aa
simplify window model for maximized window
...
--simplify the messaging handling and also protect
the initialization of the model for the Repeater
8 years ago
Michail Vourlakos
eb5b70d9a4
dont hide internal separator yet
...
--hide debug messages
--dont hide internal separato yet if there
are neighbour separators next to it because
it is not positioned always correctly yet
8 years ago
Michail Vourlakos
ff53a53d75
fix all separators calculations/signals
...
--fixed all signals calculations for applets
through the parabolicManager in containment
8 years ago
Michail Vourlakos
b160ad76a5
fix many separators around latte plasmoid
8 years ago
Michail Vourlakos
f379877e55
improve more parabolic effect messaging
8 years ago
Michail Vourlakos
fbf952f606
fix binding loops that broke separators experience
8 years ago
Michail Vourlakos
b79b375715
access internal plasma separator from contextmenu
...
--all the functionality concerning the internal separator
is moved completely into the plasmoid. Now the add/remove
of the internal separator can be found through the Tasks
contextmenu as long as we are in editMode (that is showing
the configuration window)
8 years ago
Michail Vourlakos
debea91ddc
reduce messages for clearing parabolic effect
8 years ago
Michail Vourlakos
3a0ac83c46
fix #480,support properly separator widgets
8 years ago
Michail Vourlakos
0c69277912
correct center calculation based on hidden spacers
8 years ago
Michail Vourlakos
30988a8820
fixes for separators signaling
8 years ago
Michail Vourlakos
988448345f
add margins to applet separators
...
--fix for indicating the separator on startup
--improvements in parabolic signaling
8 years ago
Michail Vourlakos
a0bff8f9f0
first part to support properly separators
...
--support properly applet separators. This is the
first part, in the future the margins for them
should be updated correctly and the edge cases,
for example when the applet separator is next to
tasks plasmoid
8 years ago
Michail Vourlakos
544f34ad2a
expose available applet ids
...
--find applet ids that arent separators or
hidden
8 years ago
Michail Vourlakos
d4b785daf3
inform parabolicManager for separators and hidden
...
--the parabolicManager is informed about the applet
ids for hidden applets and separators. This way the
manager can process the signals for parabolic effect
much better and correctly
8 years ago
Michail Vourlakos
fa9b313c92
use more the ParabolicManagers
...
-- add even better clearZooms based on
signaling from ParabolicManagers
8 years ago
Michail Vourlakos
9cdd9d839b
fix splitters path for Justify mode
8 years ago
Michail Vourlakos
528a857b47
apply a proper clearing zoom for applets
...
--this is finally used properly through the
ParabolicManagers new architecture. Any old
problems concerning applets that didnt clearing
their zoom should be fixed totally now!!
8 years ago
Michail Vourlakos
a16ed0e9ef
add clearing functions for parabolic managers
8 years ago
Michail Vourlakos
6fa6f70e41
add ParabolicManager for containment
...
--all messages concerning parabolic effect are calculated
and send through the ParabolicManager. This will help
a lot in maintainance and in many cases in the future
such as, separators, hidden applets and clearing zoom
properly
8 years ago
Michail Vourlakos
569644073f
fix #481,improve fake applets indication
...
--improve fake applets indication on startup
8 years ago
Michail Vourlakos
d99c679382
fix wrong showing of ActiveIndicators
...
--the ActiveIndicators were showing on startup
in some applets that they shouldnt
8 years ago
Michail Vourlakos
2862ca2442
fix a thick margins in applets
8 years ago
Michail Vourlakos
afc1a8e318
add AppletIdentifier for discovering applets icons
...
-use the old code and add it in AppletIdentifier in order
to discover applets that provide IconItems and substitute
their panel behavior with Latte experience
8 years ago
Michail Vourlakos
31be277e17
include userswitcher in applet heuristic algorithm
8 years ago
Michail Vourlakos
0a771531e1
fix #480,support new internal separator architect
...
--the internal separator codebase has been simplified
a lot and uses a new approach that provides a smoother
parabolic effect. This is part1 concerning improve separators,
in part2 applets separator will to try to be improved
8 years ago
Michail Vourlakos
5537db0760
fix #466,support kickoff applet in heuristic alg.
8 years ago
Michail Vourlakos
ebc70d12b2
fix #182,improve automatic shring/grow
...
--@AndydeCleyre contribution, the automatic growing/
shrinking for applets now uses always the maximum
length as a limit for the calculations
8 years ago
Michail Vourlakos
dcda53d08e
go the applets clearZoom criteria to the edges
...
--the clearZoom criteria for the applets have set
to the minimum possible considering also the internal
tasks separator case
8 years ago
Michail Vourlakos
e9a3bf9265
improve check of clear zoom
8 years ago
Michail Vourlakos
57fd657a68
fix #464,clear zoom for applets far of par.effect
8 years ago
Michail Vourlakos
3e809b8ea9
expose fake icon to all applets that are found
...
--this should be tested with a lot of attention,
in case we fall onto applets cases that Latte
breaks their functionality
8 years ago
Michail Vourlakos
0c3f8e47ad
remove old typo
8 years ago
Michail Vourlakos
9335acaa33
speed down an animation
8 years ago
Michail Vourlakos
f68b376ede
animate active applet indicators
8 years ago
Michail Vourlakos
1c76e29b3f
fix #472,support latte applet active indicators
...
--expose the functionality through the configuration
window. The user can choose no latte type internal
active applets indicators, only show to latte internal
applets and show at all applets
8 years ago
Michail Vourlakos
8d0b64cd6d
support applets activate line
8 years ago
Michail Vourlakos
831c5457e5
support in-house active indicator for applets
8 years ago
Michail Vourlakos
6631516913
consider needsFill applets as !canBeHovered
8 years ago
Michail Vourlakos
28b777dd15
fix warning check
8 years ago
Michail Vourlakos
84e390c312
reduce warnings
8 years ago
Michail Vourlakos
1094a6db02
update string
8 years ago
Michail Vourlakos
d3711258f1
add forceTransparentPanel in DebugWindow
8 years ago
Michail Vourlakos
9b4bde2958
reduce warnings
8 years ago
Michail Vourlakos
c37a959ae2
reduce warnings
8 years ago
Michail Vourlakos
7b15f4b895
add more calls for reconsiderMaximized for windows
8 years ago
Michail Vourlakos
77f542a9f3
fix #470,crash the tasksmodel of maximized logic
...
--fixes in various typos introduced from the new
designs
8 years ago
Michail Vourlakos
d3387922d3
split logic for AppletItem in containment
8 years ago
Michail Vourlakos
3d8c8179e2
refactor layouts in containment
...
--simplify and organize a bit more the main.qml
in containment and move logic into LayoutsContainer
8 years ago
Michail Vourlakos
b922b2c7e3
improve criteria for backOnlyOnMaximized case
...
--animate show/hiding background including its
internal shadows
8 years ago
Michail Vourlakos
49d8b145d2
fixes for showBackOnlyOnMaximized design
...
--improve applets shadows, now the shadows used
are using the backgroundColor when a transparent
panel is forced
--identify better when shadows should be drawn
8 years ago
Michail Vourlakos
9d55a65bf5
fix #469,support show background on maximized only
...
-- the user can choose this behavior from the Tweaks page,
the panel background in shown only when there is maximized
window and it is fully transparent otherwise
8 years ago
Michail Vourlakos
69ce4b4e02
fix hovering effect for applets with zoom==1
8 years ago
Michail Vourlakos
9d213a6e83
support clicking event for all fakeIconItem area
8 years ago
Michail Vourlakos
17db2a8a5d
fix #83,support fake iconitem and container
...
--there are plasma widgets that break the Latte
experience concerning the parabolic effect. We fix
this by providing above them our own Latte solution
and by hiding the applets appearance. At the same
time we make sure that a folder widget is not increasing
its size above 96px. for which its appearance goes to
FullRepresentation
8 years ago
Michail Vourlakos
33aa55271d
correct sizes for folderview applets
8 years ago
Michail Vourlakos
dae061e64d
fix #58 , hack the Plasma iconitems applets
...
--applets such as folder view and icon where
breaking the animation for icon size < 64px.
This commit uses the heuristic algorithm from
AppletItem in order to discover such plasmoids
and afterwards it fakes a Latte.IconItem over
the PlasmaCore.IconItem
8 years ago
Michail Vourlakos
7c07385c10
fix #453,substitute absolute build path references
...
--fixes the kdesrc-build installation
8 years ago