An open API service indexing awesome lists of open source software.

https://github.com/fgrehm/qtgas

Mobile application to track gas mileage and vehicle maintenance [unmaintained]
https://github.com/fgrehm/qtgas

Last synced: about 1 year ago
JSON representation

Mobile application to track gas mileage and vehicle maintenance [unmaintained]

Awesome Lists containing this project

README

          

h1. QtGas

h2. Description

QtGas is a mobile application for tracking gas mileage and vehicle maintenance. It was inspired by "GasCubby":http://www.appcubby.com/gas/index.html for the iPhone OS and will target all "Qt framework":http://qt.nokia.com/ supported platforms.

h3. Installation

"Download":http://github.com/fgrehm/QtGas/downloads the package for your platform, unpack files and run the executable :-)

h3. Usage

When you run the applications for the first time you will be asked for car's current odometer, you should fill up your tank and then fill in the form. After that you can start adding fill up records!

If you want to clean up your data, just delete the 'storage' folder on the same path as the executable.

h3. Dependencies

* "Qt 4.7 Framework":http://qt.nokia.com/ compiled with "Declarative UI (QML)":http://doc.qt.nokia.com/4.7-snapshot/declarativeui.html support enabled
* "persistence.js":http://github.com/zefhemel/persistencejs

h2. Supported platforms

At the moment it was only tested on a Windows Mobile 6.5.3 WVGA phone (a hacked HTC Blackstone) and Maemo 5 under scratchbox and I've got plans to add support for Symbian in the future. Let me know if you are interested in trying it out on some other "non-official" platforms.

Please note that I'll target touchscreen devices first and later will work on adding support for non-touchscreen ones.

h2. License

(The MIT License)

Copyright (c) 2010 Fábio Rehm

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.