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
Michail Vourlakos
d54fc5b436
add Meta+` shortcut and fix animation behavior
...
--the isHidden flag shouldnt be set from visibilitymanager,
it is only the qml responsibility
8 years ago
Michail Vourlakos
4de9ea1e7e
add globalshortcuts class to improve semantics
...
--the globalshortcuts class contains all the relevant
code and includes also some functions that were used
from corona to trigger changes into the Latte Tasks
plasmoid
8 years ago
Michail Vourlakos
d4a5370ef2
use same design for all separators
8 years ago
Michail Vourlakos
1eeac88f36
update colors for unity counters
8 years ago
Michail Vourlakos
82173e0bb0
fix #509,fix typo for window actions
8 years ago
Michail Vourlakos
b619b2e0d2
fix #443,support unity message counter
8 years ago
Michail Vourlakos
fa89bd2053
fix #503,show previews in other winmanagers
8 years ago
Michail Vourlakos
88ddfe32de
fix #502 , block click animation
8 years ago
Michail Vourlakos
db78a5b622
fix #498,translate 0% margin to 0px margins
8 years ago
Michail Vourlakos
ffa3942dc7
enable combination for maximized features
8 years ago
Michail Vourlakos
c5dda73d5b
fix #497 , fix crash on startup
...
--this was crashing Latte on startup because
the WindowsModel was loaded too early when
the user had set "Show Background only for
maximized windows"
8 years ago
Michail Vourlakos
e982540bff
fix #490,support usesPlasmaTheme in our fake icons
8 years ago
Michail Vourlakos
12a200916a
support usesPlasmaTheme in our iconitem
8 years ago
Michail Vourlakos
162d84e31d
fix #495,Disable panel shadow for maximized windows
8 years ago
Michail Vourlakos
4381384d20
add deleteLater instead of delete for dockView
8 years ago
Michail Vourlakos
424f0e0e1c
dont allow forceTransparentPanel on !compositing
8 years ago
Michail Vourlakos
458750aa06
fix #496,crash when changing to Alternative Session
...
-- a rare crash when changing to Alternative Session
through Tasks context menu
8 years ago
Michail Vourlakos
9a131444f4
Update README.md
8 years ago
Michail Vourlakos
641d096d58
fix #490,improve identification algorithms
...
--this commits improves the identification algorithm
for kicker and simplemenu and their behavior also
concerning setting a static image or not
8 years ago
Michail Vourlakos
cfca7fadd4
dont paint items when shadow is activated
...
--this way we gain a few cpu cycles because they
are not painted when the item is painted through
the Shadow qml item
8 years ago