1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-24 18:03:53 +03:00

894 Commits

Author SHA1 Message Date
Michail Vourlakos
2bf647db8e provide nice internal Compact.qml implementation 2021-04-27 16:58:50 +03:00
Michail Vourlakos
0d1661f942 move Latte::Dialog to LatteCore library
--this way we can use it to plenty places
2021-04-27 15:10:17 +03:00
Michail Vourlakos
3c8ae2fde2 add internal CompactApplet qml implementation 2021-04-27 11:24:52 +03:00
Michail Vourlakos
945b8ba5ea expose margin values in pixels for the user
--margin values are in percentage, now the user
is able to hover over these values in order
to be informed how much they are calculated in
pixels
2021-04-24 15:06:37 +03:00
Michail Vourlakos
e65c1f6385 show StickOnTop/Bottom for vertical basic settings 2021-04-21 20:56:43 +03:00
Michail Vourlakos
1fac17d6ba Storage:update newView for views editor
--trying to support newView that works in all the
cases between inactive/active layouts
2021-04-17 14:37:09 +03:00
Michail Vourlakos
8d0c26a2e1 provide Dark/Light Colors options
--this way a layout designer can force to its users
the desired color palette for each dock and panel.

BeCareful: designers should be very careful with this
because they take responsibility to disable latte auto-coloring
at per-applet basis in order for chromatic applets to NOT
be autocolored from latte because they already provide enough
contrast.

BUG:435714
2021-04-14 10:44:59 +03:00
Michail Vourlakos
b235e6cc96 update view alignment to new architecture
--view alignment can now be updated either by
editdock window or through views dialog in
settings window
2021-04-12 12:24:22 +03:00
Michail Vourlakos
cc4f901cf1 viewsdialog:support updating screen 2021-04-12 00:17:59 +03:00
Michail Vourlakos
3ec142d3a2 drop deprecated screen edge relocation codepath 2021-04-11 18:26:56 +03:00
Alexey Varfolomeev
58e184d90a Pixel perfect Trademark 2021-04-06 08:22:40 +04:00
Michail Vourlakos
b7eaedde51 fix #60,default size for pin button in edit dock 2021-04-03 13:54:27 +03:00
Michail Vourlakos
05aeae0ee1 fix Background switch triggering 2021-04-02 11:57:26 +03:00
Michail Vourlakos
e5f80a72a5 set 50% as maximum for background radius
--according to https://www.w3schools.com/howto/howto_css_rounded_images.asp
50% is considered the default maximum value for background
roundness.
2021-03-10 11:53:11 +02:00
Michail Vourlakos
765fd490c3 move Duplicate Dock in Add... menus
BUG:433688
2021-03-06 18:33:54 +02:00
Michail Vourlakos
b60e2ee5d9 enable floating gap hiding delay for all alignments 2021-03-06 17:58:13 +02:00
Tranter Madi
a1af4f6831 Delay floating gap hiding until mouse leaves 2021-03-06 15:51:19 +00:00
Michail Vourlakos
c67a877556 fix Floating Gap SideBar case not accepting input
BUG:433820
2021-03-05 11:31:44 +02:00
Michail Vourlakos
393db028b7 provide access below screen margin for Docks
--using hidden VisibilityManager::floatingGapWindow
implementation in order to provide full access for
the area which is below the screen margin when the
user has disabled user interaction for that area

BUG:433820
2021-03-04 19:18:42 +02:00
Michail Vourlakos
38474372b4 rename Dock template to Default Dock 2021-03-01 19:09:32 +02:00
Michail Vourlakos
fe5d2d7a63 context menu:provide Add view through templates 2021-03-01 19:04:21 +02:00
Michail Vourlakos
631f4a9d6e provide moveView through context menu
--the user can now user the ContextMenu in order
to move a view between different active layouts
2021-03-01 17:15:12 +02:00
Michail Vourlakos
5fa77e05eb contextmenu:add export as template 2021-02-28 17:40:53 +02:00
Michail Vourlakos
b31792cd7b fix primaryconfig maximum height
--the new approach uses canvas geometry and
computes properly the maximum available screen
height in order for Primary Dock Settings window
to use screen height effectively
2021-02-27 20:00:00 +02:00
Michail Vourlakos
996b1aaf9b update dock actions menu text 2021-02-27 19:29:14 +02:00
Michail Vourlakos
a57e2c37fe make view actions menu to act as Menu shower/hider 2021-02-27 19:24:27 +02:00
Michail Vourlakos
f6e7a64800 expose all View Templates in actions menu 2021-02-27 18:48:55 +02:00
Michail Vourlakos
1efd4450f2 add Default and Empty Panel view templates 2021-02-27 18:40:32 +02:00
Michail Vourlakos
ddb7dfdf5e use bool for floatingInternalGapIsForced
--do not use CheckBox three states in order
to make things simpler for the user
2021-02-21 12:26:16 +02:00
Michail Vourlakos
ea3d913757 improvements for view templates handling 2021-02-13 21:12:32 +02:00
Michail Vourlakos
26af7e4091 add functionality for ExportViewTemplate 2021-02-13 19:52:52 +02:00
Michail Vourlakos
eec63e5f13 add export view as template option 2021-02-13 19:05:32 +02:00
Michail Vourlakos
b5021d1cc7 small visual improvements for dock settings window 2021-02-07 02:28:15 +02:00
Michail Vourlakos
c5c94a22cf update dock settings CheckBoxes properly
-- new approach in order to not break
2021-02-06 14:13:08 +02:00
Michail Vourlakos
a3c48c3871 update properly checkboxes in dock settings pages 2021-02-06 13:23:38 +02:00
Michail Vourlakos
297b3a7d5b Revert "fixes for applets thin tooltips"
This reverts commit 4fc85ba8c59a893729bb5408b1141d4cc27f64bc.
2021-02-06 13:13:07 +02:00
Michail Vourlakos
4fc85ba8c5 fixes for applets thin tooltips 2021-02-06 12:45:12 +02:00
Michail Vourlakos
09654e75b3 expose view templates through dock settings
--the user can now add views based on view templates
found in the system through Dock Settings, New Dock
actions
2021-02-06 00:14:11 +02:00
Michail Vourlakos
eff0fab134 expose view templates through Dock settings window 2021-02-05 19:05:04 +02:00
Michail Vourlakos
578a42b991 provide Dock and Panel view templates 2021-02-05 18:10:43 +02:00
Michail Vourlakos
95f86bed8f accept only odd numbers for iconSize and zoom 2021-02-03 19:31:19 +02:00
Michail Vourlakos
a24f6b85c2 drop totally shrinkThickMargins option
--the new per applet margins make that property
no relevant anymore
2021-02-02 18:57:20 +02:00
Michail Vourlakos
ff1e308a13 drop specific pages loaders for dock settings
--having a central Loader for all config windows does not
require different loaders for each settings page
any more.
2021-02-02 18:11:28 +02:00
Michail Vourlakos
39404ca8fe select Custom Indicator type properly on startup 2021-02-02 18:08:19 +02:00
Michail Vourlakos
cbe9a588b8 Loaders for all dock settings windows
--this way we make sure that plasmoid and latteView
objects are always available to them when needed
2021-02-02 17:51:28 +02:00
Michail Vourlakos
55d0dde551 load config pages properly for dock settings window 2021-02-02 17:39:22 +02:00
Michail Vourlakos
88df41982c load settings pages with loaders 2021-02-02 13:11:28 +02:00
Michail Vourlakos
e47775e2f4 load dock config pages properly in stackview
--during the first startup
2021-02-02 12:53:24 +02:00
Michail Vourlakos
691fef2c76 improve dragging dock settings window behavior
--improve how window length is calculated for normal
settings mode and the window in centered based on the
current view in that case. Lost story short, in that
case the length must be increased two times based on
position dragging movement because the window is
anchored centered.
2021-01-28 00:54:41 +02:00
l10n daemon script
1dfabeac2a 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"
2021-01-27 08:55:30 +01:00