aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactiontablemodel.cpp
AgeCommit message (Expand)Author
2021-05-26Merge bitcoin-core/gui#313: qt: Optimize string concatenation by defaultW. J. van der Laan
2021-05-15qt, build: Optimize string concatenationHennadii Stepanov
2021-04-29qt: Refactor to remove unnecessary block in DispatchNotificationsJoão Barbosa
2021-04-29qt: Early subscribe core signals in transaction table modelJoão Barbosa
2021-04-29qt: Refactor ShowProgress to DispatchNotificationsJoão Barbosa
2021-04-28qt: Set flag after inital load on transaction table modelJoão Barbosa
2021-02-22qt, refactor: Use enum type as switch argument in TransactionTableModelHennadii Stepanov
2021-01-13Add include for std::bind.sinetek
2021-01-02qt: Follow Qt docs when implementing rowCount and columnCountHennadii Stepanov
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-11-01refactor: qt: Use vQueueNotifications.clear()João Barbosa
2020-10-28qt: Make transaction notification queue wallet specificJoão Barbosa
2020-10-28move-only: Define TransactionNotification before TransactionTablePrivJoão Barbosa
2020-06-30doc: Remove outdated comment in TransactionTablePrivMarcoFalke
2020-06-22qt: Fix regression in TransactionTableModelHennadii Stepanov
2020-06-18scripted-diff: Make SeparatorStyle a scoped enumHennadii Stepanov
2020-05-29Merge #14988: wallet: Fix for confirmed column in csv export for payment to s...Jonas Schnelli
2020-05-23Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.furszy
2020-05-01Switch transaction table to use wallet height not node heightRussell Yanofsky
2020-01-09gui: Avoid redundant tx status updatesRussell Yanofsky
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-10-13wallet: Fix for exported confirmation field in payment to self transactionsBen Carman
2019-10-09Merge #15098: qt: Show addresses for "SendToSelf" transactionsfanquake
2019-08-22refactor: replace qLowerBound & qUpperBound with std:: upper_bound & lower_boundfanquake
2019-07-08qt: Assert QMetaObject::invokeMethod resultJoão Barbosa
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-01-15Merge #14556: qt: fix confirmed transaction labeled "open" (#13299)Wladimir J. van der Laan
2019-01-13Replace remaining 0 with nullptr in Qt codeBen Woosley
2019-01-06Show addresses for "SendToSelf" transactionsHennadii Stepanov
2019-01-03Don't label transactions "Open" while catching upHennadii Stepanov
2018-12-29Merge #13743: refactor: Replace boost::bind with std::bindMarcoFalke
2018-11-05Merge #14554: qt: Remove unused `adjustedTime` parameterWladimir J. van der Laan
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-28Remove unused `adjustedTime` parameterHennadii Stepanov
2018-10-20scripted-diff: Replace boost::bind with std::bindChun Kuan Lee
2018-08-27Merge #13769: Mark single-argument constructors "explicit"MarcoFalke
2018-08-25Merge #13961: util: Replace boost::signals2 with std::functionWladimir J. van der Laan
2018-08-24util: Replace boost::signals2 with std::functionMarcoFalke
2018-08-21qt: Use new Qt5 connect syntaxJoão Barbosa
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-26Mark single-argument constructors "explicit"practicalswift
2018-07-09Remove useless mapRequest tracking that just effects Qt display.Matt Corallo
2018-04-07scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt transaction table filesRussell Yanofsky
2018-03-07qt: Remove TransactionTableModel::TxIDRoleJoão Barbosa
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-30Merge #10493: Use range-based for loops (C++11) when looping over map elementsMarcoFalke
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-09Merge #10368: [wallet] Remove helper conversion operator from walletWladimir J. van der Laan
2017-10-09Use range-based for loops (C++11) when looping over map elementspracticalswift