Commit Graph

2268 Commits (3ad09ec87bace06ff1f876c32a6330d694ae3cb6)
 

Author SHA1 Message Date
Michail Vourlakos 3ad09ec87b plasma 5.15 fixes for VirtualDesktops
--support new Virtual Desktops interface under
plasma 5.15
--improve readability of plasma 5.15 fixes

FIXED-IN: 0.8.5
6 years ago
Steffen Coenen dd7ed6b2cf Adjust Latte Dock to libtaskmanager API changes for Wayland
Summary:
Changes in libtaskmanager in Plasma 5.15 currently
break several Latte Dock features.
This patch ensures that Latte Dock will continue to work when Plasma 5.15 is released.

BUG: 403358

FIXED-IN: 0.8.5

Reviewers: mvourlakos

Reviewed By: mvourlakos

Subscribers: plasma-devel

Tags: #latte_dock, #plasma

Differential Revision: https://phabricator.kde.org/D18375
6 years ago
Michail Vourlakos 88e2e9ddd6 Wait forever until the lock file can be locked
Summary:
- `timeout = 3000` is a bit short on some computer. Use `timeout = -1` will work for any case.

BUG: 401041

FIXED-IN: v0.8.5

Test Plan: BUG: 401041 is fixed on my computer.

Reviewers: mvourlakos, #latte_dock

Reviewed By: mvourlakos

Tags: #latte_dock, #plasma

Differential Revision: https://phabricator.kde.org/D18258
6 years ago
Michail Vourlakos 630160c6af create local autostart folder if is missing
BUG: 402934
FIXED-IN: 0.8.5
6 years ago
l10n daemon script f6921063d2 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"
6 years ago
Michail Vourlakos 6fc4e467f4 IMPORTANT:improve vastly fillWidth(s)/Height(s)
--the new improvements are trying to make Latte panels
and Plasma panels to look and behave almost the same.
This way implementing applets for any of them wont be
needing adjustments or workarounds to work properly
for both.
6 years ago
Michail Vourlakos 6ccf025a09 fix max length ruler for panels 6 years ago
Michail Vourlakos f92d707793 update to v0.8.4 6 years ago
Michail Vourlakos 7a31098b51 update Changelog to v0.8.4 6 years ago
John Zimmermann bd04553b03 Update Void Linux URL in README.md
Reviewers: #latte_dock, apol

Reviewed By: apol

Subscribers: mvourlakos, apol, plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D17367
6 years ago
Michail Vourlakos c9b99434ed improve fill(s) calculations for single alignments
--improve how the applet size is calculated for fill(s)
applets when such applets are used in Left/Center/Right
alignments. This also fixes the bug that the plasma
taskmanager was not updating its size properly when tasks
were added after the initialization phase.

BUG: 401456
FIXED-IN: 0.8.4
6 years ago
Michail Vourlakos a353c5eb36 sync launchers when needed
--this way all synced docks/panels are all
updated concerning where their launchers are
placed and in which activities are shown
6 years ago
Michail Vourlakos 9ac1ccd53c simplify TaskWindows and avoid a crash
--during dragging the DelegateModel inside
TaskWindows may not catch up with TasksModel
modelIndex() function and that could create
crashes. In order to avoid such crashes the
DelegateModel is not updated during dragging
and we give it also a little time to update
after the dragging has finished.
6 years ago
Michail Vourlakos 45a582d36b restore mouse wheel actions for tasks
BUG: 401380
FIXED-IN: 0.8.4
6 years ago
Michail Vourlakos 85e53e3e22 reduce interval for fill calculations 6 years ago
Michail Vourlakos fda4f86b40 missing object 6 years ago
Michail Vourlakos ba76515c83 update sizes for fillWidth/Height more regular
--this way applets wont stack up in a size that is not
following panel available size and applets Layout sizes
settings
6 years ago
Michail Vourlakos 7e43fafd19 preserve Justify applet order when applets missing 6 years ago
Michail Vourlakos ac72f4a088 update to version 0.8.3 6 years ago
Michail Vourlakos 6e44dfd535 update README to v0.8.3 6 years ago
Michail Vourlakos 09109bcf96 support plasmoid.screenGeometry properly
BUG: 401333
6 years ago
Michail Vourlakos 7264b658bc add launchers validator for syncing launchers
--moving a task now is not synced immediately to
other docks. Syncing takes place only in the end.
The dock in which the user changed the launchers
order sends a signal to other docks to update
theirs launchers order.

BUG: 401232
FIXED-IN: 0.8.3
6 years ago
Michail Vourlakos 48673273c3 fix many typo(s) 6 years ago
Michail Vourlakos 2575ee43be fix maximum length calculation in qml side
--the maximum length calculation in qml side
was not calculated correctly for behabeAsPlasmaPanel
flag
6 years ago
Michail Vourlakos 7e1c780de5 fixes for applets that fillWidth/Height
--copying the new improved behavior for applets
that fillWidth/Height such as plasma taskmanagers
and in that way support them beautifully for
Left/Center/Right alignments
6 years ago
Michail Vourlakos fea6088695 consider maximumWidth=0 as valid
--for applets that fillwidth and have
also set their maximumWidth we take that
value into account even when maximumWitdth=0
6 years ago
Michail Vourlakos 5472a77c3b fix layout integrity check
--this check was returning false results
in some cases
6 years ago
l10n daemon script f51e6e2ee7 GIT_SILENT made messages (after extraction) 6 years ago
Michail Vourlakos cbb43978cf disable applet mouseareas for not loaded applets 6 years ago
Michail Vourlakos 2e74ea3602 update versions to 0.8.2 6 years ago
Michail Vourlakos 4ab8f0d066 update CHANGELOG to v0.8.2 6 years ago
l10n daemon script b618ddc626 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"
6 years ago
Michail Vourlakos bb70568304 remove no needed public api from visibilitymanager
(cherry picked from commit 37dbab99bf)
6 years ago
Michail Vourlakos ac9f1d2a34 fixes for multi-screen behavior
--fix wrong placement at multi-screen environment
during startup. freeEdges function was not sufficient for
reconsiderScreen() because there was a chance to
exclude edges that even though they were available
it returned fault results. Such case is when
a view request available edges for specific screen
and the edge of that specific view is also exluded
because that view has not finished its movement
to the new assigned screen.

--fix re-adding an explicit dock when its screen
is activated. A check was missing in order to
confirm that a primary dock is occuping that
edge but we must check also that the primary
screen is the same with the explicit one.

--add/improve debug messages

(cherry picked from commit 0bab344682)

BUG: 399456
FIXED-IN: 0.8.2
6 years ago
Michail Vourlakos f019479f9a dont call syncGeometry when some cases
--dont call costly syncGeometry when drawShadows
externally is called. In such case only updating
shadows/borders is needed.

(cherry picked from commit be7bbfe848)
6 years ago
Michail Vourlakos 3b0c39cc53 improve reconsiderScreens code for multi-screens
--try to make screens assignment and window geometry
more consistent. There are three variables in a dock
window for its screen and positioning to be accurate,
screen(), m_screenToFollow, m_screenToFollowId

BUG: 399456
FIXED-IN: 0.8.2
(cherry picked from commit f955c6a40c)
6 years ago
Michail Vourlakos f62f7485c0 dont break BorderlessMaximized window default
--dont update the BorderlessMaximized value if
the user hasnt explicitly enabled it from Latte
options.

BUG: 399462
FIXED-IN: 0.8.2
7 years ago
Michail Vourlakos 9613531651 imrove windowChanged signal under X11
--the new code contains more comments and except
blacklisting all NET::Properties2 signals that are
not accompanied with NET::Properties it also
whitelists specific states for NET::WMState.
This should lower a lot the calculations needed
in order to support the dodge visibility modes.
At the same time apps that are abusing X11 signals
should be ignored totally because the whitelisted
states and NET::Properties are only set by the
user or the window manager.

BUG: 399149
FIXED-IN: 0.8.2
7 years ago
Michail Vourlakos 84261746fa hovering disable media buttons broke previews
--when back/forward media buttons in previews
where disabled and the mouse was hovering them
then the preview was hiding itself and the
previews experience was broken.
7 years ago
Michail Vourlakos d2a83c780f dont break parabolic effect when dropping url
--when the user was dropping a file onto a launcher
after the new window was created the parabolic
effect was showing a faulty triggering.
7 years ago
Michail Vourlakos 80ace6c187 open dropped urls for launchers in Global group
--dropped paths/urls on launchers of Global or
Layout launchers group did not open because the
synced infrastructure was breaking the QJsonArray
in that case.

FIXED-IN: 0.8.2
7 years ago
Michail Vourlakos 23a1225c33 respect shrink margins for thickBase
--increase also the minimum for thickHigh in order
to follow plasma design

BUG: 398950, 398951
FIXED-IN: 0.8.2
7 years ago
Michail Vourlakos b3aa9bb61e dont hide preview when hovering player buttons
--when the user was hovering the preview player
buttons the preview was hiding itself. This patch
fixes the situation in order to identify properly
that the mouse is still in the preview in such
case.

BUG: 398962
FIXED-IN: 0.8.2
7 years ago
Michail Vourlakos a89001f891 show full text in previews tooltips
--add some margins in order to be able to draw full
text at launchers previews

BUG: 398948
FIXED-IN: 0.8.2
7 years ago
Michail Vourlakos bce9008374 update delete icons to plasma design
BUG: 398941
FIXED-IN: 0.8.2
7 years ago
Michail Vourlakos 73f656dba8 update to fix version 0.8.1 7 years ago
Michail Vourlakos 89a8108045 update CHANGELOG to v0.8.1 7 years ago
Michail Vourlakos 10dfc62347 on startup explicit dock faulty moving onPrimary
--multi-screen fix for explicit docks. There were
cases that explicit docks during startup were
moving to onprimary screen even though they shouldnt
based on the new multi-screens implementation.
Bug was tracked down at a faulty series of signals
that were overwriting dockView config values
to default values and that was creating the fault.
-- one more fix for multi-screens, a missing return
statement in case an explicit dock is called and its
edge at that specific screen is occuppied by an
onPrimary one.

BUG: 398219
FIXED-IN: 0.8.1
(cherry picked from commit 09fe5e385b)
7 years ago
l10n daemon script d39028104b 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 ceacb5745c IMPORTANT FIX:show dodged dock at corner cases
When there was only one latte dock and the last
active window was closed, the dock wasnt showing
afterwards. The dodge logic now has been improved
in order to not lose any window manager signals
that could help indicate when to show/hide a
dodge capable dock

BUG: 398052
FIXED-IN: 0.8.1
(cherry picked from commit 203c740980)
7 years ago