Commit Graph

58 Commits

Author SHA1 Message Date
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
66ffafa3bb google play only wants targeting latest api. 2020-07-29 13:14:11 -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
1102ed50b3 add donation link 2020-07-21 21:29:57 -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
99387081f7 change flatpak builder permissions 2020-07-21 10:41:35 -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
a459c186d8 fix typo v1.0 2020-07-19 16:43:38 -04:00
fee5de3496 update flatpak build config 2020-07-19 16:41:36 -04:00
42a2ce9ce3 change packaging to include screenshots 2020-07-19 16:40:59 -04:00
d8bb9fbbbd update flatpak build json 2020-07-19 16:24:37 -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
5023455cb2 fix android builds by building kirigami and removing manifest feature. 2020-06-25 21:22:07 -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
fe58b7ce2f modify some android build commands for testing. 2020-06-23 12:12:09 -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
ef21bd2284 add custom android package contents and build script. 2020-06-18 10:55:30 -04:00
46d692c534 Add missing files. 2020-06-17 14:08:09 -04:00
cf26128dfa Update cmake min qt to actual min version. 2020-06-17 13:59:07 -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
62c8b37bd8 Update cmake config with correct kf5 version. 2020-06-11 14:38:43 -04:00
9351342c2d Fix json builder 2020-06-11 11:33:39 -04:00
5c1363f5f3 update commit hash 2020-06-11 11:22:39 -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