Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-12 | Add a menu option to verify a signed message | sje397 | |
(Also move 'setAttribute(Qt::WA_DeleteOnClose)' out of QRCodeDialog) | |||
2012-05-09 | harmonize the use of ellipsis ("...") to be used in menus, but not on ↵ | Philip Kaufmann | |
buttons / update some strings to be more informative | |||
2012-04-14 | Bugfix: Check that QRcode_encodeString didn't return NULL (error) | Luke Dashjr | |
Without this, any error will segfault Bitcoin-Qt | |||
2012-04-12 | enable wordWrap on lblQRCode / small code comment change | Philip Kaufmann | |
2012-04-12 | limit length of generated URI to 255 chars to prevent a DoS against the ↵ | Philip Kaufmann | |
QR-Code dialog | |||
2012-04-12 | updated to reflect pull-request suggestions / renamed some GUI elements | Philip Kaufmann | |
2012-04-12 | fixed amount part of URI in QR-Codes / removed (no label) string if we have ↵ | Philip Kaufmann | |
NO label / coding style updates / removed an unused variable | |||
2012-02-15 | fix 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 style | Wladimir J. van der Laan | |
2011-12-20 | Added 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 |