summaryrefslogtreecommitdiffstats
path: root/plugins/plugin_examples
Commit message (Collapse)AuthorAgeFilesLines
* Improve the user experienceMartin Sivak2010-08-241-3/+3
| | | | | | - 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-2/+16
|
* Refactor the gtk question code and add preliminary support for failed ↵Martin Sivak2010-06-231-7/+4
| | | | (exception) issues
* Add a finer grained possibility to interrupt execution and do some tweaks in ↵Martin Sivak2010-06-211-0/+5
| | | | Gtk UI
* Add question support.Miloslav Trmač2009-07-171-0/+88
| | | | Signed-off-by: Martin Sivak <msivak@redhat.com>
* Name colision between self.backup and self.backup()Martin Sivak2008-09-081-2/+2
|
* Print the persistent backup space path at the endMartin Sivak2008-08-081-0/+2
|
* Change the detected name to checked.Joel Andres Granados2008-05-126-10/+10
| | | | | The new variable name better expresses the objective of the issue state. This will help avoid confusion for the plugin developer.
* Use Issue reporting in pluginsMartin Sivak2008-05-056-1/+36
|
* Use the reporting correctly.Joel Andres Granados2008-03-071-7/+6
|
* Sanitize the origin/level/importance systemMartin Sivak2008-03-051-6/+8
| | | | | Use reporting when possible (some messages automatically use Logger to avoid duplication) Improve the Output thread to use the new level/importance system
* When instantiating plugin, pass the path to the plugin, so it knows where to ↵Martin Sivak2008-03-051-6/+6
| | | | find it's parts
* Modify the plugins, tasker and cli launcher to provide means to split the ↵Martin Sivak2008-02-281-3/+2
| | | | | | flows into diagnostics and fixes. So when the user launches ./firstaidkit -a it runs only diagnostics. For fixing use ./firstaidkit -a fix
* Rename the Return* classes to more sane names and update everything to use themMartin Sivak2008-02-266-51/+51
| | | | | Fix the NoOptionError exception throwing in configuration Add the -a|--auto parameter to launch the automatic mode of operation
* Appeninding Return to the class names help to identify them in the plugin code.Joel Andres Granados2008-02-266-50/+50
|
* Use a more intuitive return class names for the default flows.Joel Andres Granados2008-02-266-50/+50
| | | | | True and false are not very generic for the flows. Favorable and Unfavorable are not completely generic but are better.
* Make room in the plugins directory for real plugins.Joel Andres Granados2008-02-268-0/+412
Move the examples to their own directory.