summary refs log tree commit diff
path: root/resources/langs (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-13Fix text corruption from unrounded pixel heightNicolas Werner1-2/+2
2021-03-13Disable bundled OpenSSL by default, even with hunterNicolas Werner5-6/+8
2021-03-12Fix a few db access crashesNicolas Werner2-5/+14
2021-03-12Bump mtxclient versionNicolas Werner2-2/+2
2021-03-12Disable room pings in repliesNicolas Werner1-0/+2
2021-03-11Translated using Weblate (German)Weblate1-10/+10
2021-03-11Translated using Weblate (English)Weblate1-1/+1
2021-03-08Translated using Weblate (Estonian)Weblate1-26/+28
2021-03-08Fix disable certificate validation on login pageNicolas Werner1-3/+4
2021-03-07Fix popup opening at wrong placeNicolas Werner2-7/+4
2021-03-07Fix conflict between qmlformat and license checkNicolas Werner49-0/+50
2021-03-07Show mxid on hovering usernameNicolas Werner49-52/+13
2021-03-07Fix missing include for FetchContentNicolas Werner1-0/+1
2021-03-06Add config option to disable tls validationNicolas Werner7-4/+42
2021-03-07change allowed mistakes, fix minor style issues, remove old completer functio...Jedi188-50/+43
2021-03-06Add linebreaks to fingerprintNicolas Werner1-3/+7
2021-03-05Bump mtxclienttrilene1-1/+1
2021-03-05Bump mtxclienttrilene2-8/+8
2021-03-05Use short format for timeNicolas Werner1-1/+1
2021-03-05Mark message currently being editedNicolas Werner1-2/+2
2021-03-05Fix janky hoverhandling for text messagesNicolas Werner2-1/+4
2021-03-05Fix unused variableNicolas Werner1-1/+0
2021-03-05fix lintingNicolas Werner5-132/+137
2021-03-05Fix cplusplus macro on windowsNicolas Werner1-0/+3
2021-03-05Update translationsNicolas Werner20-4475/+4663
2021-03-05Fix a few join confirmations too manyNicolas Werner2-8/+13
2021-03-05Remove tweenyNicolas Werner3-29/+26
2021-03-04Fix lintingJoseph Donofry11-161/+152
2021-03-05Update license headersNicolas Werner225-653/+911
2021-03-04Properly format matrix errors in spdlog statementsJoseph Donofry3-7/+7
2021-03-04Use overlay buttons for message actionsNicolas Werner4-79/+127
2021-03-03Translated using Weblate (French)Weblate1-27/+30
2021-03-03Avoid some duplicate property queriesNicolas Werner2-2/+2
2021-03-03Fix avatar fallback in roomsNicolas Werner1-0/+1
2021-03-03Fix reply relating to the wrong id of edited eventNicolas Werner1-1/+1
2021-03-03Fix the include path for lmdb from hunterNicolas Werner1-0/+3
2021-03-03Download single file for lmdb++.hppNicolas Werner1-2/+2
2021-03-03Add comment to mark db keys as suchNicolas Werner1-0/+1
2021-03-03Update to new lmdbxx versionNicolas Werner5-495/+367
2021-03-03add matrix uri handler registry values in installerJedi181-0/+12
2021-03-02Translated using Weblate (German)Weblate1-2/+2
2021-03-01Fix indentationNicolas Werner1-1/+1
2021-03-01Use one after_build in appveyorNicolas Werner1-3/+1
2021-03-01Fix appveyor uploadNicolas Werner1-1/+2
2021-03-01Don't ask to join joined rooms when clicking matrix uriNicolas Werner1-2/+2
2021-02-26Translated using Weblate (French)Weblate1-57/+57
2021-02-26Translated using Weblate (Swedish)Weblate1-5/+5
2021-02-26changed bottomToTop to true and renamed textWidth to textHeightJedi181-5/+5
2021-02-25Use toggles for screen share settingsNicolas Werner1-27/+38
2021-02-25Restore voice/video callstrilene1-1/+2
2021-02-25add_feature_info for screen sharing window selectiontrilene1-1/+6
2021-02-25Add missing translation marktrilene1-1/+1
2021-02-25Add screen sharing window previewtrilene3-4/+100
2021-02-25Fix unaligned readsNicolas Werner1-16/+30
2021-02-25Fix potential issue with modifiers and edit shortcutsNicolas Werner1-2/+2
2021-02-25change mtxclient url, fix login page assert failure and dendrite registration...Jedi185-6/+13
2021-02-25navigate to newly created roomsJedi182-2/+13
2021-02-25Fix text input restoring after editsNicolas Werner4-22/+25
2021-02-24Allow editing via up and down arrowsNicolas Werner3-2/+55
2021-02-24Allow choice of single window when sharing screentrilene6-24/+131
2021-02-24remove old quick switcherJedi187-242/+1
2021-02-24added margins and ui changes for quickswitcher and completerJedi182-11/+19
2021-02-24fix row content centeringJedi182-5/+11
2021-02-24Ensure we ask for confirmation when clicking on a matrix uriNicolas Werner1-3/+17
2021-02-24Add missing dependency to appimageNicolas We