Michail Vourlakos
d95d861b64
add new options to indicators interface
...
--providesHoveredAnimation, in order to disable
the Latte one
--providesClickedAnimation, in order to disable
the Latte one
--needsMouseEventCoordinates, in order to know
when the mouse pressed e.g. creating animations
like the android way
6 years ago
Michail Vourlakos
f497d4ae62
improve updateIndexes at Justify alignment changes
...
--fix how applets are identifying their index when the
user switches alignments from Justify to Another and
vice versa. More specific this patch helps in order to
not break the parabolic effect between alignment changes.
6 years ago
Michail Vourlakos
de56372bf9
fixes for Splitters and LiveEditing
6 years ago
Michail Vourlakos
05c45dad5e
hide justify splitters for liveEditing mode
6 years ago
Michail Vourlakos
6d84b6eea2
better way to identify applet plasma behavior
...
--there is a combinantion of settings that enables
plasma original applet behavior.
1. the applet is locked and is not using parabolic effect
2. the zoomfactor === 1 and the user has not activated
title tooltips
6 years ago
Michail Vourlakos
89e0eaa3ee
dont animate clicking for locked applets
6 years ago
Michail Vourlakos
6569160195
improve icon colors for applets
...
--provide a background and glow color for those
applets that do not provide an icon to render
6 years ago
Michail Vourlakos
262dfa6b09
Indicators protocol change attributes to level
...
--introduce a new class called level which contains
all the needed information concerning indicator level
and at the same time the bridge that provides information
for the specific indicator states
6 years ago
Michail Vourlakos
10ee2d9ab8
fixes for reversed state of config window
6 years ago
Michail Vourlakos
614ec3ea48
move shortcut badges at top left corner
...
--this way the elements are observed better and
the user is able to both watch out the items and
the shortcut that activates them
6 years ago
Michail Vourlakos
0b90411b1d
IMPORTANT: All new Indicators architecture
...
--this huge commit contains all the changes needed
in order for Latte to load Indicators dynamically
from their own packages
6 years ago
Michail Vourlakos
8be388b893
improve vastly the indicators arch independence
6 years ago
Michail Vourlakos
c85ec4c07a
new architecture for Indicators
...
--indicators now support both Back/Front
layers. Back layer is the usual layer
behind the current Item and the Front layer is
a layer above the current Item (overlay)
--update Unity to follow new architecture
6 years ago
Michail Vourlakos
25b636465a
split animations and make par.effect independent
6 years ago
Michail Vourlakos
83d2ead0a0
support increase/decreaseLength for latte separator
6 years ago
Michail Vourlakos
8b46ecc92a
support new Latte separator properly
6 years ago
Michail Vourlakos
05afe9e8d3
show title tooltips in liveEditMode
6 years ago
Michail Vourlakos
3fac7c2388
remove deprecated showZoomed from appletItem
6 years ago
Michail Vourlakos
b15df34cc4
livemode:enable parabolic effect for editMode
...
--first commit to restructure editMode in order to
support livemode under editing. Live mode means
that all options changes during editMode will be
available to be tested directly
6 years ago
Michail Vourlakos
dcb2d4e528
restore previous behavior and add a timer
...
--reduce calculations and add a timer in order
to avoid binding loops by giving applets some
time to adjust their sizes properly
6 years ago
Michail Vourlakos
f00e34e36b
improvements for applets canBeHovered heuristics
6 years ago
Michail Vourlakos
d8738758a9
restore normal behavior for applets size
6 years ago
Michail Vourlakos
bd2336b7af
fix for applets size calculations
...
--fix how maxSize of an applet is calculated
in order to provide parabolic effect capability
or not.
BUG: 404977
6 years ago
Michail Vourlakos
ff77bc3485
compute icon colors only for indicators requesting
6 years ago
Michail Vourlakos
c805963327
prepare for new latte separators
6 years ago
Michail Vourlakos
f2479d6678
move applet IndicatorLoader to its own qml file
6 years ago
Michail Vourlakos
dd1c3f61b8
increase mask thickness when indicators needed it
6 years ago
Michail Vourlakos
f1eb8becfc
improvements for Plasma Style indicator
6 years ago
Michail Vourlakos
fe71e5dd2e
remove deprecated headers
6 years ago
Michail Vourlakos
fc8d0ed46c
fixes for margins
6 years ago
Michail Vourlakos
d9fe9d438d
move Plasma/UnityIndicators into liblatte2
6 years ago
Michail Vourlakos
529c6f0bab
adjust applet to new LatteIndicator
6 years ago
Michail Vourlakos
fb522d6231
introduce new margins for containment
6 years ago
Michail Vourlakos
c2dc637a46
activate Unity indicator style
...
--this is just initial work and not even close
to the final result but it is the ground in order
to build upon.
6 years ago
Michail Vourlakos
d387e7b6ef
important improve applets layout
...
--use plasma way to layout the applets. With this
fix all the applets layout is improved vastly
especially concerning more the plasma indicators
trigerred by applets.
6 years ago
Michail Vourlakos
2884f73507
enable Plasma Indicator Style
...
CCBUG: 404122
6 years ago
Michail Vourlakos
fd300ec9cf
simplify colorize properties & active new options
6 years ago
Michail Vourlakos
730d204a56
improve settings explanations
6 years ago
Michail Vourlakos
fef791d8e1
improve names for globalshortcuts qml calls
6 years ago
Michail Vourlakos
b3a845a0d5
do not show tooltip for spacers and separators
6 years ago
Michail Vourlakos
f03e820caf
reposition items to respect proper stack order
6 years ago
Michail Vourlakos
fb78f49d8f
dont colorize Applet Shortcut Badges
6 years ago
Michail Vourlakos
d04a3307d7
change names for two Communicator options
...
--follow qt naming for some Communicator options
6 years ago
Michail Vourlakos
3908b668a3
add two new Communicator options for applets
...
--activeIndicatorEnabled, applets can use it in order
to enable/disable the Latte Active Indicator for them
--parabolicEffectEnabled, applets can use it in order
to disable Parabolic Effect (zoom) for them
6 years ago
Michail Vourlakos
e2cf406ade
faulty object name
6 years ago
Michail Vourlakos
52465865f9
rename Task SubParts in plasmoid accordingly
6 years ago
Michail Vourlakos
eddb6d229f
rename applet(container) to appletItem
...
--improve naming for main applet item
6 years ago
Michail Vourlakos
abeb42935b
rename Applet parts accordingly
6 years ago
Michail Vourlakos
a01ac0d504
move Colorizer.Applet to better fit place
6 years ago
Michail Vourlakos
9d49063cc4
move applet active indicator out of colorizer
...
--the Active Applet Indicator must not be colorized
and as such is moved out of the Colorozing scope
6 years ago