Andrew Lalis
|
cacc75f07d
|
Added ability to store recipe in database.
|
2018-03-02 14:14:56 +01:00 |
Andrew Lalis
|
8c0163951b
|
In process of creating method to store recipe.
|
2018-03-02 11:30:16 +01:00 |
Andrew Lalis
|
cfd4179664
|
Created load and save instruction methods in file utils.
|
2018-03-02 10:11:26 +01:00 |
Andrew Lalis
|
e714a2fc6f
|
Added fileutils class, added ability to store ingredients in database.
|
2018-03-02 09:32:40 +01:00 |
Andrew Lalis
|
b893372b01
|
Modified SQL table creation, created method stub to insert recipe.
|
2018-03-01 17:28:18 +01:00 |
Andrew Lalis
|
658bf9fb2b
|
Got a working database interaction layer and basic tables.
|
2018-03-01 17:19:13 +01:00 |
Andrew Lalis
|
7f0fd90e73
|
Fixed project to compile on Linux.
|
2018-02-28 21:43:49 +01:00 |
Andrew Lalis
|
3ef03e2887
|
Merge pull request #2 from andrewlalis/development
Improvements in Code Quality, all basic aspects of a recipe can be displayed.
|
2018-02-13 10:23:08 +01:00 |
A.G. Lalis
|
2d096f485a
|
Added const modifier to getters, able to display ingredients in GUI.
|
2018-02-13 10:22:05 +01:00 |
A.G. Lalis
|
30c1328f3b
|
Implemented abstract methods for IngredientListModel.
|
2018-02-13 09:48:57 +01:00 |
Andrew Lalis
|
e37179e4ae
|
Removed IngredientListModel from mainwindow.
|
2018-02-12 21:31:20 +01:00 |
Andrew Lalis
|
adf8677617
|
Merge pull request #1 from andrewlalis/development
First Interaction with User Interface
|
2018-02-12 20:40:44 +01:00 |
Andrew Lalis
|
e4dcd17e3e
|
Now able to load parts of a Recipe into the user interface.
|
2018-02-12 20:39:24 +01:00 |
Andrew Lalis
|
2e42bafae3
|
Fixed default constructors, tested compilability.
|
2018-02-12 20:27:27 +01:00 |
Andrew Lalis
|
c7072f949f
|
Added getters/setters to Instruction.
|
2018-02-12 20:00:59 +01:00 |
Andrew Lalis
|
30df250c7c
|
Removed ID from Ingredient.
|
2018-02-12 19:53:03 +01:00 |
Andrew Lalis
|
b6093aeee9
|
Cleaned up getters/setters for RecipeIngredient.
|
2018-02-12 19:48:22 +01:00 |
Andrew Lalis
|
cd3f527785
|
Created getters/setters for Recipe Class and cleaned up constructor.
|
2018-02-12 19:44:35 +01:00 |
Andrew Lalis
|
7d358d6e55
|
Added getTotalTime() derived getter method.
|
2018-02-12 19:37:35 +01:00 |
Andrew Lalis
|
c928533e6a
|
Added RecipeTag object to replace string in recipe object.
|
2018-02-12 19:25:48 +01:00 |
Andrew Lalis
|
c09f29930b
|
Ignoring .autosave files, added fields to recipe object, improved unit of measure.
|
2018-02-12 19:20:38 +01:00 |
Andrew Lalis
|
45db82f0d5
|
Added variables to unit of measure.
|
2018-02-12 16:27:24 +01:00 |
Andrew Lalis
|
05a18d6a9a
|
Re-organized ingredient-related objects, added descriptions.
|
2018-02-12 15:15:04 +01:00 |
Andrew Lalis
|
b6f5da57d6
|
Fixed compilation error
|
2018-02-12 14:25:35 +01:00 |
Andrew Lalis
|
3b42d1f418
|
Improvements made to recipe objects.
|
2018-02-12 14:24:11 +01:00 |
A.G. Lalis
|
db91d81ec3
|
Added README
|
2018-02-12 09:32:48 +01:00 |
Andrew Lalis
|
d648062314
|
Re-organized files, added model objects, basic UI.
|
2018-02-02 13:27:57 +01:00 |
Andrew Lalis
|
661590ecc4
|
Added SQLite3 library, testing code.
|
2018-02-02 11:41:36 +01:00 |
Andrew Lalis
|
c20d2835d1
|
Moved files into respective header/ source folders.
|
2018-02-02 10:05:51 +01:00 |
Andrew Lalis
|
7005565fc6
|
Adding starting files.
|
2018-02-02 10:00:46 +01:00 |