summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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
* | | Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-10-143-34/+44
|\| |
| * | lib/Plugins/CCpp.cpp: fixing a wrong applied patch...Denys Vlasenko2009-10-131-8/+11
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | lib/Plugins/CCpp.cpp: add build-ids to backtraceDenys Vlasenko2009-10-131-5/+9
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-10-132-25/+29
| |\ \
| | * | lib/Plugins/CCpp.cpp: do not use temp file for gdb commands - use -ex CMD ↵Denys Vlasenko2009-10-132-25/+29
| | | | | | | | | | | | | | | | | | | | | | | | instead Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | | small fix in guiJiri Moskovcak2009-10-131-4/+3
| |/ /
* | | Bash completion installed during "make install"Karel Klic2009-10-131-0/+3
| | |
* | | Better name for the bash completion scriptKarel Klic2009-10-131-0/+0
| | |
* | | Initial bash completition file for abrt-cliKarel Klic2009-10-131-0/+34
| | |
* | | Manpage registered in autotools.Karel Klic2009-10-131-0/+6
|/ /
* | GUI: added refresh button, added sanity check to plugin settingsJiri Moskovcak2009-10-136-40/+237
| | | | | | | | | | | | | | | | | | - added refresh button to reporter dialog, so user can "recreate" the backtrace after he install the necessary debuginfos - gui will warn the user if he tries to ue reporter which requires login/password and if those are not filled properly (next step is to implement test_settings() into plugins, so we can test if the settings are ok before we try to report something)
* | manual mergeJiri Moskovcak2009-10-131-1/+1
| |
* | Initial man page for abrt-cliKarel Klic2009-10-121-0/+36
| |
* | Added --version, -V, --help, -? options. Fixed crash caused by unknown option.Karel Klic2009-10-121-39/+79
| |
* | Date/time honors current system localeKarel Klic2009-10-121-2/+2
| |
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-10-1233-1015/+1042
|\ \
| * | Sending translation for Japanesehyuuga2009-10-111-200/+203
| | |
| * | Sending translation for Spanishbeckerde2009-10-091-25/+27
| | |
| * | Sending translation for Finnishvpv2009-10-091-200/+205
| |/
| * CCpp analyser: log executing of children; comment about pk-debuginfo-istallDenys Vlasenko2009-10-091-1/+34
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Sending translation for Bengali (India)runab2009-10-091-39/+41
| |
| * removed JobStarted signal; fixed a small bug in build-id scanning codeDenys Vlasenko2009-10-097-25/+7
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>