Age | Commit message (Expand) | Author |
2022-05-17 | refactor: use C++11 default initializers | fanquake |
2022-04-15 | Merge bitcoin-core/gui#556: refactor: Make BitcoinUnits::Unit a scoped enum | Hennadii Stepanov |
2022-04-04 | refactor: fix clang-tidy named args usage | fanquake |
2022-02-22 | qt, refactor: Make BitcoinUnits::Unit a scoped enum | Hennadii Stepanov |
2022-01-14 | qt: Treat unconfirmed txs as unconfirmed | MarcoFalke |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-08-24 | refactor: replace QDateTime::fromTime_t with QDateTime::fromSecsSinceEpoch | fanquake |
2021-05-26 | Merge bitcoin-core/gui#313: qt: Optimize string concatenation by default | W. J. van der Laan |
2021-05-15 | qt, build: Optimize string concatenation | Hennadii Stepanov |
2021-04-29 | qt: Refactor to remove unnecessary block in DispatchNotifications | João Barbosa |
2021-04-29 | qt: Early subscribe core signals in transaction table model | João Barbosa |
2021-04-29 | qt: Refactor ShowProgress to DispatchNotifications | João Barbosa |
2021-04-28 | qt: Set flag after inital load on transaction table model | João Barbosa |
2021-02-22 | qt, refactor: Use enum type as switch argument in TransactionTableModel | Hennadii Stepanov |
2021-01-13 | Add include for std::bind. | sinetek |
2021-01-02 | qt: Follow Qt docs when implementing rowCount and columnCount | Hennadii Stepanov |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-11-01 | refactor: qt: Use vQueueNotifications.clear() | João Barbosa |
2020-10-28 | qt: Make transaction notification queue wallet specific | João Barbosa |
2020-10-28 | move-only: Define TransactionNotification before TransactionTablePriv | João Barbosa |
2020-06-30 | doc: Remove outdated comment in TransactionTablePriv | MarcoFalke |
2020-06-22 | qt: Fix regression in TransactionTableModel | Hennadii Stepanov |
2020-06-18 | scripted-diff: Make SeparatorStyle a scoped enum | Hennadii Stepanov |
2020-05-29 | Merge #14988: wallet: Fix for confirmed column in csv export for payment to s... | Jonas Schnelli |
2020-05-23 | Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals. | furszy |
2020-05-01 | Switch transaction table to use wallet height not node height | Russell Yanofsky |
2020-01-09 | gui: Avoid redundant tx status updates | Russell Yanofsky |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-10-13 | wallet: Fix for exported confirmation field in payment to self transactions | Ben Carman |
2019-10-09 | Merge #15098: qt: Show addresses for "SendToSelf" transactions | fanquake |
2019-08-22 | refactor: replace qLowerBound & qUpperBound with std:: upper_bound & lower_bound | fanquake |
2019-07-08 | qt: Assert QMetaObject::invokeMethod result | João Barbosa |
2019-06-02 | Make reasoning about dependencies easier by not including unused dependencies | practicalswift |
2019-01-15 | Merge #14556: qt: fix confirmed transaction labeled "open" (#13299) | Wladimir J. van der Laan |
2019-01-13 | Replace remaining 0 with nullptr in Qt code | Ben Woosley |
2019-01-06 | Show addresses for "SendToSelf" transactions | Hennadii Stepanov |
2019-01-03 | Don't label transactions "Open" while catching up | Hennadii Stepanov |
2018-12-29 | Merge #13743: refactor: Replace boost::bind with std::bind | MarcoFalke |
2018-11-05 | Merge #14554: qt: Remove unused `adjustedTime` parameter | Wladimir J. van der Laan |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-10-28 | Remove unused `adjustedTime` parameter | Hennadii Stepanov |
2018-10-20 | scripted-diff: Replace boost::bind with std::bind | Chun Kuan Lee |
2018-08-27 | Merge #13769: Mark single-argument constructors "explicit" | MarcoFalke |
2018-08-25 | Merge #13961: util: Replace boost::signals2 with std::function | Wladimir J. van der Laan |
2018-08-24 | util: Replace boost::signals2 with std::function | MarcoFalke |
2018-08-21 | qt: Use new Qt5 connect syntax | João Barbosa |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-07-26 | Mark single-argument constructors "explicit" | practicalswift |
2018-07-09 | Remove useless mapRequest tracking that just effects Qt display. | Matt Corallo |
2018-04-07 | scripted-diff: Avoid `interface` keyword to fix windows gitian build | Russell Yanofsky |