0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jun 24, 2025 — Jun 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding python scripts to the 'bin' directory (other scripts will be removed in a future version) More... over 12 years ago
updating version string to "0.3a1dev" More... over 12 years ago
adding specific "known issues" text for Kubos Script More... over 12 years ago
add STL export functionality to Kubos Script More... over 12 years ago
fixing filenames of the new main script: "__main__.pyw" -> "main.pyw" More... over 12 years ago
Scripting part: show error messages in the main window instead of a dialog box More... over 12 years ago
renaming __main__.py -> main.py More... over 12 years ago
adding a log widget to Kubos Script (not functional yet) More... over 12 years ago
make opening new subprocesses work on Windows More... over 12 years ago
minor modification: deleting outdated comment More... over 12 years ago
show the examples directory by default when opening a script More... over 12 years ago
Kubos Script: Open a script in a new window if one is already loaded More... over 12 years ago
create custom TextEdit class for Kubos Script, add sizeHint for it More... over 12 years ago
change example script files to not import app if not required More... over 12 years ago
adding setup.py and manifest files More... over 12 years ago
moving the single instance of MainWindow from '_gui.main_win' to 'gui'. The '_gui' module contains only classes now More... over 12 years ago
setting __version__ More... over 12 years ago
fixing another issue More... over 12 years ago
trying to fix an issue that was reported by Thomas Paviot: https://mail.gna.org/public/pythonocc-users/2014-01/msg00001.html More... over 12 years ago
Kubos Script: enable adding of shapes by putting them in SHAPES list More... over 12 years ago
make kubos work when installed through "python setup.py develop --user" More... over 12 years ago
corrections to examples More... over 12 years ago
upating an extending examples More... over 12 years ago
Script Actions: set shortcuts through cross-platform Qt shortcuts, adding Export icon More... over 12 years ago
corrections to bspline tools More... over 12 years ago
Integrate the text editor for the scripting mode into the main window; add additional actions to the scripting module More... over 12 years ago
emit event "document modified" in two additional places More... over 12 years ago
bugfix: make tool "Expand-Rotate" work again More... over 12 years ago
moving class "KubosApp" from module "app" to "appclass" More... over 12 years ago
simplifications to the vec class More... over 12 years ago