|  b2fdbb950a Added the following reactions ot VM dependencies in GUI tools:
- Qube Manager will inform the user why they cannot delete a VM (which
properties of which VMS [or global] are using the VM)
- Settings window will try to intelligently rename VMs (change
properties to the new name, if possible, and inform the user what went
wrong if not)
- Settings window will inform the user why they cannot delete a VM
Also, renaming VM from Settings launched from Qube Manager will
refresh the VM list through a horrible hack, to be replaced by a neater
Admin API solution in some near future.
depends on  | ||
|---|---|---|
| .tx | ||
| ci | ||
| icons | ||
| qubesmanager | ||
| rpm_spec | ||
| test-packages | ||
| ui | ||
| .gitignore | ||
| .travis.yml | ||
| build-deps.list | ||
| Makefile | ||
| Makefile.builder | ||
| qubes-backup-restore.desktop | ||
| qubes-backup.desktop | ||
| qubes-global-settings.desktop | ||
| qubes-qube-manager.desktop | ||
| qubes-vm-create.desktop | ||
| qubesmanager.pro | ||
| README.md | ||
| resources.qrc | ||
| setup.py | ||
| version | ||
Qubes Manager
Managing translations
Adding new language
- Add i18n/qubesmanager_LANGUAGECODE.ts(replaceLANGUAGECODEwith actual code, for examplees) toqubesmanager.pro-TRANSLATIONSsetting.
- Run make res update_ts
Regenerating translation source files (.ts)
make res update_ts
This will keep translated strings, but will add new ones.
Updating translations
Commit updated .ts files into i18n directory.