Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reimplement error notifications | Nicolas Werner | 2022-01-30 | 1 | -0/+7 |
| | |||||
* | keep the RegisterPage name | Nicolas Werner | 2022-01-29 | 1 | -1/+1 |
| | | | | So we don't have to retranslate. | ||||
* | Port registration to Qml | Nicolas Werner | 2022-01-28 | 1 | -0/+7 |
| | |||||
* | Functional login page | Nicolas Werner | 2022-01-26 | 1 | -4/+23 |
| | |||||
* | Initial qml root window | Nicolas Werner | 2022-01-26 | 1 | -4/+19 |
| | |||||
* | Move usersettings page to pages subdir | Nicolas Werner | 2022-01-12 | 1 | -0/+1 |
| | |||||
* | Port usersettings to qml | Nicolas Werner | 2022-01-09 | 1 | -1/+14 |
| | |||||
* | Port image overlay to qml | Nicolas Werner | 2022-01-02 | 1 | -0/+17 |
| | | | | | | Allows you to zoom and pan now. relates to #647 | ||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Add alternative shortcut to Alt-A for systems, where that is taken already | Nicolas Werner | 2021-12-22 | 1 | -1/+3 |
| | |||||
* | Only show room pack button, when you can actually create one | Nicolas Werner | 2021-12-13 | 1 | -1/+2 |
| | |||||
* | Use ItemDelegate in RoomList instead of a Rectangle with handlers | Nicolas Werner | 2021-11-03 | 1 | -4/+10 |
| | | | | | fixes #683 relates to #571 | ||||
* | Fix registration on matrix.org | Nicolas Werner | 2021-11-03 | 1 | -0/+62 |
| | | | | | | | | This was a bit of a journey: https://github.com/matrix-org/matrix-doc/pull/3471 But it should work now and we now use the UIAHandler everywhere. fixes #670 | ||||
* | move device verification management to its own file | Nicolas Werner | 2021-10-17 | 1 | -0/+4 |
| | |||||
* | Use the same leave room dialog everywhere | Loren Burkholder | 2021-10-11 | 1 | -0/+14 |
| | | | | This ports the leave room dialog to QML, everywhere. There are now no differences between the various leave dialogs. | ||||
* | Merge pull request #741 from LorenDB/qmlJoinRoomDlg | DeepBlueV7.X | 2021-10-11 | 1 | -0/+12 |
|\ | | | | | QML the join room dialog | ||||
| * | QML the join room dialog | Loren Burkholder | 2021-10-09 | 1 | -0/+12 |
| | | |||||
* | | Merge pull request #755 from Nheko-Reborn/bootstrapping | DeepBlueV7.X | 2021-10-09 | 1 | -0/+23 |
|\ \ | |/ |/| | Support bootstrapping crosssigning | ||||
| * | Support bootstrapping crosssigning | Nicolas Werner | 2021-10-09 | 1 | -0/+23 |
| | | | | | | | | | | Showing the bootstrap state and showing there are unverified devices is still missing. | ||||
* | | QML the logout dialog | Loren Burkholder | 2021-10-05 | 1 | -0/+16 |
|/ | |||||
* | 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 |