summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
| | * bump SQL table version to 3; add abrt_v3_reportresult tableDenys Vlasenko2010-03-011-83/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | ...also reworked version update logic a bit. Version 0 is no longer supported. Plugged a leak in check_table() - added sqlite3_free_table() Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | fix intendation in initscriptNikola Pajkovsky2010-03-011-6/+6
| |/ | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* / icons repackagingJiri Moskovcak2010-03-0113-12/+94
|/
* Sending translation for Brazilian Portuguesejorgelopes2010-03-011-292/+274
|
* Sending translation for British Englishbruce892010-02-281-146/+246
|
* Sending translation for Hungariansnicore2010-02-261-289/+271
|
* increased version to 1.0.9Jiri Moskovcak2010-02-262-2/+2
| | | | - we're already released 1.0.8
* ccpp analyser: add registers and disasm to gdb commands (bz#568686)Denys Vlasenko2010-02-261-3/+7
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trivial simplificationDenys Vlasenko2010-02-261-4/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fixed init scriptJiri Moskovcak2010-02-251-1/+1
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-02-252-321/+438
|\
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtNikola Pajkovsky2010-02-251-216/+345
| |\
| | * Sending translation for Greekthalia2010-02-241-216/+345
| | |
| * | bad logic in call functionNikola Pajkovsky2010-02-251-9/+7
| |/ | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * Bugzilla: fix a few memory leaksDenys Vlasenko2010-02-241-97/+87
| | | | | | | | | | | | | | | | | | | | | | * env leaks * bug_info leaks * result leaks * potential type mismatches in variadic function calls * removed comment: // The only way this can fail is if 'bugs_member' is not actually an array XML-RPC value. So it is usually not worth checking 'env'. * typo fixes etc Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-02-243-4/+8
|\|
| * partial fix for bz#565983Denys Vlasenko2010-02-232-3/+7
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * fix init scriptNikola Pajkovsky2010-02-231-1/+1
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | SPEC: Updated source URLJiri Moskovcak2010-02-231-1/+1
|/
* simplify kerneloops/dumpoops a bitDenys Vlasenko2010-02-233-128/+108
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Sending translation for Germanfab2010-02-231-296/+263
|
* cli: add support for "--report @N" and "--report PARTIAL_UUID"Denys Vlasenko2010-02-234-23/+57
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Kerneloops: be more specific looking for "WARNING:" stringDenys Vlasenko2010-02-221-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* New version 1.0.81.0.8Jiri Moskovcak2010-02-221-1/+5
|
* updated translation filesJiri Moskovcak2010-02-2228-4776/+5003
|
* 1.0.8 pre-release for rawhideJiri Moskovcak2010-02-221-1/+7
|
* fix initscriptNikola Pajkovsky2010-02-221-2/+8
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Kerneloops: make hashing more likely to produce same hash on different oopsesDenys Vlasenko2010-02-221-10/+73
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove unused variableDenys Vlasenko2010-02-221-2/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Sending translation for Danishkristho2010-02-201-49/+73
|
* Sending translation for Danishkristho2010-02-191-217/+310
|
* Sending translation for Bengali (India)runab2010-02-191-310/+271
|