summary refs log tree commit diff
path: root/resources/qml/dialogs/LeaveRoomDialog.qml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-30Add delay to showing scroll down buttonNicolas Werner1-25/+19
2022-03-30Fix cursor moving to the end when editing in the middleNicolas Werner1-1/+2
2022-03-30Remove a few unused variablesNicolas Werner1-90/+4
2022-03-30Don't use a modal to edit room name and topicNicolas Werner8-868/+187
2022-03-30Fix arrow keysNicolas Werner1-1/+1
2022-03-30Fix broken invite dialogNicolas Werner1-0/+4
2022-03-30Remove unused ToggleButtonNicolas Werner3-357/+0
2022-03-30Cleanup some unused codeNicolas Werner5-498/+3
2022-03-30Add a background to scroll to bottom buttonNicolas Werner1-2/+10
2022-03-29add jump to end buttonMalte E1-0/+58
2022-03-29Add backend for new room creation dialogsNicolas Werner14-275/+125
2022-03-28expose options betterMalte E2-15/+66
2022-03-28Avoid empty membership eventsNicolas Werner1-9/+6
2022-03-28fix tapping messages, fix pressandhold/doubletap on touchMalte E3-0/+10
2022-03-27drag to reply (#1018)Malte E3-1/+29
2022-03-26run lintMalte E2-3/+3
2022-03-26direct chat creator can now create direct chatsMalte E3-13/+34
2022-03-26initial direct chat creation dialogMalte E4-1/+110
2022-03-25Translated using Weblate (Dutch)Weblate1-39/+41
2022-03-25Translated using Weblate (French)Weblate1-123/+128
2022-03-25CreateRoom dialog in QMLMalte E3-1/+94
2022-03-25Fix crash on missing pack descriptionNicolas Werner1-2/+4
2022-03-25Release v0.9.3Nicolas Werner4-12/+9
2022-03-25Update CHANGELOGNicolas Werner1-0/+49
2022-03-24Don't send thumbnails that are larger than the originaltastytea1-31/+39
2022-03-23Translated using Weblate (Indonesian)Weblate1-5/+7
2022-03-23Translated using Weblate (Estonian)Weblate1-6/+8
2022-03-24Better touch scrolling (#1012)Malte E4-110/+91
2022-03-23Remove brew upgrade now that the VM is updatedJoseph Donofry1-3/+0
2022-03-23Update qt5 for macos in notarize stepNicolas Werner1-0/+1
2022-03-23Upgrade qt in CINicolas Werner1-1/+1
2022-03-23Make overlap of actionMenu a bit smaller againNicolas Werner1-1/+1
2022-03-22Properly enable hovering on message action menuNicolas Werner1-0/+1
2022-03-22Make hover menu inset slightlyNicolas Werner1-1/+1
2022-03-22Default body to shortcode if unset and sending stickerNicolas Werner2-1/+7
2022-03-22Add a default filename for clipboard pastes againNicolas Werner1-1/+6
2022-03-22Try to improve thumbnailing on macOSNicolas Werner1-1/+5
2022-03-22Fix thumbnails of received encrypted imagesNicolas Werner2-3/+8
2022-03-22Update translationsNicolas Werner25-1269/+1103
2022-03-21Translated using Weblate (Finnish)Weblate1-102/+102
2022-03-21Translated using Weblate (Estonian)Weblate1-33/+35
2022-03-22Small fixes to video thumbnailingNicolas Werner1-34/+17
2022-03-21Actually pass the mimetype we intendedNicolas Werner1-1/+1
2022-03-21Properly fix image uploads without image/* formatNicolas Werner1-2/+9
2022-03-21Fix potential crash if there is no image format pastedNicolas Werner1-1/+2
2022-03-21Reword tooltip for Open{Image,Video}Externaltastytea1-6/+6
2022-03-21Fix thumbnails for encrypted files and factor upload box outNicolas Werner8-83/+182
2022-03-21Show some previews in upload windowNicolas Werner9-7/+104
2022-03-21Please clazyNicolas Werner1-3/+3
2022-03-21Also stop audio playerNicolas Werner1-1/+5
2022-03-21Thumbnail videoNicolas Werner2-83/+172
2022-03-21Add duration and resolution to filesNicolas Werner12-9/+230
2022-03-20Move uploads to InputBarNicolas Werner6-427/+303
2022-03-20Don't send on Enter when inputMethod.visible ( == OSK active assumed)Malte E1-2/+4
2022-03-20add preedit text to searchMalte E1-1/+5
2022-03-20remove completer trigger charactersMalte E1-4/+4