glm94
|
13af4ff791
|
Purged the row grouping code from the modify record form as it is no longer needed as well a moving all the main control events into their own toggle functions to make event enabling/disabling more consistent.
|
2017-12-10 23:53:34 -06:00 |
|
glm94
|
4b96f6c1fa
|
Moved the text formatting class to the data table parsing class. Slightly organized the code in the NewModifyRecord form.
|
2017-11-12 02:27:22 -06:00 |
|
glm94
|
fd47690224
|
Moved group table and row parsing into a separate DLL to clean up the main binary a bit. Added custom engine to detect for bin counts and updated the record form to total the bins for the user automatically. Updated the .gitignore file to include the necessary DLLs for the projects.
|
2017-07-02 20:59:33 -05:00 |
|
glm94
|
ba5808443b
|
Added a shrink changing form but the math seems to be off so it is disabled for the time being. Updated the interface on the main form and the modify record form to include the log viewer and the log console.
|
2017-04-18 01:51:51 -05:00 |
|
glm94
|
0b7b14df5f
|
First test with the Wix Installer, writes a shortcut to the Start Menu and drops the exe into the Program Files (x86) folder.
|
2017-04-11 15:55:37 -05:00 |
|
glm94
|
09508aa16c
|
Updated the table class files to allow a nullable ad special ID and changed the enum in the new modify record form to a boolean. Added a form to manage ad special keywords, still needs to handle removing them properly.
|
2017-04-10 16:42:21 -05:00 |
|
glm94
|
13f0e5df35
|
Created the first version of the table normalizing function to correct unbalanced tables. Can only add or update rows by scanning downward from the top of a table; cannot detect fragmentation in the middle of a table. (Think Drag and Drop/row position update fails.)
|
2017-02-07 02:46:15 -06:00 |
|
glm94
|
2657523888
|
Added a tool to remove an entire date and all records associated with it. Updated row deletion code to handle unbalanced tables or missing row IDs.
|
2017-01-24 13:45:25 -06:00 |
|
glm94
|
43bf07c212
|
Cleaned up the table trimming methods. Group creation now proper marks rows as dirty when row attribute changes. Projections table processes successfully on the new modify record form.
|
2017-01-20 22:46:48 -06:00 |
|
glm94
|
c9d8186d75
|
Added the new modify record form, can only pull in the Projections table and parse it. Fixed a bug in the modify record form where the first row would be marked as pending edit due to not checking the beginning cell variable correctly.
|
2017-01-17 12:20:48 -06:00 |
|