~dupeguru/dupeguru/+git/master:trigger-happy

Last commit made on 2014-03-30
Get this branch:
git clone -b trigger-happy https://git.launchpad.net/~dupeguru/dupeguru/+git/master

Branch merges

Branch information

Name:
trigger-happy
Repository:
lp:~dupeguru/dupeguru/+git/master

Recent commits

9bd0ec8... by Virgil Dupras

Added PE's "trigger happy" scan type

ref #242

ba13b70... by Virgil Dupras

Fixed crashing save dialogs under Qt5

640561a... by Virgil Dupras

Updated F.A.Q.

Fixes #252

e4f81cb... by Virgil Dupras

Update loc

4be4825... by Virgil Dupras

Bootstrapping: don't use system-site-packages under OS X

7d107d8... by Virgil Dupras

Moved Cocoa error reporting to Github mode.

10d1363... by Virgil Dupras

Changed the error report so it brings the user to Github directly

Making error reporting too easy results in too much context-less
tracebacks which demand attention and, in the end, aren't of much use.

Requiring the user to report errors on Github will reduce the number of
reports, but hopefully make these reports have better context.

b76820e... by Virgil Dupras

Fixed bootstrapping under Python 3.3

72b3cfb... by Virgil Dupras

Adapted bootstrapping procedure to Python 3.4

8b83ed0... by Virgil Dupras

Removed needless PyQt signal overloading

After a PyQt5 update, dupeGuru wouldn't run anymore because it choked on
signal overloading that weren't necessary.