Commit Graph

176 Commits (f0e7992d2a61b518623e619328c7173f1bb7d261)

Author SHA1 Message Date
Michail Vourlakos 3f8bccbde1 fix string 8 years ago
Michail Vourlakos d8410ff235 fix #277,use normal dock window from tweaks
-- with this setting the user can disable
the BypassWindowManagerHint flag for specific
docks
8 years ago
Michail Vourlakos df760a909a move currentSession code in globalSettings 8 years ago
Michail Vourlakos bb7235879b move autostart code in globalSettings 8 years ago
Michail Vourlakos e57d525824 create globalsettings for corona
--first all the code concerning exposeAltSession
is moved in it and in the future also the autostart
and currentSession can follow. This will improve
both dockview and configview
8 years ago
Michail Vourlakos 7b060c22a5 fix #272,expose alternative session in menu 8 years ago
Michail Vourlakos a4ee035c93 fix #270,enable blur for panel background
--the user can habe blur and background contrast
effects in all cases for the panel and can
also choose the behavior from Tweaks page
8 years ago
Michail Vourlakos 691b1339df fix #215, support a modifier action
--a modifier action in now supported.The user
can set the modifier,the click and the action
that will be executed
8 years ago
Michail Vourlakos fca86f0f20 fix #266,expose middle click actions of libtask 8 years ago
Michail Vourlakos ea853ae62f fix #259,user can set distance between applets 8 years ago
Johan Smith Agudelo Rodriguez fb16fee66b fix #246, Incorrect/inconsistent behaviour when switching virtual desktops 8 years ago
Johan Smith Agudelo Rodriguez 59a797f87f fix config window width 8 years ago
Michail Vourlakos 25465e7c9e fix #248,option to shring thick margins to minimum 8 years ago
Michail Vourlakos e86ba69bae improve spaces for AlternativeSession btn 8 years ago
Michail Vourlakos 4ea4a903fd fix #152,support an alternative session
-- On The Road was renamed at Alternative
Session and more improvements to the code
were added
8 years ago
Michail Vourlakos 45e95788ed fix #152,add On The Road session
--the user is able to change into another
session/profile called "On The Road" for
which can set up its docks and applets
differently according to its needs. For
example hide its name, status, place
living etc.
8 years ago
Michail Vourlakos 38f9d0d7e0 fix #224,add option to add spacers applets 8 years ago
Michail Vourlakos 27cb0c9615 lower proportion icon size minimum value
--proportion icon size now has a minimum
of 1.5%
8 years ago
Michail Vourlakos 909538369f fix #217,adaptive applet size based on screen
--the user instead of setting the size in pixels,
can set a per centage value which is calculated
based on the current screen height
8 years ago
Michail Vourlakos 0e5cf91a81 add proportion icon size
--this icon size is calculated based on the
screen's height
8 years ago
Michail Vourlakos 9e9f75c535 do not update panel size on icon size change 8 years ago
Michail Vourlakos 13325ca022 fix #238,disable/enable raise dock temporary 8 years ago
Michail Vourlakos 1a04ff968d fix #233,support autostart through tweaks page 8 years ago
Michail Vourlakos 1e71b9ed4b add the tweak tab
--enable in new tab the autostart option and
showing during activity or desktop change
8 years ago
Michail Vourlakos 099f407017 update translation strings
--update greek translation
8 years ago
Michail Vourlakos ead7892551 fix #194,the user can enable a solid background
--this is especial useful for plasma themes with big
transparency. Latte can not support blur and background
contrast kwin effects for panel backgrounds that are drawn
inside its qml side.
8 years ago
Michail Vourlakos 5fc9f228b2 fix #191,use percentage to calculate panel size 8 years ago
Michail Vourlakos 0b2bebfbd8 protect dock removal in some cases
--forbid removal of the last running dock with
tasks in it
--forbid removal of the last tasks plasmoid from
running docks
8 years ago
Michail Vourlakos 5421b976fa remove on primary docks on special cases
--primary docks are removed when their edge is
occupied in the new primary screen and their
current screen is destroyed. Also they are added
when the screen edge is available
8 years ago
Michail Vourlakos 74770a9f37 dock containing tasks is protected in multi-screen
--the last dock containing tasks can not be removed
automatic by Latte based on screens heuristics
--on startup Latte checks if a dock containing tasks
will be loaded based on screens associated. If it
doesnt it loads the first dock containing tasks and
puts it on primary screen and setting also its flag
to onPrimary
--on the configuration window when a dock changes from
explicit to primary screen by latte automation the
record of the previous screen is shown correctly
8 years ago
Michail Vourlakos 8f3864f589 fix spacing at screen combo box 8 years ago
Michail Vourlakos 18f57f51fd block screen change when edge is occupied
--unfortunately this contains also white spaces
fixes. Sorry for this but by implementing multi-screen
the laptop wasnt correctly configured for
astyle and whitespaces
8 years ago
Michail Vourlakos b88170caaa support always on primary case
-- :) fantastic behavior from Latte...
8 years ago
Michail Vourlakos 3b3c6a0f47 drop dock primary screen behavior from plasma
--this cleans the plasma behavior for the
primary screen that was creating a mess.
The dock "on primary" state can now be implemented
through Latte without breaking things
8 years ago
Michail Vourlakos ae8f2c4ad8 fix setting a dock's screen for config window 8 years ago
Michail Vourlakos 14b72f49e6 restore add/remove dock buttons
--also use a single timer for screen sync
for dockview
8 years ago
Michail Vourlakos 8aa5021645 update screens in config window in each show event 8 years ago
Michail Vourlakos 8a7bb2942c add basic multi screen support
--the user can change the dock's screen
from the configuration window... Optimizations
must be made of course in the future...
8 years ago
Johan Smith Agudelo Rodriguez 1677e2a041 Improving readability of CMakeLists 8 years ago
Michail Vourlakos 46087059ac fix #42,latte icon shown correctly in ksysguard
--shell metadata file was missing the icon, this
fixes also the configuration window icon
8 years ago
Michail Vourlakos 09629b774b support drawing panel shadows outside dock window
--this is set by default only in case of Always Visible,
zoom factor 1.0, Justify alignment and maximum panel
thickness
8 years ago
Johan Smith Agudelo Rodriguez ea30f0561d align radio buttons 8 years ago
Johan Smith Agudelo Rodriguez 895f5a555e update trasnaltions strings and restore shadows row in configuration ui 8 years ago
Michail Vourlakos c8c14cbe80 more improvements for calculations
--various improvements for calculations for panel size,
shadows calculations, configuration window showing
metrics
8 years ago
Johan Smith Agudelo Rodriguez 64cdad52d9 fix #101, the shadows radio buttons should is on a ButtonColumn 8 years ago
Johan Smith Agudelo Rodriguez fedb872e4a Merge branch 'master' into about-dialog 8 years ago
Johan Smith Agudelo Rodriguez 2e8fe37fd2 #98, added about dialog 8 years ago
Michail Vourlakos a9e23e24dc update translations strings 8 years ago
Michail Vourlakos fa42c71a6a support maxLength through config win and container 8 years ago
Michail Vourlakos ad3c761f03 restore shadows row in configuration win 8 years ago
Michail Vourlakos fd40ef7f4d update locations when dock changes location
--updates the available locations in the configuration
window when any dock updates its location
8 years ago
Johan Smith Agudelo Rodriguez 2307efd4c4 clean up code #79 8 years ago
Michail Vourlakos 66ce546141 update greek translation
--removed also a no needed string
8 years ago
Johan Smith Agudelo Rodriguez 1a88ae9a4e Improve translation strings #70 8 years ago
Johan Smith Agudelo Rodriguez bc1781e9a6 the strings exceeds width when translated into Spanish 8 years ago
Johan Smith Agudelo Rodriguez 16078ed240 maximum background width 8 years ago
Johan Smith Agudelo Rodriguez 03eeb6074d update geometry just when is necessary 8 years ago
Michail Vourlakos dd091b6569 restore layouts in main config window
--the latest fix for the configuration window placement
does not need to drop the clean implementation with
layouts
8 years ago
Michail Vourlakos 4bb21fb0c8 fix in many cases placement of configuration win 8 years ago
Michail Vourlakos 90099242c0 clean some old code in configuration window 8 years ago
Johan Smith Agudelo Rodriguez 98eb110e1f fixed overflow when the user delete the text, and added holdPressed 8 years ago
Michail Vourlakos 359a84b7b5 adjust metrics in Latte TextField 8 years ago
Johan Smith Agudelo Rodriguez 102ebf74da just permit flickable direction on vertically 8 years ago
Johan Smith Agudelo Rodriguez f5c564ede5 code formatted 8 years ago
Johan Smith Agudelo Rodriguez c0c54ca2be spinbox improved 8 years ago
Michail Vourlakos ce29e908bf improve margins in all pages
--take into account that a vertical scroll bar
could appear and also give more margin to
sub-items comparing to headers
8 years ago
Michail Vourlakos c70a20cdd3 new configuration based on various fixes 8 years ago
Johan Smith Agudelo Rodriguez 976cd2bb62 fit to horizontal width 8 years ago
Johan Smith Agudelo Rodriguez 66d96ddb5b buttons add, remove and quit, more smalls 8 years ago
Johan Smith Agudelo Rodriguez 51a999576c added margin left for all checkbox 8 years ago
Johan Smith Agudelo Rodriguez f08e0ad72e Centered spinboxes 8 years ago
Johan Smith Agudelo Rodriguez 3288a92e23 show the visibility modes with two columns 8 years ago
Johan Smith Agudelo Rodriguez 0f5699a5e1 file unnecessary 8 years ago
Johan Smith Agudelo Rodriguez 06c99a2a13 fixed add and remove dock 8 years ago
Johan Smith Agudelo Rodriguez e6ea63b34d fixed wrong height 8 years ago
Johan Smith Agudelo Rodriguez 76bc40d5d8 fixed lock reserved edges 8 years ago
Johan Smith Agudelo Rodriguez b544c80a31 config ui simplified 8 years ago
Michail Vourlakos cd0eeb9ff1 fix binding loop in config from pages 8 years ago
Michail Vourlakos 14e1ca01ab basic support for no compositingActive
--this commit supports disabled compositing
but enabled for the dock a pseudo-AlwaysVisible
state in such case occurs. All hiding signals
are ignored
8 years ago
Michail Vourlakos 3137d7a060 cleanup shell translations
--shell translations are not used in reality,
only the apps one. This will solve any confusion
around where are the translation strings
8 years ago
Michail Vourlakos d2b80f99c5 add icons for buttons in Bahavior Config Page 8 years ago
Michail Vourlakos 4f5802803d update translation strings and greek translation 8 years ago
Michail Vourlakos cb0ed85dc2 improve configuration window
--expose quit action
--hide remove action when only one dock exists
--udpate edges when a new dock is added
--connect the destroyed event of containment in order
to remove also the dockview
--remove correctly the dockviews in the application
exit
8 years ago
Michail Vourlakos 9b1dea34e2 add a ScrollArea in configuration window 8 years ago
Michail Vourlakos cbcd344e90 visual zoom factor to percentage from decimal 8 years ago
Michail Vourlakos 3e6beb89ff minimumWidth for texts in sliders in configuration 8 years ago
Michail Vourlakos 6b59d685f5 fix sliding issues in configuration window 8 years ago
Michail Vourlakos 33d5eab539 replace Double with Justify 8 years ago
Michail Vourlakos 17b8371812 use default pin for configuration window 8 years ago
Michail Vourlakos 63739ac77b support sticker for configuration window 8 years ago
Michail Vourlakos a45d9691dc move Tasks contents a bit to the right 8 years ago
Michail Vourlakos 4ae8ea7f18 drop QtQuick 2.7 in favor of 2.0 8 years ago
Johan Smith Agudelo Rodriguez fe146aaa90 Missing file licences #34 8 years ago
Michail Vourlakos f90c4deff2 hide Tasks config if plasmoid not present 8 years ago
Michail Vourlakos 259fda4661 improve tasks config page appearance 8 years ago
Michail Vourlakos 8e4cd1ce88 add filters for plasmoid into configuration 8 years ago
Michail Vourlakos e54cbb7213 expose interaction values from plasmoid 8 years ago
Michail Vourlakos 3723a2fd08 support durationTime through the configuration 8 years ago
Michail Vourlakos bf4047d6f8 expose plasmoid configuration through dock config 8 years ago
Michail Vourlakos 8b58b5f1fe restore version in BehaviorConfig 8 years ago