Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SQLite3: string& -> char*, -8k in code size | Denys Vlasenko | 2009-12-03 | 1 | -17/+6 |
| | | | | | | Run tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | hopefully fix rhbz#541854: when we trim the dir, we must delete it from DB too | Denys Vlasenko | 2009-12-03 | 1 | -6/+7 |
| | | | | | | Also added a more robust code to resis SEGVing if directory doesn't exist. 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> | ||||
* | style fixes, trivial code changes only | Denys Vlasenko | 2009-09-08 | 1 | -4/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | added support for updating abrt's table | Zdenek Prikryl | 2009-08-24 | 1 | -0/+1 |
| | |||||
* | added support for storing results from reporters (used from gui) | Zdenek Prikryl | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | 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 | -0/+2 |
| | |||||
* | Move PLUGIN_INFOs to .cpp files: same object must never be defined twice | Denys Vlasenko | 2009-07-31 | 1 | -9/+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 | -11/+11 |
| | | | | | - added "Reporters" option which allows report basic info after a crash occurs - fixed interface of plugins | ||||
* | replaced language and application plugins by analyzer plugin | Zdenek Prikryl | 2009-03-19 | 1 | -5/+2 |
| | | | | | added action plugin simplify plugin iface | ||||
* | Check if table 'abrt' exists | Zdenek Prikryl | 2009-03-17 | 1 | -1/+4 |
| | |||||
* | Fixed table indices in sqlite plugin. | Jiri Moskovcak | 2009-02-20 | 1 | -1/+1 |
| | |||||
* | added new column | Zdenek Prikryl | 2009-02-11 | 1 | -1/+2 |
| | |||||
* | added new interface | Zdenek Prikryl | 2009-02-11 | 1 | -16/+5 |
| | |||||
* | tabs are replaced by spaces | Zdenek Prikryl | 2009-02-04 | 1 | -33/+35 |
| | | | | fixed inserting into db | ||||
* | Initial git commit | Jiri Moskovcak | 2009-02-02 | 1 | -0/+80 |