Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-02-01 | Change bash variable check | Joseph Donofry | 1 | -1/+1 | |
2021-02-01 | Update wording on settings page for privacy timer | Joseph Donofry | 1 | -1/+1 | |
2021-02-01 | Small UX fixes | Joseph Donofry | 2 | -3/+5 | |
2021-02-01 | Remove redundant import and fix visible warning | Joseph Donofry | 2 | -5/+6 | |
2021-02-01 | Fix emojis with fe0f in the middle | Nicolas Werner | 1 | -2/+1 | |
2021-01-31 | Translated using Weblate (Hungarian) | Weblate | 1 | -42/+42 | |
Currently translated at 81.2% (359 of 442 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko | |||||
2021-01-30 | focus and select text on clicking edit button | Jedi18 | 1 | -0/+2 | |
2021-01-29 | Translated using Weblate (Russian) | Weblate | 1 | -6/+6 | |
Currently translated at 84.6% (374 of 442 strings) Translated using Weblate (Russian) Currently translated at 84.6% (374 of 442 strings) Co-authored-by: Alexey Murz Korepov <murznn@gmail.com> Co-authored-by: Artem <ego.cordatus@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/ Translation: Nheko/nheko | |||||
2021-01-29 | Translated using Weblate (Hungarian) | Weblate | 1 | -45/+53 | |
Currently translated at 71.7% (317 of 442 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko | |||||
2021-01-29 | Close user profile dialog on Esc | Loren Burkholder | 1 | -0/+5 | |
2021-01-29 | make lint | Loren Burkholder | 1 | -3/+3 | |
2021-01-29 | Fix warning about non-NOTIFYable property | Loren Burkholder | 1 | -4/+4 | |
2021-01-29 | Center user info dialog on the screen | Loren Burkholder | 3 | -1/+12 | |
2021-01-29 | shifted isUsernameEditingAllowed to qml from c++ | Jedi18 | 3 | -28/+14 | |
2021-01-29 | made requeste changes | Jedi18 | 5 | -17/+13 | |
2021-01-29 | fix linting 2 | Jedi18 | 2 | -3/+3 | |
2021-01-29 | Shifted fetching of global username fom timeline model to user profile | Jedi18 | 4 | -21/+34 | |
2021-01-28 | fix linting | Jedi18 | 4 | -8/+8 | |
2021-01-28 | Changed edit method from double clicking to an edit button | Jedi18 | 5 | -12/+41 | |
2021-01-28 | Username can be edited by double clicking on text, added global user profile ↵ | Jedi18 | 7 | -70/+86 | |
menu action in user info widget | |||||
2021-01-27 | Translated using Weblate (Estonian) | Weblate | 1 | -4/+4 | |
Currently translated at 100.0% (442 of 442 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 | |||||
2021-01-27 | Bump version to 0.8.1 | Nicolas Werner | 5 | -10/+12 | |
2021-01-27 | Update changelog | Nicolas Werner | 1 | -0/+38 | |
2021-01-27 | Fix crash, when keys for no events were requested | Nicolas Werner | 1 | -1/+2 | |
2021-01-27 | Fix request key loops | Nicolas Werner | 1 | -2/+5 | |
2021-01-27 | Fix username completion deleting characters before it | Nicolas Werner | 1 | -1/+4 | |
fixes #421 | |||||
2021-01-27 | Update new translations | Nicolas Werner | 2 | -8/+8 | |
2021-01-27 | Translated using Weblate (Estonian) | Weblate | 1 | -4/+4 | |
Currently translated at 100.0% (438 of 438 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 | |||||
2021-01-27 | Only select elements in completer when mouse is moved | Nicolas Werner | 2 | -3/+4 | |
2021-01-27 | Add a few missing strings on the login page to translations | Nicolas Werner | 21 | -87/+547 | |
2021-01-27 | Autoclose completer when space is pressed and no suggestion available | Nicolas Werner | 3 | -1/+5 | |
2021-01-27 | Translate some of the new messages | Nicolas Werner | 2 | -8/+8 | |
2021-01-27 | Update translations | Nicolas Werner | 20 | -372/+691 | |
2021-01-27 | Translated using Weblate (Hungarian) | Weblate | 1 | -39/+39 | |
Currently translated at 62.7% (273 of 435 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko | |||||
2021-01-27 | Translated using Weblate (Hungarian) | Weblate | 1 | -25/+26 | |
Currently translated at 53.7% (234 of 435 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko | |||||
2021-01-27 | update room specific username from userprofile | Jedi18 | 5 | -3/+77 | |
2021-01-26 | Implement Privacy Screen | Joseph Donofry | 8 | -35/+137 | |
* Add handles for window focus gained / focus lossed and connect to timer * Clean up some of the PrivacyScreen.qml code * Connect settings to PrivacyScreen visibility | |||||
2021-01-26 | Fix formatting | Joseph Donofry | 5 | -27/+44 | |
2021-01-25 | Initial commit for privacy screen | Joseph Donofry | 6 | -2/+159 | |
Missing window focus event and knowing when room is encryption | |||||
2021-01-25 | Use updated emoji-test.txt | Loren Burkholder | 1 | -4177/+4610 | |
2021-01-25 | Use correct syntax for emoji generation script | Loren Burkholder | 2 | -3734/+3884 | |
2021-01-25 | Make lint | Loren Burkholder | 1 | -1/+0 | |
2021-01-25 | Use new enum structure in emoji generation script | Loren Burkholder | 1 | -6/+0 | |
2021-01-25 | Get category switching working | Loren Burkholder | 4 | -41/+42 | |
2021-01-25 | Translated using Weblate (Hungarian) | Weblate | 1 | -66/+66 | |
Currently translated at 48.2% (210 of 435 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko | |||||
2021-01-25 | Reload the timeline after key import | Nicolas Werner | 1 | -0/+1 | |
2021-01-25 | Remove test log message | Nicolas Werner | 1 | -4/+1 | |
2021-01-25 | Focus input area on room switch and reply change again | Nicolas Werner | 2 | -31/+41 | |
fixes #412 fixes #413 | |||||
2021-01-25 | Make matrix link chat invites direct chats | Nicolas Werner | 1 | -2/+4 | |
2021-01-25 | Treat empty secrets as no secret | Nicolas Werner | 1 | -0/+4 | |
2021-01-24 | Fix old messages being played back after limit reset | Nicolas Werner | 1 | -0/+9 | |
2021-01-24 | Add python 3 to path in appveyor | Nicolas Werner | 2 | -5/+4 | |
2021-01-24 | Add "open in external program" action | rnhmjoj | 3 | -8/+39 | |
2021-01-24 | Write database to the DataLocation | rnhmjoj | 2 | -4/+27 | |
2021-01-23 | Fix emoji update script | Nicolas Werner | 3 | -97/+1701 | |
2021-01-23 | Translated using Weblate (Malayalam) | Weblate | 1 | -57/+57 | |
Currently translated at 13.3% (58 of 435 strings) Co-authored-by: vachan-maker <revsamtp@hotmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ml/ Translation: Nheko/nheko | |||||
2021-01-23 | Translated using Weblate (Hungarian) | Weblate | 1 | -13/+13 | |
Currently translated at 35.6% (155 of 435 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko | |||||
2021-01-23 | Translated using Weblate (Dutch) | Weblate | 1 | -4/+4 | |
Currently translated at 14.2% (62 of 435 strings) Co-authored-by: Glael <glael@cock.li> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko | |||||
2021-01-23 | Request unknown message indices | Nicolas Werner | 5 | -10/+23 | |
2021-01-22 | Use colors.mid for Completer border | Loren Burkholder | 1 | -2/+1 | |
2021-01-23 | Remove useless parentheses | DeepBlueV7.X | 1 | -2/+2 | |
2021-01-23 | Fix Qt < 5.14 compat | Nicolas Werner | 1 | -1/+5 | |
2021-01-22 | Fix UserProfile's behavior in dark theme | Loren Burkholder | 1 | -0/+1 | |