- Jun 29, 2014
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Jun 28, 2014
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Jun 27, 2014
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Jun 26, 2014
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
for list items.
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
occurring in LocationPanel.py - a check is made to see if the current world location is within the image bounds. If it is not, the voxel location is updated (and clamped to its bounds), but voxel location listeners are not notified thanks to the new enable/disableNotification methods on PropertyValue objects).
-
Paul McCarthy authored
so bits of code can knowingly set properties to bad values, but disable any bad side effects due to those bad values.
-
- Jun 25, 2014
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Jun 24, 2014
-
-
Paul McCarthy authored
location across changes in the selected image.
-
Paul McCarthy authored
-
Paul McCarthy authored
class. LightBoxPanel registers mouse clicks/movement, and syncs with LightBoxCanvas and ImageList location. LightBoxCanvas has a couple of new methods for transforming from pixel coordinates to LBCanvas coordinates, and then on to image world coordinates. LightBoxCanvas draws a cursor at the current location (about to improve this).
-
Paul McCarthy authored
refactors. Is now functional and reasonably clear to follow.
-
Paul McCarthy authored
ImageList.location is now removed when OrthoPanel is destroyed.
-
- Jun 23, 2014
-
-
Paul McCarthy authored
-
Paul McCarthy authored
replaced with a single method, canvasToWorld. SliceCanvas._updateDisplayBounds can be passed xmin/xmax/ymin/ymax values. Convenience methods added on PropertyBase/Value objects to set the preNotifyFunction (although I probably won't end up using this).
-
Paul McCarthy authored
fixing, a couple of commits back.
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
patch PropertyValueList so that new values set via __setitem__ are cast (using the appropriate PropertyValue object cast method) before the list values are set. This is because, while the PV values were being clamped to their appropriate range, the list values were not.
-
Paul McCarthy authored
is empty.
-
Paul McCarthy authored
-
Paul McCarthy authored
they were not being calculated correctly.
-
Paul McCarthy authored
-
Paul McCarthy authored
too complicated to support this whilst also supporting changes to individual PropertyValue items which may (temporarily) invalidate the value of the list as a whole.
-
Paul McCarthy authored
-
Paul McCarthy authored
individual values don't get validated.
-
- Jun 20, 2014
-
-
Paul McCarthy authored
-