summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/SQLite3.h
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* style fixes, trivial code changes onlyDenys Vlasenko2009-09-081-4/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* added support for updating abrt's tableZdenek Prikryl2009-08-241-0/+1
|
* added support for storing results from reporters (used from gui)Zdenek Prikryl2009-08-141-1/+1
|
* 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-0/+2
|
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-311-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 reportingZdenek Prikryl2009-07-241-1/+2
|
* - reporter plugins can tak an argimentZdenek Prikryl2009-04-161-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 pluginZdenek Prikryl2009-03-191-5/+2
| | | | | added action plugin simplify plugin iface
* Check if table 'abrt' existsZdenek Prikryl2009-03-171-1/+4
|
* Fixed table indices in sqlite plugin.Jiri Moskovcak2009-02-201-1/+1
|
* added new columnZdenek Prikryl2009-02-111-1/+2
|
* added new interfaceZdenek Prikryl2009-02-111-16/+5
|
* tabs are replaced by spacesZdenek Prikryl2009-02-041-33/+35
| | | | fixed inserting into db
* Initial git commitJiri Moskovcak2009-02-021-0/+80