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