l10n daemon script
ce365f35ad
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"
5 years ago
l10n daemon script
5fce1a5266
GIT_SILENT made messages (after extraction)
5 years ago
l10n daemon script
9d8fdf7267
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"
5 years ago
l10n daemon script
41bde13756
GIT_SILENT made messages (after extraction)
5 years ago
l10n daemon script
fb190a3639
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"
5 years ago
l10n daemon script
d0134d5eaf
GIT_SILENT made messages (after extraction)
5 years ago
l10n daemon script
ac343e1d52
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"
5 years ago
l10n daemon script
5bca2ebb31
GIT_SILENT made messages (after extraction)
5 years ago
l10n daemon script
6374294194
GIT_SILENT made messages (after extraction)
5 years ago
l10n daemon script
c88a2fa6f2
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"
5 years ago
l10n daemon script
8e1a54154d
GIT_SILENT made messages (after extraction)
5 years ago
l10n daemon script
b6df500beb
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"
5 years ago
l10n daemon script
dcfbb6a314
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"
5 years ago
Michail Vourlakos
ff490a4137
update version to v0.9.11
5 years ago
Michail Vourlakos
7be1f9d4f3
update Changelog to v0.9.11
5 years ago
Michail Vourlakos
e38d5bc5a3
fix compatibility with frameworks 5.38
...
--FrameSvgItem::mask() was introduced after
frameworks 5.58. Restore a bit the old
implementation
FIXED-IN:0.9.11
BUG:419678
5 years ago
Michail Vourlakos
c6a83937fa
fix 5.38 compatibility for wayland case
...
FIXED-IN:0.9.11
BUG:419657
5 years ago
l10n daemon script
40c034537f
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"
5 years ago
Michail Vourlakos
85247d37b5
systray,support context menus for SNI items
...
--SNI items are handling the context menu by their
own, so Latte code should not interfere
BUG:419263
FIXED-IN:0.9.11
5 years ago
Michail Vourlakos
8833a6ce29
update to v0.9.10
5 years ago
Michail Vourlakos
84a96cd89c
update Changelog to v0.9.10
5 years ago
l10n daemon script
251fafae10
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"
5 years ago
Michail Vourlakos
cb804c9f97
fix all task indicators for bouncing animations
...
--make task indicators properly placed when tasks
are bouncing
5 years ago
Michail Vourlakos
7759fff9ec
wayland:ignore all popups
5 years ago
Michail Vourlakos
2df242444c
x11: do not track popups at all cases
5 years ago
Michail Vourlakos
050074f5e4
small improvements
5 years ago
Michail Vourlakos
1023e3758b
fix context menu for applet if group plasmoid
...
--the new code can understand ALL applets that are
inside an internal containment style applets such
as plasma, nomad systrays and group plasmoid
FIXED-IN:0.9.10
5 years ago
Michail Vourlakos
ed7ef5f259
protect updating LastActiveWindow appData
...
--LastActiveWindow application data should be updated
only when the last active window id is equal with
the sent application data. Otherwise we may show
Application name and icon for totally irrelevant
window.
Bug was first reported at:
https://github.com/psifidotos/applet-window-title/issues/89/
FIXED-IN:0.9.10
5 years ago
Michail Vourlakos
e1ede03c87
drop QRect::setX/Y from geometry calculations
...
--these functions can change also the QRect
width and height. moveLeft/Top are the functions
that provided the best behavior.
5 years ago
Michail Vourlakos
01ae984420
imp:dont update view:local_geometry when hidden
...
--local_geometry must be updated only when view
is fully shown in its final position
5 years ago
Michail Vourlakos
cafa0d54c7
fix NOCOMPOSITING mode mask calculations
...
FIXED-IN:0.9.10
BUG:418456
5 years ago
Michail Vourlakos
9a63e2b1fc
fix blur for behaveAsPlasmaPanels
5 years ago
Michail Vourlakos
ff0b29482c
support Chromium/Chrome audio channels
...
--upstream patch from Plasma taskmanagers
5 years ago
Michail Vourlakos
df52930284
update to v0.9.9
5 years ago
Michail Vourlakos
764ab67f4f
update Changelog to v0.9.9
5 years ago
Michail Vourlakos
3b557bb923
improve bouncing animation speed for plasma 5.18
5 years ago
Michail Vourlakos
3e3f39cfcd
dont load orphaned-central layout when shared
...
--the orphaned-central layout should NOT be loaded
when it has already been loaded as SHARED layout for
other CENTRAL layouts in a MULTIPLE LAYOUTS environment
BUG:417886
FIXED-IN:0.9.9
5 years ago
Michail Vourlakos
e5111b4716
IMPORTANT:fix first run initialization
...
--dont mess the old migrating process during startup
with a new user that uses Latte for first time. This
is a very important step during startup otherwise the
entire Latte experiences instability.
BUG:417886
FIXED-IN:0.9.9
5 years ago
Michail Vourlakos
6be5819143
[wayland] - dont crash on tasks right click
...
BUG:417546
FIXED-IN:0.9.9
5 years ago
l10n daemon script
27c8cda791
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"
5 years ago
Michail Vourlakos
47aa6cb0f4
plasma5.18:update animations speed
5 years ago
Michail Vourlakos
a2b714d307
dont add meta view in hiding views
...
--when the user is triggering an application
launcher that is a popup in a hidden view
it is not needed to enforced hidden afterwards.
The blockHiding will be released automatically
when the application launcher popup is closed.
BUG:417239
FIXED-IN:0.9.9
5 years ago
Michail Vourlakos
4ff45510b2
fix blur regions calculations
...
--do not send faulty blurred regions to KWin
BUG:417254
FIXED-IN:0.9.9
5 years ago
l10n daemon script
b769fdf693
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"
5 years ago
Michail Vourlakos
b11dacc004
compute blur area correctly on startup
...
--improve calculations for Effects area during startup
and at the same time when the dock is totally hidden
so it should not paint any effects area at all.
BUG:416928
FIXED-IN:0.9.9
5 years ago
Michail Vourlakos
3bf3141614
dont break Task.IconItem size calculations startup
...
--remove no-needed anchors changes state for Task.IconItem
and at the same time fix the size calculations for IconItem.
There were cases for Views that did not use the parabolic effect
at all and Tasks contained single windows tasks (that did not
have launchers assigned), these specific tasks were
appearing at minimum icon size 16px. even though the user
had set much greater values.
5 years ago
Michail Vourlakos
cc5fcf9846
update to v0.9.8.1
5 years ago
Michail Vourlakos
8aab4373e2
update Changelog to 0.9.8.1
5 years ago
Michail Vourlakos
a62c52eb52
improve availableScreenR*WithCriteria functions
...
BUG:416791
FIXED-IN:0.9.8.1
5 years ago
Michail Vourlakos
dc35f8faf2
update to v0.9.8
5 years ago