aboutsummaryrefslogtreecommitdiff
path: root/src/qt/sendcoinsdialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Watchonly balances are shown separately in gui.JaSK2014-07-021-1/+2
|
* [Qt] allow deletion of payment-requests in sendcoinsPhilip Kaufmann2013-11-241-1/+1
| | | | | | | | | | | | - this adds a delete button for insecure and secure payment requests in the sendcoins dialog - it also enables the delete button even for single and empty entries, as this is much easier to handle and doesn't need to special case single entries - big parts of the ui file were changed, because I copied the delete button and had to delete the layout too and created it from scratch (which seems to cleanup the rows and colums in the layout also, which is nice IMHO)
* Coin Control FeaturesCozz Lovan2013-11-141-0/+14
|
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-5/+5
| | | | | | | | | Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files.
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
| | | | Closes #839
* [Qt] sendcoinsdialog: convert QMessageBox usage to message()Philip Kaufmann2013-10-301-2/+8
| | | | | | | | | | | | - add new processSendCoinsReturn() function, which parses the status of WalletModel::SendCoinsReturn and generates a pair consisting of a message and message flags - result is we only need one emit message() call - this change ensures that the GUI is shown for warnings/errors in sendcoinsdialog, because of message() taking care of that for modal messages - changes 2 warning message into error messages and removed "Error:" in front of the actual error message string
* allow emit message() in sendcoinsdialog and walletviewPhilip Kaufmann2013-10-251-0/+4
| | | | | | | - this allows us to use emit message() over MessageBox:: or gui->message() calls in sendcoinsdialog and walletview - move main handlePaymentRequest() functionality back to BitcoinGUI - move a showNormalIfMinimized() before gotoSendCoinsPage()
* qt: Display txfee in first sendCoinsDialog message boxJonas Schnelli2013-08-311-0/+1
| | | | Signed-off-by: Jonas Schnelli <[email protected]>
* Payment Protocol: X509-validated payment requestsGavin Andresen2013-08-221-1/+2
| | | | | | | | Add support for a Payment Protocol to Bitcoin-Qt. Payment messages are protocol-buffer encoded and communicated over http(s), so this adds a dependency on the Google protocol buffer library, and requires Qt with OpenSSL support.
* Bitcoin-Qt: add "send coins" to context menu in addressbookPhilip Kaufmann2013-03-181-0/+1
| | | | | | - allows to directly select an address from the addressbook, chose "send coins" from the context menu, which sends you to sendcoins tab and fills in the selected address
* Update Bugreport Linksfanquake2012-09-221-1/+1
| | | | | | | | Update Qt Links Revert Qt source link Update Qt links
* add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, ↵Philip Kaufmann2012-06-171-1/+1
| | | | 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
* URI-handling code update: added safety checks and tray-notificationsPhilip Kaufmann2012-06-141-1/+1
|
* Added 'immature balance' for miners. Only displayed if the balance is ↵sje3972012-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | | greater than zero. This adds a field labelled 'Immature' in the overview section under the 'unconfirmed' field, which shows mined income that has not yet matured (which is currently not displayed anywhere, even though the transactions exist in the transaction list). To do that I added a 'GetImmatureBalance' method to the wallet, and connected that through to the GUI as per the 'GetBalance' and 'GetUnconfirmedBalance' methods. I did a small 'no-op' change to make the code in adjacent functions a little more readable (imo); it was a change I had made in my repo earlier...but I thought it wouldn't hurt so left it in. Immature balance comes from mined income that is at least two blocks deep in the chain (same logic as displayed transactions). My reasoning is: - as a miner, it's a critical stat I want to see - as a miner, and taking into account the label 'immature', the uncertainty is pretty clearly implied - those numbers are already displayed in the transaction list - this makes the overview numbers add up to what's in the transaction list - it's not displayed if the immature balance is 0, so won't bother non-miners I also 'cleaned' the overview UI a little, moving code to the XML and removing HTML.
* Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr2012-04-061-1/+1
|
* 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/+1
|
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-1/+0
| | | | This reverts commit 21d9f36781604e4ca9fc35dc65265593423b73e9.
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-0/+1
|
* Improve documentation for UI classesWladimir J. van der Laan2011-11-131-2/+3
|
* show balance in sendcoins screen (issue #24)Wladimir J. van der Laan2011-09-221-0/+1
|
* Accept "bitcoin:" URL drops from browsersWladimir J. van der Laan2011-08-071-1/+9
|
* add sendmany supportWladimir J. van der Laan2011-07-161-4/+10
|
* solve warnings at startupWladimir J. van der Laan2011-07-141-1/+0
|
* convert to full tab-based uiWladimir J. van der Laan2011-07-071-0/+5
|
* Send: dialog redesign (automatically look up label for entered address)Wladimir J. van der Laan2011-07-021-1/+1
|
* Split off WalletModel from ClientModel, to be able to support multi-wallets ↵Wladimir J. van der Laan2011-06-301-3/+3
| | | | in future
* allow adding address to address book in send dialogWladimir J. van der Laan2011-06-251-0/+1
|
* move back to original directory structureWladimir J. van der Laan2011-06-111-0/+32