manager/qubesmanager
M. Vefa Bicakci 7df475e0aa
global_settings: Use MiB, not M as the unit
Prior to this commit, clicking on the "OK" button in the global settings
window would cause the dom0 memory boost and minimum VM memory fields to
be saved incorrectly, due to the fact that the code calculates the
values to be saved using the "MiB" as the units (i.e., factors of
1024), whereas the code would save the corresponding string into the
qmemman configuration file with the "M" suffix (indicating factors of
1000 instead of 1024).

Due to this bug, the aforementioned fields' values would be scaled down
every time the user clicked on the "OK" button in the global settings
window. For example, if the user entered 400 and hit 'OK', opening the
global settings window again would show the value 381.
2019-01-16 21:17:52 -05:00
..
i18n spring cleaning part 2 2017-07-12 14:54:12 +02:00
tests Changes as requested by @marmarek 2018-09-16 23:33:17 +02: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 Add pylint disable too-few-methods 2018-10-24 11:27:47 +02:00
appmenu_select.py Final corrections 2017-11-14 15:44:43 +01:00
backup_utils.py Fixed GUI Restore tool bug 2018-03-15 00:18:43 +01:00
backup.py wait thread to finish when aborting 2018-11-25 18:53:31 +01:00
block.py Renamed 'VM' to 'qube' everywhere in manager 2018-01-28 20:26:29 +01:00
bootfromdevice.py Add missing space 2018-11-18 17:59:43 -05:00
clipboard.py Fixed GPL license 2017-11-06 21:06:30 +01:00
common_threads.py Qube -> qube 2018-11-18 20:25:41 +01:00
create_new_vm.py Merge remote-tracking branch 'origin/pr/139' 2018-12-09 18:42:12 +01:00
device_list.py Added 'configure no strict reset for PCI devices' button 2018-01-13 00:25:48 +01:00
firewall.py Fix for bug in VM Settings 2018-05-17 19:56:28 +02:00
global_settings.py global_settings: Use MiB, not M as the unit 2019-01-16 21:17:52 -05:00
informationnotes.py Fixed 'About' window 2018-01-08 04:22:54 +01:00
log_dialog.py Fixed error with large logs 2018-06-20 23:08:22 +02:00
mount_for_backup.sh Remove trailing semicolons 2014-02-23 00:44:08 +01:00
multiselectwidget.py Final corrections 2017-11-14 15:44:43 +01:00
qube_manager.py Added links to template manager to qube manager 2018-12-03 18:25:49 +01:00
qvm_about.sh Add extended information and Network diagram to Manager 2017-01-26 20:36:39 +00:00
releasenotes.py Fixed 'About' window 2018-01-08 04:22:54 +01:00
restore.py Removed sigchld_handler old code 2018-11-04 18:19:16 +01:00
settings.py Changed handling of maxmem/memory balancing in VM Settings 2018-12-18 16:40:51 +01:00
table_widgets.py Merge remote-tracking branch 'qubesos/pr/115' 2018-07-16 14:15:12 +02:00
template_manager.py Fixed bug in handling state changes 2018-12-07 19:02:23 +01:00
utils.py Handling VM dependencies in GUI tools 2018-07-20 00:03:37 +02:00