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
/
addresstablemodel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Do not shadow in src/qt
Pavel Janík
2016-09-23
1
-6
/
+6
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
[qt] Use fixed pitch font for the rpc console
MarcoFalke
2015-10-29
1
-1
/
+1
*
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2015-07-15
1
-1
/
+1
*
Includes: Do not include main.h from any other header
Jorge Timón
2015-03-24
1
-0
/
+2
*
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-03-12
1
-1
/
+1
*
Remove whitespaces before double colon in errors and logs
Pavel Janík
2015-01-31
1
-3
/
+3
*
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: Change serious messages from qDebug to qWarning
Wladimir J. van der Laan
2014-07-01
1
-3
/
+3
*
qt: change CT_NOW string to CT_NEW in log message
philsong
2014-03-15
1
-1
/
+1
*
qt: add missing cs_wallet lock in AddressTableModel::setData
Wladimir J. van der Laan
2014-01-06
1
-20
/
+17
*
qt: keep a list of requested payments
Wladimir J. van der Laan
2013-11-19
1
-1
/
+1
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-1
/
+1
*
qt: add license header to source files
Wladimir J. van der Laan
2013-11-04
1
-0
/
+4
*
Bitcoin-Qt: Use qDebug() for printing to debug.log
Philip Kaufmann
2013-09-06
1
-3
/
+4
*
Merge pull request #2951 from laanwj/2013_08_addressbook_purpose
Wladimir J. van der Laan
2013-09-02
1
-16
/
+24
|
\
|
*
qt: Handle address purpose in incremental updates
Wladimir J. van der Laan
2013-08-29
1
-16
/
+24
*
|
qt: Add comment to sorting step in refreshAddressTable
Wladimir J. van der Laan
2013-08-30
1
-0
/
+2
|
/
*
Remove fAllowReuse from GetKeyFromPool.
Gregory Maxwell
2013-08-23
1
-2
/
+2
*
[QT] Don't ask for a passphrase to getnewaddress.
Gregory Maxwell
2013-08-23
1
-10
/
+13
*
Payment Protocol: X509-validated payment requests
Gavin Andresen
2013-08-22
1
-8
/
+19
*
Refactor: CAddressBookData for mapAddressBook
Gavin Andresen
2013-08-22
1
-4
/
+4
*
Bitcoin-Qt: massive header and cpp cleanup
Philip Kaufmann
2013-03-17
1
-1
/
+1
*
Bitcoin-Qt: fix known addressbook bugs
Philip Kaufmann
2013-01-09
1
-8
/
+28
*
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-24
1
-10
/
+12
*
Encapsulate public keys in CPubKey
Pieter Wuille
2012-05-24
1
-1
/
+1
*
Process address book updates incrementally
Wladimir J. van der Laan
2012-05-20
1
-13
/
+73
*
Fine-grained UI updates
Wladimir J. van der Laan
2012-05-20
1
-1
/
+2
*
Remove headers.h
Pieter Wuille
2012-04-17
1
-1
/
+1
*
fix warnings: 'XX' defined as a struct here but previously declared as a clas...
Wladimir J. van der Laan
2012-04-15
1
-1
/
+2
*
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-04-09
1
-6
/
+8
*
Update UI through async calls MainFrameRepaint and AddressBookRepaint instead...
Wladimir J. van der Laan
2012-04-04
1
-9
/
+2
*
update to work with new lock system, add protocol.* to build system
Wladimir J. van der Laan
2011-09-02
1
-9
/
+13
*
Wallet encryption part 2: ask passphrase when needed, add menu options
Wladimir J. van der Laan
2011-08-31
1
-0
/
+8
*
QtUI code cleanup / comment improvements
Wladimir J. van der Laan
2011-08-08
1
-5
/
+4
*
Remove unused variable
Wladimir J. van der Laan
2011-07-30
1
-1
/
+0
*
Merge remote branch 'upstream/master'
Wladimir J. van der Laan
2011-07-26
1
-10
/
+10
*
add sendmany support
Wladimir J. van der Laan
2011-07-16
1
-10
/
+18
*
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-07-15
1
-3
/
+4
*
Add context menu on transaction list: copy label, copy address, edit label, s...
Wladimir J. van der Laan
2011-07-08
1
-0
/
+30
*
Sync to bitcoin git e94010b2395694d56dd6
Wladimir J. van der Laan
2011-07-07
1
-5
/
+11
*
ui improvements: allow inline editing of labels/addresses in address book tab...
Wladimir J. van der Laan
2011-07-02
1
-1
/
+21
*
Check addresses in address book for validity
Wladimir J. van der Laan
2011-07-02
1
-0
/
+7
*
Send: dialog redesign (automatically look up label for entered address)
Wladimir J. van der Laan
2011-07-02
1
-48
/
+2
*
Address book: show unlabeled addresses as (no label)
Wladimir J. van der Laan
2011-06-30
1
-1
/
+8
*
Add "receiving addresses" to toolbar
Wladimir J. van der Laan
2011-06-30
1
-2
/
+2
*
update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)
Wladimir J. van der Laan
2011-06-26
1
-45
/
+31
*
Allow changing default address (fixes issue #6)
Wladimir J. van der Laan
2011-06-21
1
-2
/
+44
[next]