Age | Commit message (Collapse) | Author |
|
|
|
this particular way of invoking the run method in the reactor
was giving trouble under some conditions.
switching to runReturn makes it work.
|
|
|
|
aboutToQuit signal is not raised anymore with the qt4reactor.
So we are calling all cleanup callbacks from the quit function.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* documentation reviewed after rewrite, ready for 0.2.1
* updated docstrings format to fit sphinx autodoc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* documentation reviewed after rewrite, ready for 0.2.1
* updated docstrings format to fit sphinx autodoc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, note to run make before installing leap-client
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is intended to be used while testing, not in production
|
|
- Remove the <b> wrapping on checkboxes, since they don't
understand HTML
- Change the display of provider since providers with big names
like dev.bitmask.net make the UI look bad.
|
|
|
|
|
|
|
|
Conflicts:
src/leap/gui/mainwindow.py
|
|
|
|
Closes:#2130
|
|
|