summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * gui-wizard-gtk: hide the element table on the 1st page with expanderDenys Vlasenko2011-02-232-36/+46
| | | | | | | | | | | | Also tweaked a bit some label text in GUI Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * gui-wizard-gtk: hook up the bt approval check boxJiri Moskovcak2011-02-232-1/+25
| |
| * fix owner, group and access permissions for /proc/<pid>/[maps,smaps] fileNikola Pajkovsky2011-02-231-2/+4
| | | | | | | | | | | | | | Before owner and group were root:root with 000 permission. Now it is abrt:<owner> and permissions is set to 640 Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * changed page type so it's not skipped when back button is pressedJiri Moskovcak2011-02-221-1/+4
| |
| * move ccpp related events to events.d/Jiri Moskovcak2011-02-225-16/+29
| | | | | | | | | | - so now when the abrt-addon-ccpp is removed it's config will be removed with it, so the rest of abrt and libreport won't be confused
| * gui-wizard-gtk: add forward_page_func which skips analyze step when it is ↵Denys Vlasenko2011-02-227-9/+47
| | | | | | | | | | | | missing Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * gui-wizard-gtk: fix the problem with "missing" reporter checkboxesDenys Vlasenko2011-02-223-21/+29
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * gui-wizard-gtk: move data page to the fron1Denys Vlasenko2011-02-225-165/+132
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * gui-wizard-gtk: reload data from directory after analyze runDenys Vlasenko2011-02-221-0/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * gui-wizard-gtk: cleanups without substantial code changesDenys Vlasenko2011-02-225-130/+131
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * gui-wizard-gtk: add crash_data reloading; add -v propagationDenys Vlasenko2011-02-225-127/+133
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-02-221-1/+3
| |\
| | * abrt-action-install-debuginfo.py: use /tmp for nowDenys Vlasenko2011-02-221-1/+3
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * | disable next button during the analyze processJiri Moskovcak2011-02-221-3/+5
| |/
| * correct rights on /var/run/abrt; improve new GUI a bitDenys Vlasenko2011-02-226-24/+26
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt-action-install-debuginfo.py: do not truncate package names on outputDenys Vlasenko2011-02-221-6/+6
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt-action-install-debuginfo: disallow overriding paths to writable dirsDenys Vlasenko2011-02-223-25/+38
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * minor spec file fixJiri Moskovcak2011-02-211-1/+1
| |
| * run abrt-action-install-debuginfo.py using trivial sgid wrapperJiri Moskovcak2011-02-216-9/+47
| | | | | | | | | | Signed-off-by: Jiri Moskovcak <jmoskovc@redhat.com> Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * gui-wizard-gtk: generate list of reportersDenys Vlasenko2011-02-214-64/+70
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * make abrt-ccpp service set /proc/sys/kernel/core_pipe_limit to 4Denys Vlasenko2011-02-211-0/+22
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * .gitignore: hide some filesNikola Pajkovsky2011-02-211-0/+6
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * abrt-hook-ccpp: use common file name buffer for /proc/PID/maps and ↵Denys Vlasenko2011-02-181-11/+9
| | | | | | | | | | | | /proc/PID/smaps Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtDenys Vlasenko2011-02-182-2/+18
| |\
| | * copy /proc/<pid>/[map,smap] files into crash dirNikola Pajkovsky2011-02-182-2/+18
| | | | | | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * | move hostname saving from abrt-action-save-package-data to dump_dirVladimir Vinogradov2011-02-182-26/+1
| |/ | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * gui-wizard-gtk: ensure we don't block on reading analyze outputDenys Vlasenko2011-02-182-2/+10
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * gui-wizard-gtk: run analyze event asyncronouslyDenys Vlasenko2011-02-181-44/+128
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * run_event: add async run event machineryDenys Vlasenko2011-02-182-83/+180
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * fill backtrace textview when backtrace page is preparedJiri Moskovcak2011-02-182-1/+32
| |
| * minor build fixesJiri Moskovcak2011-02-181-4/+4
| |
| * join page_titles[] and page_types[] to one array which also keeps the page ↵Jiri Moskovcak2011-02-181-26/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | pointers typedef struct { const gchar *name; const gchar *title; GtkAssistantPageType type; GtkWidget *page; } page_obj_t; static page_obj_t pages[8]
| * regenerate wizard_glade.c when wizard.glade is changedJiri Moskovcak2011-02-181-1/+1
| |
| * l10n: Updates to Portuguese (Brazilian) (pt_BR) translationnullck2011-02-181-98/+99
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-02-174-23/+80
| |\ | | | | | | | | | | | | | | | Conflicts: src/gui-wizard-gtk/main.c src/gui-wizard-gtk/wizard.h
| | * gui-wizard-gtk: analyze step now sort-of-works....Denys Vlasenko2011-02-174-18/+78
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * | fill the details treeviewJiri Moskovcak2011-02-174-4/+88
| |/
| * removed unneeded fileJiri Moskovcak2011-02-172-2/+1
| |
| * move steal_directory() into libreportJiri Moskovcak2011-02-175-42/+47
| |
| * l10n: Updates to Chinese (China) (zh_CN) translationekd1232011-02-171-463/+583
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * gui-wizard-gtk: show correct list of analyzers availableDenys Vlasenko2011-02-173-45/+21
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * gui-wizard-gtk: display proper reason field valueDenys Vlasenko2011-02-174-12/+26
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * l10n: Updates to Portuguese (Brazilian) (pt_BR) translationnullck2011-02-171-3/+3
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * l10n: Updates to Portuguese (Brazilian) (pt_BR) translationnullck2011-02-171-346/+434
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * removed not needed parts of the settings dialogJiri Moskovcak2011-02-162-326/+17
| |
| * added menu bar to the main windowJiri Moskovcak2011-02-161-1/+46
| |
| * gui-wizard-gtk: add -g GLADE_FILE optionDenys Vlasenko2011-02-165-9/+37
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * more wizard UI tunningJiri Moskovcak2011-02-161-23/+282
| |
| * abrt-gtk: trivial simplificationDenys Vlasenko2011-02-161-3/+6
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * bug-reporting-wizard: store glade file internallyDenys Vlasenko2011-02-163-3/+16
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>