Нет описания

Frédéric Pierret (fepitre) 17d6cf4ef1 travis: add CentOS 7 build 4 лет назад
.tx c8e237490b i18n: add configuration for transifex client 7 лет назад
ci 8d99fdd11b Remove all dbus references 5 лет назад
icons 0b954ff686 Repaired manager icons 6 лет назад
qubesmanager 0c10723205 Fixed incorrect QApplication start that led to missing icons 4 лет назад
rpm_spec 1ced452976 Merge remote-tracking branch 'origin/pr/177' 4 лет назад
test-packages ac65bb5527 Pylint fixes 5 лет назад
ui d85940c5a5 Added an Advanced tab to Create New Qube dialog 4 лет назад
.gitignore fdf0fd1870 gitignore 9 лет назад
.travis.yml 17d6cf4ef1 travis: add CentOS 7 build 4 лет назад
Makefile e79724f9db Update Qt version used in qubesmanager to Qt5 5 лет назад
Makefile.builder c1192ecc9f Allow build for VM 4 лет назад
README.md e18058039f Changes as requested by @marmarek 5 лет назад
build-deps.list e79724f9db Update Qt version used in qubesmanager to Qt5 5 лет назад
qubes-backup-restore.desktop d26b693e4f Added menu position with Qubes Tools to XFCE Menu 5 лет назад
qubes-backup.desktop d26b693e4f Added menu position with Qubes Tools to XFCE Menu 5 лет назад
qubes-global-settings.desktop d26b693e4f Added menu position with Qubes Tools to XFCE Menu 5 лет назад
qubes-qube-manager.desktop d26b693e4f Added menu position with Qubes Tools to XFCE Menu 5 лет назад
qubes-template-manager.desktop d26b693e4f Added menu position with Qubes Tools to XFCE Menu 5 лет назад
qubes-tools.directory d26b693e4f Added menu position with Qubes Tools to XFCE Menu 5 лет назад
qubes-tools.menu d26b693e4f Added menu position with Qubes Tools to XFCE Menu 5 лет назад
qubes-vm-create.desktop d26b693e4f Added menu position with Qubes Tools to XFCE Menu 5 лет назад
qubesmanager.pro 831769d2dd Fix travis build 5 лет назад
resources.qrc 7cd1afbb3c Implemented 'Restart' button 8 лет назад
setup.py ce20377e39 Initial template manager 5 лет назад
version b51cd03481 version 4.1.0 4 лет назад

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.

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