Age | Commit message (Expand) | Author |
2022-06-15 | Merge bitcoin-core/gui#618: refactor: Add `transactionoverviewwidget.cpp` sou... | Hennadii Stepanov |
2022-06-14 | qt, refactor: Add `transactionoverviewwidget.cpp` source file | Hennadii Stepanov |
2022-06-14 | scripted-diff: Avoid incompatibility with CMake AUTOUIC feature | Hennadii Stepanov |
2022-06-13 | Merge bitcoin/bitcoin#25251: Consolidate Windows ASLR workarounds for upstrea... | MacroFake |
2022-06-12 | Merge bitcoin-core/gui#602: Unify bitcoin-qt and bitcoind persistent settings | Hennadii Stepanov |
2022-06-12 | qt: Fix `BitcoinAmountField`'s base widget | Hennadii Stepanov |
2022-06-12 | qt, refactor: Fix `sendcoinsentry.ui` indentation | Hennadii Stepanov |
2022-06-12 | qt, refactor: Convert `SendCoinsEntry` to a sub-`QWidget` | Hennadii Stepanov |
2022-06-12 | Merge bitcoin-core/gui#608: wallet, refactor: Make `WalletModel::sendCoins()`... | Hennadii Stepanov |
2022-06-11 | compat: Consolidate mingw-w64 ASLR workaround for upstream libsecp changes | fanquake |
2022-06-10 | Merge bitcoin/bitcoin#24931: Strengthen thread safety assertions | MacroFake |
2022-06-09 | GetExternalSigner(): fail if multiple signers are found | amadeuszpawlik |
2022-06-04 | qt: Drop no longer supported Android architecture | Hennadii Stepanov |
2022-06-02 | Merge bitcoin-core/gui#583: Add translator comments to `TransactionDesc::Form... | Hennadii Stepanov |
2022-06-02 | qt, refactor: add translator comments in `TransactionDesc::FormatTxStatus()` | w0xlt |
2022-06-02 | qt: Remove unnecessary wallet includes from rpcconsole.cpp | laanwj |
2022-05-31 | Merge bitcoin/bitcoin#25200: doc: Fix spelling errors identified by codespell... | MacroFake |
2022-05-30 | qt, refactor: Drop unused `QFrame`s in `SendCoinsEntry` | Hennadii Stepanov |
2022-05-29 | qt, wallet, refactor: Drop unused `WalletModel::PaymentRequestExpired` | Hennadii Stepanov |
2022-05-29 | qt, wallet, refactor: Make `WalletModel::sendCoins()` return `void` | Hennadii Stepanov |
2022-05-26 | Reset settings.json when GUI options are reset | Ryan Ofsky |
2022-05-26 | Migrate -lang setting from QSettings to settings.json | Ryan Ofsky |
2022-05-26 | Migrate -prune setting from QSettings to settings.json | Ryan Ofsky |
2022-05-26 | Migrate -proxy and -onion settings from QSettings to settings.json | Ryan Ofsky |
2022-05-26 | Migrate -listen and -server settings from QSettings to settings.json | Ryan Ofsky |
2022-05-26 | Migrate -upnp and -natpmp settings from QSettings to settings.json | Ryan Ofsky |
2022-05-26 | Migrate -spendzeroconfchange and -signer settings from QSettings to settings.... | Ryan Ofsky |
2022-05-26 | Migrate -par setting from QSettings to settings.json | Ryan Ofsky |
2022-05-26 | Migrate -dbcache setting from QSettings to settings.json | Ryan Ofsky |
2022-05-25 | doc: Fix spelling errors identified by codespell in coments | Ben Woosley |
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-21 | qt/clientmodel: thread safety annotation for m_cached_tip_mutex | Anthony Towns |
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 | gui: Load Base64 PSBT string from file | Andrew Chow |