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
Michail Vourlakos
1b47a3749e
add size boundaries for dock settings window
...
--improve the new added code for user set settings
window size by specific boundaries in which it can
be set and not exit them
CCBUG: 397038
7 years ago
Michail Vourlakos
fef362a52f
a way for the user to change settings window size
...
--user can now use Meta+ScrollWheel in order to
increase/decrease the size of the dock settings
window according to its preference
BUG: 397038
7 years ago
Michail Vourlakos
04b2d84abb
decrease a bit the settings height
...
CCBUG: 397038
7 years ago
Michail Vourlakos
a5a4b876de
improve dock settings windows geometry calculation
...
--the dock settings window calculations should not look
different between different font settings/geometries/screens.
One way to overcome that issue is by using the font.height to
calculate the settings height, that is 37chars for now and
the width to be calculated in accordance with that height. There
are some down limits for both, height shouldnt overcome screens
height and shouldnt go under 400px and the width can not be
less than 200px
CCBUG: 397038
7 years ago
Michail Vourlakos
f2172562c0
dont allow settings window width to be very small
...
--to make things even more robust the dock settings
window width is made a portion of the dock settings
window height. The code was also checked in order to not
create any bindings loops
BUG: 396872
7 years ago
Michail Vourlakos
d36cc5b2fd
fixes for dock configuration window
...
--fix binding loop from Tweaks page
--remove anchorings when used Layouts
7 years ago
Michail Vourlakos
d31c8eedd9
add delay for tooltip
7 years ago
Michail Vourlakos
b2c77843f1
fix #979,add tooltip for Latte icon
7 years ago
Michail Vourlakos
8cfbb67d3c
fix #978,dont overlap pin/advanced buttons
7 years ago
Michail Vourlakos
1c60ba4880
fix margins for sticker and advancedSwitch
7 years ago