- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jun 3 2025
Jun 3 2025
PiRK committed rABC024197198cf6: qt: replace & remove deprecated API calls when compiling with Qt6 (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
qt: replace & remove deprecated API calls when compiling with Qt6
Jun 2 2025
Jun 2 2025
not really related to Qt6, but we already backported 2 commits as a bugfix so better to finish the backport to avoid future confusion
PiRK updated the summary of D18182: qt: replace & remove deprecated API calls when compiling with Qt6.
PiRK updated the summary of D18184: refactor: replace QDateTime::fromTime_t with QDateTime::fromSecsSinceEpoch.
PiRK requested review of D18184: refactor: replace QDateTime::fromTime_t with QDateTime::fromSecsSinceEpoch.
comment layout
PiRK retitled D18182: qt: replace & remove deprecated API calls when compiling with Qt6 from qt: replace & remove deprecated API calls to qt: replace & remove deprecated API calls when compiling with Qt6.
PiRK committed rABC8b29bd47a6f4: qt: Use QRegularExpression in AddressBookSortFilterProxyModel class (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
qt: Use QRegularExpression in AddressBookSortFilterProxyModel class
PiRK committed rABC34ac317bea88: qt: Replace QRegExp with QRegularExpression (authored by w0xlt <94266259+w0xlt@users.noreply.github.com>).
qt: Replace QRegExp with QRegularExpression
PiRK committed rABCf01762842a8f: test: Add tests for tableView in AddressBookPage dialog (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
test: Add tests for tableView in AddressBookPage dialog
PiRK committed rABC7d5163beff28: qt: Do not pass WalletModel* to a queued connection (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
qt: Do not pass WalletModel* to a queued connection
PiRK committed rABC0a567d65df81: qt: Replace `QCoreApplication::quit()` with `QCoreApplication::exit(0)` (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
qt: Replace `QCoreApplication::quit()` with `QCoreApplication::exit(0)`
May 31 2025
May 31 2025
PiRK added a comment to D18177: qt: Use QRegularExpression in AddressBookSortFilterProxyModel class.
Note that we are still at least one backport short of being able to test the Qt6 code branches (core-gui#623)
PiRK requested review of D18177: qt: Use QRegularExpression in AddressBookSortFilterProxyModel class.
add an assertion that m_executor is not null
PiRK updated the diff for D18163: qt: Replace `QCoreApplication::quit()` with `QCoreApplication::exit(0)`.
rebase after landing D18170
PiRK committed rABC82570aaa9fb4: Reapply "gui: Do not exit and re-enter main event loop during shutdown" (authored by PiRK).
Reapply "gui: Do not exit and re-enter main event loop during shutdown"
May 29 2025
May 29 2025
PiRK published D18170: Reapply "gui: Do not exit and re-enter main event loop during shutdown" for review.
PiRK planned changes to D18163: qt: Replace `QCoreApplication::quit()` with `QCoreApplication::exit(0)`.
PiRK requested review of D18163: qt: Replace `QCoreApplication::quit()` with `QCoreApplication::exit(0)`.
will need to be rebased onto D18170 (if/when it is tested and reviewed)
almost LGTM
May 28 2025
May 28 2025
PiRK committed rABC3cfa46ddb686: [doc] add a download link for assumeutxo snapshots (authored by PiRK).
[doc] add a download link for assumeutxo snapshots
PiRK retitled D18165: [doc] add a download link for assumeutxo snapshots from [doc] add ia download link for assumeutxo snapshots to [doc] add a download link for assumeutxo snapshots.
PiRK requested review of D18163: qt: Replace `QCoreApplication::quit()` with `QCoreApplication::exit(0)`.
May 27 2025
May 27 2025
looks good but clippy is unhappy about a needless borrow
May 26 2025
May 26 2025
PiRK committed rABC1219aeddf633: gui: Do not exit and re-enter main event loop during shutdown (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
gui: Do not exit and re-enter main event loop during shutdown
PiRK committed rABC8728198bcb8e: gui: replace some QDialog::exec() with safer QDialog::show() calls (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
gui: replace some QDialog::exec() with safer QDialog::show() calls
PiRK committed rABC076cec51f98f: qt: don't pass config to BitcoinApplication::requestShutdown (authored by PiRK).
qt: don't pass config to BitcoinApplication::requestShutdown
qt: make BitcoinGui::config a const ref
I have been able to request a very large history that didn't work before this diff.
PiRK committed rABCc0960d91959f: qt: Do not use `QKeyEvent` copy constructor (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
qt: Do not use `QKeyEvent` copy constructor
PiRK committed rABC826973909760: qt: Do not assume `qDBusRegisterMetaType` return type (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
qt: Do not assume `qDBusRegisterMetaType` return type
PiRK committed rABCcdc0de237e20: qt: Remove `QApplication::globalStrut()` call (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
qt: Remove `QApplication::globalStrut()` call
PiRK committed rABC4e3c327e3eb2: qt: misc fixed for deprecation warnings (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
qt: misc fixed for deprecation warnings
PiRK committed rABC50946bc94edf: qt: Avoid potential -Wdeprecated-enum-enum-conversion warnings (authored by Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>).
qt: Avoid potential -Wdeprecated-enum-enum-conversion warnings
PiRK added inline comments to D18149: gui: replace some QDialog::exec() with safer QDialog::show() calls.
PiRK requested review of D18149: gui: replace some QDialog::exec() with safer QDialog::show() calls.
PiRK retitled D18146: qt: don't pass config to BitcoinApplication::requestShutdown from gui: don't pass config to BitcoinApplication::requestShutdown to qt: don't pass config to BitcoinApplication::requestShutdown.
PiRK retitled D18145: qt: make BitcoinGui::config a const ref from gui: make BitcoinGui::config a const ref to qt: make BitcoinGui::config a const ref.
May 25 2025
May 25 2025
May 24 2025
May 24 2025
teamcity awarded D18136: depends: Qt 5.15.16 a Haypence token.
May 23 2025
May 23 2025