270 Commits (d5f46832de900cee0801ca40bba743c9564cccb8)

Author SHA1 Message Date
Philip Kaufmann 4dca553e66 set minimum size allowed by Qt Creator and rename "QR-Code Dialog" to "QR Code Dialog" as this spelling is used all over the code 13 years ago
Wladimir J. van der Laan c6aa86afc2 Convert RPC console to QTextEdit instead of QTableView 13 years ago
Philip Kaufmann 55f19cb809 change size of transactiondialog, to allow display of transaction-id without an ugly line-break 13 years ago
Philip Kaufmann a24ea3dab7 add Alt-Shortcut for "Clear All" in sendcoinsdialog.ui 13 years ago
Philip Kaufmann d2f7778cc7 add the client startup time to the debug window / rename Version label to Client, which is better suiting now / add IBeamCursor for selectable text on the information page / make ">" sign on RPC page untranslatable / re-order XML-file tags to match real GUI element order 13 years ago
sje397 0c587936c7 Add a menu option to verify a signed message 13 years ago
Philip Kaufmann 4d3dda5d9f add code to open (display) debug.log on Windows with the associated application and add a button to the Information page in the Debug console 13 years ago
Philip Kaufmann 840470ec79 add placeholder text to address field (like in sendcoins) and set focus to address field on opening messagepage or "Clear All" / consolidate gotoMessagePage() to 1 function / rename windowTitle to "Sign Message Dialog" 13 years ago
Wladimir J. van der Laan bfbfb53ed4 Add key shortcuts for RPC console tabs 13 years ago
Wladimir J. van der Laan b84172434d Automatically focus entry widget when console tab comes into focus 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
Wladimir J. van der Laan 356c3cad1a Make user action more straightforward in address book 13 years ago
Wladimir J. van der Laan 7d5bb42946 Move back setPlaceholderText to code, from xml, as this broke building with Qt 4.6 13 years ago
Philip Kaufmann 52d4975825 passphrasedialog: change dialog title to "Passphrase Dialog" / remove style-sheet for bold font and use Qt Designer option / remove an unused label default-text and remove an obsolete clear()' 13 years ago
Philip Kaufmann 4295311da3 move many overviewpage settings from code to ui XML-file / removed ability to translate "0 BTC" and "123.456 BTC" as this is only used as preview in the Qt Designer anyway / set mouse cursor to IBeam for selectable labels 13 years ago
Philip Kaufmann 7b74bd4928 changed cursor for selectable text on the about dialog to IBeamCursor and removed an unused tag 13 years ago
Philip Kaufmann d7d7d81a6a change text on message.ui from "Copy to Clipboard" to "Copy Signature" and 13 years ago
Philip Kaufmann 092522af6c renamed qrcodedialog.ui window title to "QR-Code Dialog" and changed window size to the minimum values Qt Creator allows me to set 13 years ago
Wladimir J. van der Laan e400258bf0 simplified qrcode icon that scales gracefully to 16x16 13 years ago
Wladimir J. van der Laan 460c51fdad Add UI RPC console / debug window 13 years ago
Philip Kaufmann d0ccf0c755 move label placeholdertext from sendcoinsentry.cpp to ui-file 13 years ago
Philip Kaufmann 65c2ad687f add a clear all button to the sign message page 13 years ago
Philip Kaufmann a2d0fcbe38 change button tooltip on sign message page for copy to clipboard as it was missleading 13 years ago
Wladimir J. van der Laan 181400c3d5 make text in about box selectable (fixes #1055) 13 years ago
Philip Kaufmann 7261945eb5 enable wordWrap on lblQRCode / small code comment change 13 years ago
Philip Kaufmann 1e8c62b29c updated to reflect pull-request suggestions / renamed some GUI elements 13 years ago
graingert f9781fc62e Change sign message bitcoin address tooltip to "The address to sign the message with" Closes #1050 13 years ago
Philip Kaufmann 75b6323200 remove HTML code around "Wallet" (displayed on overview page) and use Qt tags for font settings 13 years ago
Luke Dashjr 5a5cc6ac09 Sign message description changes discussed in #bitcoin-dev 13 years ago
Pieter Wuille 9fa042a96c Typo fix 13 years ago
Luke Dashjr 2bc4fd609c Bitcoin-Qt signmessage GUI (pull request #582) 13 years ago
Janne Pulkkinen 29b7273153 *Clear all has a tooltip now *About dialog updated 13 years ago
Wladimir J. van der Laan 7453497ee4 make transaction description read-only (UI fix) 13 years ago
Wladimir J. van der Laan ecaa91d1df Fix typo (#734) 13 years ago
sje397 22123c85f3 Added QRCode generation functions via libqrencode. Switch on with USE_QRENCODE=1. 13 years ago
Wladimir J. van der Laan 857aa73783 Enable wordwrap for long message in passphrase dialog 13 years ago
Nick Bosma 7298ebb432 Added Caps Lock check and warning at askpassphrasedialog. 13 years ago
p2k 527137e3ee Improved Mac experience; QDoubleSpinBox for BitcoinAmountField 13 years ago
Janne Pulkkinen 609acbf43d Send Coins page not cleared when changing tabs. Clear all button for clearing the entries 13 years ago
Wladimir J. van der Laan b8afa21fad show balance in sendcoins screen (issue #24) 13 years ago
Wladimir J. van der Laan b7bcaf940d Wallet encryption part 2: ask passphrase when needed, add menu options 13 years ago
Wladimir J. van der Laan a99ac8d3f4 show last few transactions on overview page 13 years ago
Wladimir J. van der Laan 591dcaf681 improve tooltip texts 13 years ago
Wladimir J. van der Laan 174b3eddc0 one remove/delete icon is enough and the red minus better matches the add icon 13 years ago
Wladimir J. van der Laan 68e327ae7b move buttons to bottom of send coins tab, outside of scroll area 13 years ago
Wladimir J. van der Laan 1907b96d69 put sendcoins entries in scroll area, so that window does not become bigger than screen with many recipients 13 years ago
Wladimir J. van der Laan a5e6d72339 add sendmany support 13 years ago
Wladimir J. van der Laan df5ccbd2b2 Show unconfirmed balance on overview page 13 years ago
Wladimir J. van der Laan 7668631d1b remove placeholder text from ui form, code generator screws up on older qt 13 years ago
Wladimir J. van der Laan 83b8237046 forgot synced icons 13 years ago