Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-05-30 | Fix serialization bug introduced in 9eddcfc42f3cd4e513f72d9b7fef9a98b43a378d | Nicolas Werner | 1 | -1/+1 | |
2020-05-30 | Skip precompiled headers for obc-c code | Nicolas Werner | 1 | -0/+3 | |
2020-05-30 | Remove some redundant functions | Nicolas Werner | 7 | -50/+30 | |
2020-05-28 | Translated using Weblate (Italian) | DeepBlueV7.X | 1 | -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-26 | Rename settings to be more consistent | Nicolas Werner | 7 | -148/+142 | |
2020-05-26 | Make settings update immediately in qml and allow limiting timeline width | Nicolas Werner | 8 | -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-26 | Improve compile times a tiny bit | Nicolas Werner | 24 | -65/+104 | |
2020-05-26 | Optionally use precompiled headers | Nicolas Werner | 1 | -0/+7 | |
2020-05-26 |