Michail Vourlakos
323ffbe3af
refactor:move viewsCount to Layout
2018-12-01 17:43:33 +02:00
Michail Vourlakos
bf097f3f62
refactor:add viewsCount to Layout
2018-12-01 17:29:17 +02:00
Michail Vourlakos
3098812679
simplify code
2018-12-01 17:11:29 +02:00
Michail Vourlakos
ab2dc47fd9
refactor:move dock freeEdges to Layout
2018-12-01 16:55:48 +02:00
Michail Vourlakos
8fadd31020
refactor:remove no needed library headers
2018-12-01 15:46:49 +02:00
Michail Vourlakos
24c383d98a
refactor:screens from dock to universalSettings
2018-12-01 15:33:11 +02:00
Michail Vourlakos
642b524cc7
refactor:move currentScreen to View::Positioner
...
--rename also currentScreen to currentScreenName
for better semantic representation
2018-12-01 15:22:33 +02:00
Michail Vourlakos
186a641444
fix crash under wayland
2018-12-01 12:49:24 +02:00
Michail Vourlakos
3e9071f5f5
refactor: move shadows handling to View::Effects
2018-12-01 10:18:56 +02:00
Michail Vourlakos
f13e83ffb7
refactor:move theme handling to extendedtheme class
2018-12-01 10:08:19 +02:00
Michail Vourlakos
0794c0e84f
refactor:blockAnimations moved to View::Effects
...
--rename blockAnimations to animationsBlocked
2018-12-01 09:42:09 +02:00
Michail Vourlakos
44006f2fe6
refactor:move dockTransparency to View::Effects
...
--rename dockTransparency to backgroundOpacity
2018-12-01 09:29:20 +02:00
Michail Vourlakos
885e438143
refactor:colorizerSupport moved to View::Effects
...
--renamed also from colorizerSupport to colorizerEnabled
2018-12-01 09:19:25 +02:00
Michail Vourlakos
3de7993b8d
refactor:move shadow to Effects
...
-rename also to shadow to innerShadow for
better naming. This shadow is used when the
shadow is drawn inside the window from qml
side, such examples are the dock case and the
editVisual case
2018-12-01 00:52:05 +02:00
Michail Vourlakos
253ca3085a
fix warnings
2018-12-01 00:30:21 +02:00
Michail Vourlakos
3a0a95e6a9
refactor: rename properties in View::Effects
...
--effectsArea became "rect"
--maskArea became "mask"
2018-12-01 00:26:56 +02:00
Michail Vourlakos
825144a92e
refactor:move Positioner to View:: namespace
2018-12-01 00:13:11 +02:00
Michail Vourlakos
47c3d6fb41
refactor:move effects and mask at own dock class
2018-11-30 21:51:21 +02:00
Michail Vourlakos
71d648437f
move dock positioning code into its own class
2018-11-29 22:45:01 +02:00
Michail Vourlakos
d364621e5a
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
2018-11-27 23:08:26 +02:00
Michail Vourlakos
74f80cd4db
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
2018-11-25 02:22:48 +02:00
Michail Vourlakos
b191d72144
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.
2018-11-25 02:05:51 +02:00
Michail Vourlakos
694e25ef6b
restore mouse wheel actions for tasks
...
BUG: 401380
FIXED-IN: 0.8.4
2018-11-25 00:52:59 +02:00
Michail Vourlakos
2b05834fe6
reduce interval for fill calculations
2018-11-24 19:47:49 +02:00
Michail Vourlakos
3c983a0082
missing object
2018-11-24 19:28:25 +02:00
Michail Vourlakos
78543c84e3
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
2018-11-24 19:24:52 +02:00
Michail Vourlakos
174c092a58
improve fill(s) calculations in Justify mode
2018-11-24 17:39:22 +02:00
Michail Vourlakos
f7f8a02521
preserve Justify applet order when applets missing
2018-11-23 23:06:19 +02:00
Michail Vourlakos
4ce15d2cae
update README to v0.8.3
2018-11-23 18:34:52 +02:00
Michail Vourlakos
8294bd892c
support plasmoid.screenGeometry properly
...
BUG: 401333
2018-11-23 16:57:33 +02:00
Michail Vourlakos
6c58115f9b
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
2018-11-21 20:57:28 +02:00
Michail Vourlakos
97d476a3f0
fix many typo(s)
2018-11-19 22:28:53 +02:00
Michail Vourlakos
6e2c645008
Revert "Revert "No need to search i18n() in the same folder twice""
...
This reverts commit 1888fb7c8099461e6311b66508018cb963e1c264.
the commiter was right this isnt needed, find returns the
in question files in app/dock folder
2018-11-18 20:57:51 +02:00
Michail Vourlakos
9c3107d363
fix maximum length calculation in qml side
...
--the maximum length calculation in qml side
was not calculated correctly for behabeAsPlasmaPanel
flag
2018-11-18 20:53:28 +02:00
Michail Vourlakos
1888fb7c80
Revert "No need to search i18n() in the same folder twice"
...
This reverts commit 85fea53760fddada59f089ab03a74640028c9775.
this is needed because it takes translation strings from app/dock
folder also
2018-11-18 20:52:47 +02:00
Yuri Chornoivan
85fea53760
No need to search i18n() in the same folder twice
2018-11-18 18:11:51 +02:00
Michail Vourlakos
d92690f849
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
2018-11-18 15:53:57 +02:00
Michail Vourlakos
8ababcdc0c
keep some colors from original plasma theme
2018-11-17 19:22:29 +02:00
Michail Vourlakos
99cb6b7983
dont reverse colors for Button
...
--it looks better if the Button(s) keep
their color instead to reverse it for the
reversed plasmaextended color scheme
2018-11-17 18:15:00 +02:00
Michail Vourlakos
a6a291d2c5
expose all latte colors to applets
2018-11-17 18:12:42 +02:00
Michail Vourlakos
954dac650f
dont enable shadows when are not needed
...
--this reduces also the syncGeometry calls
and as such improves cpu usage
2018-11-17 16:00:51 +02:00
Michail Vourlakos
05c85dcd6d
improvements for containsMouse code style
2018-11-13 19:06:33 +02:00
Michail Vourlakos
b2abb99f2c
fix layout integrity check
...
--this check was returning false results
in some cases
2018-11-11 09:29:06 +02:00
Michail Vourlakos
620c45a5b9
improve schemecolors name handling
2018-11-09 10:44:51 +02:00
Michail Vourlakos
3155a8173a
update colorscheme values based on plasmaTheme
2018-11-08 15:06:30 +02:00
l10n daemon script
f243961f95
GIT_SILENT made messages (after extraction)
2018-11-08 03:43:47 +01:00
Michail Vourlakos
5c82996dfa
disable applet mouseareas for not loaded applets
2018-11-07 21:16:21 +02:00
Michail Vourlakos
d295d88249
expose disabled colors for text/background
2018-11-07 20:20:36 +02:00
Michail Vourlakos
0cd33727b8
restore iconOverlay default behavior
...
BUG: 400806
2018-11-07 19:00:55 +02:00
Michail Vourlakos
53d17bfd01
new communication protocol one more time
2018-11-07 16:42:32 +02:00