aboutsummaryrefslogtreecommitdiff
path: root/src/qt/sendcoinsdialog.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Qt] additional small fixes for #3099 (new receive flow)Philip Kaufmann2013-10-261-1/+0
* sendcoinsdialog: display real failed address stringPhilip Kaufmann2013-10-111-2/+1
* Bitcoin-Qt: translation fixes in sendcoinsPhilip Kaufmann2013-10-011-42/+43
* qt: Display txfee in first sendCoinsDialog message boxJonas Schnelli2013-08-311-16/+65
* qt: Use GUIUtil::HtmlEscape to escape HTMLWladimir J. van der Laan2013-08-301-10/+2
* Bitcoin-Qt: fixes for using display unit from optionsPhilip Kaufmann2013-08-291-14/+10
* Bitcoin-Qt: extend some checks for valid model pointersPhilip Kaufmann2013-08-231-7/+8
* Payment Protocol: X509-validated payment requestsGavin Andresen2013-08-221-11/+36
* Qt5 compatibilityWladimir J. van der Laan2013-06-011-0/+4
* Bitcoin-Qt: only use qApp for Q(Core)Application::instance()Philip Kaufmann2013-04-021-1/+1
* Bitcoin-Qt: add "send coins" to context menu in addressbookPhilip Kaufmann2013-03-181-0/+20
* Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann2013-03-171-1/+1
* fix some double-spaces in stringsPhilip Kaufmann2012-10-251-1/+1
* enhance Qt5 compatibilityPhilip Kaufmann2012-09-211-1/+1
* Fix Qt test cases by moving address checks to parseBitcoinURIMatt Corallo2012-08-071-0/+4
* TypoMichael Ford2012-07-261-1/+1
* add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinse...Philip Kaufmann2012-06-171-3/+13
* URI-handling code update: added safety checks and tray-notificationsPhilip Kaufmann2012-06-141-5/+7
* Added 'immature balance' for miners. Only displayed if the balance is greater...sje3972012-05-251-3/+4
* update some strings used as warning messages in sendcoinsdialog.cppPhilip Kaufmann2012-05-131-5/+5
* fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum]Wladimir J. van der Laan2012-04-151-0/+2
* Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr2012-04-061-2/+2
* Restructure IPC URL handling (fixes #851)Wladimir J. van der Laan2012-02-171-1/+1
* Add support for opening bitcoin: URIs directly.Matt Corallo2012-01-051-0/+10
* Automatically refocus on new SendCoinsEntrys and scroll to them.Matt Corallo2012-01-051-0/+7
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-1/+0
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-0/+1
* Add robustness against null modelsWladimir J. van der Laan2011-11-081-3/+12
* Improved Mac experience; QDoubleSpinBox for BitcoinAmountFieldp2k2011-10-091-0/+6
* Send Coins page not cleared when changing tabs. Clear all button for clearing...Janne Pulkkinen2011-09-271-0/+1
* show balance in sendcoins screen (issue #24)Wladimir J. van der Laan2011-09-221-0/+10
* Wallet encryption part 2: ask passphrase when needed, add menu optionsWladimir J. van der Laan2011-08-311-1/+8
* don't include <QDebug>Wladimir J. van der Laan2011-08-071-1/+0
* Accept "bitcoin:" URL drops from browsersWladimir J. van der Laan2011-08-071-10/+37
* Properly html-escape labelsWladimir J. van der Laan2011-07-311-2/+2
* show amounts in <b>bold</b> in confirmation dialogWladimir J. van der Laan2011-07-261-1/+1
* preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issueWladimir J. van der Laan2011-07-251-3/+3
* add sendmany supportWladimir J. van der Laan2011-07-161-58/+118
* solve warnings at startupWladimir J. van der Laan2011-07-141-5/+0
* Add context menu on transaction list: copy label, copy address, edit label, s...Wladimir J. van der Laan2011-07-081-1/+2
* send coins dialog: make sure send button remain default button (triggered wit...Wladimir J. van der Laan2011-07-081-0/+1
* forgot synced iconsWladimir J. van der Laan2011-07-081-0/+1
* Reorganize "send coins" tabWladimir J. van der Laan2011-07-081-0/+1
* Selection/tab navigation fixesWladimir J. van der Laan2011-07-071-4/+6
* convert to full tab-based uiWladimir J. van der Laan2011-07-071-3/+31
* move another setPlaceHolderText to 4.7+ only codeWladimir J. van der Laan2011-07-031-1/+3
* Send: dialog redesign (automatically look up label for entered address)Wladimir J. van der Laan2011-07-021-7/+5
* Split off WalletModel from ClientModel, to be able to support multi-wallets i...Wladimir J. van der Laan2011-06-301-7/+7
* show an error if amount is not valid (either the amount or decimals is empty)Wladimir J. van der Laan2011-06-301-2/+2
* Implement filter row instead of tabs, allows for more expressive filtersWladimir J. van der Laan2011-06-291-5/+2