1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-23 10:03:43 +03:00

591 Commits

Author SHA1 Message Date
Michail Vourlakos
d9989300d1 add text for IsBusy opacity case
--when the desktop background isBusy and
the user has chosen full transparency when
no window is touching the View then the
user can set the Busy Opacity to define
how much panel background opacity wants
2019-06-11 19:56:34 +03:00
Michail Vourlakos
24c9940bac fix typo 2019-06-10 21:27:13 +03:00
Michail Vourlakos
afe4ae8c6c add translation strings explanations 2019-06-10 17:56:06 +03:00
Michail Vourlakos
0b6c07a1e5 support Active Window Filtering
--Latte can now use the new multi-screen
Last Active Window infrastructur to choose
which Active Window is preferred, only from
current screen OR from all screens
2019-06-09 14:41:23 +03:00
Michail Vourlakos
06c7e8d0c6 increase a bit Basic View Settings window height 2019-05-28 17:35:19 +03:00
Michail Vourlakos
4d8933b8bb TitleTooltips at second role compare to Plasma
--TitleTooltips produced by Latte are thinner but they
can create issues comparing with user expectations and
how Plasma applets original work. This fix takes the
Plasma original behavior as granted and for now on
TitleTooltips from Latte will be applied ONLY WHEN:
----The parabolic effect is enabled, zoomFactor>0% AND
the applet in question is NOT LOCKED, meaning that its
Parabolic Effect is active
2019-05-25 11:10:57 +03:00
Yuri Chornoivan
59101328c9 Fix minor typo 2019-05-25 09:00:14 +03:00
Michail Vourlakos
1035e1d051 rename to Notification badges
--this way we follow the Plasma naming
concerning Notification Badges. In the
past it was called Unread messages etc..
2019-05-24 18:41:14 +03:00
Michail Vourlakos
74772cd7a9 introduce SCROLLING options for Tasks
--the user can now adjust the Scrolling options
for its Tasks when the items overflow. The following
are provided:
Scrolling: ENABLE/DISABLE
--Manual Scrolling: DISABLE/PARALLEL/HORIZONTALANDVERTICAL
--Auto Scrolling: ENABLE/DISABLE

BUG: 407779
2019-05-24 18:28:35 +03:00
Michail Vourlakos
b7f1440385 enable/disable some options for Panel/Dock mode 2019-05-21 19:25:09 +03:00
Michail Vourlakos
88e16e7e3e update notifications badges tooltip 2019-05-16 17:55:10 +03:00
Michail Vourlakos
c41433f7a2 initialize layouts in view settings properly 2019-05-12 20:02:51 +03:00
Michail Vourlakos
ad89f47f7a increase maximum thickness for Items
--give the option to the user to increase more
the Items thickness in order for items to
look higher more far than the screen edge
2019-05-12 03:11:17 +03:00
Michail Vourlakos
a27ff3ec48 REFACTOR:Update LayoutManager to Layouts::Manager
--create "layouts" own directory in order to host
all LAYOUTS management/control code and classes
2019-05-09 17:12:57 +03:00
Michail Vourlakos
29157f4636 refactor:rename managedLayout to layout/viewLayout 2019-05-09 00:13:17 +03:00
Michail Vourlakos
f5b36b0230 fix typos 2019-05-08 21:48:35 +03:00
l10n daemon script
e8d79632bd 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"
2019-05-08 05:41:19 +02:00
Michail Vourlakos
913c35523f move views between Active/SharedLayouts
--the move to layout option under View Settings
window now can enable the user to move view
between Active and Shared Layouts
2019-05-02 15:57:42 +03:00
Michail Vourlakos
d86525162d enable Outline for !compositing 2019-05-01 19:22:39 +03:00
Michail Vourlakos
9c07f80615 improve secondary config window margins 2019-04-22 13:01:51 +03:00
Michail Vourlakos
f572970a95 add option for Tasks scrolling 2019-04-21 16:27:49 +03:00
l10n daemon script
32904be361 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"
2019-04-20 05:58:30 +02:00
Michail Vourlakos
da3a60357a disable par.effect when animations are disabled 2019-04-15 21:13:16 +03:00
Michail Vourlakos
67a4a4ab14 remove deprecated options
--reversed, dotsOnActive and
threeColors that were related
to Latte indicator
2019-04-13 20:37:44 +03:00
Michail Vourlakos
950c067ba6 improvements for flexible settings uis 2019-04-13 20:27:38 +03:00
Michail Vourlakos
710c527cb7 update Latte indicator
--introduce its own reversed option
--support flexible layout for its
config ui
2019-04-13 20:09:18 +03:00
Michail Vourlakos
12da424998 flexible layout for effects page 2019-04-13 19:22:01 +03:00
Michail Vourlakos
09be80b94f add tooltip for changing settings window size
--the user can use Ctrl/Meta + Scroll Wheel in
order to alter the settings window size
2019-04-13 14:27:05 +03:00
Michail Vourlakos
b4e55e4e87 fix applets indicator size
--also dont count internalMargins
for isSeparator and isSpacer applets
2019-04-13 09:49:08 +03:00
Michail Vourlakos
af65e8ab48 flexible Tasks page
--introduce android clicke animation for Plasma
style
2019-04-13 08:27:59 +03:00
Michail Vourlakos
9e2290671c flexible layout for Appearance 2019-04-12 18:12:52 +03:00
Michail Vourlakos
15e1432030 flexible layout for Behavior page 2019-04-12 17:57:14 +03:00
Michail Vourlakos
7696fc2ef9 make settings window thinner 2019-04-12 14:48:01 +03:00
Michail Vourlakos
86c7e72abf add option to enable/disable active window dragging 2019-04-11 20:41:08 +03:00
Michail Vourlakos
c2c3123e1f improve settings tooltips consistency 2019-04-10 23:26:28 +03:00
Michail Vourlakos
441e38a730 fix tooltips inconsistencies in Settings window 2019-04-10 23:24:06 +03:00
Michail Vourlakos
d5b294b88e improve vastly Justify Live Editing experience
--the entire Justify to Another alignment experience
has been improved a lot and made much smoother than
in the past
2019-04-10 21:55:40 +03:00
Michail Vourlakos
de56372bf9 fixes for Splitters and LiveEditing 2019-04-10 18:24:56 +03:00
Michail Vourlakos
4048edc7f9 Option to set Settings size at per screen level
--the Latte Settings window tries its best in order
to provide a nice experience concerning its width/height
ratio and a width size that is best for its contents.
There are cases that this fails so the user in the
best to set it right. Latte now provides two shortcuts
Meta+Scroll, that changes the width scale ratio and
Ctrl+Scroll, that changes the height scale ratio when
settings are in Basic mode.
The previous shortcuts must be applied when the mouse
is over the empty areas in the Settings View window.
2019-04-09 21:01:50 +03:00
Michail Vourlakos
0cb2bb38af plenty of fixes for TopLayouts and multi-screen(s) 2019-04-09 21:01:50 +03:00
Michail Vourlakos
b7603a1426 improve Advanced button coloring
--when the background is transparent the opacity
changes wont work nice. Providing an always
solid color is a good solution
2019-04-06 19:48:17 +03:00
Michail Vourlakos
671e2019e7 update text Copy action properly 2019-04-06 19:17:38 +03:00
Michail Vourlakos
915bb1bd39 provide visual limits for margins/padding
--based on the current indicator there minimum
thickness and indicator padding can be altered.
Providing some visual feedback for the user to
understand these limits is a good practice.
2019-04-04 18:38:54 +03:00
Michail Vourlakos
6d84b6eea2 better way to identify applet plasma behavior
--there is a combinantion of settings that enables
plasma original applet behavior.
1. the applet is locked and is not using parabolic effect
2. the zoomfactor === 1 and the user has not activated
title tooltips
2019-04-04 17:23:17 +03:00
Michail Vourlakos
2919620467 select proper indicator in combobox list 2019-04-04 14:52:50 +03:00
Michail Vourlakos
50866a8dcf improve indicators actions icons 2019-04-03 21:10:15 +03:00
Michail Vourlakos
ff53a23cac drop manual roundness setting from code
--as the new automatic mechanism works nice
the old manual setting of plasma theme roundness
is not needed
2019-04-03 16:46:19 +03:00
Michail Vourlakos
d280b6e4aa button to remove locally installed indicators 2019-03-31 14:53:12 +03:00
Michail Vourlakos
de2c52039b update string 2019-03-30 12:07:10 +02:00
Michail Vourlakos
6c8723b0b4 add CheckBoxesColumn and introduce common margin
--provide same margins for all CheckBoxes lists

BUG: 406031
2019-03-30 10:17:38 +02:00