60 Commits (51ed9ec971614aebdbfbd9527aba365dd0afd437)

Author SHA1 Message Date
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Wladimir J. van der Laan e592d43f51 qt: add license header to source files 11 years ago
Philip Kaufmann c6c97e0f4e [Qt] Rework of payment request UI (mainly for insecure pr) 11 years ago
Philip Kaufmann 71ba4670fc [Qt] sendcoinsdialog: convert QMessageBox usage to message() 11 years ago
Philip Kaufmann 4751df0ca3 [Qt] additional small fixes for #3099 (new receive flow) 11 years ago
Philip Kaufmann 8a041f494f sendcoinsdialog: display real failed address string 11 years ago
Philip Kaufmann 23b48d13f1 Bitcoin-Qt: translation fixes in sendcoins 11 years ago
Jonas Schnelli 9e8904f6ae qt: Display txfee in first sendCoinsDialog message box 11 years ago
Wladimir J. van der Laan 9d2fee17e0 qt: Use GUIUtil::HtmlEscape to escape HTML 11 years ago
Philip Kaufmann bdd0c59ab0 Bitcoin-Qt: fixes for using display unit from options 11 years ago
Philip Kaufmann 6728e00776 Bitcoin-Qt: extend some checks for valid model pointers 11 years ago
Gavin Andresen a41d5fe019 Payment Protocol: X509-validated payment requests 11 years ago
Wladimir J. van der Laan 25c0cce7fb Qt5 compatibility 11 years ago
Philip Kaufmann 1ce0448808 Bitcoin-Qt: only use qApp for Q(Core)Application::instance() 11 years ago
Philip Kaufmann 311993ab10 Bitcoin-Qt: add "send coins" to context menu in addressbook 12 years ago
Philip Kaufmann 32af5266cf Bitcoin-Qt: massive header and cpp cleanup 12 years ago
Philip Kaufmann 6b3783a9c9 fix some double-spaces in strings 12 years ago
Philip Kaufmann 81605d90f5 enhance Qt5 compatibility 12 years ago
Matt Corallo 2bc15836be Fix Qt test cases by moving address checks to parseBitcoinURI 12 years ago
Michael Ford 50c85be6fc Typo 12 years ago
Philip Kaufmann e0873dafc5 add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinsentry and connect it to displayUnitChanged() - this ensures all fields in the GUI, who use a display unit are imediately updated, when the user changes this setting in the optionsdialog / ensure used fields init with the current set display unit 12 years ago
Philip Kaufmann 93b7af3099 URI-handling code update: added safety checks and tray-notifications 12 years ago
sje397 8fdb7e108f Added 'immature balance' for miners. Only displayed if the balance is greater than zero. 13 years ago
Philip Kaufmann 51ce20d5da update some strings used as warning messages in sendcoinsdialog.cpp 12 years ago
Wladimir J. van der Laan 76d8170ce8 fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum] 12 years ago
Luke Dashjr fa2544e79f Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs 12 years ago
Wladimir J. van der Laan 23b3cf9d10 Restructure IPC URL handling (fixes #851) 12 years ago
Matt Corallo 7d145a0f59 Add support for opening bitcoin: URIs directly. 13 years ago
Matt Corallo 9a93c4c024 Automatically refocus on new SendCoinsEntrys and scroll to them. 13 years ago
Wladimir J. van der Laan bde280b9a4 Revert "Use standard C99 (and Qt) types for 64-bit integers" 13 years ago
Luke Dashjr 21d9f36781 Use standard C99 (and Qt) types for 64-bit integers 13 years ago
Wladimir J. van der Laan dead0ff8cd Add robustness against null models 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 856aacf388 don't include <QDebug> 13 years ago
Wladimir J. van der Laan db7f023417 Accept "bitcoin:" URL drops from browsers 13 years ago
Wladimir J. van der Laan dedf83a19b Properly html-escape labels 13 years ago
Wladimir J. van der Laan dd61035645 show amounts in <b>bold</b> in confirmation dialog 13 years ago
Wladimir J. van der Laan e285ffcd05 preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issue 13 years ago
Wladimir J. van der Laan a5e6d72339 add sendmany support 13 years ago
Wladimir J. van der Laan 77b615ceba solve warnings at startup 13 years ago
Wladimir J. van der Laan 51d7cc07f1 Add context menu on transaction list: copy label, copy address, edit label, show details 13 years ago
Wladimir J. van der Laan 3ddf10e5ca send coins dialog: make sure send button remain default button (triggered with enter) 13 years ago
Wladimir J. van der Laan 83b8237046 forgot synced icons 13 years ago
Wladimir J. van der Laan d8aeb8dd2a Reorganize "send coins" tab 13 years ago
Wladimir J. van der Laan 94fe42a945 Selection/tab navigation fixes 13 years ago
Wladimir J. van der Laan 3479849dc4 convert to full tab-based ui 13 years ago
Wladimir J. van der Laan 482e57812b move another setPlaceHolderText to 4.7+ only code 13 years ago