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
...
*
|
TRIVIAL: Missing includes
Jorge Timón
2015-07-23
1
-0
/
+2
|
/
*
[Qt] remove std namespace polution from code
Philip Kaufmann
2015-07-16
1
-2
/
+0
*
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2015-07-15
1
-9
/
+9
*
[Qt, Trivial] remove two unneeded includes of wallet/db.h
Philip Kaufmann
2015-04-20
1
-1
/
+0
*
Merge pull request #5745
Wladimir J. van der Laan
2015-03-20
1
-3
/
+3
|
\
|
*
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-03-12
1
-3
/
+3
*
|
Subtract fee from amount
Cozz Lovan
2015-03-13
1
-5
/
+17
|
/
*
Merge pull request #5732
Wladimir J. van der Laan
2015-02-03
1
-2
/
+2
|
\
|
*
Change "insane" to "absurd" (referring to high fees) in text strings and iden...
Daira Hopwood
2015-01-31
1
-2
/
+2
*
|
Remove whitespaces before double colon in errors and logs
Pavel Janík
2015-01-31
1
-1
/
+1
|
/
*
[Qt] Payment request expiration bug fix (re-done)
Philip Kaufmann
2015-01-15
1
-1
/
+7
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
*
[Qt] Add Smartfee to GUI
Cozz Lovan
2014-11-19
1
-0
/
+4
*
qt: Move transaction notification to transaction table model
Wladimir J. van der Laan
2014-10-28
1
-38
/
+5
*
[Wallet] Watch-only fixes
Cozz Lovan
2014-10-03
1
-1
/
+2
*
Use a typedef for monetary values
Mark Friedenbach
2014-09-26
1
-20
/
+20
*
Move CTxDestination from script/script to script/standard
Pieter Wuille
2014-09-16
1
-2
/
+1
*
Remove some unnecessary c_strs() in logging and the GUI
Philip Kaufmann
2014-09-09
1
-1
/
+1
*
[Qt] Call checkBalanceChanged() periodically instead for every updated transa...
Cozz Lovan
2014-08-26
1
-7
/
+11
*
Merge pull request #4673
Wladimir J. van der Laan
2014-08-26
1
-3
/
+29
|
\
|
*
Add boolean HaveWatchonly and signal NotifyWatchonlyChanged
Cozz Lovan
2014-08-11
1
-3
/
+29
*
|
gui: remove redundant numTransactions tracking
Wladimir J. van der Laan
2014-08-18
1
-20
/
+0
|
/
*
Revert "UI to alert of respend attempt affecting wallet."
Wladimir J. van der Laan
2014-07-21
1
-8
/
+0
*
Revert "Formatting, spelling, comment fixes."
Wladimir J. van der Laan
2014-07-21
1
-7
/
+7
*
[Qt] Prevent balloon-spam after rescan
Cozz Lovan
2014-07-18
1
-2
/
+11
*
Watchonly balances are shown separately in gui.
JaSK
2014-07-02
1
-2
/
+25
*
qt: Hide unspendable outputs in coin control
Wladimir J. van der Laan
2014-07-02
1
-2
/
+4
*
Add support for watch-only addresses
Pieter Wuille
2014-07-02
1
-3
/
+3
*
Formatting, spelling, comment fixes.
Tom Harding
2014-06-27
1
-7
/
+7
*
UI to alert of respend attempt affecting wallet.
Tom Harding
2014-06-27
1
-0
/
+8
*
Remove `using namespace std` from header file
Wladimir J. van der Laan
2014-06-16
1
-0
/
+2
*
Type-safe CFeeRate class
Gavin Andresen
2014-06-06
1
-6
/
+0
*
qt: get required locks upfront in polling functions
Wladimir J. van der Laan
2014-04-23
1
-11
/
+14
*
Solve chainActive-related locking issues
Wladimir J. van der Laan
2014-04-18
1
-10
/
+20
*
[Qt] rescan progress
Cozz Lovan
2014-04-02
1
-0
/
+30
*
Remove CWalletTx::vfSpent
Gavin Andresen
2014-02-26
1
-0
/
+6
*
Merge pull request #3646
Wladimir J. van der Laan
2014-02-16
1
-1
/
+1
|
\
|
*
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-02-09
1
-1
/
+1
*
|
Handle "conflicted" transactions properly
Gavin Andresen
2014-02-14
1
-2
/
+6
|
/
*
Merge pull request #3567
Wladimir J. van der Laan
2014-01-22
1
-0
/
+2
|
\
|
*
[Qt] Show and store message of normal bitcoin:URI
Cozz Lovan
2014-01-21
1
-0
/
+2
*
|
[Qt] Permanently store requested payments in wallet
Cozz Lovan
2014-01-19
1
-0
/
+24
|
/
*
[Qt] add missing lock in walletmodel
Cozz Lovan
2014-01-14
1
-0
/
+1
*
qt: Add missing lock in WalletModel::listCoins
Wladimir J. van der Laan
2014-01-06
1
-0
/
+1
*
qt: Add missing LOCKs for locked coin functions
Wladimir J. van der Laan
2014-01-06
1
-0
/
+4
*
[Qt] style-police, add missing license headers
Philip Kaufmann
2013-12-17
1
-1
/
+1
*
qt: keep a list of requested payments
Wladimir J. van der Laan
2013-11-19
1
-0
/
+8
*
Coin Control Features
Cozz Lovan
2013-11-14
1
-6
/
+88
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-9
/
+16
[prev]
[next]