20 Commits (932d02ae392b4a4971976cb533e88c8dc3daffe1)

Author SHA1 Message Date
Pavel Janík f839350420 Do not shadow in src/qt 8 years ago
Francesco 'makevoid' Canessa 1c2a1bac0a Add address label to request payment QR Code (QT) 8 years ago
MarcoFalke fa60d05a4e Add missing copyright headers 9 years ago
fanquake 5fdf32de7e Replace some instances of formatWithUnit with formatHtmlWithUnit 9 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Michael Ford 78253fcbad Remove references to X11 licence 10 years ago
Cory Fields f3967bcc50 build: fix build weirdness after 54372482. 10 years ago
Philip Kaufmann bbe1925ce3 [Qt] style police and small addition in rpcconsole 10 years ago
Wladimir J. van der Laan 9d558e1c18 ui: Check for !pixmap() before trying to export QR code 11 years ago
Wladimir J. van der Laan 666893b1fa qt: keep a list of requested payments 11 years ago
Philip Kaufmann 79fac3f427 [Qt] use GUIUtil::setClipboard() where possible 11 years ago
Philip Kaufmann 4f7d496b82 [Qt] remove GUIUtil::getSaveFileName() default arguments 11 years ago
Wladimir J. van der Laan e592d43f51 qt: add license header to source files 11 years ago
Philip Kaufmann d57a496c51 [Qt] misc small fixes for #3099 (new receive flow) 11 years ago
Wladimir J. van der Laan 70b14636cd qt: general polish after adding new receive flow 11 years ago
Wladimir J. van der Laan 33a2febf5d qt: show payment information in one text area 11 years ago
Wladimir J. van der Laan 786b066f03 qt: move bitcoin URI formatting to guiutil 11 years ago
Wladimir J. van der Laan 8a7f37c797 qt: use SendCoinsRecipient for payment request information 11 years ago
Wladimir J. van der Laan 82095923bb qt: allow dragging, copying and saving QR code 11 years ago
Wladimir J. van der Laan 74fb765e29 qt: rework "receive coins" workflow 11 years ago
Wladimir J. van der Laan 25c0cce7fb Qt5 compatibility 11 years ago
Philip Kaufmann 5c83f797c5 update QRCodeDialog 12 years ago
sje397 0c587936c7 Add a menu option to verify a signed message 13 years ago
Philip Kaufmann 50a3855082 harmonize the use of ellipsis ("...") to be used in menus, but not on buttons / update some strings to be more informative 13 years ago
Luke Dashjr 2eb665c634 Bugfix: Check that QRcode_encodeString didn't return NULL (error) 13 years ago
Philip Kaufmann 7261945eb5 enable wordWrap on lblQRCode / small code comment change 13 years ago
Philip Kaufmann b1a99c3a1f limit length of generated URI to 255 chars to prevent a DoS against the QR-Code dialog 13 years ago
Philip Kaufmann 1e8c62b29c updated to reflect pull-request suggestions / renamed some GUI elements 13 years ago
Philip Kaufmann 9e0dba8c17 fixed amount part of URI in QR-Codes / removed (no label) string if we have NO label / coding style updates / removed an unused variable 13 years ago
Wladimir J. van der Laan 303a47c095 fix default suffixes in save dialog in GNOME, make it more clear that PNG is used (solves #833) 13 years ago
Wladimir J. van der Laan 1df182ff88 (trivial) regularize coding style 13 years ago
sje397 22123c85f3 Added QRCode generation functions via libqrencode. Switch on with USE_QRENCODE=1. 13 years ago