summary refs log tree commit diff
path: root/src/ui/TextField.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-01Change bash variable checkJoseph Donofry1-1/+1
2021-02-01Update wording on settings page for privacy timerJoseph Donofry1-1/+1
2021-02-01Small UX fixesJoseph Donofry2-3/+5
2021-02-01Remove redundant import and fix visible warningJoseph Donofry2-5/+6
2021-02-01Fix emojis with fe0f in the middleNicolas Werner1-2/+1
2021-01-31Translated using Weblate (Hungarian)Weblate1-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-30focus and select text on clicking edit buttonJedi181-0/+2
2021-01-29Translated using Weblate (Russian)Weblate1-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-29Translated using Weblate (Hungarian)Weblate1-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-29Close user profile dialog on EscLoren Burkholder1-0/+5
2021-01-29make lintLoren Burkholder1-3/+3
2021-01-29Fix warning about non-NOTIFYable propertyLoren Burkholder1-4/+4
2021-01-29Center user info dialog on the screenLoren Burkholder3-1/+12
2021-01-29shifted isUsernameEditingAllowed to qml from c++Jedi183-28/+14
2021-01-29made requeste changesJedi185-17/+13
2021-01-29fix linting 2Jedi182-3/+3
2021-01-29Shifted fetching of global username fom timeline model to user profileJedi184-21/+34
2021-01-28fix lintingJedi184-8/+8
2021-01-28Changed edit method from double clicking to an edit buttonJedi185-12/+41
2021-01-28Username can be edited by double clicking on text, added global user profile ↵Jedi187-70/+86
menu action in user info widget
2021-01-27Translated using Weblate (Estonian)Weblate1-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-27Bump version to 0.8.1Nicolas Werner5-10/+12
2021-01-27Update changelogNicolas Werner1-0/+38
2021-01-27Fix crash, when keys for no events were requestedNicolas Werner1-1/+2
2021-01-27Fix request key loopsNicolas Werner1-2/+5
2021-01-27Fix username completion deleting characters before itNicolas Werner1-1/+4
fixes #421
2021-01-27Update new translationsNicolas Werner2-8/+8
2021-01-27Translated using Weblate (Estonian)Weblate1-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-27Only select elements in completer when mouse is movedNicolas Werner2-3/+4
2021-01-27Add a few missing strings on the login page to translationsNicolas Werner21-87/+547
2021-01-27Autoclose completer when space is pressed and no suggestion availableNicolas Werner3-1/+5
2021-01-27Translate some of the new messagesNicolas Werner2-8/+8
2021-01-27Update translationsNicolas Werner20-372/+691
2021-01-27Translated using Weblate (Hungarian)Weblate1-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-27Translated using Weblate (Hungarian)Weblate1-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-27update room specific username from userprofileJedi185-3/+77
2021-01-26Implement Privacy ScreenJoseph Donofry8-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-26Fix formattingJoseph Donofry5-27/+44
2021-01-25Initial commit for privacy screenJoseph Donofry6-2/+159
Missing window focus event and knowing when room is encryption
2021-01-25Use updated emoji-test.txtLoren Burkholder1-4177/+4610
2021-01-25Use correct syntax for emoji generation scriptLoren Burkholder2-3734/+3884
2021-01-25Make lintLoren Burkholder1-1/+0
2021-01-25Use new enum structure in emoji generation scriptLoren Burkholder1-6/+0
2021-01-25Get category switching workingLoren Burkholder4-41/+42
2021-01-25Translated using Weblate (Hungarian)Weblate1-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-25Reload the timeline after key importNicolas Werner1-0/+1
2021-01-25Remove test log messageNicolas Werner1-4/+1
2021-01-25Focus input area on room switch and reply change againNicolas Werner2-31/+41
fixes #412 fixes #413
2021-01-25Make matrix link chat invites direct chatsNicolas Werner1-2/+4
2021-01-25Treat empty secrets as no secretNicolas Werner1-0/+4
2021-01-24Fix old messages being played back after limit resetNicolas Werner1-0/+9
2021-01-24Add python 3 to path in appveyorNicolas Werner2-5/+4
2021-01-24Add "open in external program" actionrnhmjoj3-8/+39
2021-01-24Write database to the DataLocationrnhmjoj2-4/+27
2021-01-23Fix emoji update scriptNicolas Werner3-97/+1701
2021-01-23Translated using Weblate (Malayalam)Weblate1-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-23Translated using Weblate (Hungarian)Weblate1-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-23Translated using Weblate (Dutch)Weblate1-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-23Request unknown message indicesNicolas Werner5-10/+23
2021-01-22Use colors.mid for Completer borderLoren Burkholder1-2/+1
2021-01-23Remove useless parenthesesDeepBlueV7.X1-2/+2
2021-01-23Fix Qt < 5.14 compatNicolas Werner1-1/+5
2021-01-22Fix UserProfile's behavior in dark themeLoren Burkholder1-0/+1