index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
addresstablemodel.cpp
Age
Commit message (
Expand
)
Author
2022-05-17
refactor: use C++11 default initializers
fanquake
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-02-22
qt, refactor: Use enum type as switch argument in AddressTableModel
Hennadii Stepanov
2021-01-11
Merge #20480: Replace boost::variant with std::variant
fanquake
2021-01-05
Replace boost::variant with std::variant
MarcoFalke
2021-01-02
qt: Follow Qt docs when implementing rowCount and columnCount
Hennadii Stepanov
2020-05-29
Merge #17918: qt: Hide non PKHash-Addresses in signing address book
Jonas Schnelli
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-02
Wallet: Avoid treating change-in-the-addressbook as non-change everywhere
Luke Dashjr
2020-04-02
scripted-diff: Wallet: Rename mapAddressBook to m_address_book
Luke Dashjr
2020-01-18
qt: Hide non PKHash-Addresses in signing address book
Emil Engler
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-08-22
refactor: replace qLowerBound & qUpperBound with std:: upper_bound & lower_bound
fanquake
2019-08-22
refactor: replace qSort with std::sort
fanquake
2019-07-09
Add GetNewDestination to CWallet to fetch new destinations
Andrew Chow
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-01-13
Replace remaining 0 with nullptr in Qt code
Ben Woosley
2019-01-13
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2018-08-27
Merge #13769: Mark single-argument constructors "explicit"
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-26
Mark single-argument constructors "explicit"
practicalswift
2018-05-02
Merge #12928: qt: Initialize non-static class members that were previously ne...
Wladimir J. van der Laan
2018-04-25
[qt] Display more helpful message when adding a send address has failed
James O'Beirne
2018-04-25
Add purpose arg to Wallet::getAddress
James O'Beirne
2018-04-11
Remove redundant initializations from the constructor
practicalswift
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/addresstablemodel.cpp
Russell Yanofsky
2018-03-17
wallet: Change output type globals to members
MarcoFalke
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-14
Merge #11733: qt: Remove redundant locks
Wladimir J. van der Laan
2018-01-16
[qt] receive tab: bech32 address opt-in checkbox
Sjors Provoost
2018-01-10
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-09
SegWit wallet support
Pieter Wuille
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-21
Remove redundant locks
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-06-22
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-05
scripted-diff: Remove PAIRTYPE
Jorge Timón
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-09-23
Do not shadow in src/qt
Pavel Janík
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-10-29
[qt] Use fixed pitch font for the rpc console
MarcoFalke
2015-07-15
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2015-03-24
Includes: Do not include main.h from any other header
Jorge Timón
2015-03-12
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-01-31
Remove whitespaces before double colon in errors and logs
Pavel Janík
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
[next]