| File | Date | Author | Commit |
|---|---|---|---|
| misc | 2014-02-07 |
|
[88dc44] added license |
| resources | 2014-02-07 |
|
[bbf27f] Updated the readme file |
| src | 2014-02-07 |
|
[88dc44] added license |
| German.xml | 2013-06-26 |
|
[21ead7] Now using QXml for import and export |
| LICENSE | 2014-02-07 |
|
[88dc44] added license |
| QNutrition.pro | 2013-06-28 |
|
[4a4c09] Change folder structure |
| README | 2014-02-07 |
|
[bbf27f] Updated the readme file |
| test.html | 2012-05-30 |
|
[ea3730] Recipe Viewer and Recipe Editor |
| test.html~ | 2012-05-30 |
|
[ea3730] Recipe Viewer and Recipe Editor |
QNutrition helps you to manage your diet. It needs Qt5 To compile it use: qmake && make It also need a MySQL server. To create the database, start mysql with the command mysql -u root and create the database: CREATE DATABASE QNutrition; USE QNutrition; grant all privileges on QNutrition.* to 'QNutrition'@'localhost'; Now you can import the (german) food data from German.xml The icons database.png, delete.png, editor.png and planer.png were created by the Oxygen Project (oxygen-icons.org).