1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-23 13:33:50 +03:00
Commit Graph

2062 Commits

Author SHA1 Message Date
Michail Vourlakos
34cfbbec68 remove whitespace 2018-04-05 13:10:41 +03:00
Michail Vourlakos
f287d37ac0 add a dock geometry validator
-- under X11 it was identified that windows
many times especially under screen changes
dont end up at the correct position and size.
This vailidator(timer) will enforce repositionings
and resizes every 500ms if the window hasnt end up
to correct values and until this is achieved.
2018-04-05 10:09:04 +03:00
Michail Vourlakos
fa2bc5bae9 increase maximum value of screen tracker 2018-04-04 23:37:38 +03:00
Michail Vourlakos
f49951566b Revert "change window type for applets tooltip"
This reverts commit fec2756266.
2018-04-04 15:55:05 +03:00
Michail Vourlakos
fec2756266 change window type for applets tooltip
--change type to PopuMenu because Dock interacts
with wayland windows stangely and ToolTip doesnt
provide a beautiful theming.
2018-04-04 14:13:25 +03:00
Michail Vourlakos
065f92bb70 show maxLength value at relevant tooltip 2018-04-04 14:08:45 +03:00
Michail Vourlakos
ba2acef2c1 fix warning 2018-04-04 02:03:39 +03:00
Michail Vourlakos
0712d62a3b dont lose focus from dock tooltips
--because focus is lost from dock tooltips the
dock settings window was closing. We take into
account that case in order to not close the
dock settings window in such case
2018-04-04 01:58:39 +03:00
Michail Vourlakos
878dcda70c increase extreme icon sizes max step 2018-04-03 17:13:03 +03:00
Michail Vourlakos
820dff0bb5 improve calculations of panelEdgeSpacing 2018-04-03 17:06:54 +03:00
Michail Vourlakos
8f33a4f722 take into account if an applet is locked
--if in applet is locked from the user then we
dont need to try to enforce the parabolic manager
rectangular layouting.
2018-04-03 16:53:56 +03:00
Michail Vourlakos
e0707b684e fix #956,take into account panel transparency
--implementation of the design decisions described at
issue #957. Panel Background and Dynamic Background
options interact with each other concerning
panel transparency and triggering of solidness or
transparency.
2018-04-03 16:00:50 +03:00
Michail Vourlakos
dcdba04781 fix #953,disable background setting
--background settings at !compositing environments
dont change anything as for these environments
their settings are specific.
2018-04-02 19:58:38 +03:00
Michail Vourlakos
157285e45f remove donation button 2018-04-02 19:29:10 +03:00
Michail Vourlakos
dfa83ecc7b fix BehaviorPage scrolling capability 2018-04-02 18:47:27 +03:00
Michail Vourlakos
b4c02a3a91 fix #950,bound dock win settings height
--dont enable height for dock settings that is
higher than the screen resolution height or one
that isnt shown correctly.
2018-04-02 18:34:04 +03:00
Michail Vourlakos
872aff04d6 update plasmaDesktopVersion first time is requested 2018-04-02 17:44:09 +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
ad16d8d1b8 use plasma desktop version for folderview 2018-04-02 16:41:14 +03:00
Michail Vourlakos
e64a017311 identify plasma desktop version 2018-04-02 16:33:48 +03:00
Michail Vourlakos
bd211c9d29 disable blur under wayland 2018-04-02 15:12:46 +03:00
Michail Vourlakos
f41395abc3 use new plasma way of detecting platform 2018-04-02 14:37:19 +03:00
Michail Vourlakos
60531484e9 simplify PanelBox states
--combine Center and Justify panel alignments
concairning their anchoring
2018-04-02 14:27:47 +03:00
Michail Vourlakos
285d00a21c dont blur in forceSolidPanel if it was deactivated 2018-04-02 14:01:28 +03:00
Michail Vourlakos
42268290ec disable Active Indicator when enabling Panel mode 2018-04-02 10:33:15 +03:00
Michail Vourlakos
bb5a4e4d52 support iconSizes above 128px.
the user can set such sizes through the layout file
2018-04-02 10:33:15 +03:00
Yuri Chornoivan
2f107ad4c7 Fix minor typo 2018-04-02 08:29:05 +03:00
Michail Vourlakos
badbe7da6a update to version 0.7.79 2018-04-02 00:50:26 +03:00
Michail Vourlakos
f5bcb6462e disable active indicator for plasma appmenu 2018-04-01 17:13:59 +03:00
Michail Vourlakos
f5b56e3559 improvements for publishing geometries 2018-04-01 16:41:42 +03:00
Michail Vourlakos
dd617d43c8 track primary screen change from qt
--this way we make sure that we track the
primary screen change for wayland also
2018-04-01 15:17:12 +03:00
Michail Vourlakos
83bad3374e expose screen Tracker interval value
--different hardware can have different delays
in order to inform for screen changes. The tracker
(an internal timer that is) informs Latte after
a specific interval in order to track these changes
and respond accordingly.
2018-04-01 15:04:52 +03:00
Michail Vourlakos
6163cecb6b [wayland] add a protection for updateEffects
--Blur effect under Plasma 5.12(wayland) creates
many crashes. As it appears for 5.13 this has been
greatly improved.
2018-04-01 01:46:41 +03:00
Michail Vourlakos
fb8063cdee fix #946,improve kwin screen edges under X11
--make sure that the kwin ghost window ends at
the correct geometry at all cases
2018-04-01 01:37:09 +03:00
Michail Vourlakos
9e8406c419 reenable blur for wayland
--as it appears the crash and the support
for blur has been fixed for Plasma 5.13
2018-04-01 01:06:31 +03:00
Michail Vourlakos
da5cb9c61f fix #946,improve kwin edges support
--make the behaviour more robust and be more
precise at geometries used at all times
2018-04-01 01:04:23 +03:00
Michail Vourlakos
a6a98f3ac7 reduce hide dock and applets numbers interval 2018-03-31 17:39:06 +03:00
Michail Vourlakos
3ea40954fc fix #942,show dock when dragging at kwin edge
-- enable showing the dock if the user drags something
on it and the dock is hidden at a kwin edge
2018-03-31 17:15:48 +03:00
Michail Vourlakos
7ce5938312 add internal separator through drag n' drop 2018-03-31 13:46:26 +03:00
Michail Vourlakos
2b2ddfeb70 improve contrast for Launchers Area text 2018-03-31 11:58:56 +03:00
Michail Vourlakos
51e4477499 disable MultipleLayouts for wayland
--KWin in wayland doesnt support yet Activities
and Virtual Desktops. In order to protect the user
we disable the MultipleLayouts
2018-03-31 11:28:22 +03:00
Michail Vourlakos
1f0acbc3b5 Support KWin Edges mechanism
--by default now Latte supports the KWin Edges mechanism,
this way the following issues are fixed:
fix #935, fix #721, fix #687, fix #512, fix #514
--improve dock behavior when the user user touch
gestures
--fix #144, support KWin bright placeholders
--this behavior can be disabled if the user prefers
the old one from the Tweaks page
--in !compositing no more is shown a 1px line at
the screen edge when the dock is hidden
--support KWin Edges in Multiple Layouts state under
X11
2018-03-31 10:57:03 +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
18151ec023 disable "visibility improvement" for !compositing 2018-03-31 02:02:33 +03:00
Michail Vourlakos
a93ecfe65d change default show delay to 0ms
--the reason is the plasma default behavior
for touch gestures under X11. Many users
report that Latte isnt working correctly
with left edges. Latte isnt responsible for
this but the plasma touch gestures implementation.
By changing the default for our Show Timer to
0ms then the situation is improved a bit more
for such cases and the user of course can
always alter its value from dock settings
window.

-https://github.com/psifidotos/Latte-Dock/wiki/F.A.Q.#q-my-left-dock-behaves-strangely-from-plasma-510-and-beyond-can-i-fix-this

-https://bugs.kde.org/show_bug.cgi?id=392464
-https://bugs.kde.org/show_bug.cgi?id=382219
2018-03-30 11:17:03 +03:00
Michail Vourlakos
9e03f2732a remember the download window size
--Latte now remembers the last used window size
for the Download dialog
2018-03-29 23:24:18 +03:00
Michail Vourlakos
d1320f692e wayland,hide dock config wins from taskbar 2018-03-29 20:28:39 +03:00
Michail Vourlakos
616b8139ff use recreateDock directly
--recreateDock is used when the visibility mode
changes and as such the window must be recreated
in order to work correctly. Any remaining code
found for such function in corona and layoutManager
is removed.
2018-03-28 14:30:50 +03:00