Michail Vourlakos
1365d2f444
improvements for hidden spacers animations
2018-07-04 01:51:02 +03:00
Michail Vourlakos
ff2b895fed
fix launch feedback for plasma 5.13
...
--in plasma 5.13 there are cases the libtaskmanager
shows two launchers because we delay the launcher
removal for the bouncing animation. A way
to fix this by the user is to disable all startups
through plasma systemsettings->launch feedback
for the taskmanager. But because this is a
default plasma option many users would feel
uncomfortable when the launching animation
breaks. Such apps were gimp and inkscape.
This patch handles that case in order to provide
a nice no-breaking launcher animation for
these apps also.
2018-06-26 22:48:43 +03:00
l10n daemon script
bc93683d25
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"
2018-06-25 05:22:31 +02:00
Michail Vourlakos
b3d80717c1
Beta1 for v0.8
...
--this is the first beta release for
v0.8. Everything will be open for the
upcoming days including translation
strings improvements. Beta2 possibly
will introduce a string freeze.
2018-06-22 18:19:18 +03:00
l10n daemon script
f6097cd2dc
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"
2018-06-16 05:30:04 +02:00
l10n daemon script
972a56bd69
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"
2018-06-11 05:41:22 +02:00
Lukas Holecek
79df6cbe2c
Activate next task in group on shortcut
...
Clicking a task group shows a tooltip with list of tasks. This tooltip
cannot be controlled by keyboard and it will stay open unless mouse is
used.
This patch changes the behavior so that when a global shortcut activates
a task group (usually Win+1, Win+2 etc.) a next task in the group is
activated without showing a tooltip.
2018-05-27 00:59:27 +03:00
Michail Vourlakos
8866047099
fix #1031,limit tooltip to 80characters
2018-05-23 15:38:03 +03:00
Michail Vourlakos
568ccd6e26
localization strings improvements
2018-05-23 14:57:27 +03:00
l10n daemon script
3f4fa6699c
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"
2018-05-19 06:04:08 +02:00
l10n daemon script
680032c222
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"
2018-04-23 05:24:11 +02:00
Michail Vourlakos
33f104215a
fix #976,dont hide startups when having launchers
2018-04-21 15:54:36 +03:00
Michail Vourlakos
83be8d9b20
fix #986,option to not group tasks
...
--give the user option to group or not
tasks of the same application by default
2018-04-19 17:55:47 +03:00
Michail Vourlakos
2d9b5376b7
add missing license headers in javascript files
2018-04-15 15:23:39 +03:00
Michail Vourlakos
7c593c7112
fix #977,improve geometries publishing
2018-04-14 19:47:29 +03:00
Michail Vourlakos
7f89bd99b0
fix #985,use same style for tasks/applets numbers
2018-04-14 05:39:01 +03:00
Michail Vourlakos
e9ad5cd660
fix #981,single window titles in title tooltips
2018-04-14 05:29:37 +03:00
Michail Vourlakos
6881d8fbbe
fix #970,parabolic effect fix
...
During dock sliding-in because the parabolic
effect isnt trigerred immediately but we wait
first the dock to go to its final normal
place we might miss the activation of the
parabolic effect. By catching that signal
we are trying to solve this.
2018-04-09 01:03:05 +03:00
Michail Vourlakos
7b77a71980
dont disable restore zoom for previews
2018-04-08 19:03:41 +03:00
Michail Vourlakos
3b7f4f4997
[wayland] improve previews behavior
2018-04-08 18:48:58 +03:00
Michail Vourlakos
5ea2cfa79e
[wayland] - fix previews crash
...
-- disable the use of PlasmaCore.WindowThumbnail
under Wayland in order to fix a crash that was
appearing after a while when the user was using
previews
BUG: 392865
2018-04-08 18:24:29 +03:00
Michail Vourlakos
6de8417007
fix #970,dont show previews when sliding in/out
2018-04-08 12:07:02 +03:00
Michail Vourlakos
6d7d53e454
improve removal animation
...
-- when removing a task and there are surrounding
separators then the hidden spacers are updated
immediately for the neighbour tasks. In such case
in order to not break the removal animation a small
margin must applied.
2018-04-08 11:32:21 +03:00
Michail Vourlakos
39d837da1d
increase separators update signals
...
--add a delayer in order to syncLaunchers to avoid
a crash when multiple docks exist that are synced
together.
2018-04-07 18:34:01 +03:00
Michail Vourlakos
544642903b
fix warnings under wayland
2018-04-07 17:56:48 +03:00
Michail Vourlakos
18fb040b84
dont break the bouncing animation
2018-04-07 17:47:40 +03:00
Michail Vourlakos
9c15b90f78
update tasks edges when task becomes shown/hidden
2018-04-07 15:18:32 +03:00
Michail Vourlakos
e9b3cf2ed7
Use a new architecture for internal separators
...
--the old architecture that was trying to keep
an internal separators record couldnt catch up
and at the same time could create issues with
internal separators at different activities.
2018-04-07 15:07:12 +03:00
Michail Vourlakos
d4685cd492
disable functionality for onlylaunchers
...
--when only launchers are shown and the user
has chosen to disable any active indicator
then the plasmoid should behave only as
a smart launchers list with no window
capabilities
2018-04-07 03:17:18 +03:00
Michail Vourlakos
eec2927f88
updates for hidden tasks and int.separators
2018-04-07 02:48:58 +03:00
Michail Vourlakos
b8c07b8523
fixes for disable Windows Functionality
2018-04-07 01:43:27 +03:00
Michail Vourlakos
2742be427b
fix #901,show windows only from launchers
...
--add an option to tasks filters in order to
hide windows that do not have launchers
2018-04-06 19:36:30 +03:00
Michail Vourlakos
1a5fed2e67
fix positioning of internal separators
...
--when the user has enabled reverse active
indicators
2018-04-02 17:33:28 +03:00
Michail Vourlakos
a0e4c029a9
use plasma desktop version at plasmoid
2018-04-02 16:44:00 +03:00
Michail Vourlakos
badbe7da6a
update to version 0.7.79
2018-04-02 00:50:26 +03:00
Michail Vourlakos
f5b56e3559
improvements for publishing geometries
2018-04-01 16:41:42 +03:00
Michail Vourlakos
7ce5938312
add internal separator through drag n' drop
2018-03-31 13:46:26 +03:00
Michail Vourlakos
e9580dbe1e
fixes in animations when dragging a task
2018-03-31 10:36:24 +03:00
Michail Vourlakos
4370878b12
support pretty big badge messages counter
...
--following plasma paradigm we now support
badge messages until 9.999 and even more to
be shown to the user as indicator
2018-03-31 10:29:15 +03:00
Michail Vourlakos
5cb27f0ae4
fix initialization value
2018-03-26 21:45:18 +03:00
Michail Vourlakos
6fc6a1f142
fix warnings
2018-03-26 21:31:29 +03:00
Michail Vourlakos
5f538274a2
fix ToolTipInstance warnings for no model present
2018-03-21 17:24:30 +02:00
Michail Vourlakos
f655a81512
fix warnings on startup from ToolTipInstance
2018-03-18 19:14:16 +02:00
Michail Vourlakos
9b77d8d2a5
fix binding look for TooltipInstance
2018-03-18 19:03:44 +02:00
Michail Vourlakos
2bb2c23d01
use default previews for launchers
...
-- use default previews for launchers
when the user has enabled the tasks
previews functionality
-- fix some warnings for previews
2018-03-18 13:01:45 +02:00
Michail Vourlakos
f939d57a8f
increase text size for previews
2018-03-18 13:01:45 +02:00
Michail Vourlakos
d14d21531a
improvements for task previews
...
--always delete a previous timer for checking
preview showing before creating a new one
--always make sure the before showing a preview
the dock isnt hidden
2018-03-17 10:40:12 +02:00
Michail Vourlakos
35f53e6428
animations improvements
...
--animate tasks hidden spacers properly
when a task is inAttention and the user
enters the mouse at first time when the task
isnt zoomed
--improve tasks hidden spacers animated
behaviors
--improve applets hidden spacers animated
behaviors
2018-03-16 09:33:37 +02:00
Michail Vourlakos
452e93c33e
improve update of hoveredIndexes
...
--when the plasmoid is hovered when the
applets hoveredIndex should be initialized
and when an applet is hovered then the plamoids
hoveredIndex should be initialized to -1.
2018-03-16 00:35:11 +02:00
Michail Vourlakos
3fe9d2bc4e
hide preview when closing last preview from btn
...
BUG: 391898
2018-03-16 00:17:21 +02:00
Michail Vourlakos
b2d917026f
enable directRenderDelayer after hiding
2018-03-14 16:46:16 +02:00
Michail Vourlakos
0bb70c1595
drop fastEntering for directRenderDelayer
...
--the directRenderDelayer is used during first
entering in order to delay the activation of
directRendering. The cons of previous fastEntering
implementation added the necessity for this
replacement.
2018-03-14 16:32:23 +02:00
Michail Vourlakos
5b77c09faa
improve fastEntering tracking
...
--take into account both hoveredIndexes
(applet & containment) for fastEntering
identify.
2018-03-14 16:32:23 +02:00
Michail Vourlakos
ec3a68b81e
disable some debug messages
2018-03-12 20:17:49 +02:00
Michail Vourlakos
4cf4351b80
improve all luminance calculations
...
--provide more accurate calculations for luminance
based on algorithm at:
https://www.w3.org/TR/2008/REC-WCAG20-20081211/#relativeluminancedef
2018-03-12 20:08:03 +02:00
Michail Vourlakos
2266461609
improve removal animation duration
2018-03-11 02:16:29 +02:00
Michail Vourlakos
6379b401b7
increase wheel sensitivity
...
--this is used for the audiobadge in order to
be more natural its behavior to the users
expectations
2018-03-03 12:32:16 +02:00
Michail Vourlakos
a32eb124da
fix #892,reduce scrolling speed for audio badges
2018-03-03 12:07:25 +02:00
Michail Vourlakos
f8b5bc5c25
fix #890,use only pulseaudio stream to track audio
2018-03-03 10:55:19 +02:00
Michail Vourlakos
7055b44a6e
fix #890,dont show audio for paused mpris player
...
--improvements from plasma taskmanager mpris code
--check for mprisplayer status, when the player
is paused dont show the audio badge
2018-03-03 10:27:07 +02:00
Michail Vourlakos
9166293348
fix previews dialog for wayland
2018-03-02 21:24:33 +02:00
Michail Vourlakos
6bb7f0ab51
improve context menus for wayland
2018-03-02 20:27:32 +02:00
Michail Vourlakos
410190e615
fix #891,import old launchers only once
...
--import deprecated launchers to new architecture only
once
2018-03-02 19:13:05 +02:00
Michail Vourlakos
a6d92153f9
fix #881,load launchers correctly in plasma panel
2018-02-25 23:36:06 +02:00
Michail Vourlakos
aaecd4de15
improve mouse par.effect sensitivity for tasks
2018-02-25 21:29:00 +02:00
Michail Vourlakos
1ff161a030
updates and improvements at applets glob.shortcuts
2018-02-25 20:00:23 +02:00
Michail Vourlakos
103b901125
support showing applets numbers with badges
...
-- this is used mainly from globalshortcuts triggering
2018-02-25 19:05:32 +02:00
Michail Vourlakos
e92b570a4f
add BadgeText in Latte lib from the plasmoid
...
-- move BadgeText in Latte lib in order to be able
to be used from plasmoid and containment at the
same time
2018-02-25 17:31:10 +02:00
Michail Vourlakos
316b6fb6df
call checkRestoreZoom properly for contextMenu
...
--latte plasmoid has its own build-in contextMenu. Call
properly the checkRestoreZoom for that contextMenu
2018-02-23 20:35:43 +02:00
Michail Vourlakos
7dbb71167b
use plasma theme for audio badges
2018-02-22 20:15:27 +02:00
Michail Vourlakos
3b71e0e4d8
disabe globalDirectRender after task bouncing
2018-02-19 19:15:52 +02:00
Michail Vourlakos
bdc03805ee
update version to 0.7.78
2018-02-19 18:28:44 +02:00
Michail Vourlakos
5b3c00ff8c
improve code for enable/disable checkRestoreZoom
2018-02-19 10:46:54 +02:00
Michail Vourlakos
7c5d550e9c
fix #871,improve clearing zoom indicators
...
--accept clearZooms only in both hoveredIndexes
are -1 (for plasmoid and containment)
2018-02-19 02:10:48 +02:00
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
2018-02-19 01:44:42 +02:00
Michail Vourlakos
a018dd8fa8
remove no needed check
2018-02-18 22:40:00 +02:00
Michail Vourlakos
90ee9ef00b
fix #873,show confiw window for plasmoid
...
--show option for config window for the plasmoid
in the context menu, when the Latte plasmoid insnt
inside a Latte dock
2018-02-18 21:27:08 +02:00
Michail Vourlakos
9fdb1b598d
increase parabolic effect speed
2018-02-18 17:59:07 +02:00
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
2018-02-18 17:48:08 +02:00
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
2018-02-18 17:06:59 +02:00
Michail Vourlakos
b41ecad4af
fix #858,lower window preview a bit
2018-02-12 19:11:29 +02:00
Michail Vourlakos
80a3461a9c
accept negative values from mouseareas onEnter
...
--This can be a Qt bug, on Entered event mouseX/Y
are set as very big negative values
2018-02-12 18:34:03 +02:00
Michail Vourlakos
e258df6e56
assign always a valid index for hovered task
2018-02-11 16:58:41 +02:00
Michail Vourlakos
431ec79088
force all DropShadows to fast mode
2018-02-10 01:33:40 +02:00
Michail Vourlakos
591aa035af
improve workaround commenting
2018-02-09 23:36:27 +02:00
Michail Vourlakos
776df3e29d
fix #846,empty tasks after activity changes
...
--in some cases after activity changes some tasks
are shown empty because some ghost tasks are created.
This was tracked down to hidden TaskDelegates spacers.
2018-02-09 23:31:08 +02:00
Michail Vourlakos
b1cd5920f2
fix #846,dont show task empty space
...
--libtaskmanager sometimes adds items and
hasnt set its full settings. After the addition
it updates some of the settings. This fix
is trying to fix that circumstances by not having
any blocking warnings
2018-02-09 16:26:21 +02:00
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
2018-02-08 17:24:14 +02:00
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"
2018-02-08 05:07:42 +01:00
Michail Vourlakos
8c0ada943b
remove deprecated code
...
--this code was creating also an issue sometimes
that wasnt showing tasks at all on startup
2018-02-07 21:46:26 +02:00
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
2018-02-07 20:22:31 +02:00
Michail Vourlakos
8f44e68a75
fix #846,dont delay any show/remove of separators
2018-02-07 17:04:07 +02:00
Michail Vourlakos
be2c4ed669
fix missing negative symbol
2018-02-07 15:29:50 +02:00
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
2018-02-05 23:52:57 +02:00
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!!
2018-02-05 22:11:20 +02:00
Michail Vourlakos
2f45aa9129
dont delay clearing zoom for task
2018-02-05 20:28:30 +02:00
Michail Vourlakos
5593b515f4
update zoom-out animations
2018-02-05 18:58:04 +02:00
Michail Vourlakos
c129743aa9
use a new zoom-in animation type
2018-02-05 18:43:49 +02:00
Michail Vourlakos
2957c50dd0
Revert "update zoom-in animation type"
...
This reverts commit cc6779d0c4
.
2018-02-05 14:47:09 +02:00
Michail Vourlakos
cc6779d0c4
update zoom-in animation type
2018-02-05 14:42:00 +02:00
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
2018-02-04 19:24:52 +02:00
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.
2018-02-04 18:56:28 +02:00
Michail Vourlakos
f9afa1bc1f
move completely to containmentactions
2018-02-03 23:31:03 +02:00
Michail Vourlakos
82e77f7b23
more improvements to containmentactions
2018-02-03 21:56:05 +02:00
Michail Vourlakos
afe9a2e09d
rename latteconfigdialog to settingsdialog
2018-02-03 13:35:58 +02:00
Michail Vourlakos
2987e406db
block signalUpdateScale if task/applet containMouse
2018-02-02 14:37:54 +02:00
Michail Vourlakos
2a78437996
add some resistance in activating directRendering
...
--add some resistance for the functionality added for
issue #852
2018-02-01 23:09:45 +02:00
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.
2018-02-01 22:41:17 +02:00
Michail Vourlakos
584c7c36a0
fix #840,dont combine different spacers
2018-01-28 12:16:55 +02:00
Michail Vourlakos
8fb12bdbcf
improvements to new Latte config window
2018-01-26 18:40:25 +02:00
Michail Vourlakos
b64bb1f9d2
use very high sensitivity for parabolic effect
2018-01-24 20:58:10 +02:00
Michail Vourlakos
18066f41f7
fix parabolic effect breakage
...
--when there is only one applet on the left, the
parabolic effect from Tasks was breaking
2018-01-24 18:03:29 +02:00
Michail Vourlakos
a2fc2edc30
publish internal separators indexes after dragging
2018-01-21 23:03:54 +02:00
Michail Vourlakos
67ce3441a4
MultipleLayouts:launchers signals made layout aware
2018-01-21 20:17:58 +02:00
Michail Vourlakos
e4cd47ca3e
MultipleLayouts:update Layouts menu
2018-01-17 16:45:29 +02:00
Michail Vourlakos
46ad550b93
merging the new architecture,increase version
...
--because the new architecture supports both single
and multiple layouts, increasing the version is a
goog thing
2018-01-15 14:46:03 +02:00
Michail Vourlakos
e56478fb8a
publish tasks geometries only for current layout
...
--this is used mainly from Multiple Layouts in order
to publish tasks geometries only those plasmoids that
belong to the current layout
2018-01-15 10:30:50 +02:00
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
2018-01-14 23:58:48 +02:00
Michail Vourlakos
e9be1a9108
fix #833,block attention bouncing inAttention
...
--fixed a typo to check the above case and at more
checks also to be sure
2018-01-09 20:40:02 +02:00
Michail Vourlakos
6c17065766
fix bouncing anchoring for rare cases
...
-- when a task that wasnt launcher was inAttention
state and was bouncing and the user was clicking it,
the animation wasnt that clear at its middle, there
was a small breakage.
2018-01-08 21:59:33 +02:00
Michail Vourlakos
63d90f1b98
update metadata versions
2018-01-08 21:59:18 +02:00
Michail Vourlakos
0a6e00c9e7
improve 3d contrast for GlowPoint
2018-01-03 18:49:02 +02:00
Michail Vourlakos
4692b87bb5
improve GlowPoint contrast
2018-01-03 13:49:44 +02:00
Michail Vourlakos
fa1ef2f17d
move GlowPoint to latte library
...
--this way we can use the same code between
plasmoid and containment
2018-01-03 12:48:26 +02:00
Michail Vourlakos
1d6c5f074f
fix #816,add more task shortcuts
...
--added shortcuts for tasks 10-19
2018-01-02 19:38:46 +02:00
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
2017-12-25 22:35:43 +02:00
Michail Vourlakos
7645dc9007
improvements for tasks dragging
...
--dont change the ratio size of the task during
dragging
--clear parabolic effect during dragging
2017-12-25 16:47:59 +02:00
Michail Vourlakos
5ad5620e4e
dont animate task additions after dragging
2017-12-25 16:18:52 +02:00
Michail Vourlakos
c169858b71
improve glow painting
...
--reduce a lot the painting issues that didnt
paint glow parts correctly
2017-12-25 15:48:36 +02:00
Michail Vourlakos
894098db7d
improve signaling for internal separators
2017-12-25 14:55:38 +02:00
Michail Vourlakos
3359f5e829
set activities for internal separators
...
--the internal separators should be able to positioned
always perfect comparing to the other launchers around them.
Only way this could be achieved is by giving them the
possibility to be applied to specific Activities...
For the user to assign internal separators to specific
Activities should right click them in editMode...
2017-12-25 14:31:54 +02:00
Michail Vourlakos
61ace37ec6
update task edges indexes on startup
2017-12-17 17:46:50 +02:00
Michail Vourlakos
b81f103def
dont move launcher of origin dock in ext.signal
2017-12-09 13:35:51 +02:00
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
2017-12-07 23:53:32 +02:00
Michail Vourlakos
03312bbe9d
fix #783,shrink a bit the tasks number
2017-12-04 14:47:50 +02:00
Michail Vourlakos
45d39d1f2f
show task number correctly after bouncing animation
...
--when the user was using shortcuts to activate launchers
the number wasnt appearing at all after showing the window
2017-12-04 14:26:37 +02:00
Michail Vourlakos
39d63f178e
fix #782,update behavior for active grouped tasks
...
--in the initial design there was only a line for the
active task and the user could choose if wants to show
a second dot to indicate that this is a group of windows.
This behavior was updated in order to take into account
if the user has chosen to show only dots even for the
active task.
2017-12-02 18:05:31 +02:00
Michail Vourlakos
920de6cd6e
fix RTL layout for vertical and alignments
2017-11-29 22:08:35 +02:00
Michail Vourlakos
39a9bf4301
support RTL for badges in plasmoid
2017-11-29 22:08:35 +02:00
Michail Vourlakos
5f148b950e
support RTL to tooltips and previews
2017-11-29 22:08:35 +02:00
Michail Vourlakos
32c74f818e
fix parabolic effect for RTL
2017-11-29 22:08:35 +02:00
Michail Vourlakos
f8f78566f9
apply layout mirroring for RTL
2017-11-29 22:08:35 +02:00
l10n daemon script
1289c64480
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"
2017-11-27 04:52:43 +01:00
Michail Vourlakos
d5df98d5aa
improve audio badges heuristics
...
--added one more heuristic for app name comparison
for audio badges based on the launcher name
e.g firefox from firefox.desktop
2017-11-22 16:12:48 +02:00
Michail Vourlakos
e92bc99223
fix #744,improve more contrast for audio badges
2017-11-20 20:39:18 +02:00
Michail Vourlakos
ce54958ff7
fix #774,improve contrast for audio badges
2017-11-20 20:36:10 +02:00
l10n daemon script
26a9f2ce61
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"
2017-11-20 04:29:47 +01:00
Michail Vourlakos
d22a8e2086
fix #773,crash that was happening from badges
...
--audio and progress badges where causing crashes
when the user was trying to remove a dock that had
shown any of those badges
2017-11-19 23:33:41 +02:00
Michail Vourlakos
face57d58a
update audiostreams on user settings changes
2017-11-19 20:53:35 +02:00
Michail Vourlakos
afd34b19cc
fix #770,broken parab.effect when no int.separator
2017-11-19 16:06:20 +02:00