Nessuna descrizione

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

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