0
I Use This!
Inactive

Commits : Listings

Analyzed 21 minutes ago. based on code collected about 5 hours ago.
Jun 30, 2025 — Jun 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Few more fixes to standaloneBuilder app More... about 21 years ago
updated setup.py to support both py2app and py2exe based on Bob's script More... about 21 years ago
added dev archive links More... about 21 years ago
added dev list More... about 21 years ago
Delete shortcut changed to Ctrl+D, Duplicate is Ctrl+U More... about 21 years ago
Initial checkin of standaloneBuilder app More... about 21 years ago
Updated version from Genes website which should fix the last overflow error when reading EXIF tags More... about 21 years ago
revised internationalResourceName to support platform-specific resources More... over 21 years ago
Found an occurence of PythonoCardPrototype in the text... More... over 21 years ago
Update the notes for PythonCard-0.8.1 RPM install, also covers current version of wxPython RPMs More... over 21 years ago
Updated wxPython installation instructions for linux More... over 21 years ago
adjusted text and static text positions to avoid overlap on Mac More... over 21 years ago
added IsBeingDeleted() guard to prevent firing events when object is in the process of being deleted, which could cause crashes if the handler attempts to access a deleted object More... over 21 years ago
start of 0.8.2 changes More... over 21 years ago
added UK <-> US to conversions.py and simplified SOAP.py module check More... over 21 years ago
added explicit Update for Mac BitmapCanvas refresh More... over 21 years ago
renamed samples.py to samples.pyw More... over 21 years ago
switched to 2.3.5 and 2.4 compat PythonCard-0.8.1.FIXED.win32.exe More... over 21 years ago
Fixed some problems with the walkthrough sample program and documentation More... over 21 years ago
Made sure that deleting a record marks the set as changed More... over 21 years ago
* Refactored some attributes from Widget up to Component. In particular, Component's spec called for name and command, yet the properties to hold these were specified only at Widget. This made it impossible to inherit directly from Component and still be instantiated via the resources. I also moved the actionBindings up from Widget to Component, as they make more sense there. Component is now clearly "anything that can be manipulated as a resource (and instantiated via a .rsrc.py)", while Widget is "anything with a user interface (a size and a position describing where it can draw)". All Widgets are Components - we want to be able to instantiate any GUI element from the resource file. In the experimentalResourceEditor branch, I fixed a number of bugs that prevented the resource editor from dealing with Components that are not Widgets. The experimentalResourceEditor now fully handles UI-less Components (you can edit their properties via the PropertyEditor, but they don't appear in the ResourceEditor pane). AB More... over 21 years ago
added SUMR More... over 21 years ago
replaced StringType with StringTypes More... over 21 years ago
added try/except to deal with failure on DNS lookup More... over 21 years ago
undid pageText since Get requires arg - don't commit after margaritas ;-) More... over 21 years ago
made pageText a property More... over 21 years ago
added actionBindings attribute More... over 21 years ago
The experimental resource editor now only outputs the actionBindings if they are not empty. More... over 21 years ago
let exceptions in script propogate More... over 21 years ago
theoretically I've fixed these to use the new document and path refs More... over 21 years ago