1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
We now disable the cancel button in the progress window unless explicitly asked not to. More... over 11 years ago
Added a provision to ignore the particular exit method of a static panel expression unless there's more than one button. More... over 11 years ago
Incremented version. More... over 11 years ago
Placed a hack to allow to return a None for the currently-selected item if the list is empty. More... over 11 years ago
We now allow different rendering methods for each utility function. This allows us to create progress panels or to ignore keyboard events within blanking. More... over 11 years ago
Produced new egg. More... over 11 years ago
Incremented version. More... over 11 years ago
Added Quit and Redraw exceptions. Will now expect the config dictionary to be passed-in instead of the Python file. It no longer seemed practical to compile it ourselves. We now pass the Snackwich object into all callbacks. We now allow the post-callback to change the next-key. We now support GotoPanelException in the post-callback. Added a message dialog, which just displays text without buttons. Snack dialogs now return dictionaries. If there is no post-callback defined for a particular panel-expression, Snackwich will handle Cancel and ESC in a default manner, automatically. Did some formatting fixes on Snack helper dialog definitions. Choice dialogs now return a collection rather than the single, activated button. More... over 11 years ago
Conflict resolution. More... over 11 years ago
No longer log to console. Only log to file if the target directory exists. More... over 11 years ago
No longer log to console. Only log to file if the target directory exists. More... over 11 years ago
Added Snack preinstall dependency check. More... over 11 years ago
Added path changes for example. Returned zip-safe flag to original state. More... over 11 years ago
Set as alpha project. More... over 11 years ago
Merge branch 'master' of github.com:dsoprea/Snackwich More... over 11 years ago
Removed erroneous file. More... over 11 years ago
Wording fix. More... over 11 years ago
Merge branch 'master' of github.com:dsoprea/Snackwich More... over 11 years ago
Added progress-bar dialog. Added an option for a secondary message in each dialog utility-function. More... over 11 years ago
Update README.txt More... over 11 years ago
Update README.txt More... over 11 years ago
Added instructions/guidelines as USAGE.txt . More... over 11 years ago
Belongs to previous commit. More... over 11 years ago
Fixed some import path stuff. Began README file. More... over 11 years ago
Path fixes. More... over 11 years ago
Added build script. More... over 11 years ago
Panels can now prescribe the next panel. added 'skip'- and 'break'-type exceptions. Timers can now be implemented on each panel. Updated Egg. More... over 11 years ago
Switched to storing config to a local variable and grabbing it out of the locals() dictionary so that that file could do assignments and imports. More... over 11 years ago
Eggified the project. More... over 11 years ago
Added a comment about being able to look in the snack.py file for a full explanation of parameters. More... over 11 years ago