aboutsummaryrefslogtreecommitdiff
path: root/src/qt/qrcodedialog.cpp
AgeCommit message (Expand)Author
2012-04-12enable wordWrap on lblQRCode / small code comment changePhilip Kaufmann
2012-04-12limit length of generated URI to 255 chars to prevent a DoS against the QR-Co...Philip Kaufmann
2012-04-12updated to reflect pull-request suggestions / renamed some GUI elementsPhilip Kaufmann
2012-04-12fixed amount part of URI in QR-Codes / removed (no label) string if we have N...Philip Kaufmann
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