Michail Vourlakos
09be80b94f
add tooltip for changing settings window size
...
--the user can use Ctrl/Meta + Scroll Wheel in
order to alter the settings window size
6 years ago
Michail Vourlakos
af65e8ab48
flexible Tasks page
...
--introduce android clicke animation for Plasma
style
6 years ago
Michail Vourlakos
15e1432030
flexible layout for Behavior page
6 years ago
Michail Vourlakos
7696fc2ef9
make settings window thinner
6 years ago
Michail Vourlakos
441e38a730
fix tooltips inconsistencies in Settings window
6 years ago
Michail Vourlakos
de56372bf9
fixes for Splitters and LiveEditing
6 years ago
Michail Vourlakos
4048edc7f9
Option to set Settings size at per screen level
...
--the Latte Settings window tries its best in order
to provide a nice experience concerning its width/height
ratio and a width size that is best for its contents.
There are cases that this fails so the user in the
best to set it right. Latte now provides two shortcuts
Meta+Scroll, that changes the width scale ratio and
Ctrl+Scroll, that changes the height scale ratio when
settings are in Basic mode.
The previous shortcuts must be applied when the mouse
is over the empty areas in the Settings View window.
6 years ago
Michail Vourlakos
0cb2bb38af
plenty of fixes for TopLayouts and multi-screen(s)
6 years ago
Michail Vourlakos
b7603a1426
improve Advanced button coloring
...
--when the background is transparent the opacity
changes wont work nice. Providing an always
solid color is a good solution
6 years ago
Michail Vourlakos
671e2019e7
update text Copy action properly
6 years ago
Michail Vourlakos
0a2bd9cc2d
improvements for ComboBoxButton
...
--improvements for popup placement and
icon sizes
6 years ago
Michail Vourlakos
2bad1924f4
support enabledRole for ComboBoxes
...
--more specific disable CopyDock when all
screen edges are occupied in the current
view screen
6 years ago
Michail Vourlakos
50cde5838e
RTL fix for move layout icon arrow
6 years ago
Michail Vourlakos
70501618d6
improve placement and design of ComboBoxButton
6 years ago
Michail Vourlakos
a461a66431
ui/behavior improvements for ComboBoxButtons
6 years ago
Michail Vourlakos
03001f4280
fork PlasmaComponents3.ComboBox to adjust for Latte
6 years ago
Michail Vourlakos
14c3508aa1
dont disable Ok button at Latte Preferences window
6 years ago
Michail Vourlakos
0b90411b1d
IMPORTANT: All new Indicators architecture
...
--this huge commit contains all the changes needed
in order for Latte to load Indicators dynamically
from their own packages
6 years ago
Michail Vourlakos
22c67c4df1
update settings window to LatteComponents
6 years ago
Michail Vourlakos
15d5ac59ec
improve calculations for vertical settings windows
6 years ago
Michail Vourlakos
e2e9a60a1a
never show effectsPage under normal settings mode
6 years ago
Michail Vourlakos
89c4160950
increase length of config wins inner shadow
6 years ago
Michail Vourlakos
f1a34ce437
add hacks in config windows for inner shadow
6 years ago
Michail Vourlakos
89fd411dab
improve how config window size is calculated
6 years ago
Michail Vourlakos
542174f296
make edit visual totally dynamic
...
--meaning that edit Visual can contain more
elements than just the usual ones and as such
we can now add a "Rearrangement" option to make
things easier to switch between live/static editing
6 years ago
Michail Vourlakos
71bb4ca921
introduce new editAppletsMode
...
--in this mode all aplets can be adjusted and
repositioned properly
6 years ago
Michail Vourlakos
7772ee2855
add Type property for Latte::View
...
Summary:
--this way any part interested to know the
real type of Latte::View it can access the
all new type() property
Test Plan:
test view settings that indicate correctly
the panel/dock type
Reviewers: trmdi, #latte_dock
Reviewed By: trmdi
Subscribers: plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D18926
6 years ago
Michail Vourlakos
7db0886a3c
improve Shadows settings in Effects page
6 years ago
Michail Vourlakos
20b09822eb
adjust more properties to new expertLevel
6 years ago
Michail Vourlakos
5c8a2bb380
reorganize settings in view settings window
6 years ago
Michail Vourlakos
aeb7877546
improve ExpertSettings location
6 years ago
Michail Vourlakos
646ac2e190
switch complexity levels properly
6 years ago
Michail Vourlakos
c58a3bbd26
set highLevel for latte view settings
...
--highlevel is either advancedLevel or
expertLevel it can be used for options
that can be shown both for advanced and
expert levels
6 years ago
Michail Vourlakos
801bda7264
refactor:view settings qml files
6 years ago
Michail Vourlakos
243801e062
provide Basic/Advanced/Expert settings switch
...
--the user can find a switch to change between
Basic/Advanced/Expert complexity levels in
the Latte::View config window
6 years ago
Michail Vourlakos
40bd5a83e2
update settings to new complexity level
6 years ago
Michail Vourlakos
b2fbb2a7ae
REFACTOR:change dock->latteView in settings windows
6 years ago
Michail Vourlakos
67253eda9d
REFACTOR:update qml to new Latte.Types
6 years ago
Michail Vourlakos
185dd39e5c
refactor:rename dock terms to view terms
6 years ago
Michail Vourlakos
9931c38a8b
refactor:addNewDock to Layout
6 years ago
Michail Vourlakos
8261217837
refactor:move docksWithTasks to Layout
6 years ago
Michail Vourlakos
323ffbe3af
refactor:move viewsCount to Layout
6 years ago
Michail Vourlakos
bf097f3f62
refactor:add viewsCount to Layout
6 years ago
Michail Vourlakos
ab2dc47fd9
refactor:move dock freeEdges to Layout
6 years ago
Michail Vourlakos
71d648437f
move dock positioning code into its own class
6 years ago
Michail Vourlakos
6e91a5aae6
restore advances dock settings height
...
--the feature was added in order to be ready
to reorganize all dock settings options.
The plan is to remove Tweaks page and use
only Behavior/Apperance/Effects/Tasks
at the same in advanced or expert mode
the dock settings window will increase
its height
6 years ago
Michail Vourlakos
578623836b
make dock settings window smarter for secwindow
...
--the secondary configuration window can be shown
either inline or at its own window. In order to
be shown at its own window, that window must not
overlap with the main window. The new implementation
validates this at all cases.
6 years ago
Michail Vourlakos
0765c5c5f5
increase settings win height for advanced option
6 years ago
Michail Vourlakos
f4c9060bff
update delete icons to plasma design
...
BUG: 398941
FIXED-IN: 0.8.2
6 years ago
Michail Vourlakos
28fbfc1eb1
narrow a bit the dock settings windows ratio
7 years ago