- 24 Apr, 2017 2 commits
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- 26 Sep, 2016 1 commit
-
-
Paul McCarthy authored
-
- 19 Apr, 2016 1 commit
-
-
Paul McCarthy authored
from a widget change causes that widget to be destroyed.
-
- 18 Feb, 2016 3 commits
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- 17 Feb, 2016 2 commits
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- 29 Jan, 2016 1 commit
-
-
Paul McCarthy authored
-
- 22 Dec, 2015 1 commit
-
-
Paul McCarthy authored
-
- 18 Dec, 2015 2 commits
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- 20 Nov, 2015 1 commit
-
-
Paul McCarthy authored
value changes. This is used by the widget_bounds binding code.
-
- 20 Oct, 2015 1 commit
-
-
Paul McCarthy authored
not deep copied. In _propBind, widget state initialised correctly ('enabled' attribute check)
-
- 27 Aug, 2015 2 commits
-
-
Paul McCarthy authored
elsewhere.
-
Paul McCarthy authored
-
- 26 Aug, 2015 3 commits
-
-
Paul McCarthy authored
-
Paul McCarthy authored
a choice widget is created
-
Paul McCarthy authored
longer accepts labels - these can now only be set via makeWidget/buildGUI. Something similar will probably happen to Point and Choice properties. Warning note added about List widgets
-
- 25 Aug, 2015 1 commit
-
-
Paul McCarthy authored
autosummary is great.
-
- 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.
-
- 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 1 commit
-
-
Paul McCarthy authored
-
- 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
-
- 05 Aug, 2015 1 commit
-
-
Paul McCarthy authored
conversion made a bit smarter, and case insensitive.
-
- 29 Jul, 2015 3 commits
-
-
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
-
- 21 Jul, 2015 1 commit
-
-
Paul McCarthy authored
names/objects used in closures were not being updated correctly
-
- 17 Jul, 2015 1 commit
-
-
Paul McCarthy authored
subsequently being GC'd.
-
- 15 Jul, 2015 1 commit
-
-
Paul McCarthy authored
default values, persisting current selection, etc. A few associated additions to the EditableListBox interface. A little interactive test case for choice property widget stuff.
-
- 14 Jul, 2015 1 commit
-
-
Paul McCarthy authored
used. This is because if weakrefs are used for lambda/inner functions, they will be GC'd immediately.
-
- 23 Jun, 2015 1 commit
-
-
Paul McCarthy authored
were not being notified on choice update
-
- 19 May, 2015 1 commit
-
-
Paul McCarthy authored
bound property-widget pair to be unbound. Fix to propBind property listeners - they retrieve the current property/attribute values rather than the passed-in ones, as the passed in ones may be out of date. Change to bindable._bindProps - attributes do need to be set before value, as attributes may influence the value.
-