129 Commits (23d78c4dd01bc74ba35db3e3df95280f6f1b2e22)

Author SHA1 Message Date
Tom Harding ada5a067c7 UI to alert of respend attempt affecting wallet. 10 years ago
Wladimir J. van der Laan 09eb201b1b Remove `using namespace std` from header file 10 years ago
Gavin Andresen c6cb21d17a Type-safe CFeeRate class 10 years ago
Wladimir J. van der Laan 41106a50d2 qt: get required locks upfront in polling functions 11 years ago
Wladimir J. van der Laan 55a1db4fa2 Solve chainActive-related locking issues 11 years ago
Cozz Lovan 392783697c [Qt] rescan progress 11 years ago
Gavin Andresen 93a18a3650 Remove CWalletTx::vfSpent 11 years ago
Gavin Andresen 2b72d46f42 Handle "conflicted" transactions properly 11 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 11 years ago
Cozz Lovan 22a51207ae [Qt] Show and store message of normal bitcoin:URI 11 years ago
Cozz Lovan 8476d5d407 [Qt] Permanently store requested payments in wallet 11 years ago
Cozz Lovan 57d8e3f88f [Qt] add missing lock in walletmodel 11 years ago
Wladimir J. van der Laan d31ad26550 qt: Add missing lock in WalletModel::listCoins 11 years ago
Wladimir J. van der Laan aaf8d15708 qt: Add missing LOCKs for locked coin functions 11 years ago
Philip Kaufmann 6c1bf199ca [Qt] style-police, add missing license headers 11 years ago
Wladimir J. van der Laan 666893b1fa qt: keep a list of requested payments 11 years ago
Cozz Lovan 6a86c24db1 Coin Control Features 11 years ago
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
Pieter Wuille 4c6d41b8b6 Refactor/encapsulate chain globals into a CChain class 11 years ago
Philip Kaufmann 48c011489b don't touch addressbook when using secure payment-requests 11 years ago
Philip Kaufmann d5f0ef54f8 several small Qt-related fixes 11 years ago
Philip Kaufmann 42018eff07 Bitcoin-Qt: Use qDebug() for printing to debug.log 11 years ago
Jonas Schnelli 9e8904f6ae qt: Display txfee in first sendCoinsDialog message box 11 years ago
Wladimir J. van der Laan dcd0b0775e qt: Handle address purpose in incremental updates 11 years ago
Gavin Andresen a41d5fe019 Payment Protocol: X509-validated payment requests 11 years ago
Gavin Andresen 618855133d Refactor: CAddressBookData for mapAddressBook 11 years ago
Gavin Andresen 1f00f4e9c9 CreateTransaction: return strFailReason on failure 12 years ago
Philip Kaufmann abf11f79ae fix "send coins" via context menu in address book 12 years ago
Philip Kaufmann 15d8ff2029 rework ThreadSafeAskFee() / askFee() functions 12 years ago
Wladimir J. van der Laan 2e00b8fbd9 Persistently poll for balance change when number of blocks changed 12 years ago
Scott Ellis 6c83a8419b Add a timer to check for changes in immature or unconfirmed balances, 12 years ago
sje397 8fdb7e108f Added 'immature balance' for miners. Only displayed if the balance is greater than zero. 13 years ago
Pieter Wuille 1025440184 Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress 13 years ago
Wladimir J. van der Laan 0832c0d166 Process address book updates incrementally 13 years ago
Wladimir J. van der Laan ab1b288fa7 Convert UI interface to boost::signals2. 13 years ago
Wladimir J. van der Laan fe4a655042 Fine-grained UI updates 13 years ago
Philip Kaufmann dab7acdf45 fix #952 by checking if we have a new address or an updated label 13 years ago
Wladimir J. van der Laan 6974aff668 Fix critical UI performance issue (#1154) 13 years ago
Pieter Wuille 6b6aaa1698 Further reduce header dependencies 13 years ago
Jeff Garzik 9eace6b113 Move CWalletDB code to new walletdb module. 13 years ago
Pieter Wuille ed6d0b5f85 Remove headers.h 13 years ago
Pieter Wuille f8dcd5ca6f Use scoped locks instead of CRITICAL_BLOCK 13 years ago
Wladimir J. van der Laan 7cfbe1fee4 qtui.h/noui.h interface cleanup 13 years ago
Wladimir J. van der Laan 98e6175874 Update UI through async calls MainFrameRepaint and AddressBookRepaint instead of a timer. 13 years ago
sje397 4efbda3f25 Added 'Backup Wallet' menu option 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
Dylan Noblesmith 94f778bdeb Implement an mlock()'d string class for storing passphrases 13 years ago