Age | Commit message (Expand) | Author |
2022-05-24 | Merge bitcoin-core/gui#593: Getting ready to Qt 6 (8/n). Use `QRegularExpress... | Hennadii Stepanov |
2022-05-24 | Merge bitcoin-core/gui#601: refactor: Pass interfaces::Node references to Opt... | Hennadii Stepanov |
2022-05-23 | Merge bitcoin-core/gui#586: Getting ready to Qt 6 (6/n). Replace `QCoreApplic... | Hennadii Stepanov |
2022-05-22 | Merge bitcoin-core/gui#600: refactor: Add OptionsModel getOption/setOption me... | Hennadii Stepanov |
2022-05-21 | qt: Use `QRegularExpression` in `AddressBookSortFilterProxyModel` class | Hennadii Stepanov |
2022-05-21 | qt, test: Add tests for searching in `AddressBookPage` dialog | Hennadii Stepanov |
2022-05-21 | qt: Replace `QCoreApplication::quit()` with `QCoreApplication::exit(0)` | Hennadii Stepanov |
2022-05-20 | Merge bitcoin-core/gui#581: refactor: Revamp `ClientModel` code to handle cor... | Hennadii Stepanov |
2022-05-20 | Merge bitcoin-core/gui#594: scripted-diff: replace deprecated Q_OS_MAC with Q... | Hennadii Stepanov |
2022-05-19 | refactor: Pass interfaces::Node references to OptionsModel constructor | Ryan Ofsky |
2022-05-19 | refactor: Add OptionsModel getOption/setOption methods | Ryan Ofsky |
2022-05-19 | Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64 | fanquake |
2022-05-18 | scripted-diff: Use getInt<T> over get_int/get_int64 | MacroFake |
2022-05-17 | refactor: use C++11 default initializers | fanquake |
2022-05-12 | Increase threadsafety annotation coverage | Anthony Towns |
2022-05-09 | Merge bitcoin-core/gui#590: refactor: Declare `WalletModel` member functions ... | Hennadii Stepanov |
2022-05-09 | Merge bitcoin-core/gui#591: test: Add tests for `tableView` in `AddressBookPa... | Hennadii Stepanov |
2022-05-03 | Merge bitcoin/bitcoin#24470: Disallow more unsafe string->path conversions al... | MacroFake |
2022-04-27 | Merge bitcoin/bitcoin#25001: Modernize util/strencodings and util/string: `st... | laanwj |
2022-04-27 | Merge bitcoin-core/gui#589: Getting ready to Qt 6 (7/n). Do not pass `WalletM... | Hennadii Stepanov |
2022-04-27 | Make DecodeBase{32,64} return optional instead of taking bool* | Pieter Wuille |
2022-04-27 | Make DecodeBase{32,64} always return vector, not string | Pieter Wuille |
2022-04-26 | Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant) | practicalswift |
2022-04-26 | scripted-diff: replace deprecated Q_OS_MAC with Q_OS_MACOS | João Barbosa |
2022-04-23 | qt, test: Add tests for `tableView` in `AddressBookPage` dialog | Hennadii Stepanov |
2022-04-23 | qt: No need to force Qt::QueuedConnection for NotifyAddressBookChanged | Hennadii Stepanov |
2022-04-23 | qt, refactor: Declare `WalletModel` member functions with `const` | Hennadii Stepanov |
2022-04-22 | Merge bitcoin-core/gui#587: refactor: Replace `GUIUtil::ObjectInvoke()` with ... | Hennadii Stepanov |
2022-04-21 | Disallow more unsafe string->path conversions allowed by path append operators | Ryan Ofsky |
2022-04-21 | Do not pass `WalletModel*` to queued connection | Hennadii Stepanov |
2022-04-21 | refactor: Make `RPCExecutor*` a member of the `RPCConsole` class | Hennadii Stepanov |
2022-04-20 | refactor: Guard `RPCConsole::{add,remove}Wallet()` with `ENABLE_WALLET` | Hennadii Stepanov |
2022-04-19 | Merge bitcoin-core/gui#584: Getting ready to Qt 6 (5/n). Do not assume `qDBus... | Hennadii Stepanov |
2022-04-19 | Merge bitcoin-core/gui#580: Getting ready to Qt 6 (3/n). Do not use `QKeyEven... | Hennadii Stepanov |
2022-04-16 | Revert "qt: Add ObjectInvoke template function" | Hennadii Stepanov |
2022-04-16 | qt: Replace `GUIUtil::ObjectInvoke()` with `QMetaObject::invokeMethod()` | Hennadii Stepanov |
2022-04-16 | qt, doc: Remove unneeded comments | Hennadii Stepanov |
2022-04-16 | qt: Revamp ClientModel code to handle {Block|Header}Tip core signals | Hennadii Stepanov |
2022-04-16 | qt: Revamp ClientModel code to handle BannedListChanged core signal | Hennadii Stepanov |
2022-04-16 | qt: Revamp ClientModel code to handle AlertChanged core signal | Hennadii Stepanov |
2022-04-15 | Merge bitcoin-core/gui#579: Getting ready to Qt 6 (2/n). Remove `QApplication... | Hennadii Stepanov |
2022-04-15 | Merge bitcoin-core/gui#556: refactor: Make BitcoinUnits::Unit a scoped enum | Hennadii Stepanov |
2022-04-15 | Merge bitcoin-core/gui#552: Refactor `TransactionDesc::FormatTxStatus` and ` ... | Hennadii Stepanov |
2022-04-13 | qt: Do not use `QKeyEvent` copy constructor | Hennadii Stepanov |
2022-04-13 | qt: Do not assume `qDBusRegisterMetaType` return type | Hennadii Stepanov |
2022-04-13 | qt, refactor: Use member initializers in TransactionStatus | w0xlt |
2022-04-13 | qt, refactor: remove unused field `qint64 TransactionStatus::open_for` | w0xlt |
2022-04-13 | Merge bitcoin-core/gui#577: Getting ready to Qt 6 (1/n) | Hennadii Stepanov |
2022-04-13 | Merge bitcoin-core/gui#576: Add qt unit test runner summary | Hennadii Stepanov |
2022-04-13 | Merge bitcoin-core/gui#543: peers-tab: add connection duration column to tabl... | Hennadii Stepanov |