Created
56 lines of code changed in:
Comments and descriptions
80 lines of code changed in:
Added CreateWhereConstraints(), and UpdateDataTableQuery()
renamed CretateWhere() ------> to CretateWhereJoins()
103 lines of code changed in:
DeMonolithified the GUI and tried to deal with Ben's changes. Idiot, gosh!
105 lines of code changed in:
Tested Ben's addition to the code base since release 2.0, found and fixed slight problem with sql string being generated.
10 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:
Mades some syntactical corrections. Nothing that actually modified the prog.
13 lines of code changed in:
Fixed Bug in the ParseSelect() method. It was skipping the first join in the select part of the xml file. Added Do/While loop to fix this.
4 lines of code changed in:
Fixed DTD where it required at least one join and constrain in the select portion of the XML. Made it so that they can be 0 or more.
1 lines of code changed in:
*** empty log message ***
8 lines of code changed in:
*** empty log message ***
1 lines of code changed in:
*** empty log message ***
1 lines of code changed in:
*** empty log message ***
51 lines of code changed in:
*** empty log message ***
1 lines of code changed in:
*** empty log message ***
66 lines of code changed in:
*** empty log message ***
15 lines of code changed in:
*** empty log message ***
88 lines of code changed in:
made datagrid methods public as they should have beent to begin with
2 lines of code changed in:
*** empty log message ***
0 lines of code changed in:
*** empty log message ***
1 lines of code changed in:
*** empty log message ***
11 lines of code changed in:
Added InitialDataTableFill() method. Also modified the CreateSelcect(), CreateFrom(), and the CreateWhere() methods. These methods will probably be modified so that they can be more generic, however at the moement they only apply to InitialDataTableFill().
46 lines of code changed in:
*** empty log message ***
5 lines of code changed in:
*** empty log message ***
149 lines of code changed in:
*** empty log message ***
28 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:
*** empty log message ***
37 lines of code changed in:
Changed:
<!ATTLIST source connstring CDATA #REQUIRED
name CDATA #REQUIRED >
2 lines of code changed in:
*** empty log message ***
1 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:
*** empty log message ***
62 lines of code changed in:
*** empty log message ***
68 lines of code changed in:
*** empty log message ***
4 lines of code changed in:
*** empty log message ***
72 lines of code changed in:
*** empty log message ***
73 lines of code changed in:
Sketched out some code for the ConnectionEngine and DatabaseEngine namespaces.
89 lines of code changed in:
*** empty log message ***
41 lines of code changed in:
*** empty log message ***
7 lines of code changed in:
*** empty log message ***
13 lines of code changed in:
added validateXml Function
34 lines of code changed in:
*** empty log message ***
63 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: