summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/backend/leapbackend.py
AgeCommit message (Collapse)Author
2014-07-14Use specific settings for backend.Ivan Alejandro
This way we get rid of Qt on the backend side. The use of QSettings in the backend was breaking the app on OSX.
2014-07-14Ask the backend for the country code.Ivan Alejandro
Remove global variable in favor of a helper method that returns the country code. Needed in order to split backend/frontend.
2014-07-14Move the backend starter to its own file.Ivan Alejandro
2014-07-14Add missing error/passed keys.Ivan Alejandro
2014-07-14Use new frontend/backend structure in LEAP implementation.Ivan Alejandro
2014-06-18Move backend's components to its own file.Ivan Alejandro
2014-06-18Move Signaler to its own file.Ivan Alejandro
2014-06-18Move backend to its own namespace.Ivan Alejandro