Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f86139d0d2 
							
						 
					 
					
						
						
							
							Renamed 'VM' to 'qube' in GUI  
						
						... 
						
						
						
						For consistency with new terminology. 
						
					 
					
						2018-01-08 20:09:56 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							45496f73de 
							
						 
					 
					
						
						
							
							Added warning that the VM is currently running  
						
						... 
						
						
						
						Added warning that the VM is currently running. User still must shut it manually (by design). 
						
					 
					
						2018-01-08 20:05:25 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							839696f6f9 
							
						 
					 
					
						
						
							
							Fixed missing import  
						
						... 
						
						
						
						Fixed missing import in boot-from-cdrom tool.
fixes  QubesOS/qubes-issues#3421  
						
					 
					
						2018-01-08 20:00:55 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1cee3a5fe3 
							
						 
					 
					
						
						
							
							Fixed 'About' window  
						
						... 
						
						
						
						Surprisingly, it has not been touched since 3.2. It should work now. 
						
					 
					
						2018-01-08 04:22:54 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e19793ea7a 
							
						 
					 
					
						
						
							
							Minor display fix  
						
						... 
						
						
						
						Changed "size on disk" widget to display only two decimal places. 
						
					 
					
						2018-01-08 04:22:54 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							899ca6d394 
							
						 
					 
					
						
						
							
							Pylint corrections  
						
						... 
						
						
						
						Removed errors discovered by pylint, or told it to be quiet when needed. 
						
					 
					
						2018-01-08 04:22:54 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							41b8e6a4fb 
							
						 
					 
					
						
						
							
							Replaced 'VM' with 'Qube'  
						
						... 
						
						
						
						Renamed 'VM' to 'Qube' in the user interface for Qube Manager. 
						
					 
					
						2018-01-08 04:22:54 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8b5e2a8d66 
							
						 
					 
					
						
						
							
							Qube Manager in working order  
						
						... 
						
						
						
						Everything that should work works. Further improvements that would be nice:
- replace untidy multitude of QtGui Items with one generic type
- restore Qubes Network functionality
- add Boot From Device action (and easy way to install windows tool from there)
fixes  QubesOS/qubes-issues#2966 
QubesOS/qubes-issues#2132  
						
					 
					
						2018-01-08 04:22:35 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d57e58ae4d 
							
						 
					 
					
						
						
							
							Further work on qubes manager  
						
						
						
					 
					
						2018-01-06 23:05:33 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							443f48c648 
							
						 
					 
					
						
						
							
							Recreation of the old qubes manager in a leaner, cut-down form. First  
						
						... 
						
						
						
						commit, WIP. 
						
					 
					
						2018-01-06 23:03:19 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bb8abff988 
							
						 
					 
					
						
						
							
							Suggested changes  
						
						... 
						
						
						
						included changes as suggested by @marmarek. 
						
					 
					
						2018-01-06 02:21:07 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							df31207028 
							
						 
					 
					
						
						
							
							Final tiny fix of unused import  
						
						... 
						
						
						
						Threw out unused import of shutil. 
						
					 
					
						2017-12-11 02:41:50 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							67a32b5748 
							
						 
					 
					
						
						
							
							Added 'compression' checkbox to backup GUI  
						
						... 
						
						
						
						Added 'compress the backup' checkbox to the backup GUI.
fixes  QubesOS/qubes-issues#943  
						
					 
					
						2017-12-11 02:37:50 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7fd0c58303 
							
						 
					 
					
						
						
							
							Restored 'cancel' functionality  
						
						... 
						
						
						
						Now user can actually cancel a backup/restore. 
						
					 
					
						2017-12-11 02:28:15 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							14ebf9dc6d 
							
						 
					 
					
						
						
							
							Fixed opening file dialog at the end  
						
						... 
						
						
						
						Now, when "open file dialog to unmount" option is enabled, a fie dialog
actually opens. 
						
					 
					
						2017-12-11 02:07:10 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a4a58cc527 
							
						 
					 
					
						
						
							
							Fixed progress bars  
						
						... 
						
						
						
						Partial fix - the progress bars now move, although they do not really
indicate progress (just dance back and forth). Future fix would include
making a tray icon to signal backup progress instead. 
						
					 
					
						2017-12-11 01:32:26 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							78b4747e81 
							
						 
					 
					
						
						
							
							Second pylint pass  
						
						... 
						
						
						
						Fixed errors pointed out by pylint on server. 
						
					 
					
						2017-12-11 01:15:07 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a1c6e72569 
							
						 
					 
					
						
						
							
							First pylint pass  
						
						... 
						
						
						
						Fixed errors pointed out by pylint. 
						
					 
					
						2017-12-11 00:56:27 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4e2835531e 
							
						 
					 
					
						
						
							
							Usability fixes  
						
						... 
						
						
						
						Added label to inform the user only running VMs are listed in backup
GUI; made "ignore missing" label clearer. 
						
					 
					
						2017-12-11 00:13:15 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7848b6b2c3 
							
						 
					 
					
						
						
							
							Fixed inability to select which VMs to restore  
						
						... 
						
						
						
						Fixed bug that caused all VMs to be restored, regardless of what the
user selected. 
						
					 
					
						2017-12-10 23:56:22 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7bcde2158e 
							
						 
					 
					
						
						
							
							Added optional saving of default backup profile  
						
						... 
						
						
						
						Added checkbox for saving default backup profile. Removed useless "should I encrypt" checkbox (yes, you have to encrypt). 
						
					 
					
						2017-12-10 23:19:16 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9d73ceb99d 
							
						 
					 
					
						
						
							
							Fixed imports  
						
						... 
						
						
						
						Fixed import * and unused imports. 
						
					 
					
						2017-12-10 22:11:07 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7a4e4b35d5 
							
						 
					 
					
						
						
							
							Initial backup-and-restore GUI restoration  
						
						... 
						
						
						
						Initial restoration: basic backup-and-restore works, but
- progress bar in backup does not work
- selecting only some VMs to restore does not work
- various miscellaneous enhancements are not yet in place 
						
					 
					
						2017-12-10 21:14:14 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c403fc1e8f 
							
						 
					 
					
						
						
							
							Merge branch 'firewall_warnings'  
						
						... 
						
						
						
						* firewall_warnings:
  Sort items in settingsdlg.ui / firewall tab
  Enabled Firewall config without a netvm 
						
					 
					
						2017-11-21 02:42:27 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5b19c825e3 
							
						 
					 
					
						
						
							
							Enabled Firewall config without a netvm  
						
						... 
						
						
						
						Enabled Firewall tab even when there's no working netvm or the netvm
doesn't support qubes-firewall. An appropriate warning label and message
are shown in both cases.
fixes  QubesOS/qubes-issues#3290  
						
					 
					
						2017-11-20 14:20:01 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eeac042662 
							
						 
					 
					
						
						
							
							Fixed bug with firewall GUI settings  
						
						... 
						
						
						
						Fixed bug that led to correct firewall configuration not being
recognized by GUI VM Settings.
fixes  QubesOS/qubes-issues#3289  
						
					 
					
						2017-11-17 19:12:06 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5f1e4803fe 
							
						 
					 
					
						
						
							
							Applied corrections from @marmarek  
						
						
						
					 
					
						2017-11-17 17:42:19 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							135060dfe7 
							
						 
					 
					
						
						
							
							Final corrections  
						
						... 
						
						
						
						Errors that my local pylint ignored and travis' pylint didn't. 
						
					 
					
						2017-11-14 15:44:43 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8cfc93c70c 
							
						 
					 
					
						
						
							
							Misc errors part 2  
						
						... 
						
						
						
						Renamed variable from 'input' to 'input_string' and moved imports to a
better place (that is, at the beginning of the module and not inside of
a function). 
						
					 
					
						2017-11-09 17:57:21 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8b296fab0d 
							
						 
					 
					
						
						
							
							Disable too-many-attributes warning  
						
						... 
						
						
						
						It's the settings window, it has a lot of attributes. 
						
					 
					
						2017-11-09 17:41:10 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							95599dff9f 
							
						 
					 
					
						
						
							
							A bunch of misc errors  
						
						... 
						
						
						
						Fixed a bunch of small errors: bad indents, superfluous parentheses,
missing whitespace, superfluous statement. 
						
					 
					
						2017-11-09 17:41:10 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e543144aec 
							
						 
					 
					
						
						
							
							Too-few-public-methods warning  
						
						... 
						
						
						
						Checked, are sensible, disabled pylint warnings. 
						
					 
					
						2017-11-09 17:41:10 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3d841cf14f 
							
						 
					 
					
						
						
							
							Checked too-many-returns error  
						
						... 
						
						
						
						Checked both places with a 'too-many-return-statements' warning, both
were sensible, marked them as such. 
						
					 
					
						2017-11-09 17:41:09 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6670f59853 
							
						 
					 
					
						
						
							
							Fixed regex strings  
						
						... 
						
						
						
						Fixed regex strings that were not marked as raw. 
						
					 
					
						2017-11-09 17:41:09 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							59a9b7da40 
							
						 
					 
					
						
						
							
							Redefined variable type  
						
						... 
						
						
						
						Marked places where redefining variable type was actually sensible as
such. 
						
					 
					
						2017-11-09 17:41:09 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0115c931d2 
							
						 
					 
					
						
						
							
							Variables defined outside init  
						
						... 
						
						
						
						Defined them inside init and added description. 
						
					 
					
						2017-11-09 17:41:09 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ff4ee713b1 
							
						 
					 
					
						
						
							
							Removed unnecessary global variables  
						
						... 
						
						
						
						Removed three variables set to global, which were all used only in their
respective "main" function. 
						
					 
					
						2017-11-09 17:41:09 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b7060e76b2 
							
						 
					 
					
						
						
							
							Fixed no-self-use error  
						
						... 
						
						
						
						Turned methods into static methods when possible. 
						
					 
					
						2017-11-09 17:41:09 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							695303f16a 
							
						 
					 
					
						
						
							
							Fixed unused variables  
						
						... 
						
						
						
						When possible removed, otherwise renamed to start with an underscore. 
						
					 
					
						2017-11-09 16:26:05 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3f7f5a9da3 
							
						 
					 
					
						
						
							
							Firewall GUI fix  
						
						... 
						
						
						
						Fixed error when service would be left empty, but the settings window
would nonetheless emit an error. 
						
					 
					
						2017-11-09 16:19:14 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b9e4f99fec 
							
						 
					 
					
						
						
							
							Fixed unusued arguments  
						
						... 
						
						
						
						Places where the variable is used in a overriding method were marked for
pylint to ignore them. 
						
					 
					
						2017-11-09 16:19:12 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							04aa844a9d 
							
						 
					 
					
						
						
							
							Removed variable "anything_changed"  
						
						... 
						
						
						
						It was assigned in 17 places and not used otherwise in any other place.
It's highly likely it was useless. 
						
					 
					
						2017-11-09 16:18:23 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6e5d611f70 
							
						 
					 
					
						
						
							
							Fixed invalid names  
						
						... 
						
						
						
						Fixed camel case, too long and too short variable and function names. 
						
					 
					
						2017-11-09 16:18:16 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d7fbacf0d7 
							
						 
					 
					
						
						
							
							Fixed broad exceptions  
						
						... 
						
						
						
						Fixed broad exception errors: replacing them with more precise error
catching where sensible and adding appropriate pylint skip comments
where not. 
						
					 
					
						2017-11-08 15:40:35 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2b24abb8c8 
							
						 
					 
					
						
						
							
							Fixed trailing and bad whitespaces  
						
						... 
						
						
						
						Fixed trailing and bad whitespaces 
						
					 
					
						2017-11-06 23:55:58 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							91572eea2d 
							
						 
					 
					
						
						
							
							Fixed too-long lines  
						
						... 
						
						
						
						Fixed lines over 80 characters. 
						
					 
					
						2017-11-06 23:55:58 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c252e9ec3c 
							
						 
					 
					
						
						
							
							Fixed wildcard imports  
						
						... 
						
						
						
						Fixed wildcard imports and any further problems resulting from them. 
						
					 
					
						2017-11-06 23:55:58 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eaccc323fb 
							
						 
					 
					
						
						
							
							Fixed unused imports  
						
						... 
						
						
						
						Fixed all unused imports errors. 
						
					 
					
						2017-11-06 23:20:09 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3009610a62 
							
						 
					 
					
						
						
							
							Fixed GPL license  
						
						... 
						
						
						
						Replaced old, address-having, too-many-characters-in-a-line version with
the new one with URL. 
						
					 
					
						2017-11-06 21:06:30 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							41b602ec48 
							
						 
					 
					
						
						
							
							Initial setup  
						
						... 
						
						
						
						Initialize .pylintrc, put ignore in used files' headers. 
						
					 
					
						2017-11-06 20:36:09 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ef86e33dee 
							
						 
					 
					
						
						
							
							Style fixes  
						
						... 
						
						
						
						Changes requested by @marmarek 
						
					 
					
						2017-11-06 19:45:36 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b7e4e55d05 
							
						 
					 
					
						
						
							
							Added Clone VM button  
						
						... 
						
						
						
						Button added on the basic tab of VM Settings. Also some refactoring to
clean up the rename/clone/delete buttons. 
						
					 
					
						2017-11-03 23:50:04 +01:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							458968d37f 
							
						 
					 
					
						
						
							
							Added Remove VM button  
						
						... 
						
						
						
						Button added on the basic tab of VM Settings. Button active only when
VM is shutdown; furthermore, requires the user to enter full VM name
to confirm. 
						
					 
					
						2017-11-03 22:20:34 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d165bd33b6 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'qubesos/pr/45'  
						
						... 
						
						
						
						* qubesos/pr/45:
  Firewall settings 
						
					 
					
						2017-10-21 01:38:20 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							43576d786c 
							
						 
					 
					
						
						
							
							Fix setting include_in_balancing checkbox  
						
						... 
						
						
						
						Generally vm.features values are strings, need to cast them to boot to
use in such context.
Additionally fix typo in feature name ('services' -> 'service').
Fixes  QubesOS/qubes-issues#2947 
Fixes  QubesOS/qubes-issues#3104  
						
					 
					
						2017-10-16 03:18:27 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9ebd602407 
							
						 
					 
					
						
						
							
							One more place to use vm.klass instead of type(vm)  
						
						
						
					 
					
						2017-10-16 03:10:19 +02:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dd990c04ac 
							
						 
					 
					
						
						
							
							Firewall settings  
						
						... 
						
						
						
						Modified VM Settings - Firewall tab to be easier to use and saner. 
						
					 
					
						2017-10-13 22:41:10 +02:00 
						 
				 
			
				
					
						
							
							
								HW42 
							
						 
					 
					
						
						
						
						
							
						
						
							ebc7426cab 
							
						 
					 
					
						
						
							
							Add handling for virt_mode including PVH mode  
						
						
						
					 
					
						2017-10-12 17:06:17 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0c5a2b1dcc 
							
						 
					 
					
						
						
							
							Fix resizing root volume  
						
						... 
						
						
						
						Use "system storage" value from the window, not "private storage"...
Reported by @0spinboson
Fixes  QubesOS/qubes-issues#3143  
						
					 
					
						2017-10-08 16:57:08 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							058b813690 
							
						 
					 
					
						
						
							
							Merge branch 'klass-attr'  
						
						... 
						
						
						
						* klass-attr:
  Fix setting kernel property
  use 'klass' property instead of actual VM object class 
						
					 
					
						2017-10-08 16:55:33 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4d3a992ac6 
							
						 
					 
					
						
						
							
							Fix setting kernel property  
						
						... 
						
						
						
						Fixes  QubesOS/qubes-issues#3145  
					
						2017-10-07 00:23:37 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							07162ba089 
							
						 
					 
					
						
						
							
							use 'klass' property instead of actual VM object class  
						
						... 
						
						
						
						The later is going to be generic QubesVM class, to save admin.vm.List
calls. 
						
					 
					
						2017-10-07 00:22:41 +02:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							75ddc62bed 
							
						 
					 
					
						
						
							
							Fixed issue#3113 - boot from cdrom  
						
						... 
						
						
						
						Fixes missing cast to string in boot from cdrom tool.
fixes  QubesOS/qubes-issues#3113  
						
					 
					
						2017-10-04 23:28:02 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c2aad3ce20 
							
						 
					 
					
						
						
							
							Remove code referencing removed "extra drive" box  
						
						
						
					 
					
						2017-09-14 02:34:10 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							54b45a91af 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'qubesos/pr/41'  
						
						... 
						
						
						
						* qubesos/pr/41:
  Create new VM 
						
					 
					
						2017-09-14 00:28:39 +02:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							79f82e4d23 
							
						 
					 
					
						
						
							
							Create new VM  
						
						... 
						
						
						
						Create new VM window.
Window slightly redesigned for more logical flow. 
						
					 
					
						2017-09-14 00:20:15 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3c906f9a5f 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'qubesos/pr/40'  
						
						... 
						
						
						
						* qubesos/pr/40:
  Added gui for booting VM from CDROM/block device.
  Remove obsolete sections from VM Settings: - drive image - paths 
						
					 
					
						2017-09-13 23:50:53 +02:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2ac9b1d182 
							
						 
					 
					
						
						
							
							Added gui for booting VM from CDROM/block device.  
						
						... 
						
						
						
						Available via command line (qubes-vm-boot-from-device) and
from a button in VM Settings/Advanced. 
						
					 
					
						2017-09-13 23:30:45 +02:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0e5feeac0d 
							
						 
					 
					
						
						
							
							Remove obsolete sections from VM Settings:  
						
						... 
						
						
						
						- drive image
- paths 
						
					 
					
						2017-09-08 22:39:54 +02:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9c85dc34ec 
							
						 
					 
					
						
						
							
							Rename NetVM to Networking in vm-settings  
						
						... 
						
						
						
						Renamed "NetVM" to "Networking" and to clear up any possible
misunderstanding, renamed "none" to "(none)" in the appropriate dropdown.
Fixes  QubesOS/qubes-issues#1763  
						
					 
					
						2017-09-05 00:51:25 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							da23873b47 
							
						 
					 
					
						
						
							
							settings: fix volume resize  
						
						... 
						
						
						
						- use MiB instead of MB
- do not allow root volume resize for template-based VMs
- do not resize if nothing was changed (use int, not float) 
						
					 
					
						2017-07-30 18:56:35 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							861d7c5413 
							
						 
					 
					
						
						
							
							settings: fix settings applications list  
						
						... 
						
						
						
						Fix qvm-appmenus usage, do nothing when no change was made. 
						
					 
					
						2017-07-30 18:55:32 +02:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							693e1340ed 
							
						 
					 
					
						
						
							
							'rename VM' button in VM Settings  
						
						... 
						
						
						
						rename VM button in VM settings: it asks for a new name, and then clones
VM under the new name and deletes old one. Renaming VM closes VM settings
window without saving any other changes.
Changed max size of VM name field to 32 characters. 
						
					 
					
						2017-07-29 13:28:53 +02:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2dda433fd3 
							
						 
					 
					
						
						
							
							'refresh available apps' button in VM Setting  
						
						... 
						
						
						
						added a button in VM Settings, Applications tab to refresh the list of
available apps 
						
					 
					
						2017-07-29 13:28:53 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9de507f95d 
							
						 
					 
					
						
						
							
							Change 'hvm' property to 'virt_mode'  
						
						... 
						
						
						
						QubesOS/qubes-issues#2912  
					
						2017-07-18 04:24:32 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							402f1db80d 
							
						 
					 
					
						
						
							
							firewall: check for 'qubes-firewall' feature instead of being ProxyVM  
						
						... 
						
						
						
						This enable better detection whether firewall settings will really be
respected.
Fixes  QubesOS/qubes-issues#2003  
						
					 
					
						2017-07-16 10:50:07 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							576299afea 
							
						 
					 
					
						
						
							
							settings: fix getting available appmenus list  
						
						
						
					 
					
						2017-07-16 10:40:59 +02:00 
						 
				 
			
				
					
						
							
							
								Wojtek Porczyk 
							
						 
					 
					
						
						
						
						
							
						
						
							96fc9c192c 
							
						 
					 
					
						
						
							
							fixes from @marmarek's review  
						
						
						
					 
					
						2017-07-14 02:19:24 +02:00 
						 
				 
			
				
					
						
							
							
								Wojtek Porczyk 
							
						 
					 
					
						
						
						
						
							
						
						
							1861ff386d 
							
						 
					 
					
						
						
							
							settings: devices  
						
						
						
					 
					
						2017-07-12 15:12:44 +02:00 
						 
				 
			
				
					
						
							
							
								Wojtek Porczyk 
							
						 
					 
					
						
						
						
						
							
						
						
							c32391a030 
							
						 
					 
					
						
						
							
							settings: services  
						
						
						
					 
					
						2017-07-12 15:12:44 +02:00 
						 
				 
			
				
					
						
							
							
								Wojtek Porczyk 
							
						 
					 
					
						
						
						
						
							
						
						
							e78ede26f1 
							
						 
					 
					
						
						
							
							adminapi storage  
						
						
						
					 
					
						2017-07-12 15:12:43 +02:00 
						 
				 
			
				
					
						
							
							
								Wojtek Porczyk 
							
						 
					 
					
						
						
						
						
							
						
						
							092d38e09a 
							
						 
					 
					
						
						
							
							settings: misc removed  
						
						
						
					 
					
						2017-07-12 15:12:43 +02:00 
						 
				 
			
				
					
						
							
							
								Wojtek Porczyk 
							
						 
					 
					
						
						
						
						
							
						
						
							cd2d3d7c0e 
							
						 
					 
					
						
						
							
							settings: firewall and network  
						
						
						
					 
					
						2017-07-12 15:05:05 +02:00 
						 
				 
			
				
					
						
							
							
								Wojtek Porczyk 
							
						 
					 
					
						
						
						
						
							
						
						
							ac06eee39b 
							
						 
					 
					
						
						
							
							settings: dir_path, config_path  
						
						
						
					 
					
						2017-07-12 15:05:05 +02:00 
						 
				 
			
				
					
						
							
							
								Wojtek Porczyk 
							
						 
					 
					
						
						
						
						
							
						
						
							cae10193e7 
							
						 
					 
					
						
						
							
							qubesmanager/settings: imports  
						
						
						
					 
					
						2017-07-12 15:05:05 +02:00 
						 
				 
			
				
					
						
							
							
								Wojtek Porczyk 
							
						 
					 
					
						
						
						
						
							
						
						
							37d501c42b 
							
						 
					 
					
						
						
							
							rewrite firewall  
						
						
						
					 
					
						2017-07-12 15:05:05 +02:00 
						 
				 
			
				
					
						
							
							
								Wojtek Porczyk 
							
						 
					 
					
						
						
						
						
							
						
						
							43f2f6b881 
							
						 
					 
					
						
						
							
							rewrite creating new qube  
						
						
						
					 
					
						2017-07-12 15:05:05 +02:00 
						 
				 
			
				
					
						
							
							
								Wojtek Porczyk 
							
						 
					 
					
						
						
						
						
							
						
						
							eefa6c31c2 
							
						 
					 
					
						
						
							
							appmenus fix  
						
						
						
					 
					
						2017-07-12 15:05:05 +02:00 
						 
				 
			
				
					
						
							
							
								Wojtek Porczyk 
							
						 
					 
					
						
						
						
						
							
						
						
							6462ae88b7 
							
						 
					 
					
						
						
							
							qubesmanager/utils  
						
						
						
					 
					
						2017-07-12 15:05:05 +02:00 
						 
				 
			
				
					
						
							
							
								Wojtek Porczyk 
							
						 
					 
					
						
						
						
						
							
						
						
							ea28980717 
							
						 
					 
					
						
						
							
							settings: debug mode  
						
						
						
					 
					
						2017-07-12 15:05:05 +02:00 
						 
				 
			
				
					
						
							
							
								Wojtek Porczyk 
							
						 
					 
					
						
						
						
						
							
						
						
							f6a5c02adb 
							
						 
					 
					
						
						
							
							qubesmanager/settings: make it work on qubesadmin, part 0  
						
						
						
					 
					
						2017-07-12 15:04:55 +02:00 
						 
				 
			
				
					
						
							
							
								Wojtek Porczyk 
							
						 
					 
					
						
						
						
						
							
						
						
							2c3df7bd67 
							
						 
					 
					
						
						
							
							spring cleaning part 5: more python3 fixes  
						
						
						
					 
					
						2017-07-12 14:54:14 +02:00 
						 
				 
			
				
					
						
							
							
								Wojtek Porczyk 
							
						 
					 
					
						
						
						
						
							
						
						
							f5d83d31dd 
							
						 
					 
					
						
						
							
							spring cleaning part 4  
						
						... 
						
						
						
						remove old imports 
						
					 
					
						2017-07-12 14:54:13 +02:00 
						 
				 
			
				
					
						
							
							
								Wojtek Porczyk 
							
						 
					 
					
						
						
						
						
							
						
						
							64913fd968 
							
						 
					 
					
						
						
							
							spring cleaning part 3  
						
						... 
						
						
						
						some unnecessary leftovers 
						
					 
					
						2017-07-12 14:54:12 +02:00 
						 
				 
			
				
					
						
							
							
								Wojtek Porczyk 
							
						 
					 
					
						
						
						
						
							
						
						
							a023fb708e 
							
						 
					 
					
						
						
							
							spring cleaning part 2  
						
						... 
						
						
						
						setup.py 
						
					 
					
						2017-07-12 14:54:12 +02:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fb3dc6ecf7 
							
						 
					 
					
						
						
							
							update qubesmanager to compile under python3.  
						
						... 
						
						
						
						note: qvm-net.py has changed location to a weird one. 
						
					 
					
						2017-06-25 17:53:23 +02:00 
						 
				 
			
				
					
						
							
							
								Marta Marczykowska-Górecka 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5daa35a301 
							
						 
					 
					
						
						
							
							update globalsettingsdlg for new API  
						
						
						
					 
					
						2017-06-25 17:31:10 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2a381227f2 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'qubesos/pr/34'  
						
						... 
						
						
						
						* qubesos/pr/34:
  Show size of current inter-VM clipboard in Ctrl-Shift-C notification message
  Show size of current inter-VM clipboard in Ctrl-Shift-C notification message 
						
					 
					
						2017-05-31 12:59:21 +02:00 
						 
				 
			
				
					
						
							
							
								itinerarium 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c2a340698e 
							
						 
					 
					
						
						
							
							Show size of current inter-VM clipboard in Ctrl-Shift-C notification message  
						
						... 
						
						
						
						Fix copy/paste error
QubesOS/qubes-issues#2825  
						
					 
					
						2017-05-28 12:12:25 -04:00 
						 
				 
			
				
					
						
							
							
								itinerarium 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9c284ebedb 
							
						 
					 
					
						
						
							
							Show size of current inter-VM clipboard in Ctrl-Shift-C notification message  
						
						... 
						
						
						
						QubesOS/qubes-issues#2825  
					
						2017-05-28 11:49:34 -04:00