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
over 1 year
ago. based on code collected
about 4 years
ago.
Jan 17, 2021 — Jan 17, 2022
Showing page 5 of 91
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
PythonCAD/Interface/Gtk/gtktextprefs.py: Remove another debug print statement.
Art Haas
More...
about 19 years ago
PythonCAD/Interface/Gtk/gtktextprefs.py: Remove debug print statement.
Art Haas
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().
Art Haas
More...
about 19 years ago
PythonCAD/Interface/Gtk/gtkmenus.py: Add menu item and callback to present new TextStyle dialog.
Art Haas
More...
about 19 years ago
PythonCAD/Interface/Gtk/gtktextprefs.py: Adding file.
Art Haas
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.
Art Haas
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.
Art Haas
More...
about 19 years ago
pythoncad.spec: Various fixes/updates from D. Scott Barninger. Thanks!
Art Haas
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.
Art Haas
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.
Art Haas
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.
Art Haas
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.
Art Haas
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.
Art Haas
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.
Art Haas
More...
about 19 years ago
PythonCAD/Interface/Gtk/gtkdimprefs.py: Change from 5 to 2 various packing widget padding values.
Art Haas
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.
Art Haas
More...
about 19 years ago
PythonCAD/Interface/Gtk/gtkdimprefs.py: Remove debug statement from __toggleSecondaryOpts(); comment out the connect() call to the __toggleSecondaryOpts() classmethod.
Art Haas
More...
about 19 years ago
PythonCAD/Interface/Gtk/gtkdimprefs.py: Replace 'move_cursor' with 'GtkDimPrefs.__moveCursor'.
Art Haas
More...
about 19 years ago
PythonCAD/Interface/Gtk/gtkdimprefs.py: Enclose more textstrings within _() function for translation purposes.
Art Haas
More...
about 19 years ago
www/usage.html: Replace wording about selection not being visible with a note that selected objects change color.
Art Haas
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.
Art Haas
More...
over 19 years ago
PythonCAD/Interface/Gtk/gtkdimprefs.py: Add missing 'or' statement. Oops ...
Art Haas
More...
over 19 years ago
PythonCAD/Interface/Gtk/gtkdimprefs.py: Adding file.
Art Haas
More...
over 19 years ago
PythonCAD/Generic/dimension.py: Fix typo in classmethod() declaration of getPositionStrings().
Art Haas
More...
over 19 years ago
PythonCAD/Interface/Gtk/gtkimage.py: Listen for the 'units_changed' message and invoke redraw() if it is received.
Art Haas
More...
over 19 years ago
PythonCAD/Generic/image.py: Store correct message in ImageLog::__unitsChanged() method. Stupid paste-o error ...
Art Haas
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.
Art Haas
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.
Art Haas
More...
over 19 years ago
PythonCAD/Interface/Gtk/gtkmenus.py: Fix paste-o by calling the correct function in _change_dimstring_units_cb().
Art Haas
More...
over 19 years ago
PythonCAD/Interface/Gtk/gtkprefs.py: Remove commented-out code dealing with deprecated/obsolete DIM_FOO_FONT_SIZE variables.
Art Haas
More...
over 19 years ago
←
1
2
3
4
5
6
7
8
9
…
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