openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
PythonCAD
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
almost 2 years
ago. based on code collected
over 4 years
ago.
Jan 17, 2021 — Jan 17, 2022
Showing page 80 of 91
Search / Filter on:
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
Art Haas
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 ... :-(
Art Haas
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 ...
Art Haas
More...
about 23 years ago
Change [gs]etEndpoint to [gs]EndpointType in imageio
Art Haas
More...
about 23 years ago
Change Dimension::[gs]etEndpoint to Dimension::[gs]EndpointType; fix an endpoint calculation typo; change callers in imageio
Art Haas
More...
about 23 years ago
Fix bug in setting default style - this should have been removed prior to previous commit ... :-(
Art Haas
More...
about 23 years ago
Reformat invalid value message in tolerance.toltest() and add more to the doc string
Art Haas
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
Art Haas
More...
about 23 years ago
Add preference handling for default_style and default_dimstyle; fix some bugs in preference reading code
Art Haas
More...
about 23 years ago
Fix layer variable goof in move objects callback
Art Haas
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.
Art Haas
More...
about 23 years ago
Adding prefs.py - this is the global preferences file (and can be the user preferences file as well)
Art Haas
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 ...
Art Haas
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 ...
Art Haas
More...
about 23 years ago
Handle the new DIM_ENDPOINT_SIZE option
Art Haas
More...
about 23 years ago
Do not slice the name in the Linetype::__init__ function
Art Haas
More...
about 23 years ago
Update some imageio code to current standards; handle the loading and saving of dimension endpoint sizes
Art Haas
More...
about 23 years ago
Add the handling of dimension endpoint sizes; reformat some dimension style message; rework slightly the dimension style initializer
Art Haas
More...
about 23 years ago
Reformat slightly some error message in Color::__init__()
Art Haas
More...
about 23 years ago
Add a test for radius validity in _Circle.__init__; reformat the output for the setRadius() invalid radius error message
Art Haas
More...
about 23 years ago
Remove the angular dimension small angle mode test - that feature is removed from AngularDimensions
Art Haas
More...
about 23 years ago
Adding leader.py and preferences.py - these are still very much works in progress ...
Art Haas
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
Art Haas
More...
about 23 years ago
When storing dimensions in a layer, put the dimension in the __objdict before calling connectUser()
Art Haas
More...
about 23 years ago
Fix AngularDimension::invert() variable goof
Art Haas
More...
about 23 years ago
Fix bad blackbox link on screenshots page
Art Haas
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
Art Haas
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
Art Haas
More...
about 23 years ago
Add acline::atCoords() method - this method will probably need modifying ...
Art Haas
More...
about 23 years ago
Update style code to current standards and add some doc strings
Art Haas
More...
about 23 years ago
←
1
2
…
76
77
78
79
80
81
82
83
84
…
90
91
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree