Commit Graph

1569 Commits (efb04895be29281b3a95d30fce5265e1feb724e4)
 

Author SHA1 Message Date
Michail Vourlakos efb04895be improve activate applets for neutral areas
Michail Vourlakos 1c5cebda99 use activate signal for (not)expand
--for all neutral areas (such as spacers or
activate indicator spacers) the activate signal
in sent in order to activate an applet or
expand it / hide it...
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
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.
l10n daemon script 9124eeb372 GIT_SILENT made messages (after extraction)
Michail Vourlakos 9273e58652 improve RTL a bit for Layouts ComboBox
Michail Vourlakos 246f5ed800 fix handler placement in RTL
Michail Vourlakos fa18e183a3 fix Latte Config Header in RTL
Michail Vourlakos 97ba64799e improve a bit the comboboxes rtl layout
Michail Vourlakos 3726bf78bb improve RTL in config win for alignments
Michail Vourlakos 0d95743e8c RTL support for config win Timers
Michail Vourlakos 920de6cd6e fix RTL layout for vertical and alignments
Michail Vourlakos 39a9bf4301 support RTL for badges in plasmoid
Michail Vourlakos 5f148b950e support RTL to tooltips and previews
Michail Vourlakos 32c74f818e fix parabolic effect for RTL
Michail Vourlakos f8f78566f9 apply layout mirroring for RTL
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"
l10n daemon script 9714b4df79 GIT_SILENT made messages (after extraction)
l10n daemon script 98091d59e8 GIT_SILENT made messages (after extraction)
Michail Vourlakos e0a3bd9f80 support nomad systray in Latte
Michail Vourlakos 69d5c1afa2 update panelshadows to plasma version
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
l10n daemon script 2d89f1c84e GIT_SILENT made messages (after extraction)
Michail Vourlakos 1a62ac6c8b support arrow navigation for config win tabs
Michail Vourlakos a118f9d149 fix spacing in config window
Michail Vourlakos 07abb1c58d move reverse active indicator to Tweaks page
Michail Vourlakos e92bc99223 fix #744,improve more contrast for audio badges
Michail Vourlakos ce54958ff7 fix #774,improve contrast for audio badges
Michail Vourlakos 51d6a85389 support focuscope in config window
--the user can use Esc to close the config window
and arrows to navigate between different tabs
Michail Vourlakos 5b1d35d25b fix #735,support shortcut to open Latte settngs
--the default shortcut is Meta+A but the user can
change it to whatever wants to from plasma systemsettings.
--the settings windows are show bases on priority.
Primary screen docks have higher priority and for the
edges the priority is: Bottom,Left,Top,Right
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"
l10n daemon script b4da66e59b GIT_SILENT made messages (after extraction)
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
Michail Vourlakos face57d58a update audiostreams on user settings changes
Michail Vourlakos afd34b19cc fix #770,broken parab.effect when no int.separator
Michail Vourlakos 3ca45d0eaa fix #772,improve shadows behavior for solid panels
Michail Vourlakos c904236847 disable dock settings action shortcut
--the shortcut Alt+S,Alt+D is not working
correctly because it is reserved by the plasma
desktop. At first we disable it in order to see
if we can substitute it with another solution
Michail Vourlakos c108cd4953 improve shadow positioning in glow
Michail Vourlakos c258deb07d show glow when task inAttention state
--this applies when the user has activated glow
only for the active task, in that case glowing
is also applied when the task is inAttention
Michail Vourlakos f05be59ee3 fix #767,use developers name directly in appstream
Michail Vourlakos 7b8efcaed7 implement fully active indicator types/glows
Michail Vourlakos 89cd1c30ab support two types of active indicator
Michail Vourlakos eab02204e1 support GlowOnlyOnActive at containment
Michail Vourlakos 34e1243886 update container GlowPoint
Michail Vourlakos 5388b709a8 update plasmoid to support glowOnlyOnActive
Michail Vourlakos cc0037e82d add new glow configuration options
Michail Vourlakos 733fa3c29c update container GlowPoint
Michail Vourlakos a9c1f9cd08 update glowing at plasmoid GlowItem
Michail Vourlakos 6b34a5118e add showGlow property to GlowPoints
Michail Vourlakos c3a9d09ecf fix int.separators indexes on dragging
--when there were many internal separators in the row
and the user was dragging a task the internal separators
indexes afterwards were broken. This fixes this by
forcing the separators to update their indexes after
the user finishes dragging.