l10n daemon script
451512192c
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"
7 years ago
l10n daemon script
ac0fa4e2e4
GIT_SILENT made messages (after extraction)
7 years ago
Michail Vourlakos
f15893ed59
fix #765,update Gentoo link
7 years ago
Michail Vourlakos
dc68f7e3e6
improve panel opacity adjustment enabling
...
--the panel opacity shouldnt be set in some
cases when the maximized states are used or
when the solid panel is enabled and no
maximized filters are used
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
51f879d2a2
restore spacers on !containsMouse and inAttention
...
--when the mouse leaves the dock and a task is inAttentionAnimation
the spacers used for the animation should be restored
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
b916bc8dc0
update openSUSE - OBS link
7 years ago
Michail Vourlakos
976bf2f684
add ENABLE_MAKE_UNIQUE flag for older gcc versions
...
-- fix #754
-- make_unique function is not available for gcc<=4.8.x
by enabling this flag in through install script or through
cmake such systems can build latte correctly
7 years ago
Michail Vourlakos
1e09238bd4
update version to 0.7.75 in master
7 years ago
Michail Vourlakos
d93fb8b32f
Merge branch 'v0.7' into master
7 years ago
Michail Vourlakos
995ce7ba7a
improve installation script concerning translation
...
--adjusting the installation script to use the kde
translations and at the same time dont download them
when the user doesnt want to install them
7 years ago
Michail Vourlakos
abdd1b6973
Merge branch 'v0.7' into master
7 years ago
Michail Vourlakos
ad32fc1056
add option to install stable translations
...
--fix the option to install trunk translations
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
592d7ed6da
update changelog for 0.7.2 version
7 years ago
l10n daemon script
283219bad3
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"
7 years ago
l10n daemon script
cca76527e0
GIT_SILENT made messages (after extraction)
7 years ago
l10n daemon script
1fc4cd25cf
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"
7 years ago
l10n daemon script
0ce78cbcfa
GIT_SILENT made messages (after extraction)
7 years ago
Michail Vourlakos
79c4defad6
show panel background faster at !compositing
...
--disable animations for panel opacity at
!compositing
7 years ago
Michail Vourlakos
c6cd7d975a
immediate showing tasks in !compositing
...
--trying to show all tasks in all states directly
when the environment is in !compositing
--block all animations (removals/showings) when
the environment is in !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
9bd8589f78
fix small margins issues in configuration pages
7 years ago
Michail Vourlakos
6e4321b650
improve attention bouncing experience
...
--add more animation phases in order to provide
a better experience for the inAttention bouncing
animation
--add visual debuggers for the spacers and padders
needed for the bouncing animation
7 years ago
Michail Vourlakos
2a2ccbdeda
stabilize attentionAnimaton bouncing
...
--add also some visual spacers indicators for
debugging purposes
7 years ago
Michail Vourlakos
85c3d2dfa2
release mimicParabolic in order to not stuck
7 years ago
Michail Vourlakos
5a9e788d8f
fix glitches for task inAttention bouncing
7 years ago
Michail Vourlakos
569fd5d702
animate properly margins of spacers
...
--this change fixes the glitch when a task
is going from in Attention bouncing to its exact
position relative to the parabolic effect
7 years ago
Michail Vourlakos
6ad899de9f
remove signal binding at correct destruction
7 years ago
Michail Vourlakos
1eb36ff7de
mimic ondemand the parabolic effect
...
--it is used to restore a task after bouncing
for taking users attention and the task
contains also the mouse
7 years ago
Michail Vourlakos
1e2ffb1b23
improve semantics
7 years ago
Michail Vourlakos
9932ae845e
fix #730,crash introduced at qt 5.9.2
...
--move the release of signals manual bindings for
tasks delegates from onRemove event of the delegate
at Component.onDestruction. The crash was happening
when the code path(onRemove event) wasnt occuring,
so the bindings werent released.
7 years ago
Michail Vourlakos
5adfe4bca3
remove manual garbage collection from plasmoid
7 years ago
Michail Vourlakos
70ae1c646e
added debug messages in dockconfigview
7 years ago
l10n daemon script
fff71ab3df
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"
7 years ago
l10n daemon script
4c92097865
GIT_SILENT made messages (after extraction)
7 years ago
Michail Vourlakos
f2b1ff48a8
remove deprecated code
7 years ago
Michail Vourlakos
397d169309
fix a glitch when changing activities
...
--when we go to an activity that has a launcher
and a window at the same time open that there
wasnt previously present we had a glitch
7 years ago
Michail Vourlakos
055996ebca
dont play addedWindow animation when near parabAnim
7 years ago
Michail Vourlakos
4f758ee7df
restore scale at tasks that change states
...
--tasks that change state (launcher,startup,window)
at the next state must look the same concerning
their zoom scale
7 years ago
Michail Vourlakos
7357df463e
increase bouncing thickness
7 years ago
Michail Vourlakos
1a87d40611
block AddWindowAnim when task containsmouse
7 years ago
Michail Vourlakos
673d3006c2
block parabolicEffect when task inBlockingAnim
7 years ago
Michail Vourlakos
6b13c824a7
update properly onEnter in attention animation
7 years ago
Michail Vourlakos
e68b3aed48
reenable show window added animation
7 years ago