- May 14, 2015
-
-
Nikos Skalkotos authored
There were cases where the parameter was of type long and this raises exceptions in newer versions of the python-dialog.
-
- Feb 19, 2015
-
-
Nikos Skalkotos authored
This is only needed for the info method. There is no reason to pollute the rest of the methods with this.
-
- 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 15, 2014
-
-
Nikos Skalkotos authored
-
- Dec 13, 2014
-
-
Nikos Skalkotos authored
output is a Output class method and using it in _Progress makes the code more confusing.
-
- 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
-
- Jan 08, 2014
-
-
Nikos Skalkotos authored
If the text was more lines that the height of the active region in the dialog the 2 last lines were not displayed.
-
- 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
-
- Mar 28, 2013
-
-
Nikos Skalkotos authored
-
- Jan 16, 2013
-
-
Nikos Skalkotos authored
-
- Jan 03, 2013
-
-
Nikos Skalkotos authored
-
- Jun 22, 2012
-
-
Nikos Skalkotos authored
Also fix various issues. snf-image-creator-dialog is almost ready. Some `Help' entries are missing.
-
- Jun 21, 2012
-
-
Nikos Skalkotos authored
Also create a new output class (InfoBoxOutput) to be used when performing syspreps
-
- Jun 14, 2012
-
-
Nikos Skalkotos authored
-