summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Logger.h
Commit message (Collapse)AuthorAgeFilesLines
* unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-191-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: remove most of remaining const string& paramsDenys Vlasenko2009-12-071-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-101-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 memberDenys Vlasenko2009-11-061-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 settingsJiri Moskovcak2009-11-011-0/+1
|
* added support for storing results from reporters (used from gui)Zdenek Prikryl2009-08-141-2/+2
|
* moved LoadSettings from plugins into PluginManagerZdenek Prikryl2009-08-111-1/+0
|
* remove redundant virtual destructors definitionsDenys Vlasenko2009-08-041-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* added new interface for geting plugins' settings (will be used in gui)Zdenek Prikryl2009-07-311-1/+4
|
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-311-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 reportingZdenek Prikryl2009-07-241-1/+2
|
* - reporter plugins can tak an argimentZdenek Prikryl2009-04-161-2/+2
| | | | | - added "Reporters" option which allows report basic info after a crash occurs - fixed interface of plugins
* new crash typesZdenek Prikryl2009-04-021-1/+1
|
* rewritten CDebugDump and CrashTypesZdenek Prikryl2009-04-011-1/+1
|
* replaced language and application plugins by analyzer pluginZdenek Prikryl2009-03-191-6/+2
| | | | | added action plugin simplify plugin iface
* changed configurationZdenek Prikryl2009-02-181-0/+22
|
* new logger pluginZdenek Prikryl2009-02-181-0/+33