summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-10-221-2/+2
|\ \ \ \ \
| * | | | | parameters passed as const string &dnovotny2009-10-131-2/+2
| | | | | |
* | | | | | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-10-228-44/+264
|\| | | | |
| * | | | | a little changednovotny2009-10-131-1/+0
| | | | | |
| * | | | | added backtrace ratingdnovotny2009-10-131-0/+84
| | | | | |
| * | | | | Fixed make rpmKarel Klic2009-10-221-1/+1
| | | | | |
| * | | | | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-10-2212-206/+237
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Added abrt-pyhook-helper to the spec file.Karel Klic2009-10-221-0/+1
| | | | | |
| * | | | | Initial implementation of abrt-pyhook-helperKarel Klic2009-10-225-43/+179
| | | | | |
* | | | | | GUI: make the newest dump selectedJiri Moskovcak2009-10-221-1/+2
| |/ / / / |/| | | |
* | | | | Sending translation for Spanishbeckerde2009-10-221-16/+23
| | | | |
* | | | | abrtd: remove accesses to ~user/.abrtDenys Vlasenko2009-10-222-73/+82
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | | | | optimizationsDenys Vlasenko2009-10-222-19/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | | | | Sending translation for Brazilian Portugueseigor2009-10-211-38/+47
| |_|_|/ |/| | |
* | | | Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-10-211-1/+10
|\ \ \ \
| * | | | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-10-213-23/+27
| |\| | |
| * | | | - fixed case when root couldn't properly report others bugsJiri Moskovcak2009-10-211-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - if root reports other bugs the SetReported() failed because it was looking for dump using UUID and UID which doesn't work for root, so I changed it to use only UUID if abrt-gui is run by root
* | | | | fix warning and whitespace damageDenys Vlasenko2009-10-216-59/+58
| |/ / / |/| | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | | | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-10-212-17/+26
|\| | |
| * | | lib/Plugins/CCpp.cpp: add a workaround for gdb bugDenys Vlasenko2009-10-211-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | | Sending translation for Dutchwarrink2009-10-211-17/+21
| | | |
* | | | Added abrt-cli manpage and completion script to the spec file.Karel Klic2009-10-211-0/+2
| | | |
* | | | Use defines instead of strings where possible.Karel Klic2009-10-212-23/+25
|/ / /
* | | Sending translation for Danishkristho2009-10-211-66/+77
| | |
* | | Tell user about sending the report.Karel Klic2009-10-201-0/+6
| | |
* | | Inform whether some changes were detected in the crash report.Karel Klic2009-10-201-24/+84
| | |
* | | More comments.Karel Klic2009-10-201-4/+10
| | |
* | | new_call_msg and send_get_reply_and_unref made staticKarel Klic2009-10-202-4/+2
| | |
* | | Print error on unlink failure.Karel Klic2009-10-201-1/+2
| | |
* | | Code comments. Better UI texts.Karel Klic2009-10-201-27/+31
| | |
* | | Manpage documents environment variable usage.Karel Klic2009-10-201-3/+9
| | |
* | | Ignore cscope database for sources.Karel Klic2009-10-201-0/+1
| | |
* | | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-10-202-11/+252
|\ \ \
| * | | abrt-debuginfo-install: expand docDenys Vlasenko2009-10-191-8/+15
| | | | | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | | revert abrt-debuginfo-install usage for nowDenys Vlasenko2009-10-191-3/+195
| | | | | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | | abrt-debuginfo-install: add mini-docDenys Vlasenko2009-10-191-8/+50
| | | | | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | | | Initial implementation of crash report editor. Splitted CLI.cpp into ↵Karel Klic2009-10-208-220/+657
| | | | | | | | | | | | | | | | multiple files for clarity.
* | | | Allow abrt_dbus.h to be included multiple times.Karel Klic2009-10-201-0/+5
| | | |
* | | | Do not ignore .po files because they belong to the repository.Karel Klic2009-10-201-1/+0
| | | |
* | | | Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-10-199-173/+266
|\| | |
| * | | wire up abrt-debuginfo-install to lib/Plugins/CCpp.cppDenys Vlasenko2009-10-192-144/+72
| | | | | | | | | | | | | | | | | | | | | | | | Tested. Seems to work better than what we had before. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | | adding abrt-debuginfo-install scriptDenys Vlasenko2009-10-164-2/+141
| | | | | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | | lib/Plugins/CCpp.cpp: fix a bug with detecting missing debuginfosDenys Vlasenko2009-10-163-7/+7
| | | | | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | | Added changelog0.0.10Jiri Moskovcak2009-10-151-1/+25
| | | |
| * | | lib/Plugins/CCpp.cpp: log polkit_check_authorization failuresDenys Vlasenko2009-10-151-23/+17
| | | | | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-10-151-5/+13
| |\ \ \
| | * | | better logging of execv parametersDenys Vlasenko2009-10-151-5/+13
| | | |/ | | |/| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | | made polkit policy to be more permissiveJiri Moskovcak2009-10-151-2/+2
| | | | | | | | | | | | | | | | - debuginfo install only worked under root
| * | | new versionJiri Moskovcak2009-10-132-3/+3
| |/ /
* | | ABRTSocket renamed DisConnect to Disconnect, CLI added localization support ↵Karel Klic2009-10-194-62/+169
| | | | | | | | | | | | and commandline editor work in progress