Commit Graph

73 Commits (2b63ff710b88073833f83c0920984b0350089e7d)

Author SHA1 Message Date
Johan Smith Agudelo Rodriguez b7f9ad5685 Fix , Dodge all windows and activities
Johan Smith Agudelo Rodriguez a6bcc53aad Cleaning up a bit before implementing always visible
Johan Smith Agudelo Rodriguez 42885005b2 DodgeAllWindows is functional
Johan Smith Agudelo Rodriguez 35c44a6918 DodgeMaximized is functional
Johan Smith Agudelo Rodriguez 2040ac3063 abstractwindowinterface now is based over an variant class type
Johan Smith Agudelo Rodriguez a409d761b7 fix , Dock dodges maximized window on different screen.
Michail Vourlakos d54fc5b436 add Meta+` shortcut and fix animation behavior
--the isHidden flag shouldnt be set from visibilitymanager,
it is only the qml responsibility
Johan Smith Agudelo Rodriguez dee8ebcf8b update ever the struts the dock
Johan Smith Agudelo Rodriguez adf82df246 fix , Request for new visibility policy: Windows Go Below
Johan Smith Agudelo Rodriguez 46fe322b35 fix , [Crash] - recreating dock for AlwaysVisible mode
If I overrride the method event I should call to implementation parent, however VisibilityManagerPrivate is triggered from view and VisibilityManagerPriavte is not owner of QEvent
Johan Smith Agudelo Rodriguez 0e15b27596 fix no return in nonvoid function
Johan Smith Agudelo Rodriguez a5eb5c6a47 force visibility in startup if user is configuring
Johan Smith Agudelo Rodriguez 78187b463d restore last beahavior for mode()
Johan Smith Agudelo Rodriguez 8420245102 fix , visibility mode and options
Visibility doesn't load when switch to session
Johan Smith Agudelo Rodriguez f04519b967 fix , visibility mode and options
Johan Smith Agudelo Rodriguez 78d30ea508 DodgeMaximized receives some of love
DodgeMaximized now also dodges windows with a size greater than or equal to the screen
Johan Smith Agudelo Rodriguez e6374da532 added support for windows with shade state and improving WindowInfoWrap
Johan Smith Agudelo Rodriguez f794d5c60c fix , Always visible option does not work for side-set dock on unusual multi screen setup
Johan Smith Agudelo Rodriguez ecbd2c99bc fix , Dodging/Layering Issues
Johan Smith Agudelo Rodriguez 7657fb036f avoid copies of winfowrap
Johan Smith Agudelo Rodriguez f6a73d4b69 fix crash deleting visibilityManager
Johan Smith Agudelo Rodriguez 5226b6adce code formatted
Johan Smith Agudelo Rodriguez 0375e15d0a close config window before close latte
Johan Smith Agudelo Rodriguez af8f844bc6 Only visibilityManager can call mustBeHide/Shown
Johan Smith Agudelo Rodriguez a014eadd40 avoid hide the dock when blockHiding is active
Johan Smith Agudelo Rodriguez 095dc50f1e fix restore connfig for raiseOnDesktop/ActivityChange
Michail Vourlakos 1618a7bd5d temporary raise timer double to hide timer
--it is also bound between values 1800 and 3000
Johan Smith Agudelo Rodriguez a00c584f37 update hidden state when change the activity
Johan Smith Agudelo Rodriguez fb16fee66b fix , Incorrect/inconsistent behaviour when switching virtual desktops
Michail Vourlakos 13325ca022 fix #238,disable/enable raise dock temporary
Johan Smith Agudelo Rodriguez 2f419e6eab fix restore config
Johan Smith Agudelo Rodriguez 75d4b71216 , AbstractWindowInterface is now a shared resource
Johan Smith Agudelo Rodriguez ec3721a591 fix , Un-hide Latte at desktop and activity changes
Johan Smith Agudelo Rodriguez 0592ba3aaf avoid overlaping
Johan Smith Agudelo Rodriguez b8cbf694f7 fix , dodge active window when switching desktop
Johan Smith Agudelo Rodriguez a13957e59b fix , load visibility with a timer in startup
Michail Vourlakos ca97e6d486 disable more debug messages
Johan Smith Agudelo Rodriguez c42250d9bb avoid white spaces with astyle
Johan Smith Agudelo Rodriguez 2307efd4c4 clean up code
Johan Smith Agudelo Rodriguez e3aac94824 permit always update dockRect variable
Johan Smith Agudelo Rodriguez 401e85ad8e dont update struts when the user is configuring
Michail Vourlakos abf84a1d1e restore previous behavior
--fixed local dock geometry updating in editing
mode. Now in runtime the struts are updating
correctly
Michail Vourlakos 3f2847b467 disable update struts on userConfiguring state
Johan Smith Agudelo Rodriguez 44bdd5a90b code formatted
Johan Smith Agudelo Rodriguez 77917920fd set on all activities
Michail Vourlakos 456612d7fd set show/hide timers default values
Michail Vourlakos 9ea5959cb6 fix , a crash when a dock was removed
--removing connections on xwindowinterface destructor
--removing connections on dockview destructor
--remove xwindowinterface that was created from
visibilitymanager in its destructor
Johan Smith Agudelo Rodriguez e9436d568c Dock shouldnt hide on userConfiguring state
Johan Smith Agudelo Rodriguez cec5d62702 Drag events managed from VisibilityManager
Johan Smith Agudelo Rodriguez d6f9450d87 Fixed show and hide timers.