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/gtktextprefs.py: Remove another debug print statement. More... about 19 years ago
PythonCAD/Interface/Gtk/gtktextprefs.py: Remove debug print statement. More... about 19 years ago
PythonCAD/Interface/Gtk/gtkdimprefs.py: Change the GtkDimStyle class to require a gtk.Window argument and use it when searching for fonts; change caller as needed in dimstyle_dialog(). More... about 19 years ago
PythonCAD/Interface/Gtk/gtkmenus.py: Add menu item and callback to present new TextStyle dialog. More... about 19 years ago
PythonCAD/Interface/Gtk/gtktextprefs.py: Adding file. More... about 19 years ago
PythonCAD/Interface/Gtk/gtkdimprefs.py: When setting the widgets based on the Image values use classmethods of the TextStyle and Dimension classes to compare font weight, font style, text alignment, endpoint type, and text position values; rename function__widget_changed() to _widget_changed() and change caller; remove debug print statement when setting option values. More... about 19 years ago
PythonCAD/Interface/Gtk/gtkprefs.py: Add a clear() method to the Prefstate class; use it prior to closing the preference dialog. More... about 19 years ago
pythoncad.spec: Various fixes/updates from D. Scott Barninger. Thanks! More... about 19 years ago
PythonCAD/Interface/Gtk/gtkdimprefs.py: Various changes to setValues() - store the widget in self.__widgets if no key found, reuse SpinButton widget in DIM_FOO_PRECISION if possible; use get_value_as_int() method when retrieving value from DIM_FOO_PRECISION in getValues(); add functionality to setImageSettings() method so widgets display current image settings; adjust dimstyle_dialog() to test against Image settings instead of DimStyle settings and change test for adjusting boolean values. More... about 19 years ago
PythonCAD/Interface/Gtk/gtkdimprefs.py: Import 'color' and 'image' modules; simply continue if no widget defined for a DimStyle key - some keys are skipped; create widget for DIM_FOO_FONT_FAMILY keys; use correct variable for getting value in DIM_FOO_PRECISION widgets; add (empty) setImageSettings() method; add code to set Image options based on values stored in widgets. More... about 19 years ago
PythonCAD/Interface/Gtk/gtkdimprefs.py: Store the available font families in a class variable '__families'; populate that variable in setValues() when the key is one of the 'DIM_FOO_FONT_FAMILY' keys; adjust the __psPage() method by adding in the font family widget. More... about 19 years ago
PythonCAD/Interface/Gtk/gtkdimprefs.py: Rework __entryFocusOut() to use a 'length' property in the gtkEntry and call set_text() by blocking the insert_text() handler; store the 'length' property for various gtk.Entry widgets in setValues() and change the connect() call for the 'focus-out-event', plus move the connect() call to be only called on the initial widget creation. More... about 19 years ago
PythonCAD/Interface/Gtk/gtkdimprefs.py: Add new methods addDimStyle() and getDimStyles() to GtkDimStyle class, plus an instance variable to store the DimStyles; fix paste-o in __entryFocusOut() method; be more clever when storing length values in gtk.Entry widgets by testing for a 'handlerid' value associated with the widget; simplify some instance testing by testing if the gtk module contains the newer attribute; add a __widget_changed() function and use it to handle when the user changes the DimStyle at the top of the dialog. More... about 19 years ago
PythonCAD/Interface/Gtk/gtkdimprefs.py: Change the dimstyle_dialog() signature by requiring a list of available DimStyles to choose; add a ComboBox/OptionMenu to the top of the dialog window so the user can select which DimStyle is active. PythonCAD/Interface/Gtk/gtkmenus.py: Adjust the call to dimstyle_dialog() by passing the globals.prefs['DIMSTYLES'] value. More... about 19 years ago
PythonCAD/Interface/Gtk/gtkdimprefs.py: Change from 5 to 2 various packing widget padding values. More... about 19 years ago
PythonCAD/Interface/Gtk/gtkmenus.py: Use the new GtkDimPrefs code: 'import' the module; add a menu for setting the various DimStyle options and provide the needed callback. More... about 19 years ago
PythonCAD/Interface/Gtk/gtkdimprefs.py: Remove debug statement from __toggleSecondaryOpts(); comment out the connect() call to the __toggleSecondaryOpts() classmethod. More... about 19 years ago
PythonCAD/Interface/Gtk/gtkdimprefs.py: Replace 'move_cursor' with 'GtkDimPrefs.__moveCursor'. More... about 19 years ago
PythonCAD/Interface/Gtk/gtkdimprefs.py: Enclose more textstrings within _() function for translation purposes. More... about 19 years ago
www/usage.html: Replace wording about selection not being visible with a note that selected objects change color. More... over 19 years ago
PythonCAD/Interface/Gtk/gtkdimprefs.py: Lots of changes - typo fixes, add methods to populate gtk.Notebook pages, store widgets in hash, etc. More... over 19 years ago
PythonCAD/Interface/Gtk/gtkdimprefs.py: Add missing 'or' statement. Oops ... More... over 19 years ago
PythonCAD/Interface/Gtk/gtkdimprefs.py: Adding file. More... over 19 years ago
PythonCAD/Generic/dimension.py: Fix typo in classmethod() declaration of getPositionStrings(). More... over 19 years ago
PythonCAD/Interface/Gtk/gtkimage.py: Listen for the 'units_changed' message and invoke redraw() if it is received. More... over 19 years ago
PythonCAD/Generic/image.py: Store correct message in ImageLog::__unitsChanged() method. Stupid paste-o error ... More... over 19 years ago
PythonCAD/Generic/dimension.py: Add new 'dimstring_changed' message; test for various messages in __dimstringChangeFoo() and use the new 'dimstring_changed' in the startChange()/endChange() calls. More... over 19 years ago
PythonCAD/Interface/Gtk/gtkconobjs.py: Fix the parallel_refpt_button_press_cb() callback by moving the setReferencePoint() call after the coordinates are obtained. More... over 19 years ago
PythonCAD/Interface/Gtk/gtkmenus.py: Fix paste-o by calling the correct function in _change_dimstring_units_cb(). More... over 19 years ago
PythonCAD/Interface/Gtk/gtkprefs.py: Remove commented-out code dealing with deprecated/obsolete DIM_FOO_FONT_SIZE variables. More... over 19 years ago