- May 11, 2015
-
-
Nikos Skalkotos authored
The method was hot-patched into the pythondialog library if it was missing. Use the same format found in pythondialog 3.x
-
Nikos Skalkotos authored
New versions of python-dialog will create deprecation warnings when using the old values
-
- May 07, 2015
-
-
Nikos Skalkotos authored
Use dialog constants to compare with the return value of yesno(). In newer versions of the dialog library, the return value of the function is unicode strings.
-
- Feb 19, 2015
-
-
Nikos Skalkotos authored
The function would raise an exception if the value was not a list
-
- Dec 22, 2014
-
-
Nikos Skalkotos authored
By default the output goes to sys.stdout. This is used in snf-mkimage to output the plankton answer when registering an image to a synnefo deployment. This resolves #21
-
- Dec 17, 2014
-
-
Nikos Skalkotos authored
The base class is named Output. Having a method with the same makes the code confusing.
-
- Dec 13, 2014
-
-
Nikos Skalkotos authored
This can be used to display the current execution log.
-
Nikos Skalkotos authored
Instead of defining a list member inside.
-
- Dec 08, 2014
-
-
Nikos Skalkotos authored
The type for those parameters is list:<type>
-
- Nov 06, 2014
-
-
Nikos Skalkotos authored
-
- Sep 10, 2014
-
-
Nikos Skalkotos authored
This used to be a class in the util module, but since this is only used on the Image, it suits better there.
-
- Aug 18, 2014
-
-
Nikos Skalkotos authored
When the user picks a directory that contains VirtIO drivers, show him the version of the discovered drivers in the confirmation box.
-
- Aug 07, 2014
-
-
Nikos Skalkotos authored
-
- Aug 05, 2014
-
-
Nikos Skalkotos authored
Don't treat shrink as a seperated task. Add it in the syspreps menu.
-
- Jul 31, 2014
-
-
Nikos Skalkotos authored
* Cleanup Wizard and WizardPage classes in dialog_wizard * Fix various pylint warnings
-
- Jul 18, 2014
-
-
Nikos Skalkotos authored
Add a page in the dialog wizard that displays the current state of the VirtIO drivers of the image and allow the user to update the installed VirtIO drivers. This page will only be shown if the media hosts a Windows image.
-
- Jun 11, 2014
-
-
Nikos Skalkotos authored
Make it more general. Till know it was only used for selecting the input media but other parts of the program should also make use of it.
-
- Jun 10, 2014
-
-
Nikos Skalkotos authored
According to the decision of the GRNET Board of Directors, switch license to GPLv3. This commit will be propagated to the release and master branches based on git flow, and the next release will be licensed as GPLv3.
-
- Mar 19, 2014
-
-
Nikos Skalkotos authored
-
- Aug 23, 2013
-
-
Nikos Skalkotos authored
Allow the characters that kamaki allows
-
- Jun 19, 2013
-
-
Nikos Skalkotos authored
Make the cloud selection wizard page an instance of WizardMenuPage
-
- Jun 18, 2013
-
-
Nikos Skalkotos authored
When registring an image, use the information returned by the kamaki register method to construct the metadata file. When dumping the image to the local filesystem, store the image properties and the disk-format info in the metadata file.
-
Nikos Skalkotos authored
* Change the authentication everywhere to use clouds (authentication URL and token pairs) * Add menu entries to manage clouds * Add an extra -a option in snf-image-creator to allow the user to specify authentication URLs
-
- Jun 11, 2013
-
-
Nikos Skalkotos authored
* Prefix all private methods with _ * Write missing docstrings * Move all public methods above the private ones * Add module docstrings where missing * Define source code encodings on all modules
-
- May 27, 2013
-
-
Nikos Skalkotos authored
If the image gets registered as public allow anyone to read the metadata and the md5sum file.
-
- Mar 28, 2013
-
-
Nikos Skalkotos authored
-
- Mar 26, 2013
-
-
Nikos Skalkotos authored
Rename DiskDevice class to Image and move it to a seperate module. Also, don't let the user access the os_type/* modules directly. In Image class create the `os' member variable that will host an appropriate instance of one of the OSBase classes.
-
- Oct 19, 2012
-
-
Nikos Skalkotos authored
-
- Oct 03, 2012
-
-
Nikos Skalkotos authored
-
- Sep 04, 2012
-
-
Nikos Skalkotos authored
Create a new dialog_menu module to host all the "expert mode" code. Check the code with a new version of pep8
-