Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix traceback occuring when reply was processed in plugin before notifyAll | Martin Sivak | 2010-08-31 | 1 | -1/+0 |
| | |||||
* | Standardize option passing in Questions and add Back & Abort buttons to ↵ | Martin Sivak | 2010-08-30 | 1 | -23/+25 |
| | | | | Config question. Also add radio button mode to Config question. | ||||
* | Add Combo mode to ConfigDialog | Martin Sivak | 2010-08-30 | 1 | -2/+11 |
| | |||||
* | Add checkbox mode to the Config dialog | Martin Sivak | 2010-08-30 | 1 | -3/+4 |
| | |||||
* | Fix the regular expression check and make Config buttons more clear | Martin Sivak | 2010-08-30 | 1 | -1/+2 |
| | |||||
* | Improve the user experience | Martin Sivak | 2010-08-24 | 1 | -2/+5 |
| | | | | | | - 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 it | Martin Sivak | 2010-08-23 | 1 | -0/+23 |
| | |||||
* | Add question support. | Miloslav Trmač | 2009-07-17 | 1 | -3/+106 |
| | | | | Signed-off-by: Martin Sivak <msivak@redhat.com> | ||||
* | * Replace Reports(round) by Reports(silent) to avoid a lock around all | Miloslav Trmač | 2009-07-17 | 1 | -28/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | queue operations, which causes an automatic deadlock on a: get a: ... lock _queue_lock a: ... block on _queue b: put b: ... block on _queue_lock Because nobody reads from the main queue that used round = True, this doesn't change application behavior. * Drop return value of Reports.put, it is always None anyway. * Fix self._mailboxes locking: instead of try: lock ... finally: unlock it needs to be lock try: ... finally: unlock | ||||
* | Fix Reports.notifyAll | Miloslav Trmač | 2009-07-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Martin Sivak <msivak@redhat.com> | ||||
* | Fix the reporting some more (inreplyto fixes) | Martin Sivak | 2009-07-17 | 1 | -2/+2 |
| | |||||
* | Make END message more generic, so the plugins can use it to signal the end ↵ | Martin Sivak | 2009-07-14 | 1 | -26/+26 |
| | | | | of answer | ||||
* | Make the answer mailboxes a proper Reporting objects so we can use all the ↵ | Martin Sivak | 2009-07-14 | 1 | -14/+64 |
| | | | | standard methods of message construction | ||||
* | Add PLUGIN as the default value for level in the reporting functions. | Joel Andres Granados | 2008-08-07 | 1 | -23/+26 |
| | | | | | This will make life much easier for the plugin developers. Now there is no need to specify level inside the plugin. | ||||
* | Fix the format of the firstaidkit file. | Joel Andres Granados | 2008-07-14 | 1 | -19/+37 |
| | | | | | | | | | | | | | - 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/ | ||||
* | Issue reporting and Tasker interrupt | Martin Sivak | 2008-04-23 | 1 | -1/+1 |
| | |||||
* | Circular buffer works correctly and the baskup system doesn't stay ↵ | Martin Sivak | 2008-04-22 | 1 | -2/+14 |
| | | | | initialized because of reporting queue anymore | ||||
* | Add ISSUE message to reporting and create SimpleIssue as a parent for Issue ↵ | Martin Sivak | 2008-04-22 | 1 | -0/+5 |
| | | | | class (so everybody can use something simple to report state) | ||||
* | Improvements targeted at better Gui integration | Martin Sivak | 2008-04-21 | 1 | -5/+5 |
| | |||||
* | Introduce the reporting queue support for circular buffer and callback ↵ | Martin Sivak | 2008-04-18 | 1 | -4/+29 |
| | | | | notifications during put operation | ||||
* | When plugin throws an exception during plugin discovery, ignore it (just ↵ | Martin Sivak | 2008-04-10 | 1 | -1/+1 |
| | | | | print error message) | ||||
* | Sanitize the origin/level/importance system | Martin Sivak | 2008-03-05 | 1 | -29/+45 |
| | | | | | Use reporting when possible (some messages automatically use Logger to avoid duplication) Improve the Output thread to use the new level/importance system | ||||
* | Modify the reporting system to use dictionary as message container | Martin Sivak | 2008-03-04 | 1 | -7/+24 |
| | |||||
* | Move from tasker to pyfirstaidkit to try to follow the standard in ↵ | Joel Andres Granados | 2008-01-02 | 1 | -0/+96 |
site-packages. |