wizard: improve setup wizard

- Reduced overall size of the dialog
- Changed join the ring button to next
- Change style of the next button
- Allow user to create an account with 'Unknown' name
- Add a share button on main screen :
    This allow only to send the ringID in text form
    by mail, a real share callback to the system is
    impossible without being a native app.

Change-Id: I37235cd798b22ac4dd57b42b939f9e9541237dd6
Tuleap: #366
diff --git a/utils.h b/utils.h
index 506bf4e..3648914 100644
--- a/utils.h
+++ b/utils.h
@@ -41,5 +41,6 @@
     static QString GenGUID();
     static QString GetISODate();
     static QString GetCurrentUserName();
+    static void InvokeMailto(const QString& subject, const QString& body, const QString& attachement = QString());
 };