summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2014-04-09 16:24:12 -0500
committerKali Kaneko <kali@leap.se>2014-04-09 16:24:12 -0500
commitcf9fb29fd1098f694974ee60e5673f22e286d859 (patch)
tree5cdc4210b8c944ee4f2669fd8096998d507beda3 /docs/dev
parentf0232265a2725d8129b472479dd380b9ec3ca6b2 (diff)
parent81715dc47d77934c4f67d2527a56c28f58f0345d (diff)
Merge tag '0.5.0' into deb-0.5.0
Tag leap.bitmask version 0.5.0 Conflicts: pkg/requirements.pip
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/quickstart.rst6
-rw-r--r--docs/dev/signals.rst12
2 files changed, 15 insertions, 3 deletions
diff --git a/docs/dev/quickstart.rst b/docs/dev/quickstart.rst
index 96dcaeb9..a8be955e 100644
--- a/docs/dev/quickstart.rst
+++ b/docs/dev/quickstart.rst
@@ -25,8 +25,8 @@ Prerequisites
$ sudo apt-get install git python-dev python-setuptools
python-virtualenv python-pip python-openssl libsqlite3-dev g++ openvpn
- pyside-tools python-pyside
-
+ pyside-tools python-pyside libffi-dev
+
.. python-qt4 ??? (for translations)
.. TODO I'm pretty sure python-qt4 shoudln't be there...
Nor libsqlite-dev, that's a bug in python-sqlcipher/soledad.
@@ -75,7 +75,7 @@ Running
Run ``bitmask_client`` in debug mode::
- (bitmask)$ bitmask --debug
+ (bitmask)$ bitmask --debug
You should see the ``bitmask_client`` window prompting to connect to an
existing node or add a new one. If not, something went wrong, maybe ask
diff --git a/docs/dev/signals.rst b/docs/dev/signals.rst
new file mode 100644
index 00000000..536a3746
--- /dev/null
+++ b/docs/dev/signals.rst
@@ -0,0 +1,12 @@
+Startup process
+---------------
+
+mainwindow._login -> backend.run_provider_setup_checks
+[...provider bootstrap...]
+self._provider_config_loaded
+[...login...]
+authentication_finished
+_start_eip_bootstrap
+_maybe_start_eip
+_maybe_run_soledad_setup_checks
+soledadbootstrapper