Conversation
johnny9
force-pushed
the
draft/qt6-chunk-2
branch
from
September 9, 2026 18:43
9fe6377 to
b3a68d4
Compare
johnny9
force-pushed
the
draft/qt6-chunk-2
branch
from
September 10, 2026 15:36
b3a68d4 to
3e949c5
Compare
hebasto
reviewed
Sep 10, 2026
johnny9
force-pushed
the
draft/qt6-chunk-2
branch
8 times, most recently
from
September 11, 2026 16:14
76a46c5 to
7f859cf
Compare
Member
|
Please rebase on top of the updated staging branch. |
johnny9
force-pushed
the
draft/qt6-chunk-2
branch
from
September 14, 2026 11:38
7f859cf to
b8e44b1
Compare
Deploy shared Qt Cocoa and QML plugins with the selected Qt tool, retain library search paths for split-prefix installations, reject deployment errors, and sign and verify the complete app bundle. Refresh deployment outputs when the executable changes.
Co-authored-by: johnny9 <985648+johnny9@users.noreply.github.com> Co-authored-by: pseudoramdom <hello@pseudoramdom.mailer.me> Co-authored-by: João Barbosa <joao.paulo.barbosa@gmail.com>
Co-authored-by: shaavan <svangani239@gmail.com> Co-authored-by: johnny9 <985648+johnny9@users.noreply.github.com> Co-authored-by: epicleafies <lukelpollard@gmail.com> Co-authored-by: pablomartin4btc <pablomartin4btc@gmail.com>
Co-authored-by: Jarol Rodriguez <jarolrod@tutanota.com> Co-authored-by: epicleafies <lukelpollard@gmail.com> Co-authored-by: shaavan <svangani239@gmail.com>
Enable Objective-C++ in the QML build scope and link AppKit for the macOS dock handler. Co-authored-by: Jarol Rodriguez <jarolrod@tutanota.com> Co-authored-by: johnny9 <985648+johnny9@users.noreply.github.com>
Co-authored-by: johnny9 <johnny9dev@pm.me>
Co-authored-by: Jarol Rodriguez <jarolrod@tutanota.com> Co-authored-by: epicleafies <lukelpollard@gmail.com>
johnny9
force-pushed
the
draft/qt6-chunk-2
branch
from
September 14, 2026 11:42
b8e44b1 to
8945e93
Compare
johnny9
marked this pull request as ready for review
September 14, 2026 16:13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the second staging PR for the QML-based Bitcoin Core GUI. It builds on #871.
This draft targets current
staging, which includes #871. Its diff contains the Chunk 2 changes and the macOS QML deployment follow-up. Review the changes here.This PR focuses on onboarding, settings and the block clock, without wallet support. Users can configure a node, follow synchronization, change settings and shut down safely.
Main decisions
Test coverage
C++ unit, QML and in-process integration tests cover the feature regressions. A separate process test checks ordinary startup errors. One short Python bridge journey covers the running block clock, settings navigation and clean shutdown; the inherited TestShell check covers fresh onboarding and process cleanup.
Local checks pass on Linux with Qt 6.8.4, with wallets compiled out, for both
bitcoin-qtand IPCbitcoin-gui. Native desktop interactions and other Qt/platform versions remain separate checks.