Commit Graph

47 Commits

Author SHA1 Message Date
e20d6ce723 Fix typo. Only have warning show for correct vehicle. Remove log screen when vehicle deleted. 2020-08-22 19:47:44 -04:00
43035181af Add in code that actually commits updated records. 2020-08-22 19:16:02 -04:00
ea5779764d Add settings and start of record edit screen. 2020-08-20 22:24:45 -04:00
0d2a1d64bf Rearrange pages as separate qml files. 2020-08-20 16:43:20 -04:00
217a49db71 Start down path of using settings for values. 2020-08-20 16:30:57 -04:00
0a4192ca1c Have record class emit when data has changed and update warnings when data has changed. 2020-07-29 12:01:23 -04:00
369becbf8e Complete oil change logic and connect up to vehicle page. 2020-07-29 10:10:38 -04:00
b7e20e3302 Add in new class to analyze records for automation of data. 2020-07-28 17:39:13 -04:00
51d3945c0b User header instead of columnlayout to better add widgets to top of listview. 2020-07-23 14:48:51 -04:00
edb48c6802 Change file handling code to open file depending on url type. 2020-07-23 11:25:03 -04:00
3c8a3ee04c Fix untested qml remove list. 2020-07-22 19:46:45 -04:00
14662f5486 Rearrange UI so messages are per-vehicle. 2020-07-21 18:01:19 -04:00
1dfc6e2f8e Change layout adding inline message. 2020-07-21 14:47:21 -04:00
2029a0fb9a Revert "package icons on all platforms"
This reverts commit 5d274f3946.
2020-07-19 17:37:00 -04:00
5d274f3946 package icons on all platforms 2020-07-19 17:33:54 -04:00
06b52d29bb Clarify import form json file. 2020-07-18 17:02:59 -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
96cc336063 add icons for about page 2020-06-28 21:12:07 -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
898d9c144b Add svg to allow app display svg graphics. Add test section for android to try and get icons working. 2020-06-18 14:34:53 -04:00
46d692c534 Add missing files. 2020-06-17 14:08:09 -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
9e566a8cc3 forgot icon 2020-06-11 10:44:42 -04:00
6bb61fd210 Change records to look better. 2020-06-11 10:43:22 -04:00
cbcd7e400e Make vehicle card look better. Erase records on vehilce removal. 2020-06-11 10:38:31 -04:00
fb41074c45 User textarea for notes for multiline. 2020-06-10 13:46:04 -04:00
420d36a1a0 Store service types that are builtin as numbers to reference in code easier. 2020-06-10 13:31:17 -04:00
bb3904e2d1 Use combo box instead of textfield for service type. Put in some starting items. 2020-06-10 12:54:12 -04:00
2073e57a84 remove records on delete. 2020-06-10 11:35:05 -04:00
b554c96720 Fix date storage to be iso string. Save and display date as appropriate. 2020-06-10 11:33:24 -04:00
466cae5333 Check and display for some invalid inputs. 2020-06-10 10:31:00 -04:00
1852fbc6d2 Add remove action to records. Use popup sheet with old calendar widget to select dates. 2020-06-10 09:48:09 -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
b0780f1ede Use PageRouter instead of page stack. Start implementing first add page. 2020-06-07 00:18:53 -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
0590c2bec6 Make service records model. 2020-06-06 21:14:24 -04:00
c9d742fab7 add table creation and first table model. 2020-06-06 20:11:38 -04:00
21e6395254 Add missing resources. 2020-06-02 15:47:00 -04:00
43f5e1b22c Start adding data structure. 2020-06-02 15:45:39 -04:00
96f17a44df Start of inital project. 2020-05-28 20:41:47 -04:00