1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-26 02:04:12 +03:00

309 Commits

Author SHA1 Message Date
Michail Vourlakos
113822f740 close second config window with ESC 2018-01-21 13:13:51 +02:00
Michail Vourlakos
11190e9de7 update borders for Main Configuration window 2018-01-21 11:59:46 +02:00
Michail Vourlakos
b5ccba44b1 Move Dock from Layout to Layout
-- In the configuration window at the "New Dock"
ComboBox were added options in order for a dock
to move to another running Layout.
2018-01-21 11:59:46 +02:00
Michail Vourlakos
1bffaf8b3b change secondary config layout to always vertical 2018-01-19 19:37:41 +02:00
Michail Vourlakos
71281174be create a separate Types Window 2018-01-19 19:37:41 +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
bc91aefd89 add more MultipleLayouts code
--move code from dockCorona to layoutManager
--add more code related to MultipleLayouts
2018-01-14 23:58:48 +02:00
Michail Vourlakos
3877b6736d fix binding loop when opening settings window
--fix missing id
2018-01-10 16:43:00 +02:00
Michail Vourlakos
15c4c2e16b fix #831,use Latte CheckBoxStyle
--there was a checkbox that provided a very big
translation. By using our own style the text now
breaks into two lines.
2018-01-09 21:44:17 +02:00
Michail Vourlakos
63d90f1b98 update metadata versions 2018-01-08 21:59:18 +02:00
Michail Vourlakos
e3d1001861 indicate automatic the automatic shrinking
--if there is an applets that requests fillWidth or Height then
the automatic shrinking isnt working
2018-01-07 16:32:16 +02:00
Michail Vourlakos
144d03c7b1 move Latte icon at the top 2018-01-06 21:12:48 +02:00
Michail Vourlakos
0e8a08f46f improve appearance for Dock Type 2018-01-06 21:09:55 +02:00
Michail Vourlakos
d1a8d0a20f improve appearance of dock type buttons area 2018-01-06 19:43:26 +02:00
l10n daemon script
fd99f8c325 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-01-06 04:45:50 +01:00
Michail Vourlakos
ce5d6a6607 change advance mode with click on the label 2018-01-05 20:15:01 +02:00
Yuri Chornoivan
06a9d880d3 Fix minor typos 2018-01-05 11:30:17 +02:00
Michail Vourlakos
03c0624087 reorganize and improve config window 2018-01-05 01:45:25 +02:00
Michail Vourlakos
0a73d146c4 show Quit button only in advanced mode 2018-01-03 20:49:39 +02:00
Michail Vourlakos
d86fdfd2ff fix #810,support smart/dynamic background
the dynamic background feature is enhanced and
becomes smarter. It understands snapped windows, windows
that touch the panel edge etc. The criteria in
order for the background to become solid are:
   - any active window that is touching the panel
edge (that includes krunner)
   - any inactive window that is snapped and touches
the panel edge (concerning its geometry: quarter-snapped or half-snapped)
   - maximized windows
   - an inactive window but keepAbove is touching
the panel edge (this catches also the yakuake case)
   - panel popups
2018-01-02 11:49:38 +02:00
Michail Vourlakos
e7633f7974 Revert "use PlasmaComponents3.ComboBox at settings window"
This reverts commit 1d6c4f6b2cd3725cf8652a5ca2ae0b0e544943e5.
iit creates crashes...
2017-12-16 17:23:07 +02:00
Michail Vourlakos
1d6c4f6b2c use PlasmaComponents3.ComboBox at settings window 2017-12-16 13:18:26 +02:00
Michail Vourlakos
1d8eea28bb slidingIn/Out during locationChange signal 2017-12-11 12:36:47 +02:00
Michail Vourlakos
17ac56ffa2 setup applets shadows defaults for panel/dock 2017-12-09 13:23:51 +02:00
Michail Vourlakos
fade488f12 reorder Appearance page 2017-12-04 19:33:09 +02:00
Michail Vourlakos
25323148f4 dont shrink thickness by default at Dock type 2017-12-04 00:22:44 +02:00
Michail Vourlakos
2799974eaf reorder settings in config window
--move Active Applet Indicator to Appearance page
and make its layout more consistent with the rest
design
--move Glow options above the Applet Shadows that
may be used more rarely
2017-12-03 12:08:13 +02:00
Michail Vourlakos
6d1e6c2205 support pressed events for dock type 2017-12-03 12:00:50 +02:00
Michail Vourlakos
3d0bfddc35 add Dock/Panel switcher at config window
--add an easy way to load the default options
of Panel and Dock types supported by Latte
2017-12-03 11:53:06 +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
9273e58652 improve RTL a bit for Layouts ComboBox 2017-11-29 22:08:35 +02:00
Michail Vourlakos
fa18e183a3 fix Latte Config Header in RTL 2017-11-29 22:08:35 +02:00
Michail Vourlakos
97ba64799e improve a bit the comboboxes rtl layout 2017-11-29 22:08:35 +02:00
Michail Vourlakos
3726bf78bb improve RTL in config win for alignments 2017-11-29 22:08:35 +02:00
Michail Vourlakos
0d95743e8c RTL support for config win Timers 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
1a62ac6c8b support arrow navigation for config win tabs 2017-11-20 22:05:37 +02:00
Michail Vourlakos
a118f9d149 fix spacing in config window 2017-11-20 21:11:30 +02:00
Michail Vourlakos
07abb1c58d move reverse active indicator to Tweaks page 2017-11-20 21:06:56 +02:00
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
2017-11-20 19:23:45 +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
7b8efcaed7 implement fully active indicator types/glows 2017-11-18 14:34:34 +02:00
Michail Vourlakos
89cd1c30ab support two types of active indicator 2017-11-18 14:34:34 +02:00
Michail Vourlakos
eab02204e1 support GlowOnlyOnActive at containment 2017-11-18 14:34:34 +02:00
Michail Vourlakos
5388b709a8 update plasmoid to support glowOnlyOnActive 2017-11-18 14:34:34 +02:00
Michail Vourlakos
cc0037e82d add new glow configuration options 2017-11-18 14:34:34 +02:00
Michail Vourlakos
83cd059309 remove no needed fake separator desktop file 2017-11-18 14:34:34 +02:00
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"
2017-11-14 04:31:50 +01:00
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
2017-11-12 23:19:19 +02:00