summary refs log tree commit diff
path: root/scripts/emoji_codegen.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-28add controll bits for avatar roundingAidan Hahn7-653/+976
2019-08-28rounding options for Avatar classAidan Hahn4-2/+2266811
2019-08-27added logic in avatar class to determine rounding typeAidan Hahn2-5/+25
2019-08-19Fix SIGNAL SLOT issue on mtx typesJoseph Donofry2-0/+2
2019-08-19Fix build issues w/ clangJoseph Donofry2-3/+1
2019-08-19Update README with S3 nightlies listingJoseph Donofry1-1/+1
2019-08-19Update mtxclient versionJoseph Donofry1-2/+2
2019-08-19More updates to mentions functionalityJoseph Donofry4-33/+21
2019-08-12Fix issues with caching and loading of mentions.Joseph Donofry6-50/+108
Mentions are now loaded from the cache instead of directly from the web request. Mentions are also properly saved to the cache now (instead of as empty strings). Still lots of tweaks left on this feature.
2019-08-12Update mtxclient versionJoseph Donofry1-2/+2
2019-08-10Fix missing include in prior commitJoseph Donofry1-0/+1
2019-08-10Use 'system' theme as default if QT_QPA_PLATFORMTHEME is setJoseph Donofry3-8/+22
On first launch, before the user has configured any settings, check the value of the QT_QPA_PLATFORMTHEME environment var. If it is set, use the system theme as the default instead of the light theme. This fixes #72.
2019-08-09Fix linting issues w/ the last commitJoseph Donofry3-5/+5
2019-08-09Cache User MentionsJoseph Donofry9-504/+112
Cache user mentions when they are retrieved from the server. This logic currently isn't being utilized by the UI. Additionally, the app should use a 'since' value to only get mentions newer than those stored in the DB, to avoid excessive web requests. This will be implemented in a future commit.
2019-08-06Fix linting issuesJoseph Donofry2-6/+3
2019-08-05Cache user mentionsJoseph Donofry3-2/+69
2019-08-04Tweak S3 Upload settingsJoseph Donofry4-8/+11
2019-08-03Push to S3 on all branchesJoseph Donofry1-0/+5
2019-08-03Upload build artifacts to s3 bucketJoseph Donofry1-0/+12
2019-08-03Actually use the mtxstatic variable in ci scriptNicolas Werner1-1/+2
2019-08-03Use static mtxclient on osx in travisNicolas Werner1-0/+1
2019-08-01Translated using Weblate (German)nheko rocks1-12/+12
Currently translated at 97.0% (191 of 197 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
2019-07-29Fix lambda capture issueJoseph Donofry1-1/+1
2019-07-28Translated using Weblate (English)Joseph Donofry1-2/+2
Currently translated at 100.0% (197 of 197 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
2019-07-28Translated using Weblate (English)Joseph Donofry1-9/+9
Currently translated at 100.0% (195 of 195 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
2019-07-28Update mentions dialogJoseph Donofry12-104/+270
Mentions are now separated into 'this room' and 'all rooms' tab., which allows the user to filter on the current room if they desire. Should add additional logic in the future to show which room the mention was in the for the 'all rooms' view.
2019-07-28Fix lintingJoseph Donofry1-11/+18
2019-07-28Update translation contextJoseph Donofry10-324/+405
2019-07-28Translated using Weblate (English)Joseph Donofry1-12/+12
Currently translated at 100.0% (195 of 195 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
2019-07-28Address 'sent' translation issueJoseph Donofry11-31/+532
2019-07-28Translated using Weblate (Finnish)Tulir1-20/+22
Currently translated at 97.3% (180 of 185 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/fi/
2019-07-28Translated using Weblate (German)philipp1-1/+1
Currently translated at 97.8% (181 of 185 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
2019-07-28Translated using Weblate (German)nheko rocks1-22/+22
Currently translated at 97.8% (181 of 185 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
2019-07-28Manually translate long source stringsNicolas Werner1-2/+4
2019-07-28Translated using Weblate (English)DeepBlueV7.X1-16/+16
Currently translated at 98.9% (183 of 185 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
2019-07-28Translated using Weblate (Finnish)Tulir1-169/+171
Currently translated at 94.8% (165 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/fi/
2019-07-28Translated using Weblate (English)DeepBlueV7.X1-116/+118
Currently translated at 96.6% (168 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
2019-07-28Translated using Weblate (German)DeepBlueV7.X1-3/+3
Currently translated at 93.1% (162 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
2019-07-28Translated using Weblate (German)nheko rocks1-80/+80
Currently translated at 93.1% (162 of 174 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
2019-07-28Add 'and' to typing displayNicolas Werner11-88/+85
2019-07-28Fix message_type not being initialized correctlyNicolas Werner2-1/+13
Fixes "sent an audio file" replies, that were actually replies to text messages.
2019-07-28media->file in error message, when image upload failsNicolas Werner13-183/+48
2019-07-28Add decryption error messages to translationsNicolas Werner10-5/+293
2019-07-28Fix newly added languages after timestamp localizationNicolas Werner2-34/+93
2019-07-28Try to localise timestampsNicolas Werner13-193/+668
I'm not sure, if that is the right way, but Qt doesn't really have a way to format custom localised dates, so I tried to find the closest approximations to what we currently have. Relates to #69
2019-07-28Translated using Webl