Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-14 | Use 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-14 | Do backend calls using kwargs. | Ivan Alejandro | |
2014-07-14 | Use new backend/signaler and start logic in processes. | Ivan Alejandro | |
2014-04-17 | Improve parameters docstrings. | Ivan Alejandro | |
Also rename a parameter named 'param' to a more meaningful 'idx'. | |||
2014-04-17 | Use Slot decorator instead of SLOT docstring. | Ivan Alejandro | |
2014-04-15 | Move gateway selection helpers to backend. | Ivan Alejandro | |
2014-03-06 | Select current provider as default in eip settings | Ivan Alejandro | |
Set as selected default for the eip preferences window the item selented in the bitmask main window. [Closes #5153] | |||
2013-11-21 | Disable eip-config for uninitialized providers. | Ivan Alejandro | |
- Show the user which provider has not been initialized and disable its usage. - Add support for absolute path in get_eipconfig_path. - Replace hadr-coded paths with get_eipconfig_path. | |||
2013-10-30 | Remove autostart eip option from settings panel. | Ivan Alejandro | |
[Closes #4132] | |||
2013-10-03 | Add preference to set autostart EIP option. | 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) |