summaryrefslogtreecommitdiffstats
path: root/frontend/frontend_gtk.py
Commit message (Collapse)AuthorAgeFilesLines
* Add Combo mode to ConfigDialogMartin Sivak2010-08-301-14/+60
|
* Add checkbox mode to the Config dialogMartin Sivak2010-08-301-7/+32
|
* Raise an exception if dialog sends other than expected responseMartin Sivak2010-08-251-4/+2
|
* Improve the user experienceMartin Sivak2010-08-241-2/+24
| | | | | | - Expert tab is hidden by default - Config dialog checks the format of entered values - Example plugin for dialogs updated
* Add List/Config question (something similar to about:config) and Gtk GUI for itMartin Sivak2010-08-231-0/+85
|
* Flows combo box improvement.Tomas Mlcoch2010-08-161-1/+1
|
* Refactor the gtk question code and add preliminary support for failed ↵Martin Sivak2010-06-231-100/+155
| | | | (exception) issues
* Add a finer grained possibility to interrupt execution and do some tweaks in ↵Martin Sivak2010-06-211-24/+23
| | | | Gtk UI
* Simplify the GUIMartin Sivak2010-06-181-54/+9
|
* Add question support.Miloslav Trmač2009-07-171-2/+120
| | | | Signed-off-by: Martin Sivak <msivak@redhat.com>
* Add GDK locking around callbacksMiloslav Trmac2009-07-141-4/+12
|
* Make the answer mailboxes a proper Reporting objects so we can use all the ↵Martin Sivak2009-07-141-1/+1
| | | | standard methods of message construction
* Gtk frontend is able to add plugin and flow parameters in expert modeMartin Sivak2008-11-191-5/+45
|
* Fix the format of the firstaidkit file.Joel Andres Granados2008-07-141-84/+159
| | | | | | | | | | | | | - Indendtation should be 4 spaces. There was a function indented with 8 spaces. - Lines should be shorted than 80 chars. It just looks pretty :) Think of terminals whith only 80 char of length. Think of debuging in rescue mode. - Change also the print statements. Just getting ready for python 3000. - Get some spaces between elifs - There should not be any lines ending in spaces. - This can all be read in the python code conventions http://www.python.org/dev/peps/pep-0008/
* Change the detected name to checked.Joel Andres Granados2008-05-121-2/+2
| | | | | The new variable name better expresses the objective of the issue state. This will help avoid confusion for the plugin developer.
* Modify colorsMartin Sivak2008-05-051-1/+1
|
* Fix the about stuff one more timeMartin Sivak2008-04-251-2/+2
|
* Add About dialogMartin Sivak2008-04-251-0/+24
|
* Prepare gui for packaging and update the spec fileMartin Sivak2008-04-241-0/+606