Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a reduced motion option | Nicolas Werner | 2023-02-06 | 1 | -0/+57 |
| | | | | fixes #1350 | ||||
* | add user search to invite dialog (#1253) | Malte E | 2023-01-31 | 1 | -1/+9 |
| | |||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Merge pull request #1202 from Nheko-Reborn/grammar | DeepBlueV7.X | 2022-10-03 | 1 | -1/+1 |
|\ | | | | | Grammar | ||||
| * | Various grammar fixes (mostly removing commas) | Loren Burkholder | 2022-09-30 | 1 | -1/+1 |
| | | |||||
* | | Fix wrong file urls | Nicolas Werner | 2022-10-01 | 1 | -3/+3 |
| | | |||||
* | | Load components on demand | Nicolas Werner | 2022-10-01 | 1 | -167/+26 |
|/ | |||||
* | Allow editing permissions in spaces recursively | Nicolas Werner | 2022-09-28 | 1 | -0/+16 |
| | |||||
* | Rework how access rules for rooms are modified completely | Nicolas Werner | 2022-09-19 | 1 | -0/+16 |
| | |||||
* | Show a room preview in the join confirmation dialog | Nicolas Werner | 2022-08-05 | 1 | -0/+14 |
| | | | | | | Requires MSC3266 Fixes #1129 | ||||
* | Allow editing aliases | Nicolas Werner | 2022-07-08 | 1 | -6/+21 |
| | |||||
* | Fix crash when closing room directory window | Nicolas Werner | 2022-07-01 | 1 | -0/+4 |
| | |||||
* | Add basic powerlevel editor | Nicolas Werner | 2022-05-27 | 1 | -0/+16 |
| | |||||
* | More image dialog fixes | Nicolas Werner | 2022-05-10 | 1 | -1/+2 |
| | |||||
* | Rework focus handling | Nicolas Werner | 2022-05-07 | 1 | -2/+0 |
| | |||||
* | Add basic support for multiple windows | Nicolas Werner | 2022-05-06 | 1 | -0/+2 |
| | |||||
* | Remove boundary handling in image overlay | Nicolas Werner | 2022-04-10 | 1 | -1/+3 |
| | | | | They hurt more than they are helping | ||||
* | Add reasons to everything | Nicolas Werner | 2022-03-30 | 1 | -2/+3 |
| | | | | fixes #1030 | ||||
* | Don't destroy components in use | Nicolas Werner | 2022-03-10 | 1 | -3/+3 |
| | | | | | | | | Add a delay to all destructions and move the call dialog stuff up a level, so that we don't destroy the component when destroying the parent dialog. fixes #984 | ||||
* | Fix server switching to https after bootstrap | Nicolas Werner | 2022-03-07 | 1 | -1/+2 |
| | | | | fixes #878 | ||||
* | Fix a few small completer glitches | Nicolas Werner | 2022-03-01 | 1 | -1/+5 |
| | |||||
* | Fix mobile call screen | Nicolas Werner | 2022-02-25 | 1 | -1/+1 |
| | | | | See #469 | ||||
* | Don't leak dialogs | Nicolas Werner | 2022-02-21 | 1 | -0/+23 |
| | | | | | | It seems that you need to manually destroy created objects... Great... fixes #898 | ||||
* | 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 |