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
3dcf39aebe
update metadata files
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
94e740b901
increase to version 0.6.91
...
--this version supports dynamic layouts and different
layouts per activities
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