0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 21 hours ago.
Jul 09, 2025 — Jul 09, 2026
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!?! 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!?! More... almost 25 years ago
added if statement to make sure we actually want a Debug menu More... almost 25 years ago
added if statement to make sure we actually want a Debug menu 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. 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. More... almost 25 years ago
Neil's suggested changes to support dot notation for widgets More... almost 25 years ago
Neil's suggested changes to support dot notation for widgets 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 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 More... almost 25 years ago
Worked around icons problems More... almost 25 years ago
Worked around icons problems More... almost 25 years ago
removed onSize event from PyCrustFrame More... almost 25 years ago
removed onSize event from PyCrustFrame More... almost 25 years ago
added clear() to WidgetDict, fixed len that shouldn't be in __getattr__ More... almost 25 years ago
added clear() to WidgetDict, fixed len that shouldn't be in __getattr__ More... almost 25 years ago
len() still doesn't work, everything else appears okay More... almost 25 years ago
len() still doesn't work, everything else appears okay More... almost 25 years ago
revised WidgetDict once again More... almost 25 years ago
revised WidgetDict once again More... almost 25 years ago
switched to Background.components for accessing widgets - experimental More... almost 25 years ago
switched to Background.components for accessing widgets - experimental 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. 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. More... almost 25 years ago
just getting rid of extra print statements More... almost 25 years ago
just getting rid of extra print statements 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 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 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 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 More... almost 25 years ago