123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- qubes-manager (4.1.14-1) unstable; urgency=medium
- [ Frédéric Pierret (fepitre) ]
- * debian: make the build reproducible
- [ Marta Marczykowska-Górecka ]
- * Added more reasonable behavior to "should I force shutdown or wait"
- message
- [ Frédéric Pierret (fepitre) ]
- * debian: use recommended build qt5 dependency pkg
- [ Marek Marczykowski-Górecki ]
- * debian: make sure qt5 build tools are used
- [ Frédéric Pierret (fepitre) ]
- * Add .gitlab-ci.yml
- [ Marek Marczykowski-Górecki ]
- * Move pylintrc to the top directory
- * gitlab-ci: add pylint job
- * Fix asyncio.all_tasks() call
- [ donoban ]
- * Multiple file log dialog
- * Pylint fixes
- * Fix SelectionMode on ui file
- * Added 'Show' Checkboxes to .ui
- * Added filterAcceptsRow() to QubesProxyModel
- * Enable 'Show' checkboxes by default
- * Removed unused import
- * Added saving and restore settings for showing checkboxes
- * Fix pylint warnings
- * Restored removed lines by accident (although I think that are
- useless at this moment)
- * Added 'Compact View' Action
- * Save 'compactview' state
- * Removed unused logs_menu
- [ donob4n ]
- * Update qubesmanager/log_dialog.py
- [ donoban ]
- * Fix Spanglish accident
- * File checking and error dialog moved to qube_manager
- * Changed filter to list comprehension (avoids pylint warning)
- [ Marek Marczykowski-Górecki ]
- * Add QubesValueError to mock qubesadmin.exc
- [ donoban ]
- * Include in backups changed to 'CheckStateRole'
- * Fix empty lines
- * flags() rewrite
- * Rename 'Include in backups' to 'Backup'
- * Replace '2' with Qt.Checked
- [ ctrlaltf24 ]
- * Added TemplateVM and disposableVM to Create New Qube
- * fixed trailing spaces
- [ Frédéric Pierret (fepitre) ]
- * Fix build with python3 for CentOS
- -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 07 Jan 2021 15:11:00 +0100
- qubes-manager (4.1.13-1) unstable; urgency=medium
- [ Marta Marczykowska-Górecka ]
- * Modified Qube Manager toolbar to be more readable and added
- Emergency Pause
- * shutdown-when-idle gets its own checkbox in VM settings
- * Less intrusive max mem / init mem warning in VM Setting
- * Warn if trying to change layout on unsupported vms in Qube Manager
- * Added show password button to Backup/Restore
- * Extend testing timeout
- * Modified test to be less prone to timeouts
- * Fixed tests for keyboard layout
- * Fixes strict reset list bug in VM Device Settings
- * Fixed incorrect virtmode check (ignored PVH when it was the default)
- -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Sat, 10 Oct 2020 03:34:05 +0200
- qubes-manager (4.1.12-1) wheezy; urgency=medium
- [ Marek Marczykowski-Górecki ]
- * travis: restore pylint
- * Make pylint happy
- [ Marta Marczykowska-Górecka ]
- * Fix for icon size for Qube Manager tests
- * Fixed display of default template in Create New VM
- [ Frédéric Pierret (fepitre) ]
- * spec: fix qt5 dependency for Fedora 33
- [ Marta Marczykowska-Górecka ]
- * Fix Boot from Device error when no block devices were found
- [ AJ Jordan ]
- * Fix capitalization in restore dialog
- [ Marta Marczykowska-Górecka ]
- * Fixed missing verbose error logging in Restore Backup
- -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Mon, 14 Sep 2020 10:21:13 +0200
- qubes-manager (4.1.11-1) wheezy; urgency=medium
- [ donoban ]
- * Migration to View/Model design (#195)
- [ Marek Marczykowski-Górecki ]
- * tests: Update QMessageBox mockup
- * debian: drop removed table_widgets.py from the packaging
- * Replace quamash with qasync
- * travis: use included configs, drop R4.0 dom0 test
- [ Marta Marczykowska-Górecka ]
- * Fix incorrect Settings invocation in Qube Manager
- [ William Dizon ]
- * fixed misspelling in dialog box of success
- [ Marta Marczykowska-Górecka ]
- * Added more description to Global Settings update repo settings
- [ Marek Marczykowski-Górecki ]
- * travis: include Debian targets too
- [ Marta Marczykowska-Górecka ]
- * Added a Clone VM tool
- * Changed Clone action in Qube Manager and VM settings to use the new
- Clone Qube dialog
- * Updated Clone VM tool to use new better helper functions
- * Added and fixed tests for CloneVM tool
- * Make Qube Manager resistant to missing permissions
- * Global Settings now can function with partial permissions
- * Misc qubesmanager tools modified to be more resilient to
- insufficient permissions
- * Fixed VM settings to be more tolerant of missing permissions
- * Use the new QubesDaemonAccessError
- * Modified warning shown when destination qube for backup is
- unavailable
- [ Marek Marczykowski-Górecki ]
- * Bump required python3-qubesadmin version
- [ Marta Marczykowska-Górecka ]
- * Fixed lack of new vm.icon property handling in Qube Manager
- * Adjusted icon size in Qube Manager for better aesthetics
- -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 13 Aug 2020 04:05:04 +0200
- qubes-manager (4.1.10-1) unstable; urgency=medium
- [ Frédéric Pierret (fepitre) ]
- *
- -- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Thu, 16 Jul 2020 06:10:58 +0200
- qubes-manager (4.1.9-1) unstable; urgency=medium
- Initial commit
- -- Frédéric Pierret (fepitre) <frederic.pierret@qubes-os.org> Sun, 14 Jun 2020 10:00:00 +0200
|