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
Update web pages for sixth release More... about 23 years ago
Update setup.py for sixth release More... about 23 years ago
Save override values in textblocks; fix a few pychecker warnings in _load_textblocks() More... about 23 years ago
Image updates: add missing polyline import; move TextBlocks between layers More... about 23 years ago
remove debugging print in Layer::_addTextBlocks(); rework Layer::getExtents() More... about 23 years ago
Fix stupid typo in TextBlock::setAngle() More... about 23 years ago
Imageio updates: load/save textblocks and textstyles; remove a few debugging print statements; replace a few deprecated calls with getImageEntities() More... about 23 years ago
Redefine DimString class as derived from TextFormat object More... about 23 years ago
Gtkimage updates: draw TextBlock objects if they are seen; small tweaks elsewhere More... about 23 years ago
Add the ability to add text through a menu choice More... about 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... about 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... about 23 years ago
Add gtktext.py file for handling the creation and drawing of text More... about 23 years ago
Add the first implementation of a Text tool More... about 23 years ago
Update preferences for handling text styles; add more error checking for various numerical preferences More... about 23 years ago
Handle TEXT_STYLE option in options.py More... about 23 years ago
Layer updates for handling text blocks; removed some trailing spaces too ... More... about 23 years ago
Update prefs.py file for new text handling More... about 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... about 23 years ago
Create specialized horizontal/vertical moving and stretching tools when doing those operations More... about 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... about 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... about 23 years ago
Made the DimensionTool:_setDimension() method private; added horizontal and vertical moving/stretching tool classes More... about 23 years ago
Fix the Polyline:isModified() method More... about 23 years ago
Added make_coords and make_region utility routines. These common routines should reduce some code duplication ... More... about 23 years ago
Adding move.py - this file handles moving entities around a layer. More... about 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... about 23 years ago
Update gtkimage to draw polylines; add the {get/set}Tool() methods for gtkimage More... about 23 years ago
Update the gtkdimension file for new tool behavior. Many routines are now handled in tool methods. More... about 23 years ago
Update the gtkentity file for new tool behavior More... about 23 years ago