summary refs log tree commit diff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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-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...