Commit Graph

469 Commits (b5c9241a967776ae75d2b9074c295f45fb091299)
 

Author SHA1 Message Date
Michail Vourlakos b5c9241a96 fix clicking preview,unblock animation 8 years ago
Michail Vourlakos e16a9457bb add some opacity in active special cases 8 years ago
Michail Vourlakos c24bc32302 improve window previews experience
--make the window previews experience more
robust
8 years ago
Michail Vourlakos 30ce9c3c12 add BlockHiding flag in Debug Window 8 years ago
Michail Vourlakos d594330a9e fix #176,dont hide tooltip when hovering same task 8 years ago
Michail Vourlakos 0cbd6f8470 fix #174,account screen size for the debug window 8 years ago
Michail Vourlakos a34adf5990 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 0692521fd4 fix #172, disable hidpi scaling
--fix for hidpi screens based on plasma
official code
8 years ago
Michail Vourlakos 068cfa3fe8 fix #171,allow only one instance for Latte app 8 years ago
Michail Vourlakos a6fee025c1 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
audoban 58af9a16a0 restoring all desktop.templates 8 years ago
audoban ce10c9f8eb Disable KDECompilerSettings 8 years ago
audoban 4c0054cc30 Improving readability of CMakeLists 8 years ago
audoban 2780a12520 fix #48, Support Alternatives from the Context Menu 8 years ago
audoban 37ef27e470 added alternativeshelper class from plasma 8 years ago
Michail Vourlakos af43988ce0 add localGeometry and editMode in debug window 8 years ago
Michail Vourlakos 969ded95eb improvements for debug window
--add new debug variable containsMouse,
show the values for <unknow> variable
cases
8 years ago
audoban 70d884ba4e fix #164, Dodge Active is broken for windows on all desktops 8 years ago
Michail Vourlakos a2210ba68a fix #116, remove QueuedConnection 8 years ago
Michail Vourlakos 7e1475d901 fix dock geometry update from VisibilityManager 8 years ago
Michail Vourlakos 620f7ca317 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 4b40f3ab88 protect crashes from containment() in dockview 8 years ago
Michail Vourlakos b7e9abfd47 remove deprecated code
--remove qml code showing dock on activity change
8 years ago
audoban 05ee731d4b fix #139, Un-hide Latte at desktop and activity changes 8 years ago
Michail Vourlakos e93fa6b2c6 fix #116,add protections in multi-screen 8 years ago
Michail Vourlakos e355cb1c42 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 0234e30d28 slide previews from task to task 8 years ago
Michail Vourlakos 354005be10 update local geometry only when it has changed 8 years ago
Michail Vourlakos 1f33b17c03 fixes for panel background metrics 8 years ago
Michail Vourlakos d1fee96a33 repair semantics 8 years ago
audoban ea2e6b6ff0 fix position when external shadows is enable 8 years ago
audoban e9221f8719 avoid overlaping 8 years ago
audoban 67e2440aa3 fix narrow casts 8 years ago
audoban 3ca6a7d096 fix #133, dodge active window when switching desktop 8 years ago
audoban 2e3595779f fix #141, dodge decoration 8 years ago
audoban d7298ff58c fix #136, load visibility with a timer in startup 8 years ago
audoban 425f16e97f fix #136, clean autoHidden 8 years ago
Michail Vourlakos f9fe1206a5 fix #155,fix availableScreenRect of latte corona
--this is based on the plasma implementation
8 years ago
Michail Vourlakos 0b844f6193 delay zoom animation a bit to make it smoother 8 years ago
Michail Vourlakos 898bce5e32 update semantics
--dropped more old nowDock variables
--fixed brokken drag visual
8 years ago
Michail Vourlakos f79d60fada improve scale semantics for plasmoid 8 years ago
Michail Vourlakos be69cbe597 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 954638c7f7 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 0ed7e7e731 fix #153,improve tasks progress visuals 8 years ago
Michail Vourlakos 0bf3fe9f4c improvements for task progress
--unload task progress properly
--improbe the shadow appearance
--repaint progress only when it is needed
8 years ago
Michail Vourlakos 55613b00e5 fix layout in window previews 8 years ago
Michail Vourlakos 2778dd2eb6 fix #148,improve tooltips focus
--when mouse leaves the task the relevant
task the window previews becomes hidden
8 years ago
Michail Vourlakos 7f6336616c fix blank space in preview window for single win 8 years ago
Michail Vourlakos 95edfb0e25 hide close buttons in previews when dropping files 8 years ago
Michail Vourlakos 98f6f7ef06 fix #118,support dragging a file at windows group 8 years ago