This commit is contained in:
Alexandre Van de Sande 2015-04-07 10:37:04 +00:00
commit 0fbf15e363
32 changed files with 2946 additions and 1 deletions

@ -1 +1 @@
Subproject commit 31e046dbecea51d3b99b21f3e7e60ddfb6c39304
Subproject commit d5093606945fd871bc62f5d6adade3a903b0533c

File diff suppressed because it is too large Load diff

View file

@ -180,6 +180,17 @@ ApplicationWindow {
}
}
MenuItem {
text: "Onboarding Wizard..."
shortcut: "Ctrl+shift+i"
onTriggered: {
onboardingWizard.visible = true;
wizardWindow.state = "State-Initial";
startTimerAnimation.running = true;
startTimerAnimation.start();
}
}
MenuItem {
text: "Export keys"
shortcut: "Ctrl+e"
@ -985,6 +996,18 @@ ApplicationWindow {
}
}
Window {
id: onboardingWizard
visible: false
width: 990
height: 680
title: "Welcome to Ethereum"
Wizard {
id: onboardingWindow
}
}
Window {
id: addPeerWin
visible: false

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 913 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB