summary refs log tree commit diff
path: root/src/dialogs/FallbackAuth.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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
Sadly still required for replies, otherwise this would be perfect.
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
Note: I have deleted commented code as per the suggestion of @utkarsh2102. Note 2: I have fixed all the diffs, etc.
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 ↵kamathmanu1-14/+14
depending on the rectangle's opacity property. Switch to Nheko theme colors
2020-10-14Avoid hardcoded font sizekamathmanu1-1/+1
2020-10-13Translated using Weblate (Estonian)Weblate1-4/+4
Currently translated at 90.2% (363 of 402 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko
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 ↵Joseph Donofry1-7/+48
if the db doesn't exist
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