Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fcaca57fc6 
							
						 
					 
					
						
						
							
							Fixed a bunch of useless asserts  
						
						... 
						
						
						
						Replaced them with a more flexible behavior or removed if they were
not actually necessary (and handled elsewhere).
fixes  QubesOS/qubes-issues#3623  
						
					 
					
						2018-03-10 22:31:41 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bce5c32c96 
							
						 
					 
					
						
						
							
							Added "Exit" option to Qube Manager  
						
						... 
						
						
						
						fixes  QubesOS/issues#3683  
					
						2018-03-10 20:04:57 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							91538f1aaf 
							
						 
					 
					
						
						
							
							Apply changes in global settings only when actual changes occurred  
						
						... 
						
						
						
						Fixed apply methods to check if there is an actual need to apply
changes. 
						
					 
					
						2018-03-02 14:30:56 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							43520331f2 
							
						 
					 
					
						
						
							
							Fix pylint's critique  
						
						
						
					 
					
						2018-03-02 01:04:02 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							94c0a45f86 
							
						 
					 
					
						
						
							
							Fixed minor error in previous fix  
						
						
						
					 
					
						2018-03-02 00:43:43 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							819f2f45d4 
							
						 
					 
					
						
						
							
							version 4.0.16  
						
						
						
					 
					
						2018-02-27 21:06:57 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b08ce9524f 
							
						 
					 
					
						
						
							
							Replaced single check vm updates checkbox  
						
						... 
						
						
						
						Now there is a checkbox for the default for new VMs, and two
buttons to either disable checking for updates in all VMs or enable it
in all VMs. 
						
					 
					
						2018-02-22 22:24:34 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							02117b1870 
							
						 
					 
					
						
						
							
							Restored check-dom0-updates functionality in Global Settings  
						
						... 
						
						
						
						Currently it uses a workaround, manually creating a file in
/var/lib/qubes/updates; once the appropriate attribute will start working
it will be used instead. 
						
					 
					
						2018-02-22 22:22:45 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0700275586 
							
						 
					 
					
						
						
							
							De-uglify kernel selection in Global Settings  
						
						... 
						
						
						
						Replaced kernel selection with utils.prepare_kernel; also added option
to utils.prepare_choice to treat empty string as None (applicable to
kernels). 
						
					 
					
						2018-02-22 22:22:42 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4882013a32 
							
						 
					 
					
						
						
							
							De-uglify default template in Global Settings  
						
						... 
						
						
						
						Replaced old, manual vm list with a nicer, less disgusting
utils.prepare_vm_choice approach. 
						
					 
					
						2018-02-22 22:21:39 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							84d7e8bf9c 
							
						 
					 
					
						
						
							
							Allow setting default NetVM to None in Global Settings  
						
						... 
						
						
						
						Replaced old, manual vm list with a nicer, less disgusting
utils.prepare_vm_choice approach. 
						
					 
					
						2018-02-22 22:21:39 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							29a56d9c88 
							
						 
					 
					
						
						
							
							Fixed error in setting Clockvm to None in Global Settings  
						
						... 
						
						
						
						Replaced old, manual vm list with a nicer, less disgusting
utils.prepare_vm_choice approach. 
						
					 
					
						2018-02-22 22:21:39 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c1e9074cb9 
							
						 
					 
					
						
						
							
							Fixed error in setting Updatevm to None in Global Settings  
						
						... 
						
						
						
						Replaced old, manual vm list with a nicer, less disgusting
utils.prepare_vm_choice approach. 
						
					 
					
						2018-02-22 22:21:39 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fb4870a16b 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'qubesos/pr/72'  
						
						... 
						
						
						
						* qubesos/pr/72:
  Added 'Apply' button to VM Settings 
						
					 
					
						2018-02-22 18:15:23 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fb8b19af81 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'qubesos/pr/71'  
						
						... 
						
						
						
						* qubesos/pr/71:
  Fixed bug 3594 
						
					 
					
						2018-02-22 18:14:28 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a141e40e9c 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'qubesos/pr/70'  
						
						... 
						
						
						
						* qubesos/pr/70:
  Allow restarting auto_cleanup=False DispVMs 
						
					 
					
						2018-02-22 18:13:32 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e5c5fb67c7 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'qubesos/pr/69'  
						
						... 
						
						
						
						* qubesos/pr/69:
  Is this bug finally dead 
						
					 
					
						2018-02-22 18:12:47 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8218f5fde1 
							
						 
					 
					
						
						
							
							Added 'Apply' button to VM Settings  
						
						... 
						
						
						
						Simple "Apply" button.
fixes  QubesOS/qubes-issues#3321  
						
					 
					
						2018-02-20 20:32:00 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dc0f8c0a9e 
							
						 
					 
					
						
						
							
							Fixed bug 3594  
						
						... 
						
						
						
						Incorrect targetVM display - dom0 was not included, and the code
erroneously assumed that not only it is included, but also it's always
the first in the dropdown. No more assumptions.
fixes  QubesOS/qubes-issues#3594  
						
					 
					
						2018-02-20 19:22:57 +01:00 
						 
				 
			
				
					
						
							
							
								Rusty Bird 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							07866cbfc4 
							
						 
					 
					
						
						
							
							Allow restarting auto_cleanup=False DispVMs  
						
						
						
					 
					
						2018-02-20 08:25:22 +00:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e95be8a8ed 
							
						 
					 
					
						
						
							
							Is this bug finally dead  
						
						... 
						
						
						
						Yet another attempt at stomp this zombie monstrosity.
fixes  QubesOS/qubes-issues#3570  
						
					 
					
						2018-02-13 20:26:55 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							33e77d6d1e 
							
						 
					 
					
						
						
							
							Added tooltip for Networking  
						
						... 
						
						
						
						Added a tooltip to clarify what default/not default
means when selecting networking.
Proposed tooltip:
"default ([name])" denotes system-wide default - if the default is changed in Global Settings, the networking qube will change.
If you want to keep using a given networking qube regardless of system settings, select "[name]".
references QubesOS/qubes-issues#2211 
references QubesOS/qubes-issues#3567  
						
					 
					
						2018-02-13 16:31:50 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0876f8948c 
							
						 
					 
					
						
						
							
							Improved spacing  
						
						... 
						
						
						
						Improved spacing so that groupboxes will not be hideous
on higher DPIs. 
						
					 
					
						2018-02-13 16:20:02 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3967d92e54 
							
						 
					 
					
						
						
							
							version 4.0.15  
						
						
						
					 
					
						2018-02-13 05:06:23 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b3699d27d5 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'qubesos/pr/67'  
						
						... 
						
						
						
						* qubesos/pr/67:
  Boot from device window fix 
						
					 
					
						2018-02-13 05:06:06 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							09805396bb 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'qubesos/pr/65'  
						
						... 
						
						
						
						* qubesos/pr/65:
  Changes according to @marmarek's request
  Shutting down vm from qube manager bug
  Refreshing vm list in qube manager fixed
  Qube manager updates more sensibly 
						
					 
					
						2018-02-13 05:05:24 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cb2aa56413 
							
						 
					 
					
						
						
							
							version 4.0.14  
						
						
						
					 
					
						2018-02-11 00:22:50 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8640fa7ace 
							
						 
					 
					
						
						
							
							Boot from device window fix  
						
						... 
						
						
						
						The window wasn't closing properly. 
						
					 
					
						2018-02-11 00:20:14 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							45959aef71 
							
						 
					 
					
						
						
							
							Changes according to @marmarek's request  
						
						
						
					 
					
						2018-02-10 23:41:36 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ec7c65de34 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'qubesos/pr/64'  
						
						... 
						
						
						
						* qubesos/pr/64:
  Bugfixed
  Fixed error in creating new VMs from GUI 
						
					 
					
						2018-02-10 23:41:10 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							83936ba93e 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'qubesos/pr/66'  
						
						... 
						
						
						
						* qubesos/pr/66:
  Fixed incorrect default dispvm settings 
						
					 
					
						2018-02-10 23:35:12 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c1bb8ba2ad 
							
						 
					 
					
						
						
							
							Bugfixed  
						
						... 
						
						
						
						According to @marmarek's request 
						
					 
					
						2018-02-10 23:34:59 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							712e95617a 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'qubesos/pr/63'  
						
						... 
						
						
						
						* qubesos/pr/63:
  Fixed bug with template selection
  Fixed errors with virt mode choice 
						
					 
					
						2018-02-10 23:28:39 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a9988bf0c7 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'qubesos/pr/62'  
						
						... 
						
						
						
						* qubesos/pr/62:
  Added warning to backup gui that password is saved in plain text. fixes  QubesOS/qubes-issues#3500  
						
					 
					
						2018-02-10 23:25:09 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1fe280538e 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'qubesos/pr/61'  
						
						... 
						
						
						
						* qubesos/pr/61:
  Once more to fix this pesky bug 
						
					 
					
						2018-02-10 23:24:17 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8da0d35110 
							
						 
					 
					
						
						
							
							Fixed incorrect default dispvm settings  
						
						... 
						
						
						
						Fixed error in DispVM selection in VM settings
fixes  QubesOS/qubes-issues#3565  
						
					 
					
						2018-02-10 22:54:00 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5af2709029 
							
						 
					 
					
						
						
							
							Shutting down vm from qube manager bug  
						
						... 
						
						
						
						Hopefully, finally fixes issue #3501 .
fixes  QubesOS/qubes-issues#3501  
						
					 
					
						2018-02-09 22:08:07 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1d995de095 
							
						 
					 
					
						
						
							
							Refreshing vm list in qube manager fixed  
						
						... 
						
						
						
						If a new VM was created via button in vm settings, the refresh button will now correctly display it. 
						
					 
					
						2018-02-09 21:59:43 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dac7a6f208 
							
						 
					 
					
						
						
							
							Qube manager updates more sensibly  
						
						... 
						
						
						
						Many events now cause the Qube Manager to refresh better - just the appropriate row, for example. 
						
					 
					
						2018-02-09 21:36:30 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dc9f764baa 
							
						 
					 
					
						
						
							
							Fixed error in creating new VMs from GUI  
						
						... 
						
						
						
						Virt mode was forcibly set to HVM. Now, the virt mode is left as default,
unless a standalone VM with system installed from elsewhere is selected.
fixes  QubesOS/qubes-issues#3515  
						
					 
					
						2018-02-06 15:47:00 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0ec3c704dd 
							
						 
					 
					
						
						
							
							Fixed bug with template selection  
						
						... 
						
						
						
						Template in VM settings was not displayed correctly. It should work now. 
						
					 
					
						2018-02-06 15:38:20 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2be8f8bcea 
							
						 
					 
					
						
						
							
							Fixed errors with virt mode choice  
						
						... 
						
						
						
						Current virtualization mode wasn't displayed correctly. It should work now.
fixes  QubesOS/qubes-issues#3517  
						
					 
					
						2018-02-06 15:31:17 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e355ea9d13 
							
						 
					 
					
						
						
							
							Added warning to backup gui that password is saved in plain text.  
						
						... 
						
						
						
						fixes  QubesOS/qubes-issues#3500  
					
						2018-02-06 14:40:45 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							81e5a92e66 
							
						 
					 
					
						
						
							
							Once more to fix this pesky bug  
						
						... 
						
						
						
						fixes  QubesOS/qubes-issues#3501  
					
						2018-01-30 17:11:28 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							82323ca5ed 
							
						 
					 
					
						
						
							
							version 4.0.13  
						
						
						
					 
					
						2018-01-30 00:24:37 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b28bd6e797 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'qubesos/pr/60'  
						
						... 
						
						
						
						* qubesos/pr/60:
  Repaired manager icons
  Removed 'Seamless GUI' checkbox from VM settings
  Change default Qube Manager size
  Renamed 'VM' to 'qube' everywhere in manager 
						
					 
					
						2018-01-29 23:55:07 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0b954ff686 
							
						 
					 
					
						
						
							
							Repaired manager icons  
						
						... 
						
						
						
						Icons had faulty ICC profiles. 
						
					 
					
						2018-01-28 20:54:10 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cf34e438b0 
							
						 
					 
					
						
						
							
							Removed 'Seamless GUI' checkbox from VM settings  
						
						
						
					 
					
						2018-01-28 20:44:33 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							71090b9e72 
							
						 
					 
					
						
						
							
							Change default Qube Manager size  
						
						... 
						
						
						
						So that it will fit all VMs from a default install. 
						
					 
					
						2018-01-28 20:38:40 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3a60f9146a 
							
						 
					 
					
						
						
							
							Renamed 'VM' to 'qube' everywhere in manager  
						
						... 
						
						
						
						At least I hope it's everywhere.
Note: AppVM and NetVM nomenclature have been kept as before. 
						
					 
					
						2018-01-28 20:26:29 +01:00