| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-26 | mobile, QML UI: ssrfButton and download controls resizable | ||
| Make the ssrfButton and the pull down menu's on the download page resizable. Notice that also the contents of the pulldown menu's is scaled based on the font size. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl> | |||
| 2017-11-19 | QML UI: QtQuick to 2.6 | ||
| Upgrade QtQuick to 2.6. Seeing a small artifact in the application header, lets see what happens when upgrading more includes. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl> | |||
| 2017-11-19 | QML UI: Kirigami to 2.2 | ||
| When first tested this commit, especially the dive list was looking terrible. However, after including newer SHA's from libkirigami, and correcting lots of spacing/margin issue, a retest of this commit shows no strange artifact any more, and the amount of warnings in the log output is reduced significantly. So now, it appears save to upgrade. Notice that main.qml still uses Kirigami 2.0. and is not updated in this commit. With version 2.2, there is a new way of theming, that is not (yet) compatible with our current code. Blindly upgrading to 2.2 leads to a almost black dive list, wrong button colors, and runtime errors in the log, due to the fact the direct setting from QML Kirigami's Theme colors is not allowed any more. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl> | |||
| 2017-07-26 | QML UI: add missing id line in our button | ||
| The missing id line in our own button generates an error in log and makes the buttons to fat. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com> | |||
| 2017-07-26 | QML UI: add our own styled button | ||
| Add out own styled button as resource. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com> | |||