summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \
| * | abrtd: heed glib warning about hash table being NULLDenys Vlasenko2011-03-163-9/+10
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * | Remove deprecated ENABLE_SOCKET_OR_DBUS configuration optionKarel Klic2011-03-163-14/+0
| | |
| * | retrace-client: batch operation exits with 1 when retracing failsKarel Klic2011-03-161-1/+4
| | |
* | | abrt.spec : add python-argparse to retrace-server requirementsScott Dodson2011-03-161-0/+1
|/ /
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-03-166-67/+98
|\ \
| * \ Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-03-162-42/+56
| |\ \
| | * | abrt-dump-oops: fix double-free; abrt_event.conf: better report event nameDenys Vlasenko2011-03-162-42/+56
| | |/ | | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * | wizard-gtk: fixed localizationJiri Moskovcak2011-03-161-0/+10
| | |
| * | abrt-gui: fixed localizationJiri Moskovcak2011-03-161-0/+7
| |/
| * better messages in abrt-action-install-debuginfo and bugzilla descriptionDenys Vlasenko2011-03-162-25/+25
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | reanalyze configuration symlinksKarel Klic2011-03-163-0/+5
|/
* fix misleading name of funcionNikola Pajkovsky2011-03-161-3/+3
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Merge branch 'bz'Nikola Pajkovsky2011-03-161-24/+6
|\ | | | | | | | | * bz: get rid of std::vector from bugzilla
| * get rid of std::vector from bugzillaNikola Pajkovsky2011-03-151-24/+6
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | bugzilla reporter fixesDenys Vlasenko2011-03-163-26/+26
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | save "exitcode 0" messages in event_log for "silent" actions; tweak .xml a bitDenys Vlasenko2011-03-164-27/+27
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | abrt-gui: change the help accelerator to alt-HJiri Moskovcak2011-03-161-1/+1
| |
* | Merge branch 'cli'Nikola Pajkovsky2011-03-161-58/+75
|\ \ | | | | | | | | | | | | | | | | | | | | | * cli: merge config files Conflicts: src/lib/event_config.c
| * | merge config filesNikola Pajkovsky2011-03-151-45/+61
| | | | | | | | | | | | | | | | | | | | | | | | firstly load system wide config from /etc/abrt/events, then load user defined config from ~/.abrt/events and override system wide config by user defined config Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | | install debuginfo: honor $ABRT_VERBOSE; add "Looking for pkgs in repos" msgDenys Vlasenko2011-03-161-7/+20
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | | abrt-gui: minor fix to about dialogJiri Moskovcak2011-03-161-1/+0
| | |