Age | Commit message (Collapse) | Author |
|
Replace logging.getLogger with custom get_logger.
Remove some unneeded dependencies and reorder other.
|
|
This causes (on certain scenarios) the app to segfault and it is really
hard to debug.
|
|
- Don't disconnect logout signals, so when the wizard is triggered the
UI can reflect the logout result.
- Restore the selected provider when 'other...' is selected *before* the
provider_changed signal is emitted to avoid that option to keep
selected in case of some error.
- Avoid the currentIndexChanged to be triggered when we load the providers.
|
|
This way we get rid of Qt on the backend side.
The use of QSettings in the backend was breaking the app on OSX.
|
|
|
|
|
|
Also rename a parameter named 'param' to a more meaningful 'idx'.
|
|
|
|
|
|
Set as selected default for the eip preferences window the item selented
in the bitmask main window.
[Closes #5153]
|
|
- 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.
|
|
[Closes #4132]
|
|
|
|
Also:
- Remove status_panel
- Add new icons
- Refactor components a bit (mostly divide functionality)
|