Commit | Date | |
---|---|---|
[r14597]
by
bugman
Created the 'scons binary_dist' target for Mac OS X. Typing 'scons binary_dist' on a Mac will now create a DMG image of a universal Mac OS X application. |
2011-09-06 14:11:56 | Tree |
2011-09-06 13:35:54 | Tree | |
[r14595]
by
bugman
Modified the setup.py file so that the Mac OS X .app creation code is in the mac_setup() function. This will be used by the scons system later on. |
2011-09-06 13:14:22 | Tree |
2011-09-06 11:33:36 | Tree | |
[r14593]
by
bugman
Added instructions to the setup.py file for creating a Mac OS X DMG distribution file. |
2011-09-06 10:56:41 | Tree |
[r14592]
by
bugman
Removed the GUI wait_for_interpreter() method as this is replaced by the intepreter flush() method. |
2011-09-06 10:18:55 | Tree |
[r14591]
by
bugman
Mac OS X fix for the relaxation data list element - the height algorithm is now more robust. The ListCtrl.GetSize() method appears not to work on Mac OS X!?! Therefore a different algorithm |
2011-09-06 08:46:26 | Tree |
[r14590]
by
bugman
Fix for the relax_fit.relax_time GUI user function. The combobox GetValue() call has been replaced by GetStringSelection() for the spectrum ID. |
2011-09-05 16:49:21 | Tree |
[r14589]
by
bugman
Removed the wx.Yield() call from the spin viewer window refresh() method. This is to prevent recursive wx.Yield calls on Mac OS X from killing relax. This change might cause |
2011-09-05 16:29:15 | Tree |
[r14588]
by
bugman
Fix for the Rx peak list wizard for Mac OS X. The combobox SetValue() call has been replaced with SetStringSelection(). |
2011-09-05 16:06:20 | Tree |