summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Sending translation for Russianypoyarko2009-09-181-129/+135
|
* Sending translation for Germanhedda2009-09-181-133/+136
|
* Sending translation for Chinese (Traditional)tchuang2009-09-181-133/+138
|
* Sending translation for Hungarianzoltanh7212009-09-171-24/+37
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-09-1714-869/+833
|\
| * Sending translation for Spanishbeckerde2009-09-171-186/+157
| |
| * Sending translation for Dutchwarrink2009-09-171-126/+128
| |
| * Sending translation for Hungarianzoltanh7212009-09-171-189/+153
| |
| * factored out dbus init from CommLayerServerDBus.cpp to lib/Utils/abrt_dbus.cppDenys Vlasenko2009-09-178-195/+230
| | | | | | | | | | | | this will allow me to reuse this code for applet Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * new polkit action for installing debuginfo, default "yes"dnovotny2009-09-162-1/+12
| |
| * Sending translation for Portugueseruigo2009-09-171-172/+153
| |
* | GUI: added popup menu, fixed behaviour when run with root privsJiri Moskovcak2009-09-172-3/+41
|/ | | | | | - pop-up menu binded to right mouse button should be more user friendly - the background color was wrongly set when run as root because of wrong refence to liststore item
* local mergeNikola Pajkovsky2009-09-171-34/+0
|
* Merge branch 'master' into experimentalNikola Pajkovsky2009-09-178-50/+92
|\ | | | | | | | | Conflicts: po/pa.po
| * Move lib/Utils/DBusClientProxy.* to src/Applet/; do not link rpm to libABRTUtilsDenys Vlasenko2009-09-177-50/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As a result, we can drop these libs from libABRTUtils: libbz2.so.1 => /lib64/libbz2.so.1 (0x00007ff8934ef000) libdb-4.7.so => /lib64/libdb-4.7.so (0x00007ff8921ae000) libdbus-c++-1.so.0 => /usr/lib64/libdbus-c++-1.so.0 (0x00007ff895276000) libelf.so.1 => /usr/lib64/libelf.so.1 (0x00007ff8930c5000) liblua-5.1.so => /usr/lib64/liblua-5.1.so (0x00007ff892c7a000) liblzma.so.0 => /usr/lib64/liblzma.so.0 (0x00007ff892ea5000) libnspr4.so => /lib64/libnspr4.so (0x00007ff890ec2000) libnss3.so => /lib64/libnss3.so (0x00007ff892948000) libnssutil3.so => /lib64/libnssutil3.so (0x00007ff891505000) libplc4.so => /lib64/libplc4.so (0x00007ff891300000) libplds4.so => /lib64/libplds4.so (0x00007ff8910fd000) libpopt.so.0 => /lib64/libpopt.so.0 (0x00007ff89273f000) librpmio.so.0 => /usr/lib64/librpmio.so.0 (0x00007ff8954a8000) librpm.so.0 => /usr/lib64/librpm.so.0 (0x00007ff8956d9000) Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Sending translation for Punjabijassy2009-09-171-16/+15
| |
* | add dbus signalization when quota exceededNikola Pajkovsky2009-09-1738-3614/+4348
|/
* Added cleaning of attachment variable, so there should not be mixed ↵Zdenek Prikryl2009-09-171-0/+1
| | | | attachmetn anymore.
* fixed closing of debug dump in case of existing backtraceZdenek Prikryl2009-09-171-1/+2
|
* Sending translation for Chinese (Traditional)tchuang2009-09-171-51/+52
|
* Sending translation for Hungarianzoltanh7212009-09-171-230/+241
|
* remove C++ dbus glue in src/CLI; fix a bug in --reportDenys Vlasenko2009-09-178-524/+588
| | | | | | | Several kb of code removed. The nly remaining use of C++ glue is desktop applet. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* backtrace declared twicednovotny2009-09-161-1/+0
|
* merge correctiondnovotny2009-09-162-12/+6
|
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtdnovotny2009-09-1615-394/+456
|\ | | | | | | | | | | Conflicts: lib/Plugins/CCpp.cpp lib/Utils/Polkit.cpp
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-09-161-16/+15
| |\
| | * Sending translation for Brazilian Portugueseigor2009-09-161-16/+15
| | |
| * | moved g_type_init() to right placeJiri Moskovcak2009-09-161-1/+2
| |/
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-09-161-16/+15
| |\
| | * Sending translation for Polishraven2009-09-161-16/+15
| | |
| * | GUI: fixed crash setSettings crashJiri Moskovcak2009-09-161-1/+4
| |/
| * Sending translation for Gujaratiswkothar2009-09-161-18/+17
| |
| * Sending translation for Russianypoyarko2009-09-161-17/+16
| |
| * Sending translation for Koreaneukim2009-09-161-16/+15
| |
| * Sending translation for Portugueseruigo2009-09-151-36/+42
| |
| * Sending translation for Germankenda2009-09-151-44/+45
| |
| * Sending translation for Spanishbeckerde2009-09-151-17/+16
| |
| * add forgotten }Denys Vlasenko2009-09-151-0/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * reuse code, do not cut-n-pasteDenys Vlasenko2009-09-151-43/+13
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-09-151-16/+15
| |\
| | * Sending translation for Dutchwarrink2009-09-151-16/+15
| | |
| * | convert a few string& params to char*Denys Vlasenko2009-09-153-23/+23
| |/ | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * small correction to previous commit (forgot .debug suffix)Denys Vlasenko2009-09-151-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * initial code for better debuginfo installation.Denys Vlasenko2009-09-151-178/+221
| | | | | | | | | | | | | | For now, it skips debuginfo install step if all build-ids retrieved from coredump appear to already exist Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | added timeout to Polkit, added authorization check for debuginfo-installdnovotny2009-09-162-45/+72
|/
* added another form of checking Polkit rights: from PIDdnovotny2009-09-152-1/+42
|
* trailing whitespace removalDenys Vlasenko2009-09-151-8/+8
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trailing whitespace removedDenys Vlasenko2009-09-152-18/+18
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* unify CommLayer, MiddleWare and Utils into UtilsDenys Vlasenko2009-09-1523-124/+82
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Sending translation for Finnishvpv2009-09-151-89/+117
|