aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.cpp
AgeCommit message (Expand)Author
2019-07-09qt: Assert QMetaObject::invokeMethod resultJoão Barbosa
2019-02-10[wallet] Support creating a blank walletAndrew Chow
2019-01-23Notify the GUI that the keypool has changed to set the receive buttonAndrew Chow
2019-01-21Check for more than private keys disabled to show receive buttonAndrew Chow
2019-01-18gui: Use AutoConnection for WalletModel::unload signalJoão Barbosa
2019-01-13Replace remaining 0 with nullptr in Qt codeBen Woosley
2019-01-13Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift
2019-01-09Merge #15109: refactor: Use C++11 default member initializersWladimir J. van der Laan
2019-01-05Use C++11 default member initializersMarcoFalke
2019-01-04qt: Factor out WalletModel::getDisplayName()João Barbosa
2018-12-29Merge #13743: refactor: Replace boost::bind with std::bindMarcoFalke
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-20scripted-diff: Replace boost::bind with std::bindChun Kuan Lee
2018-10-09build: Add --disable-bip70 configure optionWladimir J. van der Laan
2018-08-30[wallet] Kill accountsJohn Newbery
2018-08-21qt: Use new Qt5 connect syntaxJoão Barbosa
2018-08-20Merge #12818: [qt] TransactionView: highlight replacement tx after fee bumpMarcoFalke
2018-08-01[qt] TransactionView: highlight replacement tx after fee bumpSjors Provoost
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-12[Qt] Disable creating receive addresses when private keys are disabledJonas Schnelli
2018-06-18ui: Support wallets unloaded dynamicallyJoão Barbosa
2018-04-25Add purpose arg to Wallet::getAddressJames O'Beirne
2018-04-23wallet: Make fee settings non-static membersMarcoFalke
2018-04-07scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky
2018-04-04Use WalletBalances struct in QtRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt transaction table filesRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt/paymentserver.cppRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt/addresstablemodel.cppRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt/coincontroldialog.cppRussell Yanofsky
2018-04-04Remove most direct bitcoin calls from qt/walletmodel.cppRussell Yanofsky
2018-03-26do not truncate .dat extension for wallets in guiGregory Sanders
2018-03-26Merge #12610: Multiwallet for the GUIJonas Schnelli
2018-03-26Qt: When multiple wallets are used, include in notifications the nameJonas Schnelli
2018-03-21Merge #12716: Fix typos and cleanup in various filesMarcoFalke
2018-03-21Fix typosDimitris Apostolou
2018-03-17wallet: Change output type globals to membersMarcoFalke
2018-03-07[wallet] Construct CWalletTx objects in CommitTransactionRussell Yanofsky
2018-03-06Qt: Ensure UI updates only come from the currently selected walletViewLuke Dashjr
2018-02-19Split key_io (address/key encodings) off from base58Pieter Wuille
2018-02-13qt: Initialize members in WalletModelMarcoFalke
2018-02-07Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke
2018-01-16[qt] receive tab: bech32 address opt-in checkboxSjors Provoost
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-22[Wallet] Use RBF by default in QT onlySjors Provoost
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-10[wallet] Change feebumper from class to functionsRussell Yanofsky
2017-11-10[refactor] Make feebumper namespaceRussell Yanofsky
2017-11-10[trivial] Rename feebumper variables according to project code styleRussell Yanofsky
2017-11-09Fix qt build broken by 5a5e4e9Matt Corallo
2017-09-22Use static_cast instead of C-style casts for non-fundamental typespracticalswift