Commit Graph

17 Commits

Author SHA1 Message Date
369becbf8e Complete oil change logic and connect up to vehicle page. 2020-07-29 10:10:38 -04:00
b73e9e8c79 bundle logo in resource bundle and display regardless of theme/install status. 2020-06-30 18:34:31 -04:00
4a0481a1f2 Fix typos. 2020-06-30 18:06:27 -04:00
168bd17302 Show message if failed to import json. Have android builds use different pathing if possible. 2020-06-30 18:03:54 -04:00
4d7c2592bd Have android build use material theme and splash. Fix no context drawer on mobile. 2020-06-27 10:43:47 -04:00
Kevin Whitaker
fe16401687 minor changes to code and major testing of ways to build for android. 2020-06-25 19:21:06 -04:00
b8928230bd Fix UI to work better on smaller screens. Implement first version of data import from carfax json. 2020-06-16 17:24:40 -04:00
420d36a1a0 Store service types that are builtin as numbers to reference in code easier. 2020-06-10 13:31:17 -04:00
b554c96720 Fix date storage to be iso string. Save and display date as appropriate. 2020-06-10 11:33:24 -04:00
84dd6d1efc Implement canceling of adding pages. Implement code for record display and adding. 2020-06-09 17:31:16 -04:00
5e749c454b Add UI/code to make process of add/removing vehicles work. 2020-06-09 13:25:46 -04:00
5b8cd46e80 rename db column to not conflict with qml. Make sure to call select on first load of table models to poulate.
Make model classes have some functions accessible from qml. Add custom model method that allows QML to easily add new items.
Add Card layout that contains data from db.
2020-06-07 22:36:32 -04:00
6edccb050b Change QGuiApplication to QApplication to allow proper palette usage on desktop. Add VIN to data storage options.
Change add vehicle layout to use form layout insteaf of manual layout.
2020-06-07 20:39:29 -04:00
eda53f9663 Pass db instance to models. Pass models to QML. 2020-06-06 22:01:45 -04:00
163441c4ef Put in skeleton ui. 2020-06-06 21:21:18 -04:00
c9d742fab7 add table creation and first table model. 2020-06-06 20:11:38 -04:00
43f5e1b22c Start adding data structure. 2020-06-02 15:45:39 -04:00