Menu

SVN archive Commit Log


Commit Date  
[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
been removed.

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
[r18688] by bugman

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

........
r18662 | bugman | 2013-03-07 15:39:38 +0100 (Thu, 07 Mar 2013) | 5 lines

Created the lib.text package for text manipulation.

The first module will be the text formatting of tables.
........
r18663 | bugman | 2013-03-07 15:46:56 +0100 (Thu, 07 Mar 2013) | 6 lines

Created the lib.geometry.lines module for performing geometric operations with lines.

This has one stub of a function lib.geometry.lines.closest_point() which will be used to find the
closest point on a line to a given point.
........
r18664 | bugman | 2013-03-07 15:56:54 +0100 (Thu, 07 Mar 2013) | 3 lines

Added the package checking unit tests for the lib package.
........
r18665 | bugman | 2013-03-07 16:24:24 +0100 (Thu, 07 Mar 2013) | 5 lines

Improved the base class unit test for the package __all__ list.

Subpackages are now also checked.
........
r18666 | bugman | 2013-03-07 16:25:46 +0100 (Thu, 07 Mar 2013) | 3 lines

Blacklisted a number of files in the maths_fns package for the package __all__ list unit test.
........
r18667 | bugman | 2013-03-07 16:26:32 +0100 (Thu, 07 Mar 2013) | 3 lines

Added a unit test for the lib.geometry package __all__ list.
........
r18668 | bugman | 2013-03-07 16:27:05 +0100 (Thu, 07 Mar 2013) | 3 lines

Created a unit test for the lib.geometry.lines.closest_point() function.
........
r18669 | bugman | 2013-03-07 16:28:40 +0100 (Thu, 07 Mar 2013) | 6 lines

Created the lib.text.table module.

This originates from the prompt.uf_docstring module as most of that module is functions for creating
formatted text tables.
........
r18670 | bugman | 2013-03-07 17:00:44 +0100 (Thu, 07 Mar 2013) | 3 lines

Updated the lib package __all__ list for the lib.text package.
........
r18671 | bugman | 2013-03-07 17:15:53 +0100 (Thu, 07 Mar 2013) | 6 lines

Implemented the closest_point() and closest_point_ax() functions of lib.geometry.lines.

These two functions do the same thing - find the closest point on a line to any given point - but
take different arguments to define the line.
........
r18672 | bugman | 2013-03-07 17:16:45 +0100 (Thu, 07 Mar 2013) | 3 lines

Improved the package __all__ list base unit test by skipping all hidden files and directories.
........
r18673 | bugman | 2013-03-07 17:58:11 +0100 (Thu, 07 Mar 2013) | 7 lines

Refactored the lib.text.table module.

The create_table() function is now called format_table() and the table_line() function has been made
private. All references to the user function tables and the relax status object have been removed
and replaced by arguments to format_table().
........
r18674 | bugman | 2013-03-07 17:59:09 +0100 (Thu, 07 Mar 2013) | 5 lines

The prompt.uf_docstring module now uses lib.text.table.format_table().

This significantly simplifies the module.
........
r18675 | bugman | 2013-03-07 18:01:12 +0100 (Thu, 07 Mar 2013) | 3 lines

Removed a number of unused imports in prompt.uf_docstring.
........
r18676 | bugman | 2013-03-07 18:04:55 +0100 (Thu, 07 Mar 2013) | 3 lines

Deleted prompt.uf_docstring.table_line() as this is now a private function of lib.text.table.
........
r18677 | bugman | 2013-03-07 18:08:19 +0100 (Thu, 07 Mar 2013) | 3 lines

Fix for lib.text.table.format_table() as table_line() is now private.
........
r18678 | bugman | 2013-03-07 18:09:38 +0100 (Thu, 07 Mar 2013) | 6 lines

Added the spacing argument to lib.text.table.format_table().

This removes the reference to the user function table spacing variable from this function and shifts
it to the prompt.uf_docstring.create_table() function.
........
r18679 | bugman | 2013-03-07 18:16:08 +0100 (Thu, 07 Mar 2013) | 3 lines

Created the framework for the unit tests of the lib.text package.
........
r18680 | bugman | 2013-03-07 18:23:51 +0100 (Thu, 07 Mar 2013) | 3 lines

Created two unit tests for the lib.text.table.format_table() function.
........
r18681 | bugman | 2013-03-07 18:26:34 +0100 (Thu, 07 Mar 2013) | 3 lines

Fix for the lib.text package __all__ list - the module is 'table', not 'tables'.
........
r18682 | bugman | 2013-03-07 18:33:30 +0100 (Thu, 07 Mar 2013) | 5 lines

Fix for the unit tests of the lib.text.table.format_table() function.

The function currently expects all table contents to be strings.
........
r18683 | bugman | 2013-03-07 18:39:22 +0100 (Thu, 07 Mar 2013) | 3 lines

Fix for the lib.text.table.format_table() function - the column width calculation was broken.
........
r18684 | bugman | 2013-03-07 21:03:53 +0100 (Thu, 07 Mar 2013) | 3 lines

Updates to the unit tests of the lib.text.table.format_table() function.
........
r18685 | bugman | 2013-03-07 22:05:06 +0100 (Thu, 07 Mar 2013) | 7 lines

Many improvements to the lib.text.table module.

The format_table() function now accepts arguments for text to prefix and postfix to each line,
the text padding to the left and right inside the table, and the text used to separate the columns.
The _blank() and _rule() private functions have been added to create distinct table elements.
........
r18686 | bugman | 2013-03-07 22:05:26 +0100 (Thu, 07 Mar 2013) | 3 lines

Removed a debugging printout.
........
r18687 | bugman | 2013-03-07 22:06:07 +0100 (Thu, 07 Mar 2013) | 3 lines

Fixes for the unit tests of the lib.text.table.format_table() function.
........

2013-03-07 21:21:51 Tree
[r18687] by bugman

Fixes for the unit tests of the lib.text.table.format_table() function.

2013-03-07 21:06:07 Tree
[r18686] by bugman

Removed a debugging printout.

2013-03-07 21:05:26 Tree
[r18685] by bugman

Many improvements to the lib.text.table module.

The format_table() function now accepts arguments for text to prefix and postfix to each line,
the text padding to the left and right inside the table, and the text used to separate the columns.
The _blank() and _rule() private functions have been added to create distinct table elements.

2013-03-07 21:05:06 Tree
[r18684] by bugman

Updates to the unit tests of the lib.text.table.format_table() function.

2013-03-07 20:03:53 Tree
[r18683] by bugman

Fix for the lib.text.table.format_table() function - the column width calculation was broken.

2013-03-07 17:39:22 Tree
[r18682] by bugman

Fix for the unit tests of the lib.text.table.format_table() function.

The function currently expects all table contents to be strings.

2013-03-07 17:33:30 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.