Menu

SVN archive Commit Log


Commit Date  
[r18705] by bugman

Merged revisions 18689-18704 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r18689 | bugman | 2013-03-08 10:04:47 +0100 (Fri, 08 Mar 2013) | 5 lines

Created the lib.text.table.MULTI_COL constant for defining cells spanning multiple columns.

This is not used yet.
........
r18690 | bugman | 2013-03-08 10:12:21 +0100 (Fri, 08 Mar 2013) | 3 lines

Modified the Mf.test_mf_auto_analysis GUI test to catch bug #20603 (https://gna.org/bugs/?20603).
........
r18691 | bugman | 2013-03-08 10:17:09 +0100 (Fri, 08 Mar 2013) | 6 lines

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
been removed.
........
r18692 | bugman | 2013-03-08 10:20:41 +0100 (Fri, 08 Mar 2013) | 5 lines

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.
........
r18693 | bugman | 2013-03-08 12:05:12 +0100 (Fri, 08 Mar 2013) | 3 lines

Implemented multi-column support in lib.text.table.format_table().
........
r18694 | bugman | 2013-03-08 12:36:39 +0100 (Fri, 08 Mar 2013) | 3 lines

Spacing between heading rows is now functional in lib.text.table.format_table().
........
r18695 | bugman | 2013-03-08 12:48:26 +0100 (Fri, 08 Mar 2013) | 3 lines

Fix for calculating column widths when multi-column cells are present in lib.text.table.format_table().
........
r18696 | bugman | 2013-03-08 14:13:49 +0100 (Fri, 08 Mar 2013) | 3 lines

Slight changes to one of the lib.text.table.format_table() unit tests.
........
r18697 | bugman | 2013-03-08 14:40:16 +0100 (Fri, 08 Mar 2013) | 3 lines

Created a new unit test of lib.text.table.format_table() to check for non-string type data.
........
r18698 | bugman | 2013-03-08 14:43:46 +0100 (Fri, 08 Mar 2013) | 5 lines

The table contents are now all converted to strings in lib.text.table.format_table().

This uses the _convert_to_string() private function.
........
r18699 | bugman | 2013-03-08 14:57:05 +0100 (Fri, 08 Mar 2013) | 5 lines

Converted the test_format_table4() unit test of lib.text.table.format_table() to check justification.

The right justification of cells with numbers will be implemented to match these changes.
........
r18700 | bugman | 2013-03-08 14:57:34 +0100 (Fri, 08 Mar 2013) | 3 lines

Numbers are now right justified in cells in the lib.text.table.format_table() function.
........
r18701 | bugman | 2013-03-08 15:15:27 +0100 (Fri, 08 Mar 2013) | 6 lines

Modified the test_format_table4() unit test of lib.text.table.format_table().

This change is to test the currently unimplemented custom_format argument. This will be used to
allow special formatting in the table. For example using '%.3f' for a float.
........
r18702 | bugman | 2013-03-08 15:16:34 +0100 (Fri, 08 Mar 2013) | 6 lines

Implemented the custom_format argument for lib.text.table.format_table().

This allows cell contents to be formatted as the user asks. It defaults to standard string
conversion is the custom conversion fails.
........
r18703 | bugman | 2013-03-08 15:21:25 +0100 (Fri, 08 Mar 2013) | 3 lines

Rounding error fix for the test_format_table4() unit test of lib.text.table.format_table().
........
r18704 | bugman | 2013-03-08 15:28:19 +0100 (Fri, 08 Mar 2013) | 5 lines

Python 3 fix for the test_format_table4() unit test of lib.text.table.format_table().

The string representation of the builtin list object is different in Python 2 vs. 3.
........

2013-03-08 14:33:31 Tree
[r18704] by bugman

Python 3 fix for the test_format_table4() unit test of lib.text.table.format_table().

The string representation of the builtin list object is different in Python 2 vs. 3.

2013-03-08 14:28:19 Tree
[r18703] by bugman

Rounding error fix for the test_format_table4() unit test of lib.text.table.format_table().

2013-03-08 14:21:25 Tree
[r18702] by bugman

Implemented the custom_format argument for lib.text.table.format_table().

This allows cell contents to be formatted as the user asks. It defaults to standard string
conversion is the custom conversion fails.

2013-03-08 14:16:34 Tree
[r18701] by bugman

Modified the test_format_table4() unit test of lib.text.table.format_table().

This change is to test the currently unimplemented custom_format argument. This will be used to
allow special formatting in the table. For example using '%.3f' for a float.

2013-03-08 14:15:27 Tree
[r18700] by bugman

Numbers are now right justified in cells in the lib.text.table.format_table() function.

2013-03-08 13:57:34 Tree
[r18699] by bugman

Converted the test_format_table4() unit test of lib.text.table.format_table() to check justification.

The right justification of cells with numbers will be implemented to match these changes.

2013-03-08 13:57:05 Tree
[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
[r18696] by bugman

Slight changes to one of the lib.text.table.format_table() unit tests.

2013-03-08 13:13:49 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.