- 17 Aug, 2015 1 commit
-
-
Paul McCarthy authored
are now local to the function that uses them (e.g. matplotlib, numpy). GUI related functionality is now loaded by the application code explicitly calling the props.initGUI function, so that wx is not implicitly imported.
-
- 13 Aug, 2015 1 commit
-
-
Paul McCarthy authored
When a widget built by the build module is destroyed, all references to the callback functions/GUI objecst are explicitly cleared, as circular references were preventing automatic garbage collection.
-
- 12 Aug, 2015 2 commits
-
-
Paul McCarthy authored
2. BitmapRadioBox allows items to be enabled/disabled. 3. Choice widget handlers enable/disable bitmapradio items as necessary
-
Paul McCarthy authored
-
- 11 Aug, 2015 1 commit
-
-
Paul McCarthy authored
ColourPickerCtrl doesn't get sized properly. Boolean properties can be displayed with a (custom) bitmap toggle button. Bounds labels can be set in Widget objects.
-
- 10 Aug, 2015 3 commits
-
-
Paul McCarthy authored
-
Paul McCarthy authored
centred.
-
Paul McCarthy authored
keys (PropertyValueLists). I learnt a new and shitty thing today - if you have two objects, and o1 == o2, then hash(o1) has to be equal to hash(o2).
-
- 09 Aug, 2015 1 commit
-
-
Paul McCarthy authored
conventions. BitmapRadioBox now accepts bitmaps, rather than file names.
-
- 07 Aug, 2015 3 commits
-
-
Paul McCarthy authored
radio bitmap buttons.
-
Paul McCarthy authored
wx.Button/ToggleButtons. But there's a stupid OSX quirk that I can't find a workaround for.
-
Paul McCarthy authored
-
- 06 Aug, 2015 1 commit
-
-
Paul McCarthy authored
said default labels are forced to be strings.
-
- 05 Aug, 2015 4 commits
-
-
Paul McCarthy authored
-
Paul McCarthy authored
conversion made a bit smarter, and case insensitive.
-
Paul McCarthy authored
colour map keys and colour map names.
-
Paul McCarthy authored
values which will be accepted for assignment.
-
- 30 Jul, 2015 1 commit
-
-
Paul McCarthy authored
-
- 29 Jul, 2015 12 commits
-
-
Paul McCarthy authored
-
Paul McCarthy authored
determine whether wheel rotation is horizontal/vertical.
-
Paul McCarthy authored
-
Paul McCarthy authored
parameters (arguments destined for other property types)
-
Paul McCarthy authored
-
Paul McCarthy authored
disabled by default)
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
FloatSpinCtrl text box expands to fit space. Number widget build code was configuring int slider for float, and vice versa. widgets._propBind was not de-registering attribute listener on widget destroy. Build.py window destroy handler was not calling ev.Skip, causing other destroy handlers to be ignored.
-
Paul McCarthy authored
-
Paul McCarthy authored
control which can be either integer or float). Ugly, as there is much code duplication with the FloatSpinCtrl ...
-
- 28 Jul, 2015 4 commits
-
-
Paul McCarthy authored
SpinCtrl, and SpinCtrlDouble controls, so have rolled my own float spin control. Will possibly merge this with the FloatSlider.
-
Paul McCarthy authored
with wx.lib.agw.floatspin.FloatSpin.
-
Paul McCarthy authored
-
Paul McCarthy authored
HasProperties instances, by setting the 'dependencies' attribute.
-
- 27 Jul, 2015 1 commit
-
-
Paul McCarthy authored
bounds for all axes.
-
- 23 Jul, 2015 1 commit
-
-
Paul McCarthy authored
for low/high value change callbacks, so updates were being dropped by callqueue (which skips duplicate listener callbacks based on the listener name).
-
- 22 Jul, 2015 4 commits
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
that have been GC'd - using weakrefs).
-