Michail Vourlakos
03415d65eb
fix #176,dont hide tooltip when hovering same task
8 years ago
Michail Vourlakos
dc1325f857
fix #174,account screen size for the debug window
8 years ago
Michail Vourlakos
ab1cc5f87c
fix #171,use lock file instead of QSharedMemory
...
-- this way the lock is per user and crashing Latte
allows us to rerun it properly
8 years ago
Michail Vourlakos
f9797aa06c
fix #172 , disable hidpi scaling
...
--fix for hidpi screens based on plasma
official code
8 years ago
Michail Vourlakos
03fb457af6
fix #171,allow only one instance for Latte app
8 years ago
Michail Vourlakos
81b36dc91e
improve when dock can hide itself
...
--when an applet becomes activated then the dock
shouldnt hide itself until the applet to become
inactive
8 years ago
Johan Smith Agudelo Rodriguez
c0f9a15545
restoring all desktop.templates
8 years ago
Johan Smith Agudelo Rodriguez
b094ff1bb4
Disable KDECompilerSettings
8 years ago
Johan Smith Agudelo Rodriguez
1677e2a041
Improving readability of CMakeLists
8 years ago
Johan Smith Agudelo Rodriguez
0d325f827f
fix #48 , Support Alternatives from the Context Menu
8 years ago
Johan Smith Agudelo Rodriguez
dd12817a24
added alternativeshelper class from plasma
8 years ago
Michail Vourlakos
d3e7c04a24
add localGeometry and editMode in debug window
8 years ago
Michail Vourlakos
f1e5814a2b
improvements for debug window
...
--add new debug variable containsMouse,
show the values for <unknow> variable
cases
8 years ago
Johan Smith Agudelo Rodriguez
c17732cf17
fix #164 , Dodge Active is broken for windows on all desktops
8 years ago
Michail Vourlakos
827bde86d4
fix #116 , remove QueuedConnection
8 years ago
Michail Vourlakos
f22a203d12
fix dock geometry update from VisibilityManager
8 years ago
Michail Vourlakos
65a2367fd6
fix #116 , endless showing loop at startup
...
--in a multi-screen environment that
primary screen is not set to 0 it was
created an endless showing loop at
startup (catch-up race) between
screen:0 and primaryScreen
8 years ago
Michail Vourlakos
4579fcff46
protect crashes from containment() in dockview
8 years ago
Michail Vourlakos
5918a0eb43
remove deprecated code
...
--remove qml code showing dock on activity change
8 years ago
Johan Smith Agudelo Rodriguez
ec3721a591
fix #139 , Un-hide Latte at desktop and activity changes
8 years ago
Michail Vourlakos
3ab252339c
fix #116,add protections in multi-screen
8 years ago
Michail Vourlakos
73923eac71
fix #159,show correct previews for windows
...
--this is fixed by hiding/showing very fast
in the beginning of each windows preview. Probably
this is something relevant with buffers in kwin
8 years ago
Michail Vourlakos
b95ab0ccdb
slide previews from task to task
8 years ago
Michail Vourlakos
e2d0f1c52a
update local geometry only when it has changed
8 years ago
Michail Vourlakos
37ded88381
fixes for panel background metrics
8 years ago
Michail Vourlakos
821c15fa0c
repair semantics
8 years ago
Johan Smith Agudelo Rodriguez
988ffdae35
fix position when external shadows is enable
8 years ago
Johan Smith Agudelo Rodriguez
0592ba3aaf
avoid overlaping
8 years ago
Johan Smith Agudelo Rodriguez
8c820073f0
fix narrow casts
8 years ago
Johan Smith Agudelo Rodriguez
b8cbf694f7
fix #133 , dodge active window when switching desktop
8 years ago
Johan Smith Agudelo Rodriguez
8ac85c53a6
fix #141 , dodge decoration
8 years ago
Johan Smith Agudelo Rodriguez
a13957e59b
fix #136 , load visibility with a timer in startup
8 years ago
Johan Smith Agudelo Rodriguez
5b1d5b79bd
fix #136 , clean autoHidden
8 years ago
Michail Vourlakos
0476a85aab
fix #155,fix availableScreenRect of latte corona
...
--this is based on the plasma implementation
8 years ago
Michail Vourlakos
f8e1a21391
delay zoom animation a bit to make it smoother
8 years ago
Michail Vourlakos
169b2b0345
update semantics
...
--dropped more old nowDock variables
--fixed brokken drag visual
8 years ago
Michail Vourlakos
673a5f4d2d
improve scale semantics for plasmoid
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
b717a714f5
fix #154,crash on screenGeometry change
...
--strange thing is that the code producing
this was very weird. From the user's backtrace
syntax: if(!screen())
and more specific at updateEnabledBorders() of
dockview was creating the crash.
replacing it with syntax:
if (!this->screen())
fixes the issue
8 years ago
Michail Vourlakos
857f202c2b
fix #153,improve tasks progress visuals
8 years ago
Michail Vourlakos
09268b53ff
improvements for task progress
...
--unload task progress properly
--improbe the shadow appearance
--repaint progress only when it is needed
8 years ago
Michail Vourlakos
20fc60c59d
fix layout in window previews
8 years ago
Michail Vourlakos
0449afafe5
fix #148,improve tooltips focus
...
--when mouse leaves the task the relevant
task the window previews becomes hidden
8 years ago
Michail Vourlakos
47ca620b76
fix blank space in preview window for single win
8 years ago
Michail Vourlakos
6f54efeded
hide close buttons in previews when dropping files
8 years ago
Michail Vourlakos
45fb9466a5
fix #118,support dragging a file at windows group
8 years ago
Michail Vourlakos
8af7e78cd8
fix #138 , import new tooltips from plasma 5.9
...
--without even a small delay!!! we imported them,
and loved them!! check them out by playing music
or movies!!!
8 years ago
Michail Vourlakos
1eea718254
remove debug message
8 years ago
Michail Vourlakos
e840ec8f59
fix #127,saving layouts in justify normal state
8 years ago
Michail Vourlakos
aca9b22281
fix #118,raise window for hovering files over task
8 years ago