summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* get rid of std::string& as parameterNikola Pajkovsky2010-08-231-48/+79
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* l10n: Updates to Hebrew (he) translationelad2010-08-231-298/+234
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Dutch (Flemish) (nl) translationwarrink2010-08-231-299/+323
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* doxygen config for abrtNikola Pajkovsky2010-08-201-0/+932
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* GUI: added accelerator key "Delete" to the delete button rrakus@redhat.comJiri Moskovcak2010-08-201-0/+1
|
* l10n: Updates to Ukrainian (uk) translationyurchor2010-08-201-257/+320
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Python.cpp: fix indentationNikola Pajkovsky2010-08-191-50/+52
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* abrt-cli --info: Make coredump and rating fields optionalKarel Klic2010-08-191-5/+12
|
* fixed a typo: kenel -> kernelKarel Klic2010-08-191-1/+1
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-08-196-501/+538
|\
| * fix indentation and bracket position inNikola Pajkovsky2010-08-196-501/+538
| | | | | | | | | | | | | | | | | | | | | | lib/plugins/Kerneloops.cpp lib/plugins/Kerneloops.h lib/plugins/KerneloopsReporter.cpp lib/plugins/KerneloopsReporter.h lib/plugins/KerneloopsScanner.h lib/plugins/KerneloopsSysLog.cpp Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | Fix an ugly misaligmnent of dirent struct between C and C++ code,Karel Klic2010-08-191-0/+2
| | | | | | | | caused by LARGEFILE_SOURCE defined in C++, but not in C.
* | VERB3 log the process of load_crash_data_from_debug_dump.Karel Klic2010-08-191-1/+3
| |
* | DebugDump: add a method returning the directory nameKarel Klic2010-08-191-0/+2
|/
* enrich an exception with the dump directory path; it's useful for debuggingKarel Klic2010-08-191-1/+9
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-08-1926-352/+461
|\
| * daemon: make text detection fail on any file >64kDenys Vlasenko2010-08-181-0/+13
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * add lib/utils/abrt_curl.cpp to POTFILES.inDenys Vlasenko2010-08-181-0/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * abrt_curl: make HTTP uploads emit updatesDenys Vlasenko2010-08-181-2/+54
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtMichal Toman2010-08-182-4/+4
| |\
| | * assignment segfaults if right hand is a NULL pointerNikola Pajkovsky2010-08-182-4/+4
| | | | | | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * | get rid of exceptions in CDebugDump classMichal Toman2010-08-1812-255/+338
| |/
| * abrt_curl: better error msg if curl_formadd failsDenys Vlasenko2010-08-171-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * RHTSupport: add a status message to reduce user confusionDenys Vlasenko2010-08-171-0/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * *: move NLS include and #define _ to abrtlib.hDenys Vlasenko2010-08-1712-90/+47
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | rpm.c needs logging.h -> include itKarel Klic2010-08-191-0/+1
| |
* | include headers as neededKarel Klic2010-08-191-13/+19
| | | | | | | | synchronize function ordering with the header file
* | removed unneeded includesKarel Klic2010-08-191-7/+1
| |
* | logging.c needs read_write.h and xfuncs.h -> including themKarel Klic2010-08-191-81/+86
| | | | | | | | | | synchronize variable and function ordering with the header file fix indentation
* | logging.h does not need read_write.h and xfuncs.h -> removing the includesKarel Klic2010-08-191-16/+11
| | | | | | | | | | | | moved defines to the top of the file extern variable declarations grouped together removed declarations of nonexistent functions
* | needs logging.h -> include itKarel Klic2010-08-191-70/+78
| | | | | | | | | | synchronize the order of functions with the header file fix indentation
* | read_write.h does not need logging.h -> removing the includeKarel Klic2010-08-191-2/+0
| |
* | abrt_packages.h does not need xfuncs.h -> removing the includeKarel Klic2010-08-192-2/+2
|/ | | | abrt_packages.c needs xfuncs.h and logging.h -> including them
* forgot rename variable in GetSettings()Nikola Pajkovsky2010-08-171-4/+4
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Merge branch 'string'Nikola Pajkovsky2010-08-1710-355/+406
|\
| * get rid of std::string from rhtsupportNikola Pajkovsky2010-08-172-35/+52
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * get rid of std::string from loggerNikola Pajkovsky2010-08-172-27/+21
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * get rid of std::string from mailxNikola Pajkovsky2010-08-174-85/+87
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * fix double freeNikola Pajkovsky2010-08-171-1/+1
| | | | | | | | | | | | | | | | when add_comment() fails it's always fail in xmlrpc. So we should use throw_xml_fault() instead of throw_if_xml_fault_occurred() Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * get rid of std::string from bugzillaNikola Pajkovsky2010-08-175-207/+245
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | Update gitignoreKarel Klic2010-08-171-2/+2
| |
* | GUI: increase dbus timeout in Report() callDenys Vlasenko2010-08-171-2/+4
|/ | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* l10n: Updates to Arabic (ar) translationegydev2010-08-121-159/+176
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* GUI: make the bt viewer not-editable rhbz#621871Jiri Moskovcak2010-08-111-0/+2
|
* increased version to 1.1.14Jiri Moskovcak2010-08-112-2/+2
|
* l10n: Updates to Persian (fa) translationlashar2010-08-101-209/+288
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-08-101-25/+1
|\
| * forgot erase one funcion in rpm.cNikola Pajkovsky2010-08-101-25/+1
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | Update .gitignore with directory changesKarel Klic2010-08-101-10/+10
|/
* lower case direcotry(no code changed)Nikola Pajkovsky2010-08-10186-92/+95
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>