~dandrader/unity8/removeApplicationStage

« back to all changes in this revision

Viewing changes to qml/Shell.qml

  • Committer: Bileto Bot
  • Date: 2016-07-14 07:09:00 UTC
  • mfrom: (2525.1.5 mirSurfaceInputBounds)
  • Revision ID: ci-train-bot@canonical.com-20160714070900-8wpqiln9hnk2q05i
Make use of MirSurface::inputBounds and drop UbuntuKeyboardInfo hack

Show diffs side-by-side

added added

removed removed

Lines of Context:
663
663
            paused: callManager.hasCalls || !greeter || greeter.shown ||
664
664
                    wizard.active
665
665
            delayed: dialogs.hasActiveDialog || notifications.hasNotification ||
666
 
                     inputMethod.state === "shown" ||
 
666
                     inputMethod.visible ||
667
667
                     (launcher.shown && !launcher.lockedVisible) ||
668
668
                     panel.indicators.shown || stage.dragProgress > 0
669
669
            usageScenario: shell.usageScenario