Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-15 | Remove remainings of unused properprovider setting | Ivan Alejandro | |
2013-10-14 | Always display first run wizard on first run. | Ivan Alejandro | |
* Display the wizard only the first time or if we don't have any provider configured. * Remove unused proper provider setting. * If we have a working provider (as a pinned one), the wizard won't show automatically after being displayed the first time. * If we cancel the first time wizard and we have a configured provider (like the pinned one) the app will not close. | |||
2013-10-07 | Add missing empty init file to the config module | Tomás Touceda | |
2013-10-03 | Merge remote-tracking branch 'kali/bug/fix-eip-switch-on' into develop | Tomás Touceda | |
2013-10-03 | Disable EIP on/off button and action when login required. | Kali Kaneko | |
Also adds an explicit should_autostart flag in config. | |||
2013-10-03 | Separate pre-seeded providers from user added ones | Ivan Alejandro | |
2013-10-01 | Merge remote-tracking branch 'chiiph/feature/new_ui' into develop | Ivan Alejandro | |
2013-10-01 | Implement new UI | Tomás Touceda | |
Also: - Remove status_panel - Add new icons - Refactor components a bit (mostly divide functionality) | |||
2013-09-24 | Update path comparison for certs. | Ivan Alejandro | |
We need to check if the path *after* the prefix is correct, assuming that the prefix methods works fine. | |||
2013-09-24 | Update standalone dependency usage. | Ivan Alejandro | |
2013-09-18 | Move STANDALONE flag to a module and unify paths queries. | Ivan Alejandro | |
2013-09-09 | Fix path prefix helper for bundle and add test. | Ivan Alejandro | |
2013-09-02 | Display correct service name in wizard. | Ivan Alejandro | |
2013-08-30 | Add config option to set & get preferred gateway. | Ivan Alejandro | |
2013-08-28 | Replace old path_prefix with new method. | Ivan Alejandro | |
2013-08-28 | Merge remote-tracking branch 'ivan/feature/3574_use-dirspec-instead-of-xdg' ↵ | Tomás Touceda | |
into develop Conflicts: src/leap/bitmask/config/leapsettings.py | |||
2013-08-28 | Use dirspec instead of plain xdg. Closes #3574. | Ivan Alejandro | |
2013-08-27 | Remove key for a provider with no enabled services | Ivan Alejandro | |
2013-08-27 | Move configured providers getter to LeapSettings. | Ivan Alejandro | |
2013-08-12 | fix imports to use new namespace | Kali Kaneko | |
2013-08-12 | move everything into bitmask namespace | Kali Kaneko | |