Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unify "crash data, "crash info" and "crash report" data types. they are the same | Denys Vlasenko | 2010-01-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: remove most of remaining const string& params | Denys Vlasenko | 2009-12-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove getSettings from most plugins (inherited one is ok) | Denys Vlasenko | 2009-11-10 | 1 | -1/+2 |
| | | | | | | | | | Also move parse_release() to abrtlib, it's shared among Bugzilla and Catcut. Tested Bugzilla and Catcut, both work. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | give Plugin class a map_plugin_settings_t member | Denys Vlasenko | 2009-11-06 | 1 | -1/+1 |
| | | | | | | This simplifies and unifies get/set settings ops Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Hack to fix the problem with daemon remembering the last used settings | Jiri Moskovcak | 2009-11-01 | 1 | -0/+1 |
| | |||||
* | added support for storing results from reporters (used from gui) | Zdenek Prikryl | 2009-08-14 | 1 | -2/+2 |
| | |||||
* | moved LoadSettings from plugins into PluginManager | Zdenek Prikryl | 2009-08-11 | 1 | -1/+0 |
| | |||||
* | remove redundant virtual destructors definitions | Denys Vlasenko | 2009-08-04 | 1 | -1/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | added new interface for geting plugins' settings (will be used in gui) | Zdenek Prikryl | 2009-07-31 | 1 | -1/+4 |
| | |||||
* | Move PLUGIN_INFOs to .cpp files: same object must never be defined twice | Denys Vlasenko | 2009-07-31 | 1 | -10/+0 |
| | | | | | | | | and if structure is defined in a .h file, that happens. Since this particular structure has non-trivial destructor, it was running twice and resulted in double-free. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Added first part of gui support in reporting | Zdenek Prikryl | 2009-07-24 | 1 | -1/+2 |
| | |||||
* | - reporter plugins can tak an argiment | Zdenek Prikryl | 2009-04-16 | 1 | -2/+2 |
| | | | | | - added "Reporters" option which allows report basic info after a crash occurs - fixed interface of plugins | ||||
* | new crash types | Zdenek Prikryl | 2009-04-02 | 1 | -1/+1 |
| | |||||
* | rewritten CDebugDump and CrashTypes | Zdenek Prikryl | 2009-04-01 | 1 | -1/+1 |
| | |||||
* | replaced language and application plugins by analyzer plugin | Zdenek Prikryl | 2009-03-19 | 1 | -6/+2 |
| | | | | | added action plugin simplify plugin iface | ||||
* | changed configuration | Zdenek Prikryl | 2009-02-18 | 1 | -0/+22 |
| | |||||
* | new logger plugin | Zdenek Prikryl | 2009-02-18 | 1 | -0/+33 |