Age | Commit message (Collapse) | Author |
|
If the quit() call is triggered by the system logout we should not
disable the autostart. Otherwise bitmask won't autostart on the next
session start.
- Resolves: #6424
|
|
Add the 'check_online' method to check whether the backend is accessible
or not.
Reduce the wait for running threads timeout on quit.
Add retry feature to the backend requests send.
|
|
* Update transifex resource name.
* Use RightToLeft layout for Arabic language.
* Use better names and comments on i18n section.
* Use unicode to initialize widgets with text that otherwise (str) will
fail when Arabic (and most likely any other language with non-ascii
characters) is used.
Closes #5289, #6033.
|
|
|
|
https://github.com/leapcode/bitmask_client/pull/679/files
|
|
Running the GUI in a child process gives problems on OSX.
Also, change signal handling since we have less processes.
|
|
|
|
|
|
Add serialize/deserialize to dict helper.
|
|
|
|
|
|
This prepares the scenario to run the frontend and the backend in
different processes.
|
|
|