Commit Graph

614 Commits (d185475c3e224a67acd25bb523253c80d71c6a9c)

Author SHA1 Message Date
Michail Vourlakos 0cc73324c3 settings:fix options form layout alignment 3 years ago
Michail Vourlakos abe7c19547 drop per dock/panel inConfigureAppletsMode
--we now support a global value that can be used
in order to provide inConfigureAppletsMode for
all docks and panels at the same time.
3 years ago
Ömer Fadıl Usta bf7a87a81b Fix Typo in header guard of colorsmodel 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
Ömer Fadıl Usta 3c5b474a97 Make spring cleaning to match our KF5_MIN_VERSION
Since we already require 5.71.0 as min version of KF , it is meaning less to keep old checks for lower versions in code, this will make code more and more cleaner

Since all plasma using cpp17 and we recently switch to cpp14 think that it may be better to keep it more up-to-date and match with plasma
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 e0bfff4c48 get ready for Plasma LookNFeel packages
--introduce enable/disableAutostart from command line
--accept import-layout from command line when latte is already running
--introduce --suggested-layout-name to be used with
  import-layout in order to provide a preferred layout name
  e.g. latte-dock --import-layout /blah/blah/mywhat.layout.latte
       --suggested-layout-name MyAwesomeLayout
--dbus:introduce "setAutostart" function
--dbus:introduce "importLayoutFile" function

BUG:446249
FIXED-IN:0.10.5
3 years ago
Michail Vourlakos 5dc6cea1f8 remove QDBusInterface usage 3 years ago
Michail Vourlakos c4964d0b1f modernize dbus noblock calls 3 years ago
Michail Vourlakos 596a184fa1 context:store properly no actions at all case
--make sure that if the user has disable all context
menu actions then this is preserved after during
startups
4 years ago
Michail Vourlakos 5c9dc950d7 viewsdialog:add missing translations
CCBUG:441357
4 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 703c2bd6f6 detailsdlg:provide scheme custom item delegate 4 years ago
Michail Vourlakos 7dca67cb68 detailsdlg:draw scheme cmb properly 4 years ago
Michail Vourlakos 3bc3014863 genericsettings:provide scheme drawing 4 years ago
Michail Vourlakos c065bab169 detailsdialog:set custom color scheme for layout 4 years ago
Michail Vourlakos 2be506912f detailsdialog:provide customSchemeComboBox 4 years ago
Michail Vourlakos a9d0443489 detailsdialog:provide color schemes model 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
Yuri Chornoivan c01ea7e25e Fix minor typo 4 years ago
Michail Vourlakos 0cb72c13a8 detailsdialog:fix columns stretching hig 4 years ago
Michail Vourlakos 15fde5735e settingsdialogs:remove horizontal side rulers 4 years ago
Michail Vourlakos 2d50c02dd6 actionsdialog:improve texts 4 years ago
Michail Vourlakos 562eb8ddf7 actionsdialog:plenty of fixes in functionality 4 years ago
Michail Vourlakos 078b16447f actionsdialog:fix actions sorting for operations 4 years ago
Michail Vourlakos 9be247af22 actionsdialog:use listwidgetitems and properties 4 years ago
Michail Vourlakos 3be173830e actionsdialog:load items properly for actions 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 549779a3e2 actionsdialog: introduce handler 4 years ago
Michail Vourlakos f830fb3165 preferencestab:activate actions button 4 years ago
Michail Vourlakos 8e30f88a70 actionsdialog:provide actions dialog class 4 years ago
Michail Vourlakos 496b86e796 actionsdialog:provide list widget item 4 years ago
Michail Vourlakos 1c95c35e6a actionsdialog:provide main ui 4 years ago
Michail Vourlakos cbc0ba02e5 settings:provide actionlistwidgetitem 4 years ago
Michail Vourlakos 5b0a507be2 contextmenu:update visibility for hash actions 4 years ago
Michail Vourlakos c7914ac1b9 contextmenu:expose actions to universalsettings 4 years ago
Michail Vourlakos 156865fdb3 settingsdialog:add context menu actions 4 years ago
Michail Vourlakos 45825996d4 screensdialog:add screens removal functionality 4 years ago
Michail Vourlakos d52e4229d9 viewsdialog:update buttons enablement 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