dupeguru/core
Virgil Dupras 8c36218150 In addition to EnvironmentError, catch UnicodeEncodeError when performing actions on marked duplicates.
When running dupeGuru under Linux with a messed up locale, it's
UnicodeEncodeError we get. Instead of popping a reportable traceback, it's
better to just pop the Problems dialog up.
2012-10-28 11:06:09 -04:00
..
gui [#194 state:fixed] Added the "Replace with symlink" deletion option. 2012-08-01 12:36:23 -04:00
tests Fixed add_directory() test which were broken. 2012-08-09 10:22:04 -04:00
__init__.py Changed the build system (that commit is *huge*) 2009-12-30 16:34:41 +00:00
app.py Refactoring: Began to phase out to the use of hscommon.io in favor of Path methods. 2012-08-09 10:53:24 -04:00
directories.py Refactoring: Began to phase out to the use of hscommon.io in favor of Path methods. 2012-08-09 10:53:24 -04:00
engine.py [#204 state:fixed] Added a message after re-prioritization telling how many dupe groups were changed by it. 2012-07-31 11:37:51 -04:00
export.py [#189 state:fixed] Added "Export to CSV" feature. 2012-07-31 16:46:51 -04:00
fs.py Refactoring: Began to phase out to the use of hscommon.io in favor of Path methods. 2012-08-09 10:53:24 -04:00
ignore.py Changed copyright year to 2012 2012-03-15 14:28:40 -04:00
markable.py Changed copyright year to 2012 2012-03-15 14:28:40 -04:00
prioritize.py [#198 state:fixed] Added Longest/Shortest filename criteria in the re-prioritize dialog. 2012-07-31 11:18:39 -04:00
results.py In addition to EnvironmentError, catch UnicodeEncodeError when performing actions on marked duplicates. 2012-10-28 11:06:09 -04:00
scanner.py Fixed a bug causing groups with more than one ref file in it to appear (which looks weird and messes with selection). 2012-08-09 11:16:06 -04:00