Menu

SVN archive Commit Log


Commit Date  
[r15780] by bugman

Complete redesign of the py2app setup.py script for building Mac OS X applications.

The script has been converted into a class called Setup which performs all the actions. All files,
source or otherwise, are now stated as data files to be included in relax.app/Contents/Resources.
All relax modules are specified by the py2app 'includes' option so that they are all included within
the relax.app/Contents/Resources/lib/python2.X/site-packages.zip as *.pyc files. These changes are
needed for the newer versions of the py2app and setuptools Python packages.

2012-04-18 15:58:36 Tree
[r15779] by bugman

The py2app part of the setup.py script now throws a RelaxError if the setuptools module is missing.

2012-04-18 12:39:49 Tree
[r15778] by bugman

Added the relax prompt icon to the main GUI window toolbar.

2012-04-17 18:16:17 Tree
[r15777] by bugman

Added the larger sized application-x-executable-script Oxygen icons.

2012-04-17 18:14:28 Tree
[r15776] by bugman

The relax GUI is now robust and able to withstand a call to the reset user function.

This could have occurred if the user ran a script with a reset() call, or if reset() was typed at
the GUI version of the relax prompt.

2012-04-17 18:08:34 Tree
[r15775] by bugman

The ANSI ending escape sequence is now always placed before the last newline.

This fixes some weirdness of the cursor or other parts being coloured when they should not be.

2012-04-17 17:50:21 Tree
[r15774] by bugman

The script ANSI colour is now cyan to fit better into the relax blue/black colour theme.

2012-04-17 17:45:41 Tree
[r15773] by bugman

Fix for the GUI interpreter when turning off the ANSI codes of the relax prompt.

2012-04-17 17:33:56 Tree
[r15772] by bugman

Better control of the relax prompt colouring via ANSI escape sequences.

The new Exec_info.prompt_colour_on() and Exec_info.prompt_colour_off() methods are now used to turn
the colours on and off by aliasing the coloured or non-colours prompts to both the class instance
namespace and to the sys module.

2012-04-17 17:30:16 Tree
[r15771] by bugman

Shifted the script colouring ANSI escape sequences into the 'ansi' module.

2012-04-17 17:04:04 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.