summaryrefslogtreecommitdiffstats
path: root/framework/qml/Popup.qml
Commit message (Collapse)AuthorAge
* Clarify commentChristian Mollekopf2018-04-04
|
* Revert "Fixed the fixme"Christian Mollekopf2018-04-04
| | | | | | This reverts commit 56020f4335c9ad0c1f0b65690ba264d0b6d2fa3f. This turns the background of the login view transparent on mac os....
* Fixed the fixmeChristian Mollekopf2018-04-04
|
* Popups always need focus for keyboard navigation to workChristian Mollekopf2017-05-01
|
* Keyboard focus for toolbar and folder listChristian Mollekopf2017-04-25
|
* Consistently give focus to popupsChristian Mollekopf2017-04-07
| | | | | | | | | In all cases we want the popup to receive keyboard focus when it's open, as all our popups are basically modal. We also want the popup to normally close when clicking somewhere else, including the parent button. The one exception is the composer where we disable the close on click outside because that would risk loosing a written mail on an accidental click.
* Work with qt 5.7 again.Christian Mollekopf2017-04-06
| | | | | The popup template results in crashes with qt 5.7, so we just import the control as workaround.
* introduce Kube.PopupMichael Bohlender2017-04-06