0
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected about 4 years ago.
Jan 17, 2021 — Jan 17, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Pass image to menu callbacks so redraws can occur - this strategy works but seems hackish ... More... over 23 years ago
Better layer model display code; add fitImage() method; added redraw() call in configure event handler More... over 23 years ago
Directly return the value of the modified flag for isModified() More... over 23 years ago
Remove useless try/except blocks from maptree.py More... over 23 years ago
Have layer creation test to call getVisibility() More... over 23 years ago
Reactive the selection of active layers from the layer display - previous revision commited should have uncommented it. More... over 23 years ago
Add some error handling try/except blocks for extension methods; check that setSize() is not negative; tweaks More... over 23 years ago
Fix the drawing of hor/ver dimension so the crossbar doesn't go through split dimensions More... over 23 years ago
connect layer visibility menu item correctly More... over 23 years ago
Added popup menu for layer display and associated code in gtklayers.py and gtkimage.py. The layer display stuff is still in its infancy ... More... over 23 years ago
Removed some debug printing; fix getChildren() to return a slice - not the list itself More... over 23 years ago
Got basic layer display working in pane; added in a couple of method extensions so layer display updates correctly and handle exceptions - the error handling still needs work More... over 23 years ago
Removed an erroneous return; tweaks More... over 23 years ago
Added comments; changed an error to return and not raise and exception More... over 23 years ago
Modify doc string More... over 23 years ago
Move file opening out of try/finally loop More... over 23 years ago
Renamed gtkwindow.py to gtkimage.py; adjustments due to renaming More... over 23 years ago
More changes to ensure only needed points are added; removed some pointless try/except blocks; tweaks More... over 23 years ago
Fix a newtools/tools edit that slipped by More... over 23 years ago
Change import statement due to renamed newtools file; add parens in pixToCoord() method More... over 23 years ago
Renaming newtools.py to tools.py - subversion supposedly makes this easy ... More... over 23 years ago
Added arbitrary zoom command; removed useless try/except blocks from gtkmodify.py More... over 23 years ago
Remove pointless try/except blocks from newtools.py More... over 23 years ago
Rework drawing CLines and ACLines; ensure coordToPixTransform returns ints; associated tweaks More... over 23 years ago
Added bits for stretch operations; added a few missing return calls More... over 23 years ago
First attempt and handling stretch operations; add comments for some missing functionality More... over 23 years ago
Rework construction line creation so points are added only when the object is about to be created More... over 23 years ago
Added first attempt at stretch operations More... over 23 years ago
modify hasPoint() method so tolerance is optional and the method doesn't add the point More... over 23 years ago
Fix docstring More... over 23 years ago