subsurface/mobile-widgets/qml
Jan Mulder 0ad7df9859 mobile, QML UI: Settings page scalability
A relatively big change for such a simple page. Most relevant
changes are:

1) Do not use Kirigami.Header anymore. It appears that this header
has word wrapping on (and we cannot override that). This is
annoying on this page, as headings seems randomly be split over
2 lines, even in cases where there is more than enhough room to
display it on one line. And as the Kirigami.Header is just a
trivial wrapper of a Text field, we can simple replace it.

2) A lot of the toplevel GridLayouts had width properties set. These
are not needed (and confused my debugging code), so they are removed
withput any visual change. As a general rule, do not try to set
properties that are not needed. In general, it can only lead to
binding loops or undefined behavior.

3) Add a font size to our Theme. The step from regular to title size
was a little too big.

4) And, obviously, numerous font.pointSize lines are added to actually
resize the font.

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
2018-09-27 06:36:22 -07:00
..
icons Move DC download icons used by mobile app to mobile-widgets/qml/icons/ 2018-08-07 09:49:20 -07:00
About.qml mobile: Adjust About.qml to fit small screens. 2018-05-27 08:07:52 -07:00
CloudCredentials.qml core,tests: change qml register function 2018-09-11 17:22:58 -07:00
DiveDetails.qml mobile, QML UI: whitespace in dive details page 2018-09-26 08:38:53 -07:00
DiveDetailsEdit.qml Mobile: use editText instead of currentText in Suit and DiveMaster boxes 2018-09-25 09:27:16 -07:00
DiveDetailsView.qml Mobile: display all used cylinders 2018-08-11 11:19:07 -07:00
DiveList.qml mobile, QML: correct font scaling of the divelist 2018-09-25 16:01:39 +02:00
DownloadedDiveDelegate.qml mobile, QML UI: fix overlapping button 2018-09-26 08:38:53 -07:00
DownloadFromDiveComputer.qml mobile, QML UI: margings and paddings in download screen 2018-09-26 08:38:53 -07:00
GpsList.qml mobile: use full icon path. 2018-06-18 06:54:40 +09:00
HintsTextEdit.qml mobile: silence warnings in the app log 2018-01-03 14:04:08 +01:00
Log.qml QML UI Mobile: correct margins on log page 2018-02-24 11:39:49 -08:00
main.qml mobile, QML UI: Settings page scalability 2018-09-27 06:36:22 -07:00
MapPage.qml mapwidget-mobile: initialize the map to [0,0] 2018-04-02 13:47:43 -07:00
mobile-resources.qrc Move DC download icons used by mobile app to mobile-widgets/qml/icons/ 2018-08-07 09:49:20 -07:00
qtquickcontrols2.conf QML UI: Fully port dive edit to Kirigami2 2017-04-01 09:35:51 +02:00
Settings.qml mobile, QML UI: Settings page scalability 2018-09-27 06:36:22 -07:00
SsrfButton.qml mobile, QML UI: ssrfButton and download controls resizable 2018-09-26 08:38:53 -07:00
SsrfCheckBox.qml mobile, QML UI: make SsrfCheckBox resizable 2018-09-26 08:38:53 -07:00
SsrfSwitch.qml QML UI: QtQuick to 2.6 2017-11-19 12:20:43 -08:00
StartPage.qml QML UIL: fix more problems with members moving from manager to prefs 2018-06-20 09:34:27 +09:00
ThemeTest.qml mobile, QML: introduce basePointSize in subsurfaceTheme 2018-09-25 16:01:39 +02:00