1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-04 08:58:20 +03:00

925 Commits

Author SHA1 Message Date
Michail Vourlakos
f257512a44 increase the layoutSwitching timer
--in order to give time for the slide-out event
to play correctly
2018-03-26 22:04:15 +03:00
Michail Vourlakos
eb3feb4a4e fix #934,change quit button to close button
--exhausted to discuss this so often so in the
end it may be my perspective wrong. Quit button
in dock settings window changed to Close button
and the Quit option moved to menu bar of the
general Latte settings window with shortcut
Ctrl+Q
2018-03-26 20:55:09 +03:00
Michail Vourlakos
7dae5e6f41 fixes for update Switch and Remove Buttons
-- changing name of layouts should have a visual
indicator and at the same time the Switch and
Remove buttons should update their states
properly. A Switch or Remove action shouldnt
be allowed after a layout rename until the user
has confirmed the new name for the layout.
2018-03-21 19:18:39 +02:00
Michail Vourlakos
48a788c33d improve DefaultsBtn behavior at Layouts Editor 2018-03-21 19:00:19 +02:00
Michail Vourlakos
fecd61ea06 improve button states at Layouts Editor
--dont select active layout in each layoutsChanged
signal
--improve the buttons states at layouts editor based
on what the user can do or not
2018-03-21 18:41:01 +02:00
Michail Vourlakos
b8a2a7ff38 dont update selection on each layoutsChanged 2018-03-21 18:23:34 +02:00
Michail Vourlakos
5d97242918 improve layouts editor headers
--dont highlight the layouts header and
dont allow to sort the contents based on
the columns
2018-03-21 18:07:34 +02:00
Michail Vourlakos
04bae04d56 restore defaults to second settings page
--restore default values to options found at
second settings (PreferencesPage)
2018-03-18 23:38:35 +02:00
Michail Vourlakos
4cf4351b80 improve all luminance calculations
--provide more accurate calculations for luminance
based on algorithm at:
https://www.w3.org/TR/2008/REC-WCAG20-20081211/#relativeluminancedef
2018-03-12 20:08:03 +02:00
Michail Vourlakos
11cccbf40d fix #907,always check overlap for dodgeMaximize
--the check in order to identify if a maximized window
overlaps with the dock wasnt always been executed. That
was the case for multi-screens environments.
2018-03-08 18:08:55 +02:00
Michail Vourlakos
085f5b3d16 update lastUsedActivity in Single Layout mode
--this also fixes #908. Everything was ok except from
the fact that in Single layout mode the needed
lastUsedActivity variable was empty and thus it couldnt
be tracked to update the needed wallpaper correctly.
2018-03-08 17:37:02 +02:00
Michail Vourlakos
4fc3b43238 colorizer fix when the user changes wallpaper
--when the user changes wallpaper there is a chance
that the lastScreen has the same value with the old
one. In such case the wallpaper must be updated.
2018-03-07 20:14:56 +02:00
Scarlett Clark
71d339516e Minor spelling corrections.
Closes: https://phabricator.kde.org/D11101
2018-03-07 10:29:19 -07:00
Michail Vourlakos
420b3d09f0 update hidpi settings based on plasma 2018-03-07 18:11:40 +02:00
Michail Vourlakos
b8321fb829 fix #905,smart colorize transparent panels
--enhanche the dynamic background feature and
in ordre to improve contrast with the underlying
background Latte now calculates the luminosity of the area
underneath the panel and based on that chooses the
best color to create contrast. The colors are chosen
only between textColor and backgroundColor.
2018-03-07 17:54:53 +02:00
Michail Vourlakos
5db8c37cbf fix #900,dont hide panel in editMode
--when the context menu is destroyed it frees
the visibility blocker for hiding. This is true
in normal state but in editing mode it shouldnt
happen.
2018-03-05 17:43:39 +02:00
Michail Vourlakos
b0bb99e2a9 compress svg files 2018-03-04 13:05:58 +02:00
Michail Vourlakos
de4cddb5d3 update internal splitter icon to use plasma theme 2018-03-04 12:36:48 +02:00
Michail Vourlakos
f2b93ac5f2 improve AlwaysVisible during startup in wayland
--the GhostWindow which is used for AlwaysVisible mode
under wayland during startup there was cases that its
geometry was exceeding the maximumGeometry sent.

BUG: 390017
2018-03-03 14:14:44 +02:00
Michail Vourlakos
4da2576ccb remember layouts settings columns width
--layouts columns widths are restored at its
previous values when the settings window is
shown and are saved when the settings window
closes
2018-03-03 13:03:05 +02:00
Michail Vourlakos
c8b06b6561 dont show debug message 2018-03-02 20:28:22 +02:00
Michail Vourlakos
6bb7f0ab51 improve context menus for wayland 2018-03-02 20:27:32 +02:00
Michail Vourlakos
cb88d134f4 fix #889,dont crash on applcation exit
--the wayland interface couldnt orchestrate correctly
with the corona and the application exit. The whole
architecture changed and the window manager now is
provided by corona and corona is also responsible to
keep only one instance of it and close on exit.
2018-03-01 23:53:28 +02:00
Michail Vourlakos
b4b68e5bb1 add wayland debug messages 2018-03-01 01:31:17 +02:00
Michail Vourlakos
0a1488b643 update wayland code based on plasma 2018-03-01 00:52:05 +02:00
Michail Vourlakos
d6740bb378 fixes for wayland 2018-03-01 00:35:31 +02:00
Michail Vourlakos
2403fbabe1 update brown textColor 2018-02-28 20:45:57 +02:00
Michail Vourlakos
47054c3380 update layouts color based on new palette 2018-02-28 20:13:13 +02:00
Michail Vourlakos
bcce41d064 always update background for colors/backs
--because the comboBox includes Select Background and
TextColor the last edit mode patterns couldnt be selected
in some cases
2018-02-28 19:48:13 +02:00
Michail Vourlakos
7050d7ba1f fix #886 use svg for settings Latte trademark
--remove the Plasma Label that was used to set
the Latte trademark based on Tangerine font that
was distributed from app source code
--remove the Tangarine font from source code
2018-02-27 23:58:47 +02:00
Michail Vourlakos
052a8519ce fix entry index for plasma taskmanagers
--in plasma taskmanagers the index passed starts
from 0 and for latte taskmanager from 1.
2018-02-25 20:24:59 +02:00
Michail Vourlakos
9f03e10b3d delay execution of activating entrys when hidden
--entries execution is delayed in order to give the
time to the dock to show itself first
--improve a bit the code complexity for globalshortcuts.
2018-02-25 20:20:34 +02:00
Michail Vourlakos
f2b80b7b52 update strings for global shortcuts 2018-02-25 20:03:37 +02:00
Michail Vourlakos
1ff161a030 updates and improvements at applets glob.shortcuts 2018-02-25 20:00:23 +02:00
Michail Vourlakos
db28c6bcaf use globalshortcuts with containment also
--we are trying to expose an applets calling
mechanism that is combined with the latte plasmoids
one with a nice beautiful way
2018-02-25 17:53:22 +02:00
Michail Vourlakos
1e57260c5f asynchronous calls for quiting application
--this gives the time for docks to close and also
to not create any rare crashes because qml settings
window calls this code path from its Quit button.
2018-02-24 10:54:35 +02:00
Michail Vourlakos
32c4ef1d5b Myltiple:improve Activities switching
--improve Activities switching and activation
for orphaned layouts (that is layouts that do
not belong in any specific Activity)
2018-02-22 18:30:28 +02:00
l10n daemon script
10cd514fe0 GIT_SILENT made messages (after extraction) 2018-02-22 03:12:15 +01:00
Michail Vourlakos
d2495b3350 apply layout's activities on config showing 2018-02-19 18:10:54 +02:00
Michail Vourlakos
7954ce5d52 update Activites correctly for orphaned layouts 2018-02-19 17:46:50 +02:00
l10n daemon script
cb6d7bda74 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-02-19 04:57:38 +01:00
Michail Vourlakos
1a3cb13094 use same font metrics for qml and c++ code 2018-02-17 19:18:11 +02:00
Michail Vourlakos
f9b475cc8a dont handle latte containment as appler for menu 2018-02-17 19:18:11 +02:00
Michail Vourlakos
211399eaf5 support changing the textColor of editMode 2018-02-17 01:54:06 +02:00
Michail Vourlakos
eb377767c8 hide textColor when no background is selected
--enable textColor dialog
2018-02-17 01:26:35 +02:00
Michail Vourlakos
d21534d6c3 support user background in edit choice 2018-02-17 01:15:45 +02:00
Michail Vourlakos
c6408564d0 make the containment background aware 2018-02-17 00:36:06 +02:00
Michail Vourlakos
30fa3e0b1a improvements for user backgrounds 2018-02-17 00:27:15 +02:00
Michail Vourlakos
3110986215 prepare setting background 2018-02-16 23:55:43 +02:00
Michail Vourlakos
b00ec4fcee set background image for colorscombobox 2018-02-16 17:46:49 +02:00