Commit Graph

19 Commits (6351d13444acee29b6ba34de6e1c2ed9d58d0b09)

Author SHA1 Message Date
Michail Vourlakos 60095bba3b fix #96,FEATURE:AllScreens and AllSecondaryScreens
--This is a HUGE FEATURE and so important for multi-screens
users. It is introduced as one single commit because it
reimplements plenty of infrastructure changes and it will
be easier to identify newly introduced bugs.
--Users can now choose for their docks and panels to belong
at various screen groups. The first two screen groups introduced
are AllScreens and AllSecondayScreens. In the future it might
be possible to provide CustomScreensGroup that the user will
be able to define specific screens in which a dock or panel
should be always present.
--Current solution specifies an Original dock or panel and clones/copies
itself automatically to other screens. So docks and panels in other screens
are just real docks and panels that reference themselves to original
docks and panels.
--Clones are destroyed during layout startup and are automaticaly
recreated. It is suggested to export your layouts through the
official Layouts Editor in order to share them because in that case
clones are not included in the new generated layout file. If in any
case you do not this and you share your layout with any previous
versions then your clones will just appear as separate docks and
panels that belong to specific screens.
--Automatic syncing was introduced in order to keep up-to-date
the configuration of Original docks and panels with their referenced
Clones.
--Automatic syncing currently works for all docks and panels settings,
for all normal applets configurations and for all subcontaiments
configuration such as systrays.
--Automatic syncing does not work for applets inside subcontainments
such as Group Plasmoid. In such case it is suggested to configure
your applets inside your Group Plasmoid in the original dock or panel
and afterwards to trigger a recreation for the relevant clones
--Manual recreation of clones is easily possible by just choosing
the dock or panel to be OnPrimary or OnSpecificScreen and rechoosing
afterwards the AllScreensGroup or AllSecondaryScreensGroup
3 years ago
Michail Vourlakos 15fde5735e settingsdialogs:remove horizontal side rulers 4 years ago
Michail Vourlakos 45825996d4 screensdialog:add screens removal functionality 4 years ago
Michail Vourlakos ceec503cec screensdialog:update remove button enablement 4 years ago
Michail Vourlakos e7dba6be58 screensdialog:introduce deselectAll
--accept proper input events from primitive
checkbox area
4 years ago
Michail Vourlakos 0125752084 screensdialog:draw checkbox properly 4 years ago
Michail Vourlakos dd553a1bf4 screendialog:provide proper sorting 4 years ago
Michail Vourlakos 7e1fc1f234 screendialog:hide checkbox for !removable screens 4 years ago
Michail Vourlakos c951fd6f60 screendialog:proper metrics for screens labels 4 years ago
Michail Vourlakos c9c310b19a screensdialog:visual elements for screens delegate 4 years ago
Michail Vourlakos 2f4fd74630 screensdialog:provide custom model delegate 4 years ago
Michail Vourlakos aa916b7b9e screensdialog:retrieve Removability data properly
--use layouts controller in order to track layouts data
and get access to occypied explicit screens. This way
we make sure that the user wont be allowed to delete
screens that are used by layouts.
4 years ago
Michail Vourlakos c740f5020d screensdialog:connect to layouts controller
--this way we can make sure the screens data removable
flag is consistent with latest layouts data even those
that have not been applied yet
4 years ago
Michail Vourlakos c6ff32b4e4 small improvements for screens model 4 years ago
Michail Vourlakos 9f0b6e0b5c screensdialog:introduce relevant handler 4 years ago
Michail Vourlakos d5450d7338 screensdialog:introduce dialog class 4 years ago
Michail Vourlakos 5d8afda244 screensdialog:use spdx license syntax 4 years ago
Michail Vourlakos 0d5c63f31d screendialog: add relevant model 4 years ago
Michail Vourlakos 40496ca32f screensdialog:provide initial ui 4 years ago