summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix file header.Karel Klic2009-11-091-1/+1
|
* GetPluginsInfo implementationKarel Klic2009-11-092-1/+26
|
* Fixed make rpmKarel Klic2009-10-221-1/+1
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-10-229-151/+157
|\
| * 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>
| * fix warning and whitespace damageDenys Vlasenko2009-10-216-59/+58
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Initial implementation of abrt-pyhook-helperKarel Klic2009-10-224-43/+178
|/
* Use defines instead of strings where possible.Karel Klic2009-10-212-23/+25
|
* 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
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-10-201-8/+57
|\
| * abrt-debuginfo-install: expand docDenys Vlasenko2009-10-191-8/+15
| | | | | | | | 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.
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-10-196-8/+186
|\|
| * wire up abrt-debuginfo-install to lib/Plugins/CCpp.cppDenys Vlasenko2009-10-191-11/+51
| | | | | | | | | | | | 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-163-2/+140
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * lib/Plugins/CCpp.cpp: fix a bug with detecting missing debuginfosDenys Vlasenko2009-10-162-4/+4
| | | | | | | | 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
* | 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-142-5/+5
|\|
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-10-131-1/+2
| |\
| | * lib/Plugins/CCpp.cpp: do not use temp file for gdb commands - use -ex CMD ↵Denys Vlasenko2009-10-131-1/+2
| | | | | | | | | | | | | | | | | | 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)
* 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-1213-95/+102
|\
| * removed JobStarted signal; fixed a small bug in build-id scanning codeDenys Vlasenko2009-10-096-24/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * *: add "force" param to CreateReport dbus call. If !0, regenerates backtraceDenys Vlasenko2009-10-097-18/+31
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * GUI: added option to show password in plugin settings guiJiri Moskovcak2009-10-081-0/+14
| | | | | | | | | | | | - if there is an entry with visibility set to False and toggle button called the same name as entry, we make the toggle button to reveal the password in respective entry
| * GUI: fixed report cells editing rhbz#527763Jiri Moskovcak2009-10-081-2/+5
| | | | | | | | | | - changed cell behavior, so now it remembers the text even on "focus-out" and forgets the new text only if escape is pressed
| * abrt-gui: make it safe wrt abrtd restartsDenys Vlasenko2009-10-071-53/+39
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * fixed saving/reading user configJiri Moskovcak2009-10-071-0/+12
| | | | | | | | | | | | | | - if user changes else then the password, the keyring was duped and the next time the old one was returned, so we need to make sure that the keyring is only updated (so far by removing the old one and creating a new one)
* | abrt->abrtd in Usage msgKarel Klic2009-10-071-1/+1
|/
* rename abrt.8 to abrtd.8Denys Vlasenko2009-10-062-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* small code fixes, no logic changesJiri Moskovcak2009-10-061-2/+2
| | | | | - has_key has been deprecated, so I removed it to avoid deprecation warning
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-10-061-1/+4
|\
| * Fix Bug 526220 - [abrt] crash detected in abrt-gui-0.0.9-2.fc12Denys Vlasenko2009-10-061-1/+4
| | | | | | | | | | | | Caused by lack of sanity checking on .conf contents... Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>