Commit Graph

2370 Commits (d8f748b51229dd7739544ca5d7469327f7e8b646)
 

Author SHA1 Message Date
Michail Vourlakos d8f748b512 REFACTOR:move setting* to relevant folder
Michail Vourlakos f81b800c6f improve code in view config windows
Michail Vourlakos 7a55ac9922 position secconfigwindow properly in multi-screen
Michail Vourlakos 90a2bb3bc1 refactor:rename MenuManager to View::ContextMenu
Michail Vourlakos 85009494e7 rename dock functions to views
Michail Vourlakos 390478f6d4 remove old commented syncDockViews
Michail Vourlakos 9931c38a8b refactor:addNewDock to Layout
Michail Vourlakos 8261217837 refactor:move docksWithTasks to Layout
Michail Vourlakos 5e47a2f483 fix crash from wrong FrameSvgItem initialization
--enable shadows by default on startup otherwise
the FrameSvgItem sets is imagepath to "" and that
can create a crash during loading/unloading a
layout
Michail Vourlakos 24c52b45f4 improve code signals in Layout
Michail Vourlakos 323ffbe3af refactor:move viewsCount to Layout
Michail Vourlakos bf097f3f62 refactor:add viewsCount to Layout
Michail Vourlakos 3098812679 simplify code
Michail Vourlakos ab2dc47fd9 refactor:move dock freeEdges to Layout
Michail Vourlakos 8fadd31020 refactor:remove no needed library headers
Michail Vourlakos 24c383d98a refactor:screens from dock to universalSettings
Michail Vourlakos 642b524cc7 refactor:move currentScreen to View::Positioner
--rename also currentScreen to currentScreenName
for better semantic representation
Michail Vourlakos 186a641444 fix crash under wayland
Michail Vourlakos 3e9071f5f5 refactor: move shadows handling to View::Effects
Michail Vourlakos f13e83ffb7 refactor:move theme handling to extendedtheme class
Michail Vourlakos 0794c0e84f refactor:blockAnimations moved to View::Effects
--rename blockAnimations to animationsBlocked
Michail Vourlakos 44006f2fe6 refactor:move dockTransparency to View::Effects
--rename dockTransparency to backgroundOpacity
Michail Vourlakos 885e438143 refactor:colorizerSupport moved to View::Effects
--renamed also from colorizerSupport to colorizerEnabled
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
Michail Vourlakos 253ca3085a fix warnings
Michail Vourlakos 3a0a95e6a9 refactor: rename properties in View::Effects
--effectsArea became "rect"
--maskArea became "mask"
Michail Vourlakos 825144a92e refactor:move Positioner to View:: namespace
Michail Vourlakos 47c3d6fb41 refactor:move effects and mask at own dock class
Michail Vourlakos 71d648437f move dock positioning code into its own class
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
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
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.
Michail Vourlakos 694e25ef6b restore mouse wheel actions for tasks
BUG: 401380
FIXED-IN: 0.8.4
Michail Vourlakos 2b05834fe6 reduce interval for fill calculations
Michail Vourlakos 3c983a0082 missing object
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
Michail Vourlakos 174c092a58 improve fill(s) calculations in Justify mode
Michail Vourlakos f7f8a02521 preserve Justify applet order when applets missing
Michail Vourlakos 4ce15d2cae update README to v0.8.3
Michail Vourlakos 8294bd892c support plasmoid.screenGeometry properly
BUG: 401333
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
Michail Vourlakos 97d476a3f0 fix many typo(s)
Michail Vourlakos 6e2c645008 Revert "Revert "No need to search i18n() in the same folder twice""
This reverts commit 1888fb7c80.

the commiter was right this isnt needed, find returns the
in question files in app/dock folder
Michail Vourlakos 9c3107d363 fix maximum length calculation in qml side
--the maximum length calculation in qml side
was not calculated correctly for behabeAsPlasmaPanel
flag
Michail Vourlakos 1888fb7c80 Revert "No need to search i18n() in the same folder twice"
This reverts commit 85fea53760.

this is needed because it takes translation strings from app/dock
folder also
Yuri Chornoivan 85fea53760 No need to search i18n() in the same folder twice
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
Michail Vourlakos 8ababcdc0c keep some colors from original plasma theme
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
Michail Vourlakos a6a291d2c5 expose all latte colors to applets