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
Michail Vourlakos
dfa83ecc7b
fix BehaviorPage scrolling capability
7 years ago
Michail Vourlakos
51d6060336
fix #936 , limit the dock settings window height
...
--in case the user has strange settings for its font
the settings window might become too high with no reason.
We limit this settings window height based on the screens
resolution height.
7 years ago
Michail Vourlakos
eb3feb4a4e
fix #934,change quit button to close button
...
--exhausted to discuss this so often so in the
end it may be my perspective wrong. Quit button
in dock settings window changed to Close button
and the Quit option moved to menu bar of the
general Latte settings window with shortcut
Ctrl+Q
7 years ago
Michail Vourlakos
de4cddb5d3
update internal splitter icon to use plasma theme
7 years ago
Michail Vourlakos
1a6fbcdfe0
improve trademark positioning
...
--issue #886 , improve spacings
7 years ago
Michail Vourlakos
7050d7ba1f
fix #886 use svg for settings Latte trademark
...
--remove the Plasma Label that was used to set
the Latte trademark based on Tangerine font that
was distributed from app source code
--remove the Tangarine font from source code
7 years ago
Michail Vourlakos
e775da4a41
when by 1px the applet size for panels
7 years ago
Michail Vourlakos
a1c672a864
create independent secondary config window
7 years ago
Michail Vourlakos
8732d21ab9
introduce PlasmaComponents3.ComboBox in config
7 years ago
Michail Vourlakos
dd14fdb6d0
Revert "use PlasmaComponents3.ComboBox in dock config win"
...
This reverts commit cfab941889
.
7 years ago
Michail Vourlakos
afe9a2e09d
rename latteconfigdialog to settingsdialog
7 years ago
Michail Vourlakos
cfab941889
use PlasmaComponents3.ComboBox in dock config win
7 years ago
Michail Vourlakos
4212d57ca7
enable global shortcuts for universal settings
7 years ago
Michail Vourlakos
fb3764e432
trigger Latte Config Window from L symbol
7 years ago
Michail Vourlakos
11190e9de7
update borders for Main Configuration window
7 years ago
Michail Vourlakos
b5ccba44b1
Move Dock from Layout to Layout
...
-- In the configuration window at the "New Dock"
ComboBox were added options in order for a dock
to move to another running Layout.
7 years ago
Michail Vourlakos
71281174be
create a separate Types Window
7 years ago
Michail Vourlakos
3877b6736d
fix binding loop when opening settings window
...
--fix missing id
7 years ago
Michail Vourlakos
144d03c7b1
move Latte icon at the top
7 years ago
Michail Vourlakos
0e8a08f46f
improve appearance for Dock Type
7 years ago
Michail Vourlakos
d1a8d0a20f
improve appearance of dock type buttons area
7 years ago
Michail Vourlakos
ce5d6a6607
change advance mode with click on the label
7 years ago
Michail Vourlakos
03c0624087
reorganize and improve config window
7 years ago
Michail Vourlakos
0a73d146c4
show Quit button only in advanced mode
7 years ago
Michail Vourlakos
e7633f7974
Revert "use PlasmaComponents3.ComboBox at settings window"
...
This reverts commit 1d6c4f6b2c
.
iit creates crashes...
7 years ago
Michail Vourlakos
1d6c4f6b2c
use PlasmaComponents3.ComboBox at settings window
7 years ago
Michail Vourlakos
fa18e183a3
fix Latte Config Header in RTL
7 years ago
Michail Vourlakos
97ba64799e
improve a bit the comboboxes rtl layout
7 years ago
Michail Vourlakos
f8f78566f9
apply layout mirroring for RTL
7 years ago
Michail Vourlakos
1a62ac6c8b
support arrow navigation for config win tabs
7 years ago
Michail Vourlakos
51d6a85389
support focuscope in config window
...
--the user can use Esc to close the config window
and arrows to navigate between different tabs
7 years ago
Michail Vourlakos
26516b8d8c
check specific for Latte Tasks Plasmoid
8 years ago
Michail Vourlakos
68a5223b47
fix #616,use unique ids for applets and containme
8 years ago
Michail Vourlakos
c7332bab27
disable copy dock functionality until fix issues
...
--the Copy functionality creates broken config files. It
must be disabled!!! the applet ids are no longer updated
correctly from the importLayout function! This must be
fixed from our part!
8 years ago
Michail Vourlakos
a05785e34b
differentiate dockNo perScreen and total
...
--improve the signaling between the configuration window
and the dockview concerning freeEdges for current screens
and docks count. Now the docks counting is different
between screens and in general
8 years ago
Michail Vourlakos
e4208cc616
add new strings
8 years ago
Michail Vourlakos
11ccb7c1af
improve visuals for ComboBox Button in config win
8 years ago
Michail Vourlakos
5fc4f9a8ae
fix #522,expose copy dock through menu
8 years ago
Michail Vourlakos
b0ebfdbe4f
first approach to copy a dock
8 years ago
Johan Smith Agudelo Rodriguez
34b09c5c72
improvements to drop down button
8 years ago
Johan Smith Agudelo Rodriguez
763e1810c7
added contextual menu to dropdown button
8 years ago
Johan Smith Agudelo Rodriguez
2de44e3fd0
drop down button #522
8 years ago
Michail Vourlakos
aacd80df3d
enable tooltips in various places
8 years ago
Michail Vourlakos
0cfd64c018
update Quit icon
8 years ago
Michail Vourlakos
92748788c8
increase the subGroupSpacing in config window
8 years ago
Michail Vourlakos
7c07385c10
fix #453,substitute absolute build path references
...
--fixes the kdesrc-build installation
8 years ago