Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add Alt+A keybinding to switch to next room with unread messages | Guillaume Girol | 2021-09-14 | 1 | -0/+5 |
| | |||||
* | Round images in the image provider | Nicolas Werner | 2021-08-14 | 1 | -1/+0 |
| | |||||
* | Show verification status in memberlist | Nicolas Werner | 2021-08-13 | 1 | -2/+2 |
| | |||||
* | Fix window placement on wayland and add close buttons | Nicolas Werner | 2021-08-04 | 1 | -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 dialog | Loren Burkholder | 2021-07-31 | 1 | -0/+8 |
| | |||||
* | Move read receipts connection to allow for future pop-out room views | Loren Burkholder | 2021-07-30 | 1 | -12/+0 |
| | |||||
* | Don't switch room that read receipt-related stuff is opened in | Loren Burkholder | 2021-07-29 | 1 | -2/+3 |
| | |||||
* | QML the read receipts list | Loren Burkholder | 2021-07-29 | 1 | -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 syntax | Nicolas Werner | 2021-07-27 | 1 | -20/+23 |
| | | | | Also fix a lot of warnings. | ||||
* | Add menu to enable or disable stickers globally | Nicolas Werner | 2021-07-23 | 1 | -0/+15 |
| | |||||
* | Move various room auxiliary functions to TimelineManager | Loren Burkholder | 2021-07-21 | 1 | -1/+1 |
| | |||||
* | Add property for plain room name | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | make lint | Loren Burkholder | 2021-07-20 | 1 | -2/+0 |
| | |||||
* | Consolidate connections | Loren Burkholder | 2021-07-20 | 1 | -6/+0 |
| | |||||
* | make lint | Loren Burkholder | 2021-07-20 | 1 | -0/+3 |
| | |||||
* | Actually set invitees property | Loren Burkholder | 2021-07-20 | 1 | -1/+2 |
| | |||||
* | Fix up components | Loren Burkholder | 2021-07-20 | 1 | -21/+28 |
| | |||||
* | make lint | Loren Burkholder | 2021-07-20 | 1 | -0/+38 |
| | |||||
* | Try to be compatible with Qt 5.12 | Nicolas Werner | 2021-06-13 | 1 | -1/+1 |
| | |||||
* | Refactor to use Instantiator instead of doing it manually | Nicolas Werner | 2021-05-30 | 1 | -2/+3 |
| | |||||
* | Delete old room list | Nicolas Werner | 2021-05-28 | 1 | -0/+9 |
| | |||||
* | Move currentRoom/timeline handling to roomlist | Nicolas Werner | 2021-05-28 | 1 | -147/+0 |
| | |||||
* | Reorganize TimelineView to prepare porting the room list | Nicolas Werner | 2021-05-14 | 1 | -0/+260 |