- 20 Nov, 2015 1 commit
-
-
Paul McCarthy authored
__setitem__. Is now suppressed.
-
- 17 Nov, 2015 1 commit
-
-
Paul McCarthy authored
button, which is not tied to a specific property.
-
- 16 Nov, 2015 1 commit
-
-
Paul McCarthy authored
-
- 13 Nov, 2015 2 commits
-
-
Paul McCarthy authored
EVT_SPIN_* event handler triggers another EVT_SPIN_* event.
-
Paul McCarthy authored
-
- 12 Nov, 2015 1 commit
-
-
Paul McCarthy authored
and incompatibilities. AutoCompletePopup is now a wx.Frame, as the wx.PopupWindow is useless under GTK - it will not accept focus.
-
- 11 Nov, 2015 2 commits
-
-
Paul McCarthy authored
as they were originally specified.
-
Paul McCarthy authored
to the PropertyValue methods of the same name.
-
- 10 Nov, 2015 3 commits
-
-
Paul McCarthy authored
of whether new tags are allowed or not.
-
Paul McCarthy authored
TextTagPanel. Other minor tweaks.
-
Paul McCarthy authored
is selected.
-
- 09 Nov, 2015 4 commits
-
-
Paul McCarthy authored
-
Paul McCarthy authored
focused tag, and delete/backspace deletes the focused tag.
-
Paul McCarthy authored
allows me to propagate keyboard events to parents, without having to use EVT_CHAR_HOOK.
-
Paul McCarthy authored
-
- 07 Nov, 2015 1 commit
-
-
Paul McCarthy authored
incompetence of the wxWidgets framework. Needs a bit more tweaking.
-
- 05 Nov, 2015 1 commit
-
-
Paul McCarthy authored
item. Some tweaks to texttag classes.
-
- 04 Nov, 2015 1 commit
-
-
Paul McCarthy authored
tweaked some colours.
-
- 03 Nov, 2015 2 commits
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- 28 Oct, 2015 1 commit
-
-
Paul McCarthy authored
PropertyValue.hasListener.
-
- 23 Oct, 2015 1 commit
-
-
Paul McCarthy authored
instances to which the target one is bound.
-
- 22 Oct, 2015 3 commits
-
-
Paul McCarthy authored
attribute listeners are notified. Notification is now implemented in the bindable module, which uses a new feature of the callqueue to ensure that listeners are notified in the correct order: 1. Listeners of the source PV object 2. Listeners of any bound PV objects 3. Listeners triggered by changes to other properties made by any of the above.
-
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 7 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.
-