summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version 0.0.7.10.0.7.1Jiri Moskovcak2009-08-192-2/+4
|
* GUI: nicer after report messageJiri Moskovcak2009-08-192-1/+9
|
* BZ plugin: removed /xmlrpc.cgi from config, made the report message more ↵Jiri Moskovcak2009-08-193-4/+20
| | | | user friendly
* CCpp plugin: do not abort if debuginfos aren't foundDenys Vlasenko2009-08-192-15/+24
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt.spec: bump version to 0.0.7-2Denys Vlasenko2009-08-181-1/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* removed a removed parameterZdenek Prikryl2009-08-181-3/+0
|
* removed dangerous parameter optionZdenek Prikryl2009-08-182-8/+0
|
* minimum timeout is 1 secondZdenek Prikryl2009-08-181-1/+1
|
* in case of plugin error, don't delete debug dumpsZdenek Prikryl2009-08-183-2/+10
|
* abrt-gui: fix crash when run by rootDenys Vlasenko2009-08-181-1/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace cleanup, no code changesDenys Vlasenko2009-08-1817-140/+140
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* simplify parsing of debuginfo-install outputDenys Vlasenko2009-08-181-49/+26
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Version 0.0.70.0.7Jiri Moskovcak2009-08-182-2/+6
|
* resolved conflict0.0.6Jiri Moskovcak2009-08-181-0/+4
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-183-4/+11
|\
| * Bump version to 0.0.6Denys Vlasenko2009-08-173-4/+11
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GUI now show the status window after report to let user know how did it go.Jiri Moskovcak2009-08-1720-37/+144
|/
* added support for storing results from reporters (used from gui)Zdenek Prikryl2009-08-1417-32/+79
|
* make ccpp plugin more verboseZdenek Prikryl2009-08-141-0/+1
|
* fixed getting plugin's settingsZdenek Prikryl2009-08-141-5/+4
|
* fixed creation of the base64 textZdenek Prikryl2009-08-141-11/+11
|
* .abrt directory in $HOME is created if it doesn't existZdenek Prikryl2009-08-141-2/+31
|
* created conf file has uid,gid of an userZdenek Prikryl2009-08-141-1/+9
|
* Make Python and Bugzilla plugins to be enabled by default.Jiri Moskovcak2009-08-121-2/+3
|
* GUI: Changes in plugin's settings are now savedJiri Moskovcak2009-08-123-1/+20
|
* DBUS: exposed method SetPluginSettingsJiri Moskovcak2009-08-127-0/+40
|
* Bugzilla: fixed crash with empty comment (zprikryl)Jiri Moskovcak2009-08-121-7/+18
|
* PYHOOK: fixed exception re-throwing and deprecation warning (use hashlib ↵Jiri Moskovcak2009-08-121-4/+4
| | | | instead of md5)
* added comment charZdenek Prikryl2009-08-111-1/+1
|
* removed debug printsZdenek Prikryl2009-08-111-2/+0
|
* Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-08-111-2/+2
|\
| * PYHOOK: UID is handled as integerJiri Moskovcak2009-08-111-2/+2
| |
* | moved LoadSettings from plugins into PluginManagerZdenek Prikryl2009-08-1122-184/+187
| |
* | bugzilla plugin can do +1 in a bugzillaZdenek Prikryl2009-08-112-11/+62
| |
* | for correct plugin's settings we need to know an userZdenek Prikryl2009-08-115-7/+9
| |
* | new function for gettings user's home directoryZdenek Prikryl2009-08-112-0/+8
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-111-57/+65
|\
| * dumpoops, fix the styleAnton Arapov2009-08-111-57/+65
| |
* | GUI: Added option to disable/enable plugins (config preview)Jiri Moskovcak2009-08-1114-54/+579
| |
* | DBUS: exposed methods Un/RegisterPluginJiri Moskovcak2009-08-117-0/+79
|/
* add the GPL notice to the kerneloops' scannerAnton Arapov2009-08-112-0/+52
| | | | this is important, since the codebase of the kerneloops.org was used.
* kerneloops eliminate commented code, related to type distinguishing...Anton Arapov2009-08-113-7/+7
| | | | it seems stable, proved by the stress tests. :)
* Kerneloops plugin: style fixesAnton Arapov2009-08-104-149/+153
|
* fix a bug where kerneloops segfaults on empty oops dataAnton Arapov2009-08-101-5/+15
| | | | | | | also, we aren't interested in empty reports, so do not report anything when oops message was not provided. Signed-off-by: Anton Arapov <aarapov@redhat.com>
* DBUS: added new method to get plugin settingsJiri Moskovcak2009-08-108-7/+49
|
* fix compile-time warnings.Denys Vlasenko2009-08-098-17/+29
| | | | | | | One fix (in CCrashWatcher::GetPluginsInfo) needs closer look, others are "trivially correct" Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* style fixes, no code changesDenys Vlasenko2009-08-095-16/+17
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* replace string memebers of plugin_info_t with const char*Denys Vlasenko2009-08-073-68/+72
| | | | | | | | | | Since they are constant, and we never ever want to change them, there is no benefit in having them as strings. This change removes one global data object's constructor and destructor from every applet .so module. 6k less code. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* simplify logging by removing CCommLayerInner classDenys Vlasenko2009-08-075-125/+19
| | | | | | | | It had single use site. The class itself is trivial, it just passed messages down to an CObserver. Now we pass messages directly to an CObserver. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix a bug where kerneloops scanner forgets to delete .lock filesDenys Vlasenko2009-08-071-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>