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
PythonCard
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 15 hours
ago. based on code collected
about 21 hours
ago.
Jul 09, 2025 — Jul 09, 2026
Showing page 129 of 136
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
commented out the print statement in __setattr__ which was causing searchexplorer.pyw to not run, even though the .py version ran fine!?!
kasplat
More...
almost 25 years ago
commented out the print statement in __setattr__ which was causing searchexplorer.pyw to not run, even though the .py version ran fine!?!
kasplat
More...
almost 25 years ago
added if statement to make sure we actually want a Debug menu
kasplat
More...
almost 25 years ago
added if statement to make sure we actually want a Debug menu
kasplat
More...
almost 25 years ago
added a DebugMenu class to debug.py and made necessary changes in model.py to support it. if any one of the 'debug' windows: Message Watcher, Property Editor, Shell are requested when the main app starts up then a 'Debug' menu will be created, so that the windows can be toggled. I also added an About PythonCard... menu item.
kasplat
More...
almost 25 years ago
added a DebugMenu class to debug.py and made necessary changes in model.py to support it. if any one of the 'debug' windows: Message Watcher, Property Editor, Shell are requested when the main app starts up then a 'Debug' menu will be created, so that the windows can be toggled. I also added an About PythonCard... menu item.
kasplat
More...
almost 25 years ago
Neil's suggested changes to support dot notation for widgets
kasplat
More...
almost 25 years ago
Neil's suggested changes to support dot notation for widgets
kasplat
More...
almost 25 years ago
conversions sample showing new dot notation, temperature and morse code are the only initial conversions, but the framework is generic and other conversions can be added easily
kasplat
More...
almost 25 years ago
conversions sample showing new dot notation, temperature and morse code are the only initial conversions, but the framework is generic and other conversions can be added easily
kasplat
More...
almost 25 years ago
Worked around icons problems
andy47
More...
almost 25 years ago
Worked around icons problems
andy47
More...
almost 25 years ago
removed onSize event from PyCrustFrame
kasplat
More...
almost 25 years ago
removed onSize event from PyCrustFrame
kasplat
More...
almost 25 years ago
added clear() to WidgetDict, fixed len that shouldn't be in __getattr__
kasplat
More...
almost 25 years ago
added clear() to WidgetDict, fixed len that shouldn't be in __getattr__
kasplat
More...
almost 25 years ago
len() still doesn't work, everything else appears okay
kasplat
More...
almost 25 years ago
len() still doesn't work, everything else appears okay
kasplat
More...
almost 25 years ago
revised WidgetDict once again
kasplat
More...
almost 25 years ago
revised WidgetDict once again
kasplat
More...
almost 25 years ago
switched to Background.components for accessing widgets - experimental
kasplat
More...
almost 25 years ago
switched to Background.components for accessing widgets - experimental
kasplat
More...
almost 25 years ago
removed the menubar, switched the clock to right alignment and tweaked the positioning of the static text and overall window width, may no longer look right on *nix, so that should be checked.
kasplat
More...
almost 25 years ago
removed the menubar, switched the clock to right alignment and tweaked the positioning of the static text and overall window width, may no longer look right on *nix, so that should be checked.
kasplat
More...
almost 25 years ago
just getting rid of extra print statements
kasplat
More...
almost 25 years ago
just getting rid of extra print statements
kasplat
More...
almost 25 years ago
added size, position, and visible (not currently used) options to the pythoncard.config.py file. updated loader.py and model.py to use the new options with -m, -p, -s, -l command-line options able to override to turn an option on that was off by default if a pythoncard.user.config.py file is found, then that will override the use of the default pythoncard.config.py file what i found while doing these updates is that the configuration infrastructure probably needs to be reworked to have more flexibility. i avoided the issue of saving or possibly having a sample specific config file to have even finer control
kasplat
More...
almost 25 years ago
added size, position, and visible (not currently used) options to the pythoncard.config.py file. updated loader.py and model.py to use the new options with -m, -p, -s, -l command-line options able to override to turn an option on that was off by default if a pythoncard.user.config.py file is found, then that will override the use of the default pythoncard.config.py file what i found while doing these updates is that the configuration infrastructure probably needs to be reworked to have more flexibility. i avoided the issue of saving or possibly having a sample specific config file to have even finer control
kasplat
More...
almost 25 years ago
added support for loading .pyw as the background file so that if you want to run an app without the console you can just have a .pyw file rather than having to keep a copy of the .py file around as well
kasplat
More...
almost 25 years ago
added support for loading .pyw as the background file so that if you want to run an app without the console you can just have a .pyw file rather than having to keep a copy of the .py file around as well
kasplat
More...
almost 25 years ago
←
1
2
…
125
126
127
128
129
130
131
132
133
134
135
136
→
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