aboutsummaryrefslogtreecommitdiff
path: root/src/qt/qrcodedialog.cpp
AgeCommit message (Expand)Author
2013-10-23qt: rework "receive coins" workflowWladimir J. van der Laan
2013-06-01Qt5 compatibilityWladimir J. van der Laan
2012-07-06update QRCodeDialogPhilip Kaufmann
2012-05-12Add a menu option to verify a signed messagesje397
2012-05-09harmonize the use of ellipsis ("...") to be used in menus, but not on buttons...Philip Kaufmann
2012-04-14Bugfix: Check that QRcode_encodeString didn't return NULL (error)Luke Dashjr
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