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.
7 years ago
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.
7 years ago
Scarlett Clark
71d339516e
Minor spelling corrections.
...
Closes: https://phabricator.kde.org/D11101
7 years ago
Michail Vourlakos
420b3d09f0
update hidpi settings based on plasma
7 years ago
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.
7 years ago
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.
7 years ago
Michail Vourlakos
b0bb99e2a9
compress svg files
7 years ago
Michail Vourlakos
de4cddb5d3
update internal splitter icon to use plasma theme
7 years ago
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
7 years ago
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
7 years ago
Michail Vourlakos
c8b06b6561
dont show debug message
7 years ago
Michail Vourlakos
6bb7f0ab51
improve context menus for wayland
7 years ago
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.
7 years ago
Michail Vourlakos
b4b68e5bb1
add wayland debug messages
7 years ago
Michail Vourlakos
0a1488b643
update wayland code based on plasma
7 years ago
Michail Vourlakos
d6740bb378
fixes for wayland
7 years ago
Michail Vourlakos
2403fbabe1
update brown textColor
7 years ago
Michail Vourlakos
47054c3380
update layouts color based on new palette
7 years ago
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
7 years ago
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
7 years ago
Michail Vourlakos
052a8519ce
fix entry index for plasma taskmanagers
...
--in plasma taskmanagers the index passed starts
from 0 and for latte taskmanager from 1.
7 years ago
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.
7 years ago
Michail Vourlakos
f2b80b7b52
update strings for global shortcuts
7 years ago
Michail Vourlakos
1ff161a030
updates and improvements at applets glob.shortcuts
7 years ago
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
7 years ago
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.
7 years ago
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)
7 years ago
l10n daemon script
10cd514fe0
GIT_SILENT made messages (after extraction)
7 years ago
Michail Vourlakos
d2495b3350
apply layout's activities on config showing
7 years ago
Michail Vourlakos
7954ce5d52
update Activites correctly for orphaned layouts
7 years ago
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"
7 years ago
Michail Vourlakos
1a3cb13094
use same font metrics for qml and c++ code
7 years ago
Michail Vourlakos
f9b475cc8a
dont handle latte containment as appler for menu
7 years ago
Michail Vourlakos
211399eaf5
support changing the textColor of editMode
7 years ago
Michail Vourlakos
eb377767c8
hide textColor when no background is selected
...
--enable textColor dialog
7 years ago
Michail Vourlakos
d21534d6c3
support user background in edit choice
7 years ago
Michail Vourlakos
c6408564d0
make the containment background aware
7 years ago
Michail Vourlakos
30fa3e0b1a
improvements for user backgrounds
7 years ago
Michail Vourlakos
3110986215
prepare setting background
7 years ago
Michail Vourlakos
b00ec4fcee
set background image for colorscombobox
7 years ago
Michail Vourlakos
41117e9290
add background and textColor to layout
...
-- auto-adjust the textShadow for Ruler based on
the textColor luminosity
7 years ago
Michail Vourlakos
dd2751add9
center activities text in Layouts
7 years ago
Michail Vourlakos
bf7032a9f4
add options for the user to set edit image
...
--and also text color of the edit mode
7 years ago
Michail Vourlakos
c2e72b7f67
do not update struts during location change
7 years ago
Michail Vourlakos
61c28978e6
publish internal ediMode to dock
...
--use internal edit mode to wm's visibilitymanager.
More specific use it in AlwaysVisible mode in order
to not publish the new struts because the animations
have ended.
7 years ago
Michail Vourlakos
73229c5fbc
give some more space in editingVisual for ruler
7 years ago
Michail Vourlakos
f20da16854
update license in new files
7 years ago
Michail Vourlakos
a1c672a864
create independent secondary config window
7 years ago
Michail Vourlakos
3bddb99881
remove ghost containments on loading
...
--ghost containments such as when a user
deletes a dock without notification confirmation
can be removed afterwards when that layout is
loading either at Single or Multiple mode.
7 years ago
l10n daemon script
73940eff3b
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"
7 years ago