aboutsummaryrefslogtreecommitdiff
path: root/src/qt/qrcodedialog.cpp
AgeCommit message (Expand)Author
2012-04-15Bugfix: Check that QRcode_encodeString didn't return NULL (error)Luke Dashjr
2012-04-14Display an error, rather than crashing, if encoding a QR Code failed.Luke Dashjr
2012-02-15fix default suffixes in save dialog in GNOME, make it more clear that PNG is ...Wladimir J. van der Laan
2012-02-15(trivial) regularize coding styleWladimir J. van der Laan
2011-12-20Added QRCode generation functions via libqrencode. Switch on with USE_QRENCOD...sje397