

| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 52 (100.0%) | 2481 (100.0%) | 47.7 |
| Gimped/ | 33 (63.5%) | 1657 (66.8%) | 50.2 |
| XMLDriver/XMLDriver/ | 18 (34.6%) | 824 (33.2%) | 45.7 |
| XMLDriver/XMLDriver/bin/Debug/ | 1 (1.9%) | 0 (0.0%) | 0.0 |

Finished making update work woohoo!
52 lines of code changed in:
worked more on the gui side of the update function. Still having bugs but much closer now.
50 lines of code changed in:
finished up update function (i hope) made a few changes to lucas's constraint generator.
44 lines of code changed in:
fixed a couple comments.
21 lines of code changed in:
Cleaned up a few things in the db engine. moved the selected items and shown items lists into the settings objects. started building the on the fly query builder
210 lines of code changed in:
Moved the collection of items for the option boxes to gimped.settings
21 lines of code changed in:
added allocation of list item collections
5 lines of code changed in:
Changed Lists of options into arrays of options to fix object reference error.
9 lines of code changed in:
Worked more on the query system for the database engine
27 lines of code changed in:
Added error checking for key values
30 lines of code changed in:
Committing so I can move to my other computer.
In the midst of adding more error checking to the xml parser and working on the database engine
20 lines of code changed in:
Sketched out some code for the ConnectionEngine and DatabaseEngine namespaces.
89 lines of code changed in:
Removed all linked lists from the Gimped.Settings namespace and replaced them with generic lists so that they can be accessed as arrays.
35 lines of code changed in:
Added ordered list of options to the XMLSettings namespace
26 lines of code changed in:
Finished first draft of the XML parser and the test program which drives it from the command line.
592 lines of code changed in:
updated namespaces in xml driver to fit with current design
399 lines of code changed in:
added xml driver
40 lines of code changed in:
Added the XML engine to the repository
237 lines of code changed in:
Added the Settings file to the repository
162 lines of code changed in:
Initial revision
412 lines of code changed in: