No Description

donoban 7218e6ec56 Revert "Restored reject() call with ui" 3 years ago
.tx 0329383453 Fixed transifex integration 4 years ago
ci 89ec0848c6 Move pylintrc to the top directory 3 years ago
debian 5f1770fecd version 4.1.15-1 3 years ago
icons 12764595cf Added show password button to Backup/Restore 3 years ago
qubesmanager f050c9d78c Close dialog after finish qvm_start() 3 years ago
rpm_spec 5b5360deb6 Fix build with python3 for CentOS 3 years ago
test-packages 7c55ee065c Add QubesValueError to mock qubesadmin.exc 3 years ago
ui 7218e6ec56 Revert "Restored reject() call with ui" 3 years ago
.gitignore d8de88b743 debian: add packaging 3 years ago
.gitlab-ci.yml d5abe7b341 gitlab-ci: add pylint job 3 years ago
.pylintrc 89ec0848c6 Move pylintrc to the top directory 3 years ago
.travis.yml a2f8ba9418 travis: restore pylint 3 years ago
Makefile d8de88b743 debian: add packaging 3 years ago
Makefile.builder d8de88b743 debian: add packaging 3 years ago
README.md 0329383453 Fixed transifex integration 4 years ago
build-deps.list e79724f9db Update Qt version used in qubesmanager to Qt5 4 years ago
qubes-backup-restore.desktop d26b693e4f Added menu position with Qubes Tools to XFCE Menu 5 years ago
qubes-backup.desktop d26b693e4f Added menu position with Qubes Tools to XFCE Menu 5 years ago
qubes-global-settings.desktop d26b693e4f Added menu position with Qubes Tools to XFCE Menu 5 years ago
qubes-qube-manager.desktop d26b693e4f Added menu position with Qubes Tools to XFCE Menu 5 years ago
qubes-template-manager.desktop d26b693e4f Added menu position with Qubes Tools to XFCE Menu 5 years ago
qubes-tools.directory d26b693e4f Added menu position with Qubes Tools to XFCE Menu 5 years ago
qubes-tools.menu d26b693e4f Added menu position with Qubes Tools to XFCE Menu 5 years ago
qubes-vm-create.desktop d26b693e4f Added menu position with Qubes Tools to XFCE Menu 5 years ago
qubesmanager.pro bb1995af2e Migration to View/Model design (#195) 3 years ago
rel d8de88b743 debian: add packaging 3 years ago
resources.qrc 12764595cf Added show password button to Backup/Restore 3 years ago
setup.py 1faf4f46b0 Added a Clone VM tool 3 years ago
version 5f1770fecd version 4.1.15-1 3 years ago

README.md

Qubes Manager

Managing translations

Adding new language

  1. Add i18n/qubesmanager_LANGUAGECODE.ts (replace LANGUAGECODE with actual code, for example es) to qubesmanager.pro - TRANSLATIONS setting.
  2. 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.

Pushing translations to transifex

You'll need a token (for your own transifex acount, to configure it just run tx config once).

tx push -s

Getting translation from transifex

tx pull

Tests

Located in the tests/ directory.

To run qube manager and backup tests:

python3 test_name.py -v

To run global settings tests:

sudo systemctl stop qubesd; sudo -E python3 test_global_settings.py -v ; sudo systemctl start qubesd