Michail Vourlakos
0b2be421eb
IMPORTANT:Multiple docks/panels in same edge
...
--Latte can now support multiple Views in the same screen
edge. Views as separated in THREE Layers of priorities.
1. Views from Shared Layouts have highest priority and they
are first to occupy a screen edge
2. Views that are set OnPrimary screen occupy a screen edge only
if there is NO other View from a Shared Layout applied already
3. Views that are Explicit to specific screens occupy a screen
edge only if there is NO PRIMARY view already loaded
2020-03-07 18:30:22 +02:00
Michail Vourlakos
719c852c8c
update availableScree...WithCriteria functions
...
--use ignoredModes/Edges instead of accepted ones in order
to make code more readable and easy to understand
2020-03-07 15:36:39 +02:00
Michail Vourlakos
f31cc660b4
send QRegion through dbus as QList<QRect>
...
BUG:418559
2020-03-07 10:20:55 +02:00
Michail Vourlakos
9f4d961f32
Revert "change QRegion to QList for dbus plasma call"
...
This reverts commit a7f786d87f
.
2020-03-07 10:16:57 +02:00
Michail Vourlakos
a7f786d87f
change QRegion to QList for dbus plasma call
...
--change how dbus arguments are sent to Plasma
and a QList arguments for this
BUG:418559
2020-03-07 07:47:52 +02:00
Michail Vourlakos
d3b5e2c4eb
remove gtk_frame_extents from window geometries
...
--under x11 environment remove the gtk_frame_extents that
are used for shadows under plasma environment
BUG:417856
2020-03-06 21:45:54 +02:00
Michail Vourlakos
ef3a59e836
behaveAsPlasmaPanel for NOCOMPOSITING environment
...
--all views in NOCOMPOSITING environment should behave
as Plasma Panels in order to interact much better with
windows
2020-03-06 19:20:45 +02:00
Michail Vourlakos
ab83bc5b2e
fixes for BLUR in live editMode
...
--add also missing signal in Effects to updateEffects
when enabledBorders are changed
2020-03-05 22:11:06 +02:00
Michail Vourlakos
78630a60ba
rename setting to "thin title tooltips"
2020-03-05 21:26:23 +02:00
Michail Vourlakos
b82d9dfdbe
x11:validate windows added before accepting them
...
--this way when Plasma Desktop is reloaded or during
startup after Latte is loaded then Plasma desktop
window is still totally ignored.
2020-03-05 21:20:25 +02:00
Michail Vourlakos
5cc6ce5484
fix NOCOMPOSITING mode mask calculations
...
FIXED-IN:0.9.10
BUG:418456
2020-03-05 20:57:18 +02:00
Michail Vourlakos
57d1bf1f43
add quit application to contextmenu actions
...
--easier way for some to quit Latte by just
right clicking on the docks/panels
BUG:417486
2020-03-05 20:09:22 +02:00
Michail Vourlakos
e2596b905c
fix topbottom borders check in editmode
2020-03-02 19:01:51 +02:00
Michail Vourlakos
dd1a7b72c7
validate top/bottom borders for vertical panels
...
--make the top/bottom borders identification much
smarter in order to identify in they must be drawn.
There are many corner cases that these borders should
be drawn, for example when a vertical top aligned
panel is half shown its top border because of a
top panel
2020-03-02 18:56:27 +02:00
Michail Vourlakos
5efa757146
fix Justify Splitter appearance at all cases
...
--introduce also some max/min values for applets
size for inConfigureAppletsMode state
2020-03-02 17:28:35 +02:00
Michail Vourlakos
8f98ccb5e8
improve Justify Splitters in SideBars
...
--improve Justify Splitters experience for vertical
Docks/Panels and SidePanels
2020-03-02 17:11:37 +02:00
Michail Vourlakos
4df139f34f
ignore ksmserver fullscreen windows
...
--this way fullscreen windows from ksmserver
such as LogOut are totally ignored from Latte
for coloring,placement etc.
2020-03-02 10:05:43 +02:00
Michail Vourlakos
67d0ca76dd
new wayland id discovery for helper windows
2020-03-02 09:39:57 +02:00
Michail Vourlakos
6bc604feca
new wayland id discovery for settings windows
2020-03-02 09:39:57 +02:00
Michail Vourlakos
d5033d1bed
improve latte wayland ids discovery
...
--introduce new waylad ids discovery implementation
for View::Positioner
2020-03-02 09:39:57 +02:00
Michail Vourlakos
47f79db2ec
improve show/hide functions of visibilitymanager
...
--test the new code both for x11 and wayland and check
out that it does not create crashes or any other new
bugs
2020-03-02 09:39:57 +02:00
Yuri Chornoivan
50f249afc7
Fix minor typo: top -> bottom
2020-03-02 08:49:37 +02:00
Michail Vourlakos
90df4f4f61
support new visibility mode for SideBars
...
--SideBar views are shown/hide ONLY WHEN the
user has requested to DO SHOW from external
applets, shortcuts and scripts
2020-03-01 18:20:23 +02:00
Michail Vourlakos
eb2d9a0190
fix blur for behaveAsPlasmaPanels
2020-03-01 18:18:45 +02:00
Michail Vourlakos
f689fc64e5
drop deprecated code
...
--no real reason to force shadows for
vertical real panels any more
2020-03-01 18:07:06 +02:00
Michail Vourlakos
72992b8bf5
fix missing calculation for behavingAsPlasmaPanel
2020-03-01 17:37:03 +02:00
Michail Vourlakos
9d30eb6257
support stick options for vertical views
...
--the user can now choose for vertical views to
stick their edges at the top or bottom screen edge
and ignore any top or bottom views accordingly. These
options are available in the Transparent Settings
area for vertical views and in advanced settings
mode.
2020-03-01 10:35:45 +02:00
Michail Vourlakos
5363433b00
ignore fullscreen windows from Plasma and Latte
...
--drop isPlasmaDesktop flag for windows and use the
new wm approach for plasmaIgnoredWindows
2020-02-29 17:57:59 +02:00
Michail Vourlakos
4971655a2c
support Chromium/Chrome audio channels
...
--upstream patch from Plasma taskmanagers
2020-02-29 16:06:50 +02:00
Michail Vourlakos
de1604bb71
improve bouncing animation speed for plasma 5.18
2020-02-26 18:21:55 +02:00
l10n daemon script
417152bf89
GIT_SILENT made messages (after extraction)
2020-02-26 02:41:34 +01:00
Michail Vourlakos
ad58783ae5
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
2020-02-23 10:29:26 +02:00
Michail Vourlakos
af712c6ac4
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
2020-02-23 10:29:26 +02:00
l10n daemon script
91169b3a09
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-02-23 05:32:15 +01:00
Michail Vourlakos
d071e3be33
publish available screen geometries to Plasma
...
--Plasma 5.18 introduced a new dbus interface in order
for external apps to be able to publish to Plasma how
much they occupy from screen space. This is a much
requested feature from users, Latte is now publishing
both its availableScreenRect and availableScreenRegions
and this is also Multiple Layouts aware at runtime.
BUG:391073
2020-02-22 14:30:02 +02:00
Michail Vourlakos
0406a9a411
[wayland] - dont crash on tasks right click
...
BUG:417546
FIXED-IN:0.9.9
2020-02-21 23:13:48 +02:00
l10n daemon script
aedea03193
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-02-17 05:36:03 +01:00
l10n daemon script
39bb6efb21
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-02-16 05:38:19 +01:00
Michail Vourlakos
bac31e450e
plasma5.18:update animations speed
2020-02-13 18:49:24 +02:00
Michail Vourlakos
74234c56fc
increase value for maximum thickness
...
--there is a chance to introduce side-panels and
for that reason we increase the maximum thickness for
Views to 256px OR 12% of screen height
2020-02-13 18:49:24 +02:00
l10n daemon script
430b910403
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-02-11 05:42:41 +01:00
l10n daemon script
41a861cd0f
GIT_SILENT made messages (after extraction)
2020-02-11 02:39:12 +01:00
Michail Vourlakos
3220bfefbd
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
2020-02-08 23:28:39 +02:00
Michail Vourlakos
1162b1e302
fix blur regions calculations
...
--do not send faulty blurred regions to KWin
BUG:417254
2020-02-08 10:53:56 +02:00
l10n daemon script
229cff4738
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-02-04 05:58:17 +01:00
Michail Vourlakos
9cfdd253a8
second fix for Qt API WheelEvent breakage
2020-02-01 17:56:53 +02:00
Michail Vourlakos
5df6935c3c
fix Qt API breakage from QWheelEvent
2020-02-01 17:46:08 +02:00
Michail Vourlakos
6635f9fa8f
mask fixes for some floating cases
2020-01-31 18:21:35 +02:00
Michail Vourlakos
8e614468bc
imrove applets scroll wheel activation
...
--the new implementation works at all cases even
when the ParabolicEffect MouseArea is not really
enabled (e.g. real panels)
2020-01-31 18:00:17 +02:00
Yuri Chornoivan
734c191578
Use safe hardcoded value for ProvidersUrl
...
https://marc.info/?l=kde-core-devel&m=158043297319851&w=2
2020-01-31 11:58:46 +02:00