summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added new source files into POTFILES.inJiri Moskovcak2011-03-261-0/+2
|
* Analyze backtraces from retrace serverKarel Klic2011-03-265-125/+223
| | | | | | | | | | | | | | | Hi, the attached patch splits a part of abrt-action-generate-backtrace to a new tool abrt-action-analyze-backtrace, which is used by both LocalGDB and RetraceServer analyzers. Then new abrt-action-analyze-backtrace tool reads backtrace and generates duplication hash, detects crash function, and provides backtrace rating. These steps haven't been performed for remotely analyzed crashes so far. Karel
* abrt-action-trim-files: new tool for trimming old debuginfo and debug dumpsDenys Vlasenko2011-03-2611-51/+265
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* added xml file for kerneloops reporter, split koops events to a separate fileJiri Moskovcak2011-03-255-10/+30
|
* updated translationJiri Moskovcak2011-03-2546-34449/+11347
|
* don't use a status icon when the notification server supports persistence ↵Jiri Moskovcak2011-03-252-55/+65
| | | | | | | | | | | | trac#127 Newer notifications servers (gnome-shell, or notification-daemon >= 0.6.0) support persistence of notifications. This means that a bubble won't just disappear after it is shown - it will stay until it is seen/addressed/acted upon. This means we don't have to rely on a status icon to provide the persistence for the message. In fact we should remove the status icons since they will provide a confusing duplication of this information
* fixes for missing uid caseDenys Vlasenko2011-03-254-16/+37
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* remove FILENAME_INFORMALL and tighten up some loose endsDenys Vlasenko2011-03-2513-144/+47
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Ticket #167 abrt-cli doesn't generate backtraceNikola Pajkovsky2011-03-251-1/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* added jsteinar to artwork creditsJiri Moskovcak2011-03-252-0/+2
|
* gnome-keyring has differnet name in fedora and rhel6; fix buildNikola Pajkovsky2011-03-251-2/+7
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Merge branch 'event'Nikola Pajkovsky2011-03-253-36/+138
|\ | | | | | | | | | | * event: validate input in cli and fix ask_for_missing_settings function parse and store 'allow-empty' value
| * validate input in cli and fix ask_for_missing_settings functionNikola Pajkovsky2011-03-223-36/+138
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * parse and store 'allow-empty' valueNikola Pajkovsky2011-03-172-3/+11
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | add option -p to abrt-gui and wizard tooDenys Vlasenko2011-03-252-6/+22
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | make $ABRT_PROG_PREFIX control whether log messages are prefixedDenys Vlasenko2011-03-2514-125/+104
| | | | | | | | | | | | | | | | | | | | by abrt-action-foo programs. abrtd, abrt-server and abrt-handle-crashdump now have option -p which sets ABRT_PROG_PREFIX=1 for their children and thus makes them emit program name prefixes. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | remove plugins/Logger.confDenys Vlasenko2011-03-243-12/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | remove plugins/Mailx.conf and plugins/RHTSupport.confDenys Vlasenko2011-03-247-37/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | oops: don't save bogus "executable", and save real "cmdline" instead of ↵Denys Vlasenko2011-03-242-18/+33
| | | | | | | | | | | | bogus one Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | abrt-gui: tweak inotify codeDenys Vlasenko2011-03-241-7/+11
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | extend dump_dir to allow creating world-readable directoryJiri Moskovcak2011-03-2411-34/+71
| | | | | | | | - so far used only by kerneloops
* | abrt-gui: add inotify-based reloading of dumpsDenys Vlasenko2011-03-243-9/+109
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-03-245-37/+32
|\ \
| * | wizard: add keyboard accelerator for "Configure Events" buttonsDenys Vlasenko2011-03-245-37/+32
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | | changed the icon trac#148Jiri Moskovcak2011-03-2450-41/+7
|/ /
* | added event xml file for RHTSupport, removed unused glade filesJiri Moskovcak2011-03-239-1096/+38
| |
* | retrace server: remove unused files from rpmMichal Toman2011-03-232-6/+2
| |
* | retrace server: make reposync pluginableMichal Toman2011-03-238-448/+203
| |
* | parse and store 'allow-empty' valueNikola Pajkovsky2011-03-222-3/+11
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | retrace server: run GDB without root privilegiesMichal Toman2011-03-212-14/+27
| |
* | abrt-gtk: rename Edit->Plugins to "Event configuration"; fix last_row codeDenys Vlasenko2011-03-182-23/+41
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | event_config_dialog: plug memory leaks; improve resizing and window placementDenys Vlasenko2011-03-181-74/+71
| | | | | | | | | | | | | | | | | | Also * replace open-coded color interleavinn in event tree view with Gtk built-it one. * add padding between labels and edit fields Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | retrace server: support .tar and .tar.gz archive formatsMichal Toman2011-03-182-10/+28
| |
* | remove GtkTreeSelection object form wizard.gladeDenys Vlasenko2011-03-181-3/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | abrt-cli: fix inverted logic check for -lDenys Vlasenko2011-03-181-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | Replace FILENAME_MESSAGE with FILENAME_REPORTED_TO.Denys Vlasenko2011-03-1810-26/+55
| | | | | | | | | | | | | | | | | | | | | | This fixes the problem with abrt-cli not showing unreported bugs and abrt-gui not showing "green lamp" for reported bugs. In general, it introduces a way to record reporting results, such as Bugzilla URL, in dump dir. In the future, this enables such functions as "check BZ status". Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | gui-wizard-gtk: added accelerator to "I agree with submitting..." button ↵Jiri Moskovcak2011-03-181-28/+103
| | | | | | | | trac#155
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-03-173-3/+3
|\ \
| * | s:/var/log/abrt.log:/tmp/abrt.log:gDenys Vlasenko2011-03-173-3/+3
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | | -added event config files for Mailx trac#163Jiri Moskovcak2011-03-174-4/+35
|/ /
* / abrt-dump-oops: fix code to detect the markerDenys Vlasenko2011-03-171-26/+30
|/ | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Merge branch 'cli'Nikola Pajkovsky2011-03-174-184/+93
|\ | | | | | | | | | | * cli: cli: load ~/.abrt/events/foo.conf expose export/unexport_event_config
| * cli: load ~/.abrt/events/foo.confNikola Pajkovsky2011-03-171-150/+47
| | | | | | | | | | | | need to be implemented _rating_required_ and ask_for_missing_settings Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * expose export/unexport_event_configNikola Pajkovsky2011-03-173-34/+46
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | forgot to commit abrt-action-list-dsos.pyJiri Moskovcak2011-03-171-0/+23
| |
* | increase version to 2.0.0Jiri Moskovcak2011-03-162-2/+161
| |
* | ccpp: save package's NVR for all loaded librariesJiri Moskovcak2011-03-163-2/+5
| |
* | abrt.spec: require python-argparse on el6 onlyKarel Klic2011-03-161-1/+1
| |
* | abrtd: suppress stray messages about non-directories in /var/spool/abrtDenys Vlasenko2011-03-161-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-03-167-24/+14
|\ \