summary refs log tree commit diff
path: root/resources/qml/ReadReceipts.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize all the dialogs into the dialogs folderLoren Burkholder2021-09-291-130/+0
|
* Add Qt.WindowTitleHint to qml dialogsJoseph Donofry2021-08-191-1/+1
|
* Fix window placement on wayland and add close buttonsNicolas Werner2021-08-041-3/+2
| | | | | | We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++.
* Use an explicit color for the labelLoren Burkholder2021-07-301-0/+1
|
* Don't switch room that read receipt-related stuff is opened inLoren Burkholder2021-07-291-2/+3
|
* Use a QSortFilterProxyModel instead of resetting the modelLoren Burkholder2021-07-291-2/+2
|
* Use Dialog flag to make tiling WMs happyLoren Burkholder2021-07-291-0/+1
|
* Close dialog on escapeLoren Burkholder2021-07-291-0/+5
|
* Dynamically update read receiptsLoren Burkholder2021-07-291-1/+0
|
* Add close button at footerLoren Burkholder2021-07-291-0/+6
|
* QML the read receipts listLoren Burkholder2021-07-291-0/+118
There are probably a few things wrong with this, but I'm going to call it good enough for an initial commit