- Jul 23, 2012
-
-
Matthew Dawson authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/branches/TableTool_refactor@8691 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Matthew Dawson authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/branches/TableTool_refactor@8690 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Matthew Dawson authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/branches/TableTool_refactor@8689 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jul 19, 2012
-
-
Matthew Dawson authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/branches/TableTool_refactor@8685 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Matthew Dawson authored
Kill output thats not needed. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/branches/TableTool_refactor@8684 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jul 18, 2012
-
-
Matthew Dawson authored
Almost everything is in place for the table tool to come together. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/branches/TableTool_refactor@8680 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Matthew Dawson authored
Its a start. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/branches/TableTool_refactor@8679 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Matthew Dawson authored
Default properties hold the same handle. So construct in the constructer. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/branches/TableTool_refactor@8678 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jul 16, 2012
-
-
Matthew Dawson authored
Make this rename to remain consistent with HierarchicalGridCell. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/branches/TableTool_refactor@8659 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Matthew Dawson authored
Support the new data structures. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/branches/TableTool_refactor@8657 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jul 09, 2012
-
-
Matthew Dawson authored
Rename this grid to match with how life is proceding now. Its no longer guaranteed that the layout of a table will be as expected. Thus move towards a more generic system for managing the system. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/branches/TableTool_refactor@8640 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Matthew Dawson authored
Remove some of the old stuff no longer relevant, and also start on the condition grid. Note needs to be renamed. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/branches/TableTool_refactor@8639 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jun 20, 2012
-
-
Matthew Dawson authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/branches/TableTool_refactor@8576 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jun 19, 2012
-
-
Matthew Dawson authored
Some debug output was left enabled. Silence it. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8564 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Matthew Dawson authored
Multiline inputs are now being dealt with properly. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8563 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jun 15, 2012
-
-
Matthew Dawson authored
If there are multiple lines in an input box, it breaks various things. Fix that up by concating them together. Its a little better. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8555 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jun 14, 2012
-
-
Matthew Dawson authored
Due to matlab stupidity, it doesn't have an undo functionality in its input boxes (why?). The work around involves unfocusing and re-focusing the textbox. In the meantime, the original bug I tried to fix is still out there. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8552 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jun 08, 2012
-
-
Matthew Dawson authored
There was some code making the input boxes multi-line, for no reason. It caused weird random errors though, so disable behaviour. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8519 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Matthew Dawson authored
If more then one value comes out of the regex, handle that case. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8518 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Matthew Dawson authored
There was a syntax error with a missing comma. Fix. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8517 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jun 06, 2012
-
-
Matthew Dawson authored
MatLab's strcmp barfs on zero length strings which look like arrays (?). Thus avoid calling it with that to avoid errors. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8512 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Matthew Dawson authored
If this handle is deleted, make sure to mark it as such. Otherwise, there seems to be a double delete occuring and causing issues. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8511 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Matthew Dawson authored
When saving, delete_recursive tried to call down into an object. That object doesn't exist, and its trying to be recursive. Instead have it call it self statically. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8510 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jan 11, 2012
-
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8196 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8195 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8192 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8191 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8190 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Sep 08, 2011
-
-
Mark Lawford authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7802 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Aug 23, 2011
-
-
Mark Lawford authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7729 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Mark Lawford authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7728 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Mark Lawford authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7726 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jun 13, 2011
-
-
Mark Lawford authored
Hacked a work around for R2011a release change in code block locations and updated deprecated status bar visible call. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7441 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Apr 26, 2011
-
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7277 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Apr 18, 2011
-
-
Mark Lawford authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7227 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Apr 14, 2011
-
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7208 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7207 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7206 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Mar 14, 2011
-
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7060 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7059 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-