Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ItemDelegate for read receipts | Loren Burkholder | 2021-11-06 | 1 | -42/+39 |
| | |||||
* | Fix leave room dialog | Nicolas Werner | 2021-11-05 | 1 | -3/+3 |
| | |||||
* | Use ItemDelegate in RoomList instead of a Rectangle with handlers | Nicolas Werner | 2021-11-03 | 5 | -298/+1691 |
| | | | | | fixes #683 relates to #571 | ||||
* | Fix copyright order | Nicolas Werner | 2021-11-03 | 1 | -1/+1 |
| | |||||
* | Fix registration on matrix.org | Nicolas Werner | 2021-11-03 | 1 | -0/+354 |
| | | | | | | | | 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 | ||||
* | Auto-focus search bar in room directory | Loren Burkholder | 2021-10-28 | 1 | -0/+1 |
| | |||||
* | Allow changing device names, display last seen time and IP | Thulinma | 2021-10-20 | 1 | -18/+82 |
| | |||||
* | Add support for listing devices that do not support encryption, add support ↵ | Thulinma | 2021-10-17 | 1 | -0/+10 |
| | | | | | | for logging out devices. Ticks off another box in #23! | ||||
* | Allow JPEG in image picker for stickers and emotes. | tastytea | 2021-10-15 | 1 | -1/+1 |
| | | | | | The file ending list is translated, so all the translations are updated too. | ||||
* | Use the same leave room dialog everywhere | Loren Burkholder | 2021-10-11 | 1 | -0/+20 |
| | | | | 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/+76 |
|\ | | | | | QML the join room dialog | ||||
| * | Use better close-on-Enter logic | Loren Burkholder | 2021-10-09 | 1 | -8/+4 |
| | | |||||
| * | Auto-focus the input | Loren Burkholder | 2021-10-09 | 1 | -0/+1 |
| | | |||||
| * | Add handy keyboard shortcuts | Loren Burkholder | 2021-10-09 | 1 | -0/+15 |
| | | |||||
| * | QML the join room dialog | Loren Burkholder | 2021-10-09 | 1 | -0/+64 |
| | | |||||
* | | Merge pull request #755 from Nheko-Reborn/bootstrapping | DeepBlueV7.X | 2021-10-09 | 3 | -20/+30 |
|\ \ | |/ |/| | Support bootstrapping crosssigning | ||||
| * | Support bootstrapping crosssigning | Nicolas Werner | 2021-10-09 | 3 | -20/+30 |
| | | | | | | | | | | Showing the bootstrap state and showing there are unverified devices is still missing. | ||||
* | | Merge pull request #743 from LorenDB/qmlLogout | DeepBlueV7.X | 2021-10-09 | 1 | -0/+19 |
|\ \ | |/ |/| | QML the logout dialog | ||||
| * | QML the logout dialog | Loren Burkholder | 2021-10-05 | 1 | -0/+19 |
| | | |||||
* | | Simplify device list refresh logic | DeepBlueV7.X | 2021-10-07 | 1 | -1/+1 |
| | | |||||
* | | Added support for refreshing the device list, marking current device with a ↵ | Thulinma | 2021-10-06 | 1 | -8/+30 |
|/ | | | | checkmark instead of a lock | ||||
* | Reorganize all the dialogs into the dialogs folder | Loren Burkholder | 2021-09-29 | 7 | -0/+1371 |
| | |||||
* | Fix margins on input dialog | Loren Burkholder | 2021-09-24 | 1 | -1/+2 |
| | |||||
* | Fix a few jdenticon bugs | Joseph Donofry | 2021-09-14 | 1 | -1/+2 |
| | |||||
* | Use better jdenticon codes/id settings | Loren Burkholder | 2021-09-11 | 2 | -5/+6 |
| | |||||
* | Fix jdenticons in various places | Loren Burkholder | 2021-09-11 | 2 | -2/+5 |
| | |||||
* | Finish getting all avatars jdenticonified | Loren Burkholder | 2021-09-11 | 2 | -0/+2 |
| | |||||
* | Fix a few null warnings | Nicolas Werner | 2021-08-29 | 1 | -1/+0 |
| | |||||
* | Small image pack editor improvements | Nicolas Werner | 2021-08-29 | 1 | -1/+16 |
| | | | | | | | - add missing mimetype - allow removal of images from pack - allow GIF as a format - don't divide size by 2 if the image is very small already | ||||
* | Add Qt.WindowTitleHint to qml dialogs | Joseph Donofry | 2021-08-19 | 2 | -2/+2 |
| | |||||
* | AttrIbution | Nicolas Werner | 2021-08-08 | 1 | -1/+1 |
| | |||||
* | Allow creating new packs | Nicolas Werner | 2021-08-06 | 2 | -4/+32 |
| | |||||
* | Allow uploading additional stickers | Nicolas Werner | 2021-08-06 | 1 | -0/+18 |
| | |||||
* | Basic sticker pack editor | Nicolas Werner | 2021-08-06 | 2 | -128/+329 |
| | |||||
* | Fix window placement on wayland and add close buttons | Nicolas Werner | 2021-08-04 | 2 | -3/+9 |
| | | | | | | We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++. | ||||
* | Add menu to enable or disable stickers globally | Nicolas Werner | 2021-07-23 | 1 | -0/+309 |
| | |||||
* | Try to be compatible with Qt 5.12 | Nicolas Werner | 2021-06-13 | 1 | -2/+2 |
| | |||||
* | Reimplement room context menus | Nicolas Werner | 2021-05-28 | 1 | -0/+53 |