Go to file
Marta Marczykowska-Górecka 65d07eca0d
Sorted kernels in VM settings
Kernels are sorted with a rough algorithm, comparing groups of numbers
numerically, and names consisting of strings alphabetically.

fixes QubesOS/qubes-issues#5084
2019-06-10 00:37:32 +02:00
.tx i18n: add configuration for transifex client 2017-02-03 17:22:02 +01:00
ci Remove all dbus references 2018-09-12 16:32:37 +02:00
icons
qubesmanager Sorted kernels in VM settings 2019-06-10 00:37:32 +02:00
rpm_spec
test-packages
ui Fixed bug with hiding last visible column 2019-05-03 14:41:01 +02:00
.gitignore gitignore 2015-05-04 00:45:11 +02:00
.travis.yml
build-deps.list Remove obsolete entries from build-deps.list 2013-03-09 00:15:03 +01:00
Makefile
Makefile.builder
qubes-backup-restore.desktop
qubes-backup.desktop
qubes-global-settings.desktop Fixed useless menu item 2018-01-06 02:51:00 +01:00
qubes-qube-manager.desktop Qube Manager in working order 2018-01-08 04:22:35 +01:00
qubes-template-manager.desktop
qubes-vm-create.desktop fixes to system menu 2017-07-16 16:36:36 +02:00
qubesmanager.pro
README.md Changes as requested by @marmarek 2018-09-16 23:33:17 +02:00
resources.qrc
setup.py
version

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