summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* abrt-gui: move dbus signal handlers init where they should beDenys Vlasenko2009-09-301-26/+11
| | | | | | | | | | | | | Old code was installing dbus signal handlers as if they are somehow related to the remote object we work with, but this is wrong - in reality, dbus signal handlers are installed on the dbus connection, they are not related to the object. Now code better reflect this. Also, remove AnalyzeComplete dbus handler - there is not such dbus signal. Run tested. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove DBusManager::uniq_nameDenys Vlasenko2009-09-2914-113/+109
| | | | | | also fix some whitespace damage Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* set LIMIT_MESSAGE to 16k, typo fix and daemon now reads config information ↵Nikola Pajkovsky2009-09-2929-5276/+5379
| | | | from dbus
* build fix for prev commitDenys Vlasenko2009-09-292-1/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add support for abrtd autostartDenys Vlasenko2009-09-295-35/+76
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: send the reporters settings as an argument for Report()Jiri Moskovcak2009-09-293-6/+15
| | | | | - daemon shouldn't read from $HOME dir, as it is unsecure and won't work on NFS mounted homes.
* GUI: reversed the dumplist, so the latest crashes are at the topJiri Moskovcak2009-09-291-1/+1
|
* add 16k cap for comment and how to reproduceNikola Pajkovsky2009-09-251-0/+32
|
* Sending translation for Oriyamgiri2009-09-251-37/+28
|
* updated DESIGN documentJiri Moskovcak2009-09-251-1/+8
|
* Sending translation for Punjabiaalam2009-09-251-50/+52
|
* abrtd: add an optional 2nd parameter to Report dbus callDenys Vlasenko2009-09-244-111/+70
| | | | | | Also, simplified dbus code a bit. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-09-241-1/+0
|\
| * disable checking tar in configure. missing pkg-confing. don't care whyNikola Pajkovsky2009-09-241-1/+0
| |
* | added docs/DESIGNDenys Vlasenko2009-09-242-0/+120
|/ | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add check for libtar in configure.acNikola Pajkovsky2009-09-241-0/+1
|
* Sending translation for Chinese (Traditional)tomchiukc2009-09-241-6/+6
|
* Sending translation for Chinese (Simplified)tomchiukc2009-09-241-273/+248
|
* Sending translation for Oriyamgiri2009-09-241-269/+213
|
* Sending translation for po/sv.poraada2009-09-231-0/+505
|
* Sending translation for Tamilifelix2009-09-231-32/+25
|
* Sending translation for Finnishvpv2009-09-231-33/+35
|
* Sending translation for Punjabijassy2009-09-231-36/+37
|
* Sending translation for Assameseamitakhya2009-09-231-33/+35
|
* added bug-buddy to providesJiri Moskovcak2009-09-231-1/+5
| | | | - ABRT obsoletes bbuddy so it has to provides it as some packages depends on it
* Merge branch 'master' of git+ssh://git.fedorahosted.org/git/abrtAnton Arapov2009-09-2314-591/+594
|\
| * Sending translation for Marathisandeeps2009-09-231-34/+24
| |
| * Sending translation for Hindirajesh2009-09-231-34/+25
| |
| * Sending translation for Kannadashanky2009-09-231-33/+25
| |
| * Sending translation for Telugukkrothap2009-09-231-34/+25
| |
| * Sending translation for Slovakfeonsu2009-09-231-34/+35
| |
| * Sending translation for Gujaratiswkothar2009-09-231-34/+24
| |
| * Sending translation for Frenchsamfreemanz2009-09-231-86/+200
| |
| * Sending translation for Japanesehyuuga2009-09-231-34/+34
| |
| * Sending translation for Koreaneukim2009-09-231-33/+25
| |
| * Sending translation for Malayalamanipeter2009-09-231-32/+22
| |
| * Sending translation for Russianypoyarko2009-09-231-35/+25
| |
| * Sending translation for Chinese (Traditional)tchuang2009-09-231-36/+30
| |
| * Sending translation for Italianfvalen2009-09-231-96/+65
| |
| * Sending translation for Danishkristho2009-09-221-36/+35
| |
* | kerneloops_reporter: fix the stringAnton Arapov2009-09-231-1/+1
|/ | | | | thanks to Andreas Frische <andreasfrische@gmail.com> for pointing this out.
* Sending translation for Brazilian Portugueseigor2009-09-221-36/+33
|
* Sending translation for Germankenda2009-09-221-37/+34
|
* Sending translation for Spanishbeckerde2009-09-221-95/+66
|
* Sending translation for Portuguesesergiomesquita2009-09-221-36/+33
|
* rewrite FileTransfer to use library calls instead of commandline calls for ↵dnovotny2009-09-175-28/+139
| | | | compression
* Sending translation for Dutchwarrink2009-09-221-26/+27
|
* Sending translation for Assameseamitakhya2009-09-221-277/+249
|
* Sending translation for Polishraven2009-09-221-25/+18
|
* comment out unused code in appletDenys Vlasenko2009-09-222-62/+66
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>