aboutsummaryrefslogtreecommitdiff
path: root/src/qt/qrcodedialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* qt: rework "receive coins" workflowWladimir J. van der Laan2013-10-231-173/+0
* Qt5 compatibilityWladimir J. van der Laan2013-06-011-0/+2
* update QRCodeDialogPhilip Kaufmann2012-07-061-22/+65
* Add a menu option to verify a signed messagesje3972012-05-121-1/+0
* harmonize the use of ellipsis ("...") to be used in menus, but not on buttons...Philip Kaufmann2012-05-091-1/+1
* Bugfix: Check that QRcode_encodeString didn't return NULL (error)Luke Dashjr2012-04-141-0/+5
* enable wordWrap on lblQRCode / small code comment changePhilip Kaufmann2012-04-121-1/+1
* limit length of generated URI to 255 chars to prevent a DoS against the QR-Co...Philip Kaufmann2012-04-121-11/+23
* updated to reflect pull-request suggestions / renamed some GUI elementsPhilip Kaufmann2012-04-121-16/+12
* fixed amount part of URI in QR-Codes / removed (no label) string if we have N...Philip Kaufmann2012-04-121-14/+20
* fix default suffixes in save dialog in GNOME, make it more clear that PNG is ...Wladimir J. van der Laan2012-02-151-3/+3
* (trivial) regularize coding styleWladimir J. van der Laan2012-02-151-6/+10
* Added QRCode generation functions via libqrencode. Switch on with USE_QRENCOD...sje3972011-12-201-0/+106