Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-29 | use mobilecomponents for our pages | Sebastian Kügler | |
This is a dumb port of a number of properties to use the new theme and units API. - import the plugin - change accessors from units and theme to MobileComponents.Unit and MobileComponents.Theme Signed-off-by: Sebastian Kügler <sebas@kde.org> | |||
2015-11-11 | dpi improvements for small text | Sebastian Kügler | |
- word-wrap and style the log message at the bottom, this should fix clipping of error messages down there - introduce units.smallPointSize, which defines a small font size to use for toned-down display elements (e.g. the date in the dive list) - No need to assign the default value to Text.text Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |