summary refs log tree commit diff
path: root/src/TextInputWidget.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-29Avoid std::from_chars for nowtrilene1-4/+2
2020-10-29Document better rtp payload typestrilene1-3/+9
2020-10-29Avoid ugly error if pipeline creation failstrilene1-2/+4
2020-10-28Make back button bigger as it is hard to tap with your thumbNicolas Werner1-0/+2
2020-10-28Translated using Weblate (Russian)Weblate1-4/+4
2020-10-28Translated using Weblate (Finnish)Weblate1-58/+58
2020-10-28Translated using Weblate (French)Weblate1-100/+100
2020-10-28Translated using Weblate (Estonian)Weblate1-56/+56
2020-10-28Don't pass around empty timelineNicolas Werner6-19/+15
2020-10-27Fix crash on exittrilene7-38/+30
2020-10-27Fix ambiguous namespace on gcc7Nicolas Werner2-2/+2
2020-10-27No roomid on leaveNicolas Werner1-1/+1
2020-10-27Support video callstrilene18-433/+1157
2020-10-27Optimize buildNicolas Werner33-232/+243
2020-10-26Translated using Weblate (English)Weblate1-60/+60
2020-10-26Fix small scope issueNicolas Werner1-6/+5
2020-10-26Run update-translationsJoseph Donofry17-788/+1740
2020-10-26Disable new MessageInput, until you can paste imagesNicolas Werner4-15/+4
2020-10-26Split up TimelineView into separate componentsNicolas Werner8-472/+531
2020-10-26Qml message input mockupNicolas Werner9-228/+327
2020-10-24Fix loginNicolas Werner1-1/+1
2020-10-24Add option for unique configLorenDB7-24/+69
2020-10-24Add mobile mode which improves scrollingNicolas Werner3-1/+28
2020-10-24Fix copying textNicolas Werner1-2/+0
2020-10-23Fix infinite pagination properly now.Nicolas Werner4-5/+19
2020-10-23Fix share keys setting not workingNicolas Werner1-0/+6
2020-10-23Reload message on m.room_keyNicolas Werner1-2/+4
2020-10-22Speed up rendering the timeline by a LOT by reducing clippingNicolas Werner2-2/+2
2020-10-22Trade CPU usage for 30MB of members in RAMNicolas Werner7-146/+30
2020-10-21Delete text on Ctrl-ULorenDB1-0/+3
2020-10-21Use QFontComboBox as per issue 238 (deleted comments)LorenDB2-6/+4
2020-10-20Fix corrupt channel + add additional debuggingNicolas Werner3-2/+11
2020-10-20Clean up key requests + autoreloadNicolas Werner11-56/+84
2020-10-20Share code for sending encrypted olm messagesNicolas Werner4-352/+278
2020-10-20Store timestamp with olm sessionsNicolas Werner9-19/+191
2020-10-18Hide room name, if not loaded yetNicolas Werner2-5/+9
2020-10-18Actually forward keys using m.forwared_room_keyNicolas Werner2-23/+28
2020-10-18Automatic key sharing with trusted usersNicolas Werner3-23/+62
2020-10-17Fix crash on exitNicolas Werner7-45/+21
2020-10-17Answer key requests for all our sessionsNicolas Werner1-7/+10
2020-10-15Make Text element a sibling of the Rectangle to avoid the text from depending...kamathmanu1-14/+14
2020-10-14Avoid hardcoded font sizekamathmanu1-1/+1
2020-10-13Translated using Weblate (Estonian)Weblate1-4/+4
2020-10-13Display filename on mouse hoverkamathmanu1-1/+30
2020-10-13Fix small typo in robustness logicNicolas Werner1-1/+1
2020-10-12Fix emoji filter losing focusNicolas Werner1-0/+1
2020-10-11Update translationsNicolas Werner17-1028/+5244
2020-10-09Add some try...catch logic around read-only databases so nheko won't crash if...Joseph Donofry1-7/+48
2020-10-08Lint qml with qml-formatNicolas Werner31-2350/+3034
2020-10-08Try to fix windows buildNicolas Werner1-3/+3
2020-10-08More unused variables in bindingsNicolas Werner1-1/+3
2020-10-08Bump spdlog versionNicolas Werner1-2/+2
2020-10-08Fix unused variable warnings on old compilersNicolas Werner1-3/+12
2020-10-08Send master key in verification flow (if we trust it)Nicolas Werner2-0/+26
2020-10-08Try to please the CI godsNicolas Werner2-3/+5
2020-10-08Fix issues with old qt and bump to 5.10Nicolas Werner4-24/+26
2020-10-08Implement signature upload for own master keyNicolas Werner4-2/+52</