summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added sosreport.confJiri Moskovcak2010-02-021-0/+1
|
* fixed premature exit from set_limit()Jiri Moskovcak2010-02-021-10/+6
| | | | | - don't exit if we find corelimit > 0 and don't exit if we can't write new limits
* new versionJiri Moskovcak2010-02-022-3/+18
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-02-021-26/+7
|\
| * CCpp plugin: add forgotten closedir()Denys Vlasenko2010-02-021-26/+7
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | CCpp: give up settings limits on the first failureJiri Moskovcak2010-02-021-0/+8
|/
* SPEC: added some requires to abrt-cli to make it work out-of-the-boxJiri Moskovcak2010-02-021-0/+3
|
* fixed some .po filesJiri Moskovcak2010-02-022-175/+176
|
* merge conflictJiri Moskovcak2010-02-0232-6327/+8327
|
* a few typosNikola Pajkovsky2010-02-021-3/+3
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Sending translation for Spanishlogan2010-02-011-64/+78
|
* CCpp: explain why we give "file BINRY_NAME" to gdb.Denys Vlasenko2010-02-011-1/+14
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Sending translation for Oriyamgiri2010-02-011-67/+85
|
* abrt-hook-ccpp: fix rhbz#560612 "limit '18446744073709551615' is bogus"Denys Vlasenko2010-02-011-1/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Sending translation for Germanfab2010-01-311-43/+42
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-01-311-40/+44
|\
| * Sending translation for Hebrewelad2010-01-311-40/+44
| |
* | APPLET: don't show the icon when abrtd is not runningJiri Moskovcak2010-01-311-2/+1
|/ | | | | - happens when user disabled abrtd service and abrt-applet started without daemon
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-01-302-133/+218
|\
| * Sending translation for Germanjensm2010-01-301-0/+1
| |
| * Sending translation for Germanjensm2010-01-301-98/+179
| |
| * Sending translation for Polishraven2010-01-301-35/+38
| |
* | GUI: fixed some pylint warningsJiri Moskovcak2010-01-309-48/+39
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-01-301-56/+75
|\
| * Sending translation for Dutchwarrink2010-01-301-56/+75
| |
* | GUI: made report message labels wrapJiri Moskovcak2010-01-302-4/+6
|/
* new version 1.0.51.0.5Jiri Moskovcak2010-01-292-2/+23
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-01-293-2/+5
|\
| * disabled the autoreporting of kerneloopsesJiri Moskovcak2010-01-291-1/+1
| | | | | | | | - we don't want any default auto-magic in rhel6
| * Kerneloops: fix BZ reporting of oopsesDenys Vlasenko2010-01-292-1/+4
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GUI: don't die if daemon doesn't send the gpg keysJiri Moskovcak2010-01-291-4/+7
|/
* GUI: wider report message dialogJiri Moskovcak2010-01-291-2/+2
|
* moved the gpg key list from abrt.conf to gpg_keys fileJiri Moskovcak2010-01-295-9/+30
| | | | | | - this should allow us to update the gpg_keys list when needed and will prevent the situation when user changed his abrt.conf
* Logger: create log file with mode 0600Denys Vlasenko2010-01-291-19/+13
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Sending translation for Telugukkrothap2010-01-291-89/+146
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-01-292-2/+10
|\
| * Report GUI: made more fields copyable - closed rhbz#526209; tweaked wordingDenys Vlasenko2010-01-292-2/+10
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GUI: fixed the rating logic, to prevent sending BT with rating < 3Jiri Moskovcak2010-01-291-2/+3
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-01-292-117/+202
|\
| * Sending translation for Hebrewelad2010-01-291-17/+20
| |
| * Sending translation for Finnishvpv2010-01-291-100/+182
| |
* | GUI: fixed bug caused by failed gk-authorizationJiri Moskovcak2010-01-292-21/+52
|/ | | | | | | - if user enters a wrong password to gk and doesn't unlock it, the GUI would throw an exception, this patch makes GUI to ask twice per every plugin, ignore the exception is it fails and it will use defaults from /etc/abrt/plugins
* GUI: wrap the reporter message if it's longer than 360pxJiri Moskovcak2010-01-291-3/+7
| | | | | - and make this work dynamically!!! making 360px the hard border is not very nice
* fix bug 559881 (kerneloops not shown in "new" GUI)Denys Vlasenko2010-01-293-4/+16
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove extra "secondary" propertyDenys Vlasenko2010-01-291-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI ReporterDialog: hide log buttonDenys Vlasenko2010-01-293-3/+15
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* added valgrind and strace to blacklistJiri Moskovcak2010-01-281-4/+1
|
* Sending translation for Hebrewelad2010-01-281-18/+21
|
* Bugzilla,Catcut: fix or remove incomprehensible comments; fix error msgDenys Vlasenko2010-01-284-86/+37
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* SOSreport: do not leave stray files in /tmpDenys Vlasenko2010-01-281-3/+8
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>