index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
walletmodel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
qt: Assert QMetaObject::invokeMethod result
João Barbosa
2019-07-09
1
-7
/
+14
*
[wallet] Support creating a blank wallet
Andrew Chow
2019-02-10
1
-6
/
+1
*
Notify the GUI that the keypool has changed to set the receive button
Andrew Chow
2019-01-23
1
-0
/
+12
*
Check for more than private keys disabled to show receive button
Andrew Chow
2019-01-21
1
-0
/
+5
*
gui: Use AutoConnection for WalletModel::unload signal
João Barbosa
2019-01-18
1
-1
/
+1
*
Replace remaining 0 with nullptr in Qt code
Ben Woosley
2019-01-13
1
-3
/
+3
*
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2019-01-13
1
-3
/
+3
*
Merge #15109: refactor: Use C++11 default member initializers
Wladimir J. van der Laan
2019-01-09
1
-2
/
+0
|
\
|
*
Use C++11 default member initializers
MarcoFalke
2019-01-05
1
-2
/
+0
*
|
qt: Factor out WalletModel::getDisplayName()
João Barbosa
2019-01-04
1
-1
/
+7
|
/
*
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-12-29
1
-6
/
+6
|
\
|
*
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-10-20
1
-6
/
+6
*
|
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1
/
+1
*
|
build: Add --disable-bip70 configure option
Wladimir J. van der Laan
2018-10-09
1
-1
/
+12
|
/
*
[wallet] Kill accounts
John Newbery
2018-08-30
1
-1
/
+1
*
qt: Use new Qt5 connect syntax
João Barbosa
2018-08-21
1
-1
/
+1
*
Merge #12818: [qt] TransactionView: highlight replacement tx after fee bump
MarcoFalke
2018-08-20
1
-3
/
+2
|
\
|
*
[qt] TransactionView: highlight replacement tx after fee bump
Sjors Provoost
2018-08-01
1
-3
/
+2
*
|
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
|
/
*
[Qt] Disable creating receive addresses when private keys are disabled
Jonas Schnelli
2018-07-12
1
-0
/
+5
*
ui: Support wallets unloaded dynamically
João Barbosa
2018-06-18
1
-0
/
+8
*
Add purpose arg to Wallet::getAddress
James O'Beirne
2018-04-25
1
-1
/
+2
*
wallet: Make fee settings non-static members
MarcoFalke
2018-04-23
1
-1
/
+1
*
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-07
1
-5
/
+5
*
Use WalletBalances struct in Qt
Russell Yanofsky
2018-04-04
1
-1
/
+1
*
Remove direct bitcoin calls from qt transaction table files
Russell Yanofsky
2018-04-04
1
-15
/
+4
*
Remove direct bitcoin calls from qt/paymentserver.cpp
Russell Yanofsky
2018-04-04
1
-1
/
+1
*
Remove direct bitcoin calls from qt/addresstablemodel.cpp
Russell Yanofsky
2018-04-04
1
-1
/
+1
*
Remove direct bitcoin calls from qt/coincontroldialog.cpp
Russell Yanofsky
2018-04-04
1
-32
/
+0
*
Remove most direct bitcoin calls from qt/walletmodel.cpp
Russell Yanofsky
2018-04-04
1
-230
/
+76
*
do not truncate .dat extension for wallets in gui
Gregory Sanders
2018-03-26
1
-5
/
+1
*
Merge #12610: Multiwallet for the GUI
Jonas Schnelli
2018-03-26
1
-2
/
+18
|
\
|
*
Qt: When multiple wallets are used, include in notifications the name
Jonas Schnelli
2018-03-26
1
-0
/
+15
|
*
Qt: Ensure UI updates only come from the currently selected walletView
Luke Dashjr
2018-03-06
1
-2
/
+3
*
|
Merge #12716: Fix typos and cleanup in various files
MarcoFalke
2018-03-21
1
-1
/
+1
|
\
\
|
*
|
Fix typos
Dimitris Apostolou
2018-03-21
1
-1
/
+1
*
|
|
wallet: Change output type globals to members
MarcoFalke
2018-03-17
1
-1
/
+1
|
/
/
*
|
[wallet] Construct CWalletTx objects in CommitTransaction
Russell Yanofsky
2018-03-07
1
-8
/
+8
*
|
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-19
1
-1
/
+1
|
/
*
qt: Initialize members in WalletModel
MarcoFalke
2018-02-13
1
-0
/
+1
*
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-02-07
1
-1
/
+1
|
\
|
*
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-22
1
-1
/
+1
*
|
[qt] receive tab: bech32 address opt-in checkbox
Sjors Provoost
2018-01-16
1
-0
/
+5
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
|
[Wallet] Use RBF by default in QT only
Sjors Provoost
2017-12-22
1
-5
/
+0
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-26
/
+26
*
|
[wallet] Change feebumper from class to functions
Russell Yanofsky
2017-11-10
1
-30
/
+16
*
|
[refactor] Make feebumper namespace
Russell Yanofsky
2017-11-10
1
-3
/
+3
*
|
[trivial] Rename feebumper variables according to project code style
Russell Yanofsky
2017-11-10
1
-2
/
+2
*
|
Fix qt build broken by 5a5e4e9
Matt Corallo
2017-11-09
1
-1
/
+1
|
/
[next]