summary refs log tree commit diff
path: root/appveyor.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-30Fix serialization bug introduced in 9eddcfc42f3cd4e513f72d9b7fef9a98b43a378dNicolas Werner1-1/+1
2020-05-30Skip precompiled headers for obc-c codeNicolas Werner1-0/+3
2020-05-30Remove some redundant functionsNicolas Werner7-50/+30
2020-05-28Translated using Weblate (Italian)DeepBlueV7.X1-281/+314
Currently translated at 98.2% (281 of 286 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/it/
2020-05-26Rename settings to be more consistentNicolas Werner7-148/+142
2020-05-26Make settings update immediately in qml and allow limiting timeline widthNicolas Werner8-115/+259
Limiting improves readability on wide monitors. The immediate update of the settings is done by just exposing settings as properties and then setting the settings as a context property.
2020-05-26Improve compile times a tiny bitNicolas Werner24-65/+104
2020-05-26Optionally use precompiled headersNicolas Werner1-0/+7
2020-05-26