Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize all the dialogs into the dialogs folder | Loren Burkholder | 2021-09-29 | 1 | -52/+0 |
| | |||||
* | Add Qt.WindowTitleHint to qml dialogs | Joseph Donofry | 2021-08-19 | 1 | -1/+1 |
| | |||||
* | Fix window placement on wayland and add close buttons | Nicolas Werner | 2021-08-04 | 1 | -3/+4 |
| | | | | | | We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++. | ||||
* | Fix colors for manual dark theme | Loren Burkholder | 2021-07-31 | 1 | -1/+6 |
| | |||||
* | QML the raw message dialog | Loren Burkholder | 2021-07-31 | 1 | -0/+46 |