1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
puddlestuff/util.py [changed] Cleanup. More... over 13 years ago
puddlestuff/findfunc.py [added] Modified the runAction method so that it accepts a extra parameter, state with with functions can store their state in. More... over 13 years ago
puddlestuff/masstagging.py [added] A new config field to choose whether to update only fields that aren't already present. More... over 13 years ago
puddlestuff/mainwin/dirview.py [fixed] Selections causing errors when renaming dirs. More... over 13 years ago
puddlestuff/findfunc.py [changed] Removed check for pyparsing, because it's already done when you run puddletag. More... over 13 years ago
puddlestuff/loadshortcuts.py [fixed] Spelling error. More... over 13 years ago
[added] Sort Selected action to table's right click menu. More... over 13 years ago
Traceback is now printed if loading a file fails More... over 13 years ago
[changed] Tag sources don't require a separate config to be specified in info. Just the tag source will do. More... over 13 years ago
The major change in this rev is that tag sources with the preferences attribute no longer need to bother with saving their own values. This is now all taken care of by puddletag (webdb.py mostly). More... over 13 years ago
Masstagging should not have those imports More... over 13 years ago
puddlestuff/masstagging.py [fixed] Errors related to masstagging config dir not existing. More... over 13 years ago
puddlestuff/masstagging.py [added] Profiles to masstagging. Still have some cleanup to with old names being used instead of proper ones like _config instead of _profile. More... over 13 years ago
puddlestuff/findfunc.py [changed] Clean syntag error messages. More... over 13 years ago
puddlestuff/findfunc.py [changed] Removed all my parsing code and replaced it with a 100% pyparsing solution. This fixed a bunch of bugs. More... over 13 years ago
puddlestuff/puddlesettings.py [added] The ability to sort selected files by predefined fields. Settings and stuff have to do with that. More... over 13 years ago
puddlestuff/findfunc.py [fixed] I changed the parsefunc and getfunc methods so that I don't use a regular expression + matching brackets to get functions from strings. This allows you to (finally) use ')' in arguments (provided it's quoted). More... almost 14 years ago
puddlestuff/util.py [changed] Precedence for renaming file to have PATH first as renaming directories wouldn't work for preview mode if this isn't so. More... almost 14 years ago
puddlestuff/findfunc.py [changed] ParseError and FuncError is imported by functions.py so I moved the declaration. More... almost 14 years ago
Fixed bug where tag deletion isn't supported in a file (looking at you WMA) and extensions not showing properly. More... almost 14 years ago
Bug fix related to extensions and previews More... almost 14 years ago
puddlestuff/puddleobjects.py [changed] Removed debugging timing stuff. More... almost 14 years ago
puddlestuff/masstagging.py [added] Error messages to be shown in Mass Tagging log. More... almost 14 years ago
Import that should not be there was there. More... almost 14 years ago
puddlestuff/puddleobjects.py [changed] Moved filename matching stuff from getfiles into own function so that it can be used in other places. More... almost 14 years ago
puddlestuff/puddleobjects.py [fixed] Duplicate entries being loaded for PuddleCombo. More... almost 14 years ago
Removed plugins.py references from all modules, so that the new way to load plugins can be used. More... almost 14 years ago
puddlestuff/tagmodel.py [changed] Entering a value containing \\ to the file-view will now split it. More... almost 14 years ago
puddlestuff/masstagging.py [changed] Previews to work with the new way preview mode works. More... almost 14 years ago
[fixed] Error message not being shown when writing incorrectly. More... almost 14 years ago