Commit Graph

119 Commits (00843b5b834a9b9dc73137b6339691ad434f4735)

Author SHA1 Message Date
Michail Vourlakos 0cc73324c3 settings:fix options form layout alignment 3 years ago
Michail Vourlakos 40b4851dac introduce thickness margin influence option 3 years ago
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 b1c3594367 provide ParabolicEffect spread option
--this way the user can choose to use a much
greater parabolic effect that will influence five
or seven of its neighbours instead of just three.
The new option can be found at Latte Global Preferences.
3 years ago
Michail Vourlakos 7d180f8dd6 ignore layout/view extensions properly
--remove them manually and do not use baseName()
because it might take into account dots that are
part of the name.
3 years ago
Michail Vourlakos 7304025bc3 remove doubled debug message 3 years ago
Michail Vourlakos c4964d0b1f modernize dbus noblock calls 3 years ago
Michail Vourlakos 72ff76033b fix "favorite" icon name typo
--this way favorite icon is always used
properly because it is shown from Breeze icon
theme if current icon theme does not
provide it
4 years ago
Michail Vourlakos e0e3f19f7a pref option to disable geometries broadcasting
--the user can choose to disable available desktop geometry
broadcasting to Plasma in order to avoid any desktop widgets
moving at all cases
4 years ago
Michail Vourlakos c065bab169 detailsdialog:set custom color scheme for layout 4 years ago
Michail Vourlakos af64411d6f settingsdialog:set first tab properly 4 years ago
Michail Vourlakos b2ceefc951 preferencesdialog:fix spacer to expanding 4 years ago
Michail Vourlakos 078b16447f actionsdialog:fix actions sorting for operations 4 years ago
Michail Vourlakos 754d3c4f82 actionsdialog:connections between dialog/handler 4 years ago
Michail Vourlakos 363f9e7b53 actionsdialog:connect with preferences handler 4 years ago
Michail Vourlakos f6df1a2c50 settingsdialog:add preferences context menu actions 4 years ago
Michail Vourlakos f830fb3165 preferencestab:activate actions button 4 years ago
Michail Vourlakos 496b86e796 actionsdialog:provide list widget item 4 years ago
Michail Vourlakos cbc0ba02e5 settings:provide actionlistwidgetitem 4 years ago
Michail Vourlakos 156865fdb3 settingsdialog:add context menu actions 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 46c0e1a992 layout:expose explicitScreens 4 years ago
Michail Vourlakos fabd5f864d settingsdialog:add shortcut for screens dialog 4 years ago
Michail Vourlakos 9f0b6e0b5c screensdialog:introduce relevant handler 4 years ago
Michail Vourlakos d5450d7338 screensdialog:introduce dialog class 4 years ago
Alexander Lohnau 505379ed04 Use spdx syntax for all files 4 years ago
Michail Vourlakos af32f8ebd1 settingsidialog:make errors icons smaller 4 years ago
Michail Vourlakos a03dca9d02 fix export layout template for active layouts
--newly created docks and panels in active layouts
must first be synced into their original file before
being exported
4 years ago
Michail Vourlakos ef383e8162 respect icon size for layout:menuitem-icon
BUG:437525
4 years ago
Michail Vourlakos 2fc50d255a provide thick,length margins for layout icon 4 years ago
Michail Vourlakos cbd8d5d88c layoutsmanager:take responsibility for layout icons 4 years ago
Michail Vourlakos 517b423bc6 settingsdialog:do not override layout icons
--in multiple layouts mode in the past the activities
icons could be used in order to identify layouts in
settings dialog. This is now dropped and only the
layout icon and background are used.
4 years ago
Michail Vourlakos b846933e8e dialogs:provide same codepath to draw layout icons 4 years ago
Michail Vourlakos 076deece2f simplify drawLayoutIcon function 4 years ago
Michail Vourlakos 53a44fbb40 settingsidalogs:simplify background drawing
--background drawing for subitems of information
can be one for all and there is no needed for it
to be at per subitem
4 years ago
Michail Vourlakos e9c5ca5c75 import layout:load data from CentralLayout::data() 4 years ago
Michail Vourlakos bc475da115 fixes for plural translation strings 4 years ago
Albert Astals Cid 4571c255ed Fix i18np call
The first argument is the one that decides whether the first form or the
second form will be used, so needs to be a number, second argument gets
substituted onto the %2

Using join() of a string list of 1 just gives you the string
4 years ago
Michail Vourlakos 156103af4f drop outline width exposure through gui 4 years ago
Michail Vourlakos 254db96f5e setingsdialog:delete dialogs on close 4 years ago
Michail Vourlakos 274ad37685 viewsdialog:support export as template action 4 years ago
Michail Vourlakos 321a6ba512 protect from plural translations crashes 4 years ago
Yuri Chornoivan 837a428eed Fix minor typos 4 years ago
Michail Vourlakos 7fa05eaea3 fix plural for translated strings 4 years ago
Michail Vourlakos ed3352b807 fix translation strings parameters counting 4 years ago
Michail Vourlakos ce62b31901 drop .arg() from translation strings 4 years ago
Michail Vourlakos c02b5ab6b7 settingsdialog:simplify import layout messages 4 years ago
Michail Vourlakos 5e9c838239 viewsdialog:support import function 4 years ago
Michail Vourlakos ea13a6dee5 fix i18ncp translation calls 4 years ago