Commit Graph

1440 Commits (eaf49364ee3140e2e731417c883456edadb98ee3)
 

Author SHA1 Message Date
Ivan Bordoni 0393d78269 Update it.po (#547) 8 years ago
Michail Vourlakos e2fe456a7e fix #544,disableRestoreZoom is released more cases 8 years ago
Ivan Bordoni c9ed04c48e update it translation (#543) 8 years ago
Michail Vourlakos aa9e730422 fix #539,update autostart to new desktop file 8 years ago
Michail Vourlakos 9ccf9978be update docksCount on screen changes 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 97b3c4f854 update algorithms for docksCount,freeEdges
--the new algorithms are using QScreen* values
from dockviews instead of the containment screen()
which can not be trusted at the first minutes
of a dock creation
8 years ago
Michail Vourlakos 973cc935fc always set explicit screen on copy method 8 years ago
Johan Smith Agudelo Rodriguez a409d761b7 fix #527, Dock dodges maximized window on different screen. 8 years ago
Ivan Bordoni 9e0ac22339 Update it.po 8 years ago
Ivan Bordoni 770f972485 Updated italian translation 8 years ago
omni6 6eec9e6a0d Update de.po (#533) 8 years ago
Michail Vourlakos 6a480d4311 remove debug message 8 years ago
Michail Vourlakos c8878792bb fix #532,dont allow to add a second Tasks plasmoid 8 years ago
vascoantunes c6fca20143 Create pt.po (#531) 8 years ago
vascoantunes 014ecde99d Patch 2 (#530)
* Create pt.po

* Create pt.po

* Create pt.po

* Create pt.po
8 years ago
Michail Vourlakos 60b4850a9b make zoom a subcategory of applet size
--this visual change is inside the Appearance
page in the configuration window
8 years ago
Jeff Huang 3693f02b85 Update zh_TW translations. (#528) 8 years ago
Michail Vourlakos 5bc1e3d66d combine audiostream badge with progress badge 8 years ago
Michail Vourlakos 0ce0feca0a fix #526,add toggleGrouping action 8 years ago
Johan Smith Agudelo Rodriguez 8ce4722c36 update .gitignore 8 years ago
Michail Vourlakos ee4fab08d7 reorder options in Tasks pages
--it is a good decision to reorder the choices
based on basic or advanced options in each
subgroup
8 years ago
Michail Vourlakos 318752f8ca update greek translation 8 years ago
Michail Vourlakos 3392128cdf update translation strings 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 5eb63a3cbc move new copied dock to explicit screen
--if the new copied dock is on a multi-screen
environment the algorithm adds it in the first
available alternative screen that has the same
edge free
8 years ago
Michail Vourlakos 2078cb1cb2 support copyDock correctly from corona
--the code copies the containment configuration
and also if there is a systray in it
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 c7ad6463d7 always copy current dock launchers to global ones
--when the user activate the syncLaunchers choice the
current dock launchers are copied as global launchers
8 years ago
Michail Vourlakos be83d54339 fix #521,support syncing launchers for all docks
--this commit is the last for this to be supported.
It checks if the globalLauncherList is empty and in
such case when syncing is enabled the current dock
launchers are used
8 years ago
Michail Vourlakos 2ec210bf48 support globalLaunchers for alternative session 8 years ago
Michail Vourlakos cf7b820e2e sync launchers correctly between docks,def session 8 years ago
Michail Vourlakos d75dfa1a64 reduce blur for task numbers
--fix some type conversions for CircleText
8 years ago
Michail Vourlakos 7627d30a1c make dock mask null when behaveAsPlasmaPanel
--this way the pop ups from widgets are placed
much better
8 years ago
Michail Vourlakos 319f30d2cc fix showing debug window 8 years ago
Michail Vourlakos 3b0f46760a hide tasks numbers on wayland 8 years ago
Michail Vourlakos 64838ff0f3 speed up the fastrestoreanimation 8 years ago
Michail Vourlakos 8e006b54f6 create dock wayland surface earlier
--doing so fixes a wrong loading issue that
was creating shadows for secondary, third dock
and losing also the focus out event to close
the configuration windows
8 years ago
Michail Vourlakos eb2387c581 fix configuration window positioning and issues
--draw the wayland surfaces for docks and config
views earlier. That way we are certain that the
signals wont mess up the experience. This way
positioning config views and getting the focusOut
event works correctly
--disable in waylandinterface any x specific code.
In order to be ready that class to accept only
wayland centered code
8 years ago
Michail Vourlakos 575ff06a66 support window placement in wayland!!! :) 8 years ago
Michail Vourlakos 048acbfb71 initial commit for waylandinterface
--support wayland painting without init crashes
--the wayland interface is just the xwindow one
masked as an wayland interface
8 years ago
Michail Vourlakos 271810d095 use TaskDelegate activateTask to activate a task 8 years ago
Michail Vourlakos 9486342dc1 add a small shadow at tasks number 8 years ago
Michail Vourlakos ee6c831b01 fix #510,support correctly global shortcuts
--in X11 now the globalshortcuts class takes into
account if the user presses any modifier in order
to hide the dock
--if the dock is hidden whenever a relevant global
shortcut is triggered the dock is shown and number
indicators for the tasks are shown
8 years ago
Michail Vourlakos 1b025826ee identify if the user released modifiers
--the global shortcut class now identify if the user
has release the shortcuts modifiers and then release
the dock to hide. The code was found first in the
plasma activity switcher
8 years ago