Menu

SVN archive Commit Log


Commit Date  
[r14083] by bugman

Created a FIFO object for the relax controller log.

This allows for asynchronous writing to sys.stdout and sending this output to the log controller,
preventing the GUI from slowing down calculations by having to wait for the GUI to update.

2011-08-03 09:17:22 Tree
[r14082] by bugman

Key events are now controlled in the relax controller log element.

This prevents text insertion and deletion.

2011-08-03 08:45:20 Tree
[r14081] by bugman

Scrolling now follows the end, if at the end, in the relax controller log window.

2011-08-03 08:41:08 Tree
[r14080] by bugman

Implemented limited scroll back on the LogCtrl relax controller log element.

This will prevent the computer from running out of memory. The maximum number of lines is now
stored in the status singleton.

2011-08-03 08:27:52 Tree
[r14079] by bugman

Started to create a custom control for the relax controller log element.

This is derived from wx.stc.StyledTextCtrl and will allow much greater control.

2011-08-02 21:11:08 Tree
[r14078] by bugman

Mouse text selection is disabled in the relax controller log window.

This is so that the WriteText() call always adds the text to the end, by preventing the insertion
point from changing.

2011-08-02 19:15:09 Tree
[r14077] by bugman

Set the relax controller log window font to the fixed width font modern_8.

2011-08-02 16:17:43 Tree
[r14076] by bugman

Renamed the relax controller IO redirection append_text() method to add_text().

2011-08-02 16:02:06 Tree
[r14075] by bugman

The relax controller is now using the WriteText() method to allow for scrolling back in the logs.

2011-08-02 16:01:33 Tree
[r14074] by bugman

Reverted r14054 as this fix actually broke things.

The command used was:
svn merge -r14054:14053 .

.....
r14054 | bugman | 2011-08-02 10:57:39 +0200 (Tue, 02 Aug 2011) | 5 lines
Changed paths:
M /branches/gui_testing/gui/user_functions/spectrum.py

Fix for the spectrum.replicated user function page on Mac OS X.

GetValue() cannot be used on a ComboBox when nothing is selected on a Mac!
.....

2011-08-02 15:08:26 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.