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
PythonCAD/Interface/Gtk/gtkimge.py: Undoing premature checkin from previous commit. More... almost 19 years ago
PythonCAD/Interface/Gtk/gtkimage.py: Commit wrong file - reversion in next commit ... Ooops ... More... almost 19 years ago
PythonCAD/Interface/Gtk/gtkentities.py: Remove 'tool' argument from all callers of create_entity(). PythonCAD/Interface/Gtk/gtkconobjs.py: Same. More... almost 19 years ago
PythonCAD/Interface/Gtk/gtktext.py: Change text_add_init() by making argument 'tool' optional and get active tool via gtkimage.getImage().getTool() call; adjust variables as necessary. More... almost 19 years ago
PythonCAD/Interface/Gtk/gtkconobjs.py: Change all init()-esque functions with 'gtkimage' and 'tool' arguments to make 'tool' optional and get the active tool via gtkimage.getImage().getTool(); change the init functions for parallel and perpendicular lines to take a 'gtkimage' argument. PythonCAD/Interface/Gtk/gtkmenus.py: Adjust menu handlers for creating parallel and perpendicular construction lines due to change above. More... almost 19 years ago
PythonCAD/Interface/Gtk/gtkentities.py: Change create_entity() and all the various init-esque functions so that a 'tool' argument is optional and get the active tool via gtkimage.getImage().getTool(); change the chamfer and fillet init() routines to take a gtkimage argument. PythonCAD/Interface/Gtk/gtkmenus.py: Adjust menu calls for creating chamfer and fillet entities due to changes above. More... almost 19 years ago
PythonCAD/Generic/image.py: Add new 'tool_changed' message and use it in the Image::setTool() method. More... almost 19 years ago
PythonCAD/Generic/preferences.py: Fix dumb typo in saving LINE_THICKNESS settings. More... almost 19 years ago
PythonCAD/Generic/preferences.py: Adjust the loading and saving of user preferences to look for the '${APPDATA}/PythonCAD/prefs.py' file on Windows. More... almost 19 years ago
PythonCAD/Generic/text.py: Fix TextBlock::inRegion() by calling self.getAlignment() instead of examining self.__aligment directly. More... almost 19 years ago
PythonCAD/Interface/Gtk/gtksytyleprefs.py: Fix pasto - 'GtkDimStyle' is 'GtkStyle' here. Oops ... More... almost 19 years ago
PythonCAD/Interface/Gtk/gtkprefs.py: Remove some commented-out code. More... almost 19 years ago
PythonCAD/Interface/Gtk/gtkmenus.py: Replace gtkimage.{s/g}etTool() with gtkimage.getImage().{s/g}etTool() calls. More... almost 19 years ago
PythonCAD/Interface/Gtk/gtkimage.py: Part two of moving active tool storage from GTKImage to Image - remove 'self.__tool' variable; change getTool() and setTool() methods to invoke Image methods and add deprecation warning; adjust various 'self.__tool' usage to 'self.__image.getTool()' and 'self.__image.setTool()' calls; import 'warning' module for deprecation warning. More... almost 19 years ago
PythonCAD/Generic/image.py: First step in moving active tool storage from the GTKImage to the Image - add a 'self.__tool' variable, getTool() and setTool() methods; minor reformatting of messages. More... almost 19 years ago
www/index.html: Add a link to the Wiki page. More... about 19 years ago
PythonCAD/Interface/Gtk/gtkprefs.py: Import the 'dimension' module; use the classmethod from Dimension to obtain the valid dimension endpoint types and dimension positions; replace hard-coded lists in the code which were used to set dimension endpoint types and position with the values obtained from the classmethod calls; use the classmethods to test/set the selected dimension endpoint types and positions. More... about 19 years ago
PythonCAD/Generic/preferences.py: Call correctly-named classmethod in _test_dim_position(); fix dumb typo and call correctly-name classmethod in _test_dim_endpoint(). More... about 19 years ago
PythonCAD/Interface/Gtk/gtkprefs.py: Replace the hard-coded _font_styles, _font_weights, and _text_align list-of-tuples with suitable calls to TextStyle classmethods; change users of these variables to also use suitable classmethods to get/compare/set values as needed. More... about 19 years ago
www/screenshots.html: More updates so the screenshot images will utilize the stylesheet information. More... about 19 years ago
www/usage.html: Update some dimension and attribute setting questions as PythonCAD abilities have greatly improved since some of the text in this file had last been edited. More... about 19 years ago
www/usage.html: Update tags to use new 'pythoncad.css' stylesheet. More... about 19 years ago
www/summary2.html: Update tags to use new 'pythoncad.css' stylesheet. More... about 19 years ago
www/status.html: Update tags to use new 'pythoncad.css' stylesheet. More... about 19 years ago
www/screenshots.html: Update tags to use new 'pythoncad.css' stylesheet. More... about 19 years ago
www/fileformat.html: Update tags to use new 'pythoncad.css' stylesheet. More... about 19 years ago
www/commands.html: Update tags to use the new 'pythoncad.css' stylesheet. More... about 19 years ago
www/code_layout.html: Update tags to use the new 'pythoncad.css' stylesheet. More... about 19 years ago
www/checklist.html: Change 'pythoncad_logo.png' to 'main_logo.png'. More... about 19 years ago
www/checklist.html: Update tags to use new 'pythoncad.css' stylesheet. More... about 19 years ago