summaryrefslogtreecommitdiffstats
path: root/lib/Utils/Plugin.h
Commit message (Collapse)AuthorAgeFilesLines
* mv devel header files to inc/ and install themJiri Moskovcak2010-07-091-142/+0
| | | | | | - header files are required to write the custom plugins plugins without downloading the whole git tree, user just need to install abrt-devel package
* remove obsolete Catcut and rhfastcheck reportersDenys Vlasenko2010-06-291-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace cleanup, no code changesDenys Vlasenko2010-04-011-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' into bugzillaNikola Pajkovsky2010-02-151-1/+17
|\
| * Better comment for LoadPluginSettingsKarel Klic2010-02-121-1/+3
| |
| * Move LoadPluginSettings to the shared utils library. Add parameter ↵Karel Klic2010-02-121-1/+15
| | | | | | | | skipKeysWithoutValue.
* | new bugzilla insides, add comment and reproduce when it's filled and not ↵Nikola Pajkovsky2010-02-081-0/+1
|/ | | | CLOSED, hopping when bug is CLOSED as DUPLICATE
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-2/+1
| | | | | | Also add copyright banners to all files which were missing them Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-191-3/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* forgotten commaDenys Vlasenko2009-11-191-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix small bug in plugin loading codeDenys Vlasenko2009-11-191-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move Catcut's description generation to lib/Utils/make_descr.cppDenys Vlasenko2009-11-191-4/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* give Plugin class a map_plugin_settings_t memberDenys Vlasenko2009-11-061-1/+5
| | | | | | This simplifies and unifies get/set settings ops Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move logger's report text creation to lib/Utils/make_descr.cppDenys Vlasenko2009-10-301-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* lib/Plugins/Bugzilla: generate less sparse bug report commentsDenys Vlasenko2009-10-301-9/+11
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* unify CommLayer, MiddleWare and Utils into UtilsDenys Vlasenko2009-09-151-0/+118
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>