summaryrefslogtreecommitdiffstats
path: root/frontend
Commit message (Collapse)AuthorAgeFilesLines
* Raise an exception if dialog sends other than expected responseMartin Sivak2010-08-251-4/+2
|
* Improve the user experienceMartin Sivak2010-08-243-6/+62
| | | | | | - 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-232-0/+190
|
* Flows combo box improvement.Tomas Mlcoch2010-08-161-1/+1
|
* Refactor the gtk question code and add preliminary support for failed ↵Martin Sivak2010-06-232-103/+158
| | | | (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-182-1238/+1692
|
* Add question support.Miloslav Trmač2009-07-172-1412/+1304
| | | | 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-252-0/+38
|
* Prepare gui for packaging and update the spec fileMartin Sivak2008-04-241-0/+0
|
* Plugin Info button worksMartin Sivak2008-04-242-3/+479
|
* Issue reporting and Tasker interruptMartin Sivak2008-04-232-2/+85
|
* Disable all pages except Results during Tasker workMartin Sivak2008-04-222-3/+15
|
* Expert page works and all pages have better flag handlingMartin Sivak2008-04-221-3/+41
|
* Circular buffer works correctly and the baskup system doesn't stay ↵Martin Sivak2008-04-221-2/+3
| | | | initialized because of reporting queue anymore
* Make the verbosity work in GUIMartin Sivak2008-04-221-0/+6
|
* Make the Simple and Advanced page workMartin Sivak2008-04-222-2/+149
|
* Populate the Advanced Combo box with flows listMartin Sivak2008-04-221-0/+16
|
* Column for flow parameters specificationMartin Sivak2008-04-221-4/+14
|
* List of plugins and flowsMartin Sivak2008-04-221-0/+60
|
* The flags dialog is working nowMartin Sivak2008-04-222-46/+53
|
* Make the Save function workMartin Sivak2008-04-211-1/+10
|
* Open/Save dialogsMartin Sivak2008-04-212-12/+8
|
* Fixes, cleanup, methods for running the configured taskMartin Sivak2008-04-211-23/+54
|
* Some fixes in the Gui partMartin Sivak2008-04-212-21/+23
|
* Create basic callbacks for the GUI and fix some signal connectionsMartin Sivak2008-04-212-19/+232
|
* Flags dialog and names/signals for the gui items are set properlyMartin Sivak2008-04-181-109/+206
|
* First version of the First Aid Kit GUI designMartin Sivak2008-04-182-0/+809