forked from qtproject/qt-apps-neptune-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When starting an application in the minimized state we still need to accept the window, but reparent it to a dummy item instead of pushing it into the window stack. This is achieved by extending the applicationSurfaceReady signal with a isMinimized property. Also use the new isClosing property of the application manager to identify closing windows. This is needed to make sure we only raise windows which are in a usable state. Change-Id: I0a5d544576859024b3f33e0814e72707bc692621 Reviewed-by: Nedim Hadzic <[email protected]> Reviewed-by: Erik Botö <[email protected]>
- Loading branch information
Showing
2 changed files
with
16 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters