summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* add ProcessUnpackaged option to abrt.confDenys Vlasenko2010-03-059-19/+52
| | | | | | Based on patch by Pekka Pietikainen <pp@ee.oulu.fi> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-debuginfo-install: use -debuginfo repos which match enabled "usual" reposDenys Vlasenko2010-03-041-7/+16
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* cli: pass reporters param in call_Report(); handle error returnsDenys Vlasenko2010-03-041-6/+29
| | | | | | | | | | | ... Do you want to send the report? [y/N]: y >! string expected in dbus message, but not found ('e') >! dbus call Report: parameter type mismatch Dbus call returned error: 'org.freedesktop.DBus.Error.Failed' Acked-by: Nikola Pajkovsky <npajkovs@redhat.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: more window positioning fixesJiri Moskovcak2010-03-042-5/+6
|
* GUI: center all dialogs on parentJiri Moskovcak2010-03-043-2/+10
|
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-0417-222/+245
| | | | | | | | | | | | | | | | | | | This fixes at least three instances where we did not check whether user is even allowed to report or delete a crash. Also fixes a few cases when root might inadvertently act on (e.g. delete) mote than one crash. Renamed FILENAME_UID to CD_UID - makes more sense this way. Added COL_INFORMALL and CD_INFORMALL. Nuked UID == -1 hacks. Renamed getReport() to start_job on Python side. Dropped a few unused parameters from server -> client dbus signals. Fixed CLI's way of reverencing crashes (see updated help text). Run-tested (GUI and CLI). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Acked-by: Nikola Pajkovsky <npajkovs@redhat.com>
* GUI: added reporter selection windowJiri Moskovcak2010-03-047-186/+382
|
* GUI: removed dead codeJiri Moskovcak2010-03-041-18/+3
|
* fix bz#570081 (self.is_oops is not defined)Denys Vlasenko2010-03-031-1/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-debuginfo-install: remove -R2 from yum! it's not "anti-yum-lock" option!Denys Vlasenko2010-03-031-10/+14
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* save reporters' results to abrt_vNN_reportresult table tooDenys Vlasenko2010-03-021-0/+12
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-03-024-9/+17
|\
| * fix format security errorFrederic Crozat2010-03-021-1/+1
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * add reporters param to dbus call Report()Denys Vlasenko2010-03-013-8/+16
| | | | | | | | | | | | This only adds the parameter, so far it is just ignored Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | icons repackagingJiri Moskovcak2010-03-014-8/+8
|/
* trivial simplificationDenys Vlasenko2010-02-261-4/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* partial fix for bz#565983Denys Vlasenko2010-02-231-1/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* simplify kerneloops/dumpoops a bitDenys Vlasenko2010-02-231-6/+7
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* cli: add support for "--report @N" and "--report PARTIAL_UUID"Denys Vlasenko2010-02-233-23/+54
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* added a comment about dbus disconnect handlingDenys Vlasenko2010-02-171-0/+21
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: improved url handling in report messagesJiri Moskovcak2010-02-173-14/+30
|
* license fixNikola Pajkovsky2010-02-161-24/+21
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-02-152-14/+26
|\
| * GUI: enabled column sorting rhbz#541853Jiri Moskovcak2010-02-151-14/+24
| |
| * GUI: enabled searching in the main windowJiri Moskovcak2010-02-141-0/+2
| | | | | | | | - just write the package name
* | Added option to close bugs recognized as a duplicate: --closeKarel Klic2010-02-151-20/+59
|/
* abrt-hook-ccpp: do not consider SIGQUIT to be a crashDenys Vlasenko2010-02-122-42/+33
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Load plugin settings also from ~/.abrt/*.confKarel Klic2010-02-121-82/+114
|
* Move LoadPluginSettings to the shared utils library. Add parameter ↵Karel Klic2010-02-122-63/+0
| | | | skipKeysWithoutValue.
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2010-02-121-2/+10
|\
| * fixed problem with bugzilla+nssJiri Moskovcak2010-02-121-2/+10
| | | | | | | | | | | | - it's more workaround which makes rpmlib to reinitialize nss hash functions and that make xmlrpc works properly after fork() we need to find a proper place to fix this!
* | Remove newline from user input, separate run_report_editor from the reportKarel Klic2010-02-121-61/+122
|/
* fix bz#541088 "abrt should not catch python excp EPIPE"Denys Vlasenko2010-02-111-0/+14
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix bz#554242 "Cannot tab between input areas in report dialog"Denys Vlasenko2010-02-111-0/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix bz#563484 "abrt uses unnecessary disk space when getting debug info"Denys Vlasenko2010-02-111-39/+44
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Don't show empty 'Not loaded plugins' section - fix#2 rhbz#560971Jiri Moskovcak2010-02-091-7/+7
|
* GUI: escape plugin messages before using them in set_markup()Jiri Moskovcak2010-02-092-2/+4
| | | | | | - if the messages contain tags like <foo> it would break the markup and end-up with message like: GtkWarning: Failed to set text from markup due to error parsing markup
* cli: fix trivial error counter bugDenys Vlasenko2010-02-091-5/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-02-095-10/+7
|\
| * GUI: remove code which unconditionally throws out BIN filesDenys Vlasenko2010-02-091-5/+5
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-02-091-1/+0
| |\
| | * GUI: make text fields in report wnd more consistent (no border for all)Denys Vlasenko2010-02-091-1/+0
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | GUI: only urls should be clickableJiri Moskovcak2010-02-091-1/+1
| |/
| * GUI: fixed exception in plugin settings dialog rhbz#560851Jiri Moskovcak2010-02-091-1/+1
| |
| * GUI: respect system settings for toolbars rhbz#552161Jiri Moskovcak2010-02-081-2/+0
| |
* | Results are sorted by component ownerKarel Klic2010-02-091-31/+48
|/
* Add component owner to the outputKarel Klic2010-02-081-2/+13
|
* python hook: move UUID generation to abrtd; generate REASON, add it to bz titleDenys Vlasenko2010-02-083-26/+19
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-02-081-10/+15
|\
| * make "reason" field less verbose; bz reporter: include it in "summary"Denys Vlasenko2010-02-081-10/+15
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>