aboutsummaryrefslogtreecommitdiff
path: root/src/qt/qrcodedialog.cpp
AgeCommit message (Collapse)Author
2012-04-15Bugfix: Check that QRcode_encodeString didn't return NULL (error)Luke Dashjr
Without this, any error will segfault Bitcoin-Qt
2012-04-14Display an error, rather than crashing, if encoding a QR Code failed.Luke Dashjr
(master workaround in b1a99c3a1fb2613e9c7cecd565e8cc604b03eb6f + 7261945eb5f64423d47a5bff63ecd8b65d88b8ed)
2012-02-15fix default suffixes in save dialog in GNOME, make it more clear that PNG is ↵Wladimir J. van der Laan
used (solves #833)
2012-02-15(trivial) regularize coding styleWladimir J. van der Laan
2011-12-20Added QRCode generation functions via libqrencode. Switch on with ↵sje397
USE_QRENCODE=1. Amended build docs for Linux and OSX, and OSX makefile. Added package 'qrencode' to gitian.yml