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
Update web pages for sixth release More... almost 23 years ago
Update setup.py for sixth release More... almost 23 years ago
Save override values in textblocks; fix a few pychecker warnings in _load_textblocks() More... almost 23 years ago
Image updates: add missing polyline import; move TextBlocks between layers More... almost 23 years ago
remove debugging print in Layer::_addTextBlocks(); rework Layer::getExtents() More... almost 23 years ago
Fix stupid typo in TextBlock::setAngle() More... almost 23 years ago
Imageio updates: load/save textblocks and textstyles; remove a few debugging print statements; replace a few deprecated calls with getImageEntities() More... almost 23 years ago
Redefine DimString class as derived from TextFormat object More... almost 23 years ago
Gtkimage updates: draw TextBlock objects if they are seen; small tweaks elsewhere More... almost 23 years ago
Add the ability to add text through a menu choice More... almost 23 years ago
Update image.py to store textstyles; handle polylines in transfer objects between layers; image initiailization tweaks for storing text properties from global preferences More... almost 23 years ago
Big text update: rename TextStyle to TextFormat; make new TextStyle and TextBlock classes; add __eq__ and __ne__ methods for TextFormat. This revision allows for the creation and storage of text in a PythonCAD drawing. More... almost 23 years ago
Add gtktext.py file for handling the creation and drawing of text More... almost 23 years ago
Add the first implementation of a Text tool More... almost 23 years ago
Update preferences for handling text styles; add more error checking for various numerical preferences More... almost 23 years ago
Handle TEXT_STYLE option in options.py More... almost 23 years ago
Layer updates for handling text blocks; removed some trailing spaces too ... More... almost 23 years ago
Update prefs.py file for new text handling More... almost 23 years ago
Uses the Generic.move routines to handle entity moving - this changed many of the event handlers for move operations; small tweak when deleting objects More... almost 23 years ago
Create specialized horizontal/vertical moving and stretching tools when doing those operations More... almost 23 years ago
Gtkdimension fixes: Remove some unused import modules; removed a debug print statement; restructure a code loop to remove an ill-placed continue statement More... almost 23 years ago
Layer fixes: added sweeping of polylines and leaders; lots of adjustments in dealing with polylines; removed deprecated moveObject() method; convert some routines to current code standards; reformat a few error messages; correct connecting of users to points in sweeping entities; fix typos for angular dimension More... almost 23 years ago
Made the DimensionTool:_setDimension() method private; added horizontal and vertical moving/stretching tool classes More... almost 23 years ago
Fix the Polyline:isModified() method More... almost 23 years ago
Added make_coords and make_region utility routines. These common routines should reduce some code duplication ... More... almost 23 years ago
Adding move.py - this file handles moving entities around a layer. More... almost 23 years ago
Add the recognition of polylines for modification, though there still is much work left to do for dealing with these objects More... almost 23 years ago
Update gtkimage to draw polylines; add the {get/set}Tool() methods for gtkimage More... almost 23 years ago
Update the gtkdimension file for new tool behavior. Many routines are now handled in tool methods. More... almost 23 years ago
Update the gtkentity file for new tool behavior More... almost 23 years ago