0
I Use This!
Activity Not Available

Commits : Listings

Analyzed almost 2 years ago. based on code collected over 4 years ago.
Jan 17, 2021 — Jan 17, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Modify the error message if adding an object fails; move some of the setPoint() code around so more stuff happends in the try block More... about 23 years ago
Add some circle testing to hatch code. It needs to be moved elsewhere... Figuring out how to do hatching is hard ... :-( More... about 23 years ago
Draw dimension endpoints; change [gs]etEndpoint to [gs]etEndpointType. The drawing of dimension endpoints added three functions which need to get moved to the calcDimValues() routines - these values are expensive to calculate so this calculation should be done as infrequently as possible and the values stored away ... More... about 23 years ago
Change [gs]etEndpoint to [gs]EndpointType in imageio More... about 23 years ago
Change Dimension::[gs]etEndpoint to Dimension::[gs]EndpointType; fix an endpoint calculation typo; change callers in imageio More... about 23 years ago
Fix bug in setting default style - this should have been removed prior to previous commit ... :-( More... about 23 years ago
Reformat invalid value message in tolerance.toltest() and add more to the doc string More... about 23 years ago
convert various image routines to current code standards; add doc string for scaleLength(); lots of updates for for setting image preferences from global preferences More... about 23 years ago
Add preference handling for default_style and default_dimstyle; fix some bugs in preference reading code More... about 23 years ago
Fix layer variable goof in move objects callback More... about 23 years ago
PythonCAD can now read a global preferences file - /etc/pythoncad/prefs.py - and a user specific one if it exists. More... about 23 years ago
Adding prefs.py - this is the global preferences file (and can be the user preferences file as well) More... about 23 years ago
Add Style::clone() method; do not clone style color and linetype. The cloning of the initalization objects needs further study ... More... about 23 years ago
Lots of preference changes - better reading; fix code to current standards, tweaks. Preferences seem to work fairly well for being so young ... More... about 23 years ago
Handle the new DIM_ENDPOINT_SIZE option More... about 23 years ago
Do not slice the name in the Linetype::__init__ function More... about 23 years ago
Update some imageio code to current standards; handle the loading and saving of dimension endpoint sizes More... about 23 years ago
Add the handling of dimension endpoint sizes; reformat some dimension style message; rework slightly the dimension style initializer More... about 23 years ago
Reformat slightly some error message in Color::__init__() More... about 23 years ago
Add a test for radius validity in _Circle.__init__; reformat the output for the setRadius() invalid radius error message More... about 23 years ago
Remove the angular dimension small angle mode test - that feature is removed from AngularDimensions More... about 23 years ago
Adding leader.py and preferences.py - these are still very much works in progress ... More... about 23 years ago
Small linetype tweaks - return a copy of the dashlist; put Linetype name in single quotes, tweak the __init__ name string check More... about 23 years ago
When storing dimensions in a layer, put the dimension in the __objdict before calling connectUser() More... about 23 years ago
Fix AngularDimension::invert() variable goof More... about 23 years ago
Fix bad blackbox link on screenshots page More... about 23 years ago
Make a copy of the name, linetype, and color when initializing a style - this will ensure these objects will not change underfoot; update the __eq__ and __ne__ methods to use the object methods More... about 23 years ago
Make a copy of the name and dashlist when initializing a linetype - this will ensure these objects will not change underfoot; update the __eq__ and __ne__ methods to use the object methods More... about 23 years ago
Add acline::atCoords() method - this method will probably need modifying ... More... about 23 years ago
Update style code to current standards and add some doc strings More... about 23 years ago