Commit | Date | |
---|---|---|
[r18698]
by
bugman
The table contents are now all converted to strings in lib.text.table.format_table(). This uses the _convert_to_string() private function. |
2013-03-08 13:43:46 | Tree |
[r18697]
by
bugman
Created a new unit test of lib.text.table.format_table() to check for non-string type data. |
2013-03-08 13:40:16 | Tree |
2013-03-08 13:13:49 | Tree | |
[r18695]
by
bugman
Fix for calculating column widths when multi-column cells are present in lib.text.table.format_table(). |
2013-03-08 11:48:26 | Tree |
2013-03-08 11:36:39 | Tree | |
2013-03-08 11:05:12 | Tree | |
[r18692]
by
bugman
Created a unit test for the lib.text.table.format_table() function to test multiple column support. Support for content spanning multiple cells is yet to be implemented. |
2013-03-08 09:20:41 | Tree |
[r18691]
by
bugman
Fix for bug 20603 (https://gna.org/bugs/?20603), the relaxation data right click menu failure. The problem was that there was that the last menu item specified had no contents. This item has |
2013-03-08 09:17:09 | Tree |
[r18690]
by
bugman
Modified the Mf.test_mf_auto_analysis GUI test to catch bug #20603 (https://gna.org/bugs/?20603). |
2013-03-08 09:12:21 | Tree |
[r18689]
by
bugman
Created the lib.text.table.MULTI_COL constant for defining cells spanning multiple columns. This is not used yet. |
2013-03-08 09:04:47 | Tree |