summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Sending translation for Polishraven2010-03-101-23/+44
|
* Sending translation for Dutchwarrink2010-03-101-35/+66
|
* Sending translation for Brazilian Portuguesegcintra2010-03-101-69/+46
|
* Sending translation for Russianigorbounov2010-03-091-23/+45
|
* Sending translation for Spanishlogan2010-03-091-32/+47
|
* GUI: renamed main_window3 -> main_windowJiri Moskovcak2010-03-092-2/+2
|
* GUI: fixed the report window height on small display rhbz#563919Jiri Moskovcak2010-03-092-461/+477
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-03-091-5/+10
|\
| * cli: make --report UUIDprefix match only unique prfixDenys Vlasenko2010-03-091-5/+10
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GUI: translations work againJiri Moskovcak2010-03-091-6/+7
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-03-092-120/+169
|\
| * Sending translation for Brazilian Portuguesejorgelopes2010-03-081-7/+7
| |
| * Sending translation for Brazilian Portuguesejorgelopes2010-03-081-109/+152
| |
| * Never flag backtrace as binary file (fixes problem observed in bz#571411)Denys Vlasenko2010-03-081-10/+16
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GUI: added option to run without main window v3Jiri Moskovcak2010-03-084-25/+70
|/
* Sending translation for Russianigorbounov2010-03-081-27/+37
|
* Sending translation for Portugueseruigo2010-03-071-255/+285
|
* Sending translation for Spanishelsupergomez2010-03-061-30/+45
|
* Sending translation for Polishraven2010-03-061-249/+274
|
* Sending translation for Danishkristho2010-03-061-14/+23
|
* improve syslog file detection. closes bz#565983Denys Vlasenko2010-03-051-22/+17
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add arch, package and release in commentNikola Pajkovsky2010-03-051-1/+10
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* use FILENAME_BACKTRACE for oops text tooDenys Vlasenko2010-03-059-24/+7
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add ProcessUnpackaged option to abrt.confDenys Vlasenko2010-03-0514-53/+90
| | | | | | Based on patch by Pekka Pietikainen <pp@ee.oulu.fi> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add forgotten iterator++ in code which deletes records in REPRESULT tableDenys Vlasenko2010-03-051-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Sending translation for Danishkristho2010-03-051-96/+112
|
* Sending translation for Finnishvpv2010-03-051-246/+265
|
* Sending translation for Russianypoyarko2010-03-041-250/+265
|
* 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>
* Sending translation for Dutchwarrink2010-03-041-246/+265
|
* Sending translation for Spanishlogan2010-03-041-300/+294
|
* 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-0429-387/+444
| | | | | | | | | | | | | | | | | | | 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
|
* Sending translation for Marathisandeeps2010-03-041-253/+238
|
* trivial: fix indentationDenys Vlasenko2010-03-031-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2010-03-031-81/+81
|\
| * Sending translation for Hungarianpeti2010-03-031-81/+81
| |
* | 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>
* fixed window icons for plugin config windowsJiri Moskovcak2010-03-036-6/+6
|
* SPEC: made gtk-update-cache quietJiri Moskovcak2010-03-021-1/+1
|
* save reporters' results to abrt_vNN_reportresult table tooDenys Vlasenko2010-03-024-5/+56
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-03-027-100/+146
|\
| * fix format security errorFrederic Crozat2010-03-022-3/+3
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtNikola Pajkovsky2010-03-014-91/+137
| |\
| | * 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>