Age | Commit message (Expand) | Author |
2022-06-22 | Merge bitcoin-core/gui#620: Replace `QRegExp` with `QRegularExpression` | laanwj |
2022-06-21 | test, qt: Add tests for `GUIUtil::extractFirstSuffixFromFilter` | w0xlt |
2022-06-21 | qt: Replace `QRegExp` with `QRegularExpression` | w0xlt |
2022-06-21 | qt: Add a function that extracts the suffix from a filter | w0xlt |
2022-06-21 | Merge bitcoin/bitcoin#25422: build: globally define NOMINMAX when building wi... | laanwj |
2022-06-21 | Merge bitcoin-core/gui#612: refactor: Drop unused `QFrame`s in `SendCoinsEntry` | Hennadii Stepanov |
2022-06-21 | Merge bitcoin-core/gui#615: If -prune=0 is set, Uncheck Prune on Intro page | Hennadii Stepanov |
2022-06-20 | build: globally define NOMINMAX | fanquake |
2022-06-15 | If -prune=0 is set, Uncheck Prune on Intro page | Jadi |
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-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 |