Commit | Date | |
---|---|---|
[r26292]
by
bugman
Fix for find dialog in the relax controller window. This is for bug #22816 (https://gna.org/bugs/?22816), the find functionality of the relax controller The find wxPython events are now bound to the find dialog rather than the relax controller window |
2014-10-15 16:23:29 | Tree |
[r26291]
by
bugman
Fix for the find next bug in the relax controller window. This is bug #22815 (https://gna.org/bugs/?22815), the failure of find next using F3 (or Ctrl-G on The fix was simple, as the required flags are in the self.find_data class object (an instance of |
2014-10-15 15:57:52 | Tree |
[r26290]
by
bugman
Improvements for selecting all text in the relax controller window. Selecting text using the pop up menu or [Ctrl-A] now shifted the caret to line 1 before selecting |
2014-10-15 15:41:20 | Tree |
[r26289]
by
bugman
Complete redesign of the following of text in the relax controller window in the GUI. The current design for some reason no longer worked very often, and there would be many situations In the LogCtrl element of the relax controller, which displays the relax output messages, the at_end Three new methods have been introduced to handle certain events: capture_mouse() for mouse button |
2014-10-15 14:56:12 | Tree |
[r26288]
by
bugman
Added extensive sectioning printouts to the dauvergne_protocol model-free auto-analysis. The lib.text.section functions title() and subtitle() are now used to mark out all parts of the |
2014-10-15 11:41:12 | Tree |
[r26287]
by
bugman
Changed the model-free single spin optimisation title printouts. The specific_analyses.model_free.optimisation.spin_print() function has been deleted. It has |
2014-10-15 11:34:41 | Tree |
[r26286]
by
bugman
Alphabetical ordering of imports in the dauvergne_protocol model-free auto-analysis. |
2014-10-15 11:05:08 | Tree |
[r26285]
by
bugman
Added printouts to the determine_rnd() function of the dauvergne_protocol model-free auto-analysis. This is for better user feedback in the log files as to what is happening. It may help in debugging |
2014-10-15 11:02:27 | Tree |
[r26284]
by
bugman
Added an additional check to determine_rnd() of the dauvergne_protocol model-free auto-analysis. This is to try to catch bizarre situations such as bug #22730 (https://gna.org/bugs/?22730), The additional check is that if the base model directory is not executable, a RelaxError is raised. |
2014-10-15 09:42:25 | Tree |
[r26283]
by
bugman
Added more checks to the determine_rnd() of the dauvergne_protocol model-free auto-analysis. This is to try to catch bizarre situations such as bug #22730 (https://gna.org/bugs/?22730), The following additional fatal conditions are now checked for: A file with the same name as the |
2014-10-15 09:38:09 | Tree |