manager/qubesmanager
Jean-Philippe Ouellet b2bcc00e1d
Revert "Fix for UnicodeEncodeError in search"
This reverts commit 4a3240bf1a.

VM names never contain any unicode characters, so this fix only
propagates the possibility of an encoding error to further down
the line, rather than removing it.

A proper fix would involve filtering the input to the search box
as we do with creating & renaming VMs.
2017-02-13 04:34:54 -05:00
..
__init__.py Initial public commit. 2010-05-11 16:54:35 +02:00
.gitignore gitignore 2012-07-05 00:47:05 +02:00
about.py Create custom 'About' dialog, with 'release notes' viewer (#1259) 2015-10-01 22:34:49 +02:00
appmenu_select.py *.py: Use full paths when calling subprocess.Popen(). 2014-05-22 15:07:35 +02:00
backup_utils.py backup+restore: remove an option to attach disk from a VM to dom0 2015-03-31 05:40:53 +02:00
backup.py Sort items in Backup selection dialog 2017-01-05 02:58:03 +00:00
block.py fix TypeError 2016-07-07 18:16:16 +02:00
clipboard.py Re-write to avoid leaking fd if flock(2) fails 2016-11-26 21:00:01 -05:00
create_new_vm.py Use separate QubesVmCollection instance when running a task in background (#986) 2015-05-04 01:25:55 +02:00
firewall.py firewall: Warn earlier and improve message on empty service name for TCP/UDP 2016-06-21 02:05:21 +02:00
global_settings.py Do not allow setting dom0 as any system VM 2015-12-17 22:49:45 +01:00
log_dialog.py Implement "Copy Dom0 clipboard" tray menu item 2016-11-26 20:59:24 -05:00
main.py Revert "Fix for UnicodeEncodeError in search" 2017-02-13 04:34:54 -05:00
mount_for_backup.sh Remove trailing semicolons 2014-02-23 00:44:08 +01:00
multiselectwidget.py Remove trailing semicolons 2014-02-23 00:44:08 +01:00
releasenotes.py Create custom 'About' dialog, with 'release notes' viewer (#1259) 2015-10-01 22:34:49 +02:00
restore.py backup+restore: remove an option to attach disk from a VM to dom0 2015-03-31 05:40:53 +02:00
settings.py wrap long lines 2016-06-21 02:03:32 +02:00
table_widgets.py Fix logic about VM "running" state 2015-05-04 01:29:20 +02:00
thread_monitor.py use any python2, not explicit python2.6 2013-01-23 15:55:14 +01:00