summary refs log tree commit diff
path: root/resources/qml/dialogs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix room member listq234rty2022-06-301-4/+6
* Add an option to define new power levelsNicolas Werner2022-06-261-122/+176
* Support the knock_restricted ruleNicolas Werner2022-06-181-0/+3
* Close image viewer when clicking on the backgroundNicolas Werner2022-06-151-0/+4
* Fix editing topicNicolas Werner2022-06-021-6/+3
* Indicate if no topic is setLoren Burkholder2022-06-021-1/+6
* Lots of new PL translationsNicolas Werner2022-05-271-1/+1
* Add basic powerlevel editorNicolas Werner2022-05-272-0/+359
* More image dialog fixesNicolas Werner2022-05-102-8/+7
* Show powerlevels in memberlistNicolas Werner2022-05-071-0/+35
* Modifications to member list buttonsLoren Burkholder2022-04-231-10/+13
* Set default size for hidden events dialogLoren Burkholder2022-04-231-0/+2
* Search room members (#1049)Loren Burkholder2022-04-221-2/+33
* Focus room searchLoren Burkholder2022-04-181-0/+2
* Remove boundary handling in image overlayNicolas Werner2022-04-101-34/+25
* Add reasons to everythingNicolas Werner2022-03-301-1/+2
* Don't use a modal to edit room name and topicNicolas Werner2022-03-301-20/+79
* Add backend for new room creation dialogsNicolas Werner2022-03-292-34/+71
* expose options betterMalte E2022-03-282-15/+66
* direct chat creator can now create direct chatsMalte E2022-03-261-13/+25
* initial direct chat creation dialogMalte E2022-03-262-1/+93
* CreateRoom dialog in QMLMalte E2022-03-251-0/+81
* Use standard buttons where possibletastytea2022-03-112-19/+6
* Fix images being cropped instead of scaledNicolas Werner2022-03-092-2/+2
* Make “show more” “show less” in room settings translatabletastytea2022-03-081-1/+1
* Add function to force focus on InputDialog input fieldtastytea2022-03-061-0/+4
* Merge pull request #965 from maltee1/mobile_room_settingsDeepBlueV7.X2022-03-051-215/+283
|\
| * rich text emojiMalte E2022-03-041-0/+1
| * wrap room nameMalte E2022-03-041-0/+1
| * cosmeticsMalte E2022-03-041-1/+1
| * hopfefully the button works nowMalte E2022-03-041-4/+4
| * fix text color and button, copy roomID on clickMalte E2022-03-031-6/+39
| * make long topic collapsibleMalte E2022-03-021-5/+34
| * restore default width and heightMalte E2022-02-251-0/+2
| * clean up indentationMalte E2022-02-251-204/+204
| * make RoomSettings mobile friendly and more like UserProfileMalte E2022-02-251-36/+38
* | Correct "be be"Eldred Habert2022-03-021-2/+2
|/
* Merge pull request #956 from maltee1/mobile_room_directoryDeepBlueV7.X2022-02-231-64/+45
|\
| * make room directory fit mobile screensMalte E2022-02-211-64/+45
* | Don't leak dialogsNicolas Werner2022-02-211-0/+3
|/
* Hidden events: Refactor slightly for reusabilityNicolas Werner2022-02-122-28/+23
* Hidden events: Some cleanuptastytea2022-02-101-1/+1
* Hidden events: Make save-function reusable for global account datatastytea2022-02-101-1/+1
* Hidden events: Change title and prompt depending on isRoomSettingtastytea2022-02-102-3/+18
* Hidden events: Incorporate suggestions from reviewtastytea2022-02-102-7/+17
* Hidden events: Enhance tooltipstastytea2022-02-101-2/+2
* Add GUI to change hidden events per roomtastytea2022-02-102-1/+124
* Add maximum width to room name in user profiletastytea2022-02-051-0/+2
* Add maximum width to user name in profiletastytea2022-02-051-0/+4
* Fix width of room name to dialog widthtastytea2022-02-041-1/+2
* Functional login pageNicolas Werner2022-01-262-23/+29
* Fix focus and qml parenting with qml rootNicolas Werner2022-01-2612-16/+0
* Merge pull request #883 from Nheko-Reborn/qml-usersettingsJoseph Donofry2022-01-113-6/+6
|\
| * Port usersettings to qmlNicolas Werner2022-01-093-6/+6
* | Fix some minor UI issues with ImageOverlay and RawMessageDialogJoseph Donofry2022-01-052-24/+27
|/
* Add minimum scale in image viewerNicolas Werner2022-01-031-0/+33
* Port image overlay to qmlNicolas Werner2022-01-022-1/+111
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-0114-0/+14
* Explicitly set text format for raw message dialogNicolas Werner2021-12-191-0/+1
* Use better translation methodLoren Burkholder2021-12-131-1/+1
* Make opening room members from rooms settings dialog workLoren Burkholder2021-12-131-1/+1
* Only show room pack button, when you can actually create oneNicolas Werner2021-12-131-0/+2
* Multiply source size by scale factorNicolas Werner2021-12-131-2/+2
* Misc pack editor improvementsNicolas Werner2021-12-132-3/+6
* Show some avatar for image packsNicolas Werner2021-12-131-0/+21
* Fix colors and alignment in dialogsNicolas Werner2021-11-183-23/+10
* Fix qml warnings and missing iconsNicolas Werner2021-11-182-4/+4
* Quality-of-life improvements to InputDialogLoren Burkholder2021-11-161-0/+9
* Simplify code for padding delegatesLoren Burkholder2021-11-162-4/+8
* Remove duplicate propertyLoren Burkholder2021-11-161-4/+0
* Allow removing users from the invite dialogLoren Burkholder2021-11-161-3/+14
* Nicer paddingLoren Burkholder2021-11-163-6/+9
* Add pointing hand cursor shapeLoren Burkholder2021-11-161-0/+5
* Port invite dialog to use ItemDelegateLoren Burkholder2021-11-161-23/+39
* Add highlight on hoverLoren Burkholder2021-11-162-2/+8
* Switch member dialog to using ItemDelegateLoren Burkholder2021-11-161-46/+63
* Use filled shields everywhere and distinguish different states moreNicolas Werner2021-11-171-10/+13
* Switch icon theme to Fluent iconsLoren Burkholder2021-11-173-21/+21
* Merge branch 'video_player_enhancements' into 'master'Nicolas Werner2021-11-121-3/+4
|\
| * Format qmlNicolas Werner2021-11-111-3/+4
* | Make yellow darkerNicolas Werner2021-11-111-2/+2
* | Improve the layout and behaviour of topbar slightlyNicolas Werner2021-11-111-5/+5
|/
* Merge pull request #798 from LorenDB/fixRRDialogDeepBlueV7.X2021-11-091-0/+1
|\
| * Fix clicking on avatarLoren Burkholder2021-11-081-0/+1
* | Explicitly namespace platform moduleNicolas Werner2021-11-091-3/+3
* | Merge pull request #791 from Nheko-Reborn/secret-storage-fixesDeepBlueV7.X2021-11-072-2/+2
|\ \ | |/ |/|
| * Move away from using an event loop to access secretsNicolas Werner2021-11-072-2/+2
* | Use ItemDelegate for read receiptsLoren Burkholder2021-11-061-42/+39
|/
* Fix leave room dialogNicolas Werner2021-11-051-3/+3
* Use ItemDelegate in RoomList instead of a Rectangle with handlersNicolas Werner2021-11-035-298/+1691
* Fix copyright orderNicolas Werner2021-11-031-1/+1
* Fix registration on matrix.orgNicolas Werner2021-11-031-0/+354
* Auto-focus search bar in room directoryLoren Burkholder2021-10-281-0/+1
* Allow changing device names, display last seen time and IPThulinma2021-10-201-18/+82
* Add support for listing devices that do not support encryption, add support f...Thulinma2021-10-171-0/+10
* Allow JPEG in image picker for stickers and emotes.tastytea2021-10-151-1/+1
* Use the same leave room dialog everywhereLoren Burkholder2021-10-111-0/+20
* Merge pull request #741 from LorenDB/qmlJoinRoomDlgDeepBlueV7.X2021-10-111-0/+76
|\
| * Use better close-on-Enter logicLoren Burkholder2021-10-091-8/+4
| * Auto-focus the inputLoren Burkholder2021-10-091-0/+1
| * Add handy keyboard shortcutsLoren Burkholder2021-10-091-0/+15
| * QML the join room dialogLoren Burkholder2021-10-091-0/+64
* | Merge pull request #755 from Nheko-Reborn/bootstrappingDeepBlueV7.X2021-10-093-20/+30
|\ \ | |/ |/|
| * Support bootstrapping crosssigningNicolas Werner2021-10-093-20/+30
* | Merge pull request #743 from LorenDB/qmlLogoutDeepBlueV7.X2021-10-091-0/+19
|\ \ | |/ |/|
| * QML the logout dialogLoren Burkholder2021-10-051-0/+19
* | Simplify device list refresh logicDeepBlueV7.X2021-10-071-1/+1
* | Added support for refreshing the device list, marking current device with a c...Thulinma2021-10-061-8/+30
|/
* Reorganize all the dialogs into the dialogs folderLoren Burkholder2021-09-297-0/+1371
* Fix margins on input dialogLoren Burkholder2021-09-241-1/+2
* Fix a few jdenticon bugsJoseph Donofry2021-09-141-1/+2
* Use better jdenticon codes/id settingsLoren Burkholder2021-09-112-5/+6
* Fix jdenticons in various placesLoren Burkholder2021-09-112-2/+5
* Finish getting all avatars jdenticonifiedLoren Burkholder2021-09-112-0/+2
* Fix a few null warningsNicolas Werner2021-08-291-1/+0
* Small image pack editor improvementsNicolas Werner2021-08-291-1/+16
* Add Qt.WindowTitleHint to qml dialogsJoseph Donofry2021-08-192-2/+2
* AttrIbutionNicolas Werner2021-08-081-1/+1
* Allow creating new packsNicolas Werner2021-08-062-4/+32
* Allow uploading additional stickersNicolas Werner2021-08-061-0/+18
* Basic sticker pack editorNicolas Werner2021-08-062-128/+329
* Fix window placement on wayland and add close buttonsNicolas Werner2021-08-042-3/+9
* Add menu to enable or disable stickers globallyNicolas Werner2021-07-231-0/+309
* Try to be compatible with Qt 5.12Nicolas Werner2021-06-131-2/+2
* Reimplement room context menusNicolas Werner2021-05-281-0/+53