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

4366 Commits

Author SHA1 Message Date
l10n daemon script
5a067d17a5 GIT_SILENT made messages (after extraction) 2020-07-29 02:26:18 +02:00
Michail Vourlakos
a3250cf7ca fixed for View::inEditMode flags
--inEditMode is now updated directly from
containment()->inUserConfiguring()
--add again hiding blockers when View gets
into edit mode. That was lost during last commits
because it was part of Visual qml code that
has been moved to another window.
2020-07-29 01:20:45 +03:00
Michail Vourlakos
6cb97068c2 SidebarAutoHide support floating gap contains mouse
--floating gap window is now activated independently of
kwin edges supports and only when really needed.
SidebarAutoHide visibility mode has been adjusted in order
to work nicely with floating gap window helper
2020-07-29 00:58:21 +03:00
Michail Vourlakos
0d02a92733 increase hide timer specific SidebarAutoHide msecs
--when the user has triggered its showing. It must be
given enough time for the user to observed the sidebar
contents before checking out if the sidebar must hide.
2020-07-29 00:20:58 +03:00
Michail Vourlakos
01a17ea9ba visibility:update hide timer interval handling
--hide timer now has a default/user set value but
it can also become with different intervals if
specific codepaths require it.
2020-07-29 00:13:16 +03:00
Michail Vourlakos
3b3388d673 rename SideBar to SidebarOnDemand
--improve semantics all over the place now
that we provide two different sidebar
visibility modes
2020-07-29 00:02:50 +03:00
Michail Vourlakos
0784c0dacd improve View isFloatingPanel semantics 2020-07-28 23:50:05 +03:00
Michail Vourlakos
ee9c69ad8b Details,Colors, choose color name as display role 2020-07-28 18:52:04 +03:00
Michail Vourlakos
a37d4df09c Details:Layouts ComboBox in form layouting style 2020-07-28 18:52:04 +03:00
Michail Vourlakos
b918d3e965 provide proper Colors model for Details dialog 2020-07-28 18:52:04 +03:00
Martijn Vogelaar
2e4f7da4c2 Introduction and implementation of the SidebarAutohide
as discussed in #19.
2020-07-28 15:49:55 +00:00
l10n daemon script
8b6ae2439a 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"
2020-07-28 06:12:20 +02:00
l10n daemon script
22f8e1a4fd GIT_SILENT made messages (after extraction) 2020-07-28 02:23:54 +02:00
Michail Vourlakos
a4767b36c0 rename details info to details options 2020-07-26 16:44:37 +03:00
Michail Vourlakos
383d762f11 Introduce storage TMP directory for layouts
--all storage functions are now taking place into
the same Latte TMP directory that is introduced
for layouts. So no more .bak files are needed from
~/.config folder.
2020-07-26 13:13:40 +03:00
Michail Vourlakos
ca5cc6015d add color combobox in Details window 2020-07-26 13:13:40 +03:00
Luke Morales
2153f2434d docs: add Kubuntu 20.04 dependencies to INSTALLATION.md 2020-07-24 15:51:46 +00:00
Michail Vourlakos
dc62bde8aa add dialogs for background,textColor buttons 2020-07-24 18:39:30 +03:00
Michail Vourlakos
14559ba747 add buttons in Details window
--buttons to change color,background and
text color layout options
2020-07-24 18:10:16 +03:00
Michail Vourlakos
3c54759989 provide theme roundness calculations through mask 2020-07-22 15:19:15 +03:00
Michail Vourlakos
9ed0f17a9b new roundness discovery through shadows
--the new code succeeds in more cases and
trys also to handle some wrongly designed
cases such the Air plasma theme that provides
zig-zag corner shadows
2020-07-22 12:46:22 +03:00
Michail Vourlakos
0f2562aa5e smart way to identify plasma theme hasShadows
--many plasma themes disable their shadows with
settings their opacity to zero instead of removing
their shadow elements. In such case the new approach
sets the hasShadow flag to zero
2020-07-22 11:20:26 +03:00
Michail Vourlakos
059b78ebc0 add missing header 2020-07-22 10:52:23 +03:00
Michail Vourlakos
998ff199c7 fix calculation of applets visibleIndex()
--show properly shortcut badges for all applets

BUG:424512
2020-07-22 01:36:04 +03:00
Michail Vourlakos
2db4ffb479 improve plasma theme roundness discovery
--the new approach is first tracking panel-background
shadows if they are available and shown in order to
identify the plasma theme panel background roundness
2020-07-22 01:16:30 +03:00
Michail Vourlakos
e92f168abe show vertical systrays propertly
--do not enforce hidden applets for preferredLengths
that equal zero
2020-07-21 21:43:15 +03:00
Michail Vourlakos
3c0060ba1d update panel background paddings calculations
--Plasma::FrameSvgItem margins are not consintent
in order to provide helpful hints how plasma theme
panel-background svg is drawn properly. The new
approach calculates paddings based on top,left,bottom,right
svg elements and in that way a consistent a properly
background.minimumThickness is discovered.
2020-07-21 17:18:49 +03:00
Michail Vourlakos
dedb8a0153 remove deprecated code 2020-07-21 12:09:23 +03:00
Michail Vourlakos
e00ec530c9 update primary config advanced mode properly
--each View has its own advanced level identification.
2020-07-20 20:20:32 +03:00
Michail Vourlakos
d1b9610614 accept AllCorners for a floating case
--AllCorners can make sense when a floating view
uses Justify alignment and 100% maximum length
2020-07-20 20:01:33 +03:00
Michail Vourlakos
2336272e1a update backgroundMinThickness only in normal state
--this way we avoid changing background thickness during
auto hiding screen gaps when there are maximized windows
2020-07-20 19:53:22 +03:00
Michail Vourlakos
5e78a0a3c7 provide all background corners option
--provide an option to force showing of all background
corners
2020-07-20 19:20:33 +03:00
Michail Vourlakos
af37c31f36 support theme length paddings
--update layouter, background and layoutscontainer
in order to take into account the background length
paddings
2020-07-20 15:16:03 +03:00
Michail Vourlakos
24696fcf06 check plasmashell windows always to track desktops 2020-07-19 18:05:44 +03:00
Michail Vourlakos
52eb0acfef dont hide external shadows during location change 2020-07-19 17:19:56 +03:00
Michail Vourlakos
22acd85d9c struts calculations at screen_edge coordinates
--as it appears in wayland the struts calculations must be
applied for exact screen_edge coordinates and use only the
view shown thickness. During the process floating panels
struts were not accurate at all cases and as such they
were fixed also for x11.
2020-07-19 17:13:50 +03:00
Michail Vourlakos
6de05c92e8 support XCP::SHAPE for Views
--views can now specify their input area under X11 and
give valuable space to underlying windows
2020-07-19 15:04:46 +03:00
Michail Vourlakos
cf1cb1ca8e always now Views when needed
--when View::Visibility::mustBeShown signal is
triggered then the Views should always be shown
even when KWin has hide it with no real reason
--force appling activities to ALL View related windows
when changing current Activity. This way we make
sure that when KWin makes faulty assignments,
Latte is coming to the rescue.
2020-07-18 19:42:20 +03:00
Michail Vourlakos
81bc74f49d dont recreate view unnecessary
--FrameExtents are working fine with margins 0,0,0,0
and Plasma 5.19.3
2020-07-18 19:27:47 +03:00
Michail Vourlakos
79d95371d7 fix #9,panel/dock buttons
--fix panel/dock mode buttons from configuration
windows.
2020-07-18 18:57:55 +03:00
Michail Vourlakos
e4437b7f66 abilities:introduce UserRequests 2020-07-18 17:39:34 +03:00
Michail Vourlakos
f5cc1f8f81 abilities:provide animations.requirements
--applets animations ability can now be used to
provide a zoomFactor that is needed from their
animations
2020-07-18 16:47:56 +03:00
Michail Vourlakos
de37381c25 dont faulty update offsets during ViewConfig show 2020-07-17 17:32:06 +03:00
Michail Vourlakos
02e1e87d59 smoothen anim for hide length screen gaps 2020-07-17 17:03:14 +03:00
Michail Vourlakos
4b909796a4 fix panels canvas offset positioning 2020-07-16 11:25:41 +03:00
Michail Vourlakos
ca0e065441 improvements for calculations 2020-07-16 11:22:37 +03:00
Michail Vourlakos
ff01f266e4 fix panels positioning when sliding out 2020-07-16 11:02:08 +03:00
Michail Vourlakos
0b8fa321bc dont crash when panels change location 2020-07-16 09:44:44 +03:00
Michail Vourlakos
ea7940dffe hide length screen gaps after slide in 2020-07-15 18:53:24 +03:00
Michail Vourlakos
1698afc2e8 add missing header 2020-07-14 09:28:19 +03:00