- 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).
-
- 21 Jul, 2015 3 commits
-
-
Paul McCarthy authored
-
Paul McCarthy authored
names/objects used in closures were not being updated correctly
-
Paul McCarthy authored
function which was being GC'd. HasProps.addGlobalListener updated to accept weak parameter, and used by the former.
-
- 20 Jul, 2015 1 commit
-
-
Paul McCarthy authored
replace the entire list contents.
-