Commit Graph

20 Commits (a5df2865baf377a861b63448b85d5cb22ed43864)

Author SHA1 Message Date
Alexander Lohnau 505379ed04 Use spdx syntax for all files
Michail Vourlakos 27e1619cf0 fix indicators special download button
--update also Default layout to something
upgraded
Michail Vourlakos 765fd490c3 move Duplicate Dock in Add... menus
BUG:433688
Michail Vourlakos a57e2c37fe make view actions menu to act as Menu shower/hider
Michail Vourlakos 810fd7e3cd update Indicators buttons style in effects page
Michail Vourlakos b512517997 Proper ExclusiveGroup support for ComboBoxButton
--fix some issues with ComboBoxButtons that choosing
options through ComboBox did not update properly the
assinged ExclusiveGroup
Michail Vourlakos aa3dd59cbf Behavior tab separate visibility modes to groups
--each visibility mode is now hosted in each one
group in order to expose much better how the
user can access them.
Michail Vourlakos ac99708315 MAJOR MAJOR:splitting types to their own component
--improve types and references and add types splitted
at better places. So now we have
 - LatteCore.Types that are global for all components
 - LatteTasks.Types that are private to tasks plasmoid
 - LatteContainment.Types that are private to latte
containment
Michail Vourlakos f9779d5284 introduce two new windows visibilities in options
--add options for visibility modes:
   - Windows Can Cover
   - Windows Always Cover
Michail Vourlakos 2dfb136447 improve LatteComponets.ComboBoxButton
--improve elide metrics and align left when
text exceeds the available space
Michail Vourlakos d280b6e4aa button to remove locally installed indicators
Michail Vourlakos 0a2bd9cc2d improvements for ComboBoxButton
--improvements for popup placement and
icon sizes
Michail Vourlakos 2bad1924f4 support enabledRole for ComboBoxes
--more specific disable CopyDock when all
screen edges are occupied in the current
view screen
Michail Vourlakos 9d33619415 fixes for reversed interface
Michail Vourlakos 70501618d6 improve placement and design of ComboBoxButton
Michail Vourlakos 9e9a8428b5 improvements for ComboBoxButton
--centered aligned button text properly and
at the same time elide the text when needed in
order to not overlap with the combobox down
arrow
Michail Vourlakos a461a66431 ui/behavior improvements for ComboBoxButtons
Michail Vourlakos 2c0087d16d provide a way for LatteComboBox to draw icons
Michail Vourlakos 06c965248c support customIndicators interface under settings
--a new element is introduced for CustomIndicators
which is going to be responsible to choose between
them and download also online for new indicators
Michail Vourlakos 03001f4280 fork PlasmaComponents3.ComboBox to adjust for Latte