summary refs log tree commit diff
path: root/resources/qml/Root.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add Alt+A keybinding to switch to next room with unread messagesGuillaume Girol2021-09-141-0/+5
|
* Round images in the image providerNicolas Werner2021-08-141-1/+0
|
* Show verification status in memberlistNicolas Werner2021-08-131-2/+2
|
* Fix window placement on wayland and add close buttonsNicolas Werner2021-08-041-3/+3
| | | | | | We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++.
* QML the raw message dialogLoren Burkholder2021-07-311-0/+8
|
* Move read receipts connection to allow for future pop-out room viewsLoren Burkholder2021-07-301-12/+0
|
* Don't switch room that read receipt-related stuff is opened inLoren Burkholder2021-07-291-2/+3
|
* QML the read receipts listLoren Burkholder2021-07-291-0/+19
| | | | There are probably a few things wrong with this, but I'm going to call it good enough for an initial commit
* Port to explicit connect syntaxNicolas Werner2021-07-271-20/+23
| | | | Also fix a lot of warnings.
* Add menu to enable or disable stickers globallyNicolas Werner2021-07-231-0/+15
|
* Move various room auxiliary functions to TimelineManagerLoren Burkholder2021-07-211-1/+1
|
* Add property for plain room nameLoren Burkholder2021-07-201-1/+1
|
* make lintLoren Burkholder2021-07-201-2/+0
|
* Consolidate connectionsLoren Burkholder2021-07-201-6/+0
|
* make lintLoren Burkholder2021-07-201-0/+3
|
* Actually set invitees propertyLoren Burkholder2021-07-201-1/+2
|
* Fix up componentsLoren Burkholder2021-07-201-21/+28
|
* make lintLoren Burkholder2021-07-201-0/+38
|
* Try to be compatible with Qt 5.12Nicolas Werner2021-06-131-1/+1
|
* Refactor to use Instantiator instead of doing it manuallyNicolas Werner2021-05-301-2/+3
|
* Delete old room listNicolas Werner2021-05-281-0/+9
|
* Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-281-147/+0
|
* Reorganize TimelineView to prepare porting the room listNicolas Werner2021-05-141-0/+260