aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* qt: Assert QMetaObject::invokeMethod resultJoão Barbosa2019-07-091-7/+14
* [wallet] Support creating a blank walletAndrew Chow2019-02-101-6/+1
* Notify the GUI that the keypool has changed to set the receive buttonAndrew Chow2019-01-231-0/+12
* Check for more than private keys disabled to show receive buttonAndrew Chow2019-01-211-0/+5
* gui: Use AutoConnection for WalletModel::unload signalJoão Barbosa2019-01-181-1/+1
* Replace remaining 0 with nullptr in Qt codeBen Woosley2019-01-131-3/+3
* Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift2019-01-131-3/+3
* Merge #15109: refactor: Use C++11 default member initializersWladimir J. van der Laan2019-01-091-2/+0
|\
| * Use C++11 default member initializersMarcoFalke2019-01-051-2/+0
* | qt: Factor out WalletModel::getDisplayName()João Barbosa2019-01-041-1/+7
|/
* Merge #13743: refactor: Replace boost::bind with std::bindMarcoFalke2018-12-291-6/+6
|\
| * scripted-diff: Replace boost::bind with std::bindChun Kuan Lee2018-10-201-6/+6
* | scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* | build: Add --disable-bip70 configure optionWladimir J. van der Laan2018-10-091-1/+12
|/
* [wallet] Kill accountsJohn Newbery2018-08-301-1/+1
* qt: Use new Qt5 connect syntaxJoão Barbosa2018-08-211-1/+1
* Merge #12818: [qt] TransactionView: highlight replacement tx after fee bumpMarcoFalke2018-08-201-3/+2
|\
| * [qt] TransactionView: highlight replacement tx after fee bumpSjors Provoost2018-08-011-3/+2
* | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|/
* [Qt] Disable creating receive addresses when private keys are disabledJonas Schnelli2018-07-121-0/+5
* ui: Support wallets unloaded dynamicallyJoão Barbosa2018-06-181-0/+8
* Add purpose arg to Wallet::getAddressJames O'Beirne2018-04-251-1/+2
* wallet: Make fee settings non-static membersMarcoFalke2018-04-231-1/+1
* scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-5/+5
* Use WalletBalances struct in QtRussell Yanofsky2018-04-041-1/+1
* Remove direct bitcoin calls from qt transaction table filesRussell Yanofsky2018-04-041-15/+4
* Remove direct bitcoin calls from qt/paymentserver.cppRussell Yanofsky2018-04-041-1/+1
* Remove direct bitcoin calls from qt/addresstablemodel.cppRussell Yanofsky2018-04-041-1/+1
* Remove direct bitcoin calls from qt/coincontroldialog.cppRussell Yanofsky2018-04-041-32/+0
* Remove most direct bitcoin calls from qt/walletmodel.cppRussell Yanofsky2018-04-041-230/+76
* do not truncate .dat extension for wallets in guiGregory Sanders2018-03-261-5/+1
* Merge #12610: Multiwallet for the GUIJonas Schnelli2018-03-261-2/+18
|\
| * Qt: When multiple wallets are used, include in notifications the nameJonas Schnelli2018-03-261-0/+15
| * Qt: Ensure UI updates only come from the currently selected walletViewLuke Dashjr2018-03-061-2/+3
* | Merge #12716: Fix typos and cleanup in various filesMarcoFalke2018-03-211-1/+1
|\ \
| * | Fix typosDimitris Apostolou2018-03-211-1/+1
* | | wallet: Change output type globals to membersMarcoFalke2018-03-171-1/+1
|/ /
* | [wallet] Construct CWalletTx objects in CommitTransactionRussell Yanofsky2018-03-071-8/+8
* | Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-1/+1
|/
* qt: Initialize members in WalletModelMarcoFalke2018-02-131-0/+1
* Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke2018-02-071-1/+1
|\
| * Use static_cast instead of C-style casts for non-fundamental typespracticalswift2017-09-221-1/+1
* | [qt] receive tab: bech32 address opt-in checkboxSjors Provoost2018-01-161-0/+5
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* | [Wallet] Use RBF by default in QT onlySjors Provoost2017-12-221-5/+0
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-26/+26
* | [wallet] Change feebumper from class to functionsRussell Yanofsky2017-11-101-30/+16
* | [refactor] Make feebumper namespaceRussell Yanofsky2017-11-101-3/+3
* | [trivial] Rename feebumper variables according to project code styleRussell Yanofsky2017-11-101-2/+2
* | Fix qt build broken by 5a5e4e9Matt Corallo2017-11-091-1/+1
|/