- 22 Oct, 2015 2 commits
-
-
Paul McCarthy authored
prepare and call listeners. More changes to come (which will reveal the reasons as to why these re-organisations are occurring).
-
Paul McCarthy authored
immediately (i.e. not on the CallQueue). PropertyValue now also uses a Listener class to organise value/attribute listeners and their respective states. More changes to come.
-
- 20 Oct, 2015 1 commit
-
-
Paul McCarthy authored
not deep copied. In _propBind, widget state initialised correctly ('enabled' attribute check)
-
- 16 Oct, 2015 3 commits
-
-
Paul McCarthy authored
explicitly set to the current value, when the choices change.
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- 14 Oct, 2015 1 commit
-
-
Paul McCarthy authored
-
- 04 Sep, 2015 2 commits
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- 28 Aug, 2015 1 commit
-
-
Paul McCarthy authored
-
- 27 Aug, 2015 8 commits
-
-
Paul McCarthy authored
when creating a widget.
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
elsewhere.
-
Paul McCarthy authored
Notebook, and NumberDialog
-
Paul McCarthy authored
-
Paul McCarthy authored
slider. SliderSpinPanel now uses style flags instead of __init__ arguments.
-
Paul McCarthy authored
-
- 26 Aug, 2015 6 commits
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
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
-
Paul McCarthy authored
-
- 25 Aug, 2015 9 commits
-
-
Paul McCarthy authored
autosummary is great.
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
files (they'll be re-generated again probably soon)
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
PropertyBase/HasProperties classes, which were never used.
-
Paul McCarthy authored
for getting/setting item constraints, which were never used.
-
Paul McCarthy authored
-
- 24 Aug, 2015 1 commit
-
-
Paul McCarthy authored
-
- 19 Aug, 2015 1 commit
-
-
Paul McCarthy authored
types.
-
- 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.
-