There is not much in the GUI to be done without wallet, but it's possible to change options, watch the sync process, and use the debug console.
So embed the debug console in the main window.

There is not much in the GUI to be done without wallet, but it's possible to change options, watch the sync process, and use the debug console.
So embed the debug console in the main window.

Seems to be a nice change :).
Thanks :D
Looks good, didn't test.
Should we still allow (because of license stuff) to show about Qt and also our own about (which contains OpenSSL license info)? Also the manu bar to exit the program would be nice perhaps.
The About options and Exit should still be available in the menu? Or did the rebase remove those?
I just looked at the screenshot, which is obsolete then perhaps.
It's pretty much up to date. It doesn't show the menu because ubuntu displays a global menu instead of a per-window menu.
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/8a1f6961820a306b11bca18f85b8c5faafb5192e for binaries and test log. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.
To make sure the right slots are generated, MOC needs -DHAVE_CONFIG_H
and correct include path to include bitcoin-config.h.
There is not much in the GUI to be done without wallet,
though it's possible to change options, watch the sync process,
and use the debug console.
So embed the debug console in the main window.