aboutsummaryrefslogtreecommitdiffstats
path: root/subsurface-helper.cpp
AgeCommit message (Expand)Author
2021-09-13mobile: remove GpsListModelGravatar Dirk Hohndel
2021-01-19mobile/UI: remember the system default font sizeGravatar Dirk Hohndel
2021-01-19cleanup: create separate UI entry points for desktop and mobileGravatar Dirk Hohndel
2021-01-19mobile/Android: ensure the onePlus font has point sizeGravatar Dirk Hohndel
2021-01-13mobile/statistics: export ChartListModel to QMLGravatar Berthold Stoeger
2021-01-10statistics: add a skeleton StatsManager classGravatar Berthold Stoeger
2021-01-10statistics: convert chart to QQuickItemGravatar Berthold Stoeger
2020-12-17mobile: more build hackeryGravatar Dirk Hohndel
2020-12-17mobile: add yet another import path to find Kirigami QML moduleGravatar Dirk Hohndel
2020-12-17mobile/Android: register the Kirigami pluginGravatar Dirk Hohndel
2020-12-17mobile: use 3rdparty build of KirigamiGravatar Dirk Hohndel
2020-11-20android: avoid crash with failed font loadGravatar Dirk Hohndel
2020-10-25cleanup: move application flags to core/subsurfacehelper.hGravatar Berthold Stoeger
2020-03-31cleanup: don't compile subsurface-helper.cpp for testsGravatar Berthold Stoeger
2020-03-30cleanup: replace REGISTER_TYPE macro by templateGravatar Berthold Stoeger
2020-03-30cleanup: move initialization of QMLInterfaceGravatar Berthold Stoeger
2020-03-30cleanup: move initialization of ThemeInterfaceGravatar Berthold Stoeger
2020-03-30cleanup: fold ThemeInterface::setup() into constructorGravatar Berthold Stoeger
2020-03-30coding style: rename themeInterface to ThemeInterfaceGravatar Berthold Stoeger
2020-03-30cleanup: make members of ThemeInterface non-staticGravatar Berthold Stoeger
2020-03-10mobile: remove no longer used DiveListModelGravatar Berthold Stoeger
2020-03-10mobile/divelist: implement model that shows all dives in trip-orderGravatar Berthold Stoeger
2020-03-10mobile/divelist: create memory management class for modelsGravatar Berthold Stoeger
2020-03-10mobile/divelist: switch to the correct modelGravatar Berthold Stoeger
2020-03-09mobile/divelist: set up the new model for the dive listGravatar Dirk Hohndel
2020-02-11mobile UI: add second environment variable for heightGravatar Dirk Hohndel
2020-02-08mobile/summary: create DiveSummaryModelGravatar Berthold Stoeger
2020-01-28themeinterface: move registration to themeinterfaceGravatar jan Iversen
2020-01-26mobile: register themeInterfaceGravatar jan Iversen
2020-01-25dive-planner: removed unused QML interfaceGravatar jan Iversen
2020-01-18mobile: register QML interfaceGravatar jan Iversen
2019-12-29QML: remove registration of qmlprefsGravatar jan Iversen
2019-12-24build-system: move plannerShared to backend-sharedGravatar jan Iversen
2019-12-24startup mobile: make diveplanner part of Qt type systemGravatar jan Iversen
2019-12-13core: remove LOG_STP from mobileGravatar jan Iversen
2019-12-03startup mobile: make ExportType enum available to QMLGravatar jan Iversen
2019-11-26startup mobile: test for --testqml when loading qml engine.Gravatar jan Iversen
2019-11-08Mobile: setup CollapsedDiveListSortModelGravatar Dirk Hohndel
2019-10-13Mobile: stop dumping the list of supported dive computersGravatar Dirk Hohndel
2019-10-04Cleanup: Implicitly free QApplicationGravatar Berthold Stoeger
2019-10-04Cleanup: Turn DiveListSortModel into classical singletonGravatar Berthold Stoeger
2019-10-04Cleanup: turn GpsListModel into standard singletonGravatar Berthold Stoeger
2019-10-04Cleanup: turn DiveListModel into standard singletonGravatar Berthold Stoeger
2019-10-04Cleanup: initialize DiveListSortModel in constructorGravatar Berthold Stoeger
2019-10-02Mobile: add more debugging output for screen width issueGravatar Dirk Hohndel
2019-10-02Android: move OnePlus font hack earlierGravatar Dirk Hohndel
2019-10-02Cleanup: Remove DownloadThread QML-typeGravatar Berthold Stoeger
2019-09-21Android: force different font on OnePlus devicesGravatar Dirk Hohndel
2019-09-21Mobile: allow setting a width via environment variableGravatar Dirk Hohndel
2019-09-06Map: don't derive MapLocation from QObjectGravatar Berthold Stoeger