| Commit message (Expand) | Author | Age | Files | Lines |
| * | src/Daemon/Daemon.cpp: the lone crash watcher object can live on stack | Denys Vlasenko | 2009-08-20 | 1 | -7/+3 |
| * | move lib/CommLayer/DBusServerProxy.{h,cpp} to src/Daemon/. No code changes. | Denys Vlasenko | 2009-08-20 | 3 | -0/+344 |
| * | fixed signature check | Zdenek Prikryl | 2009-08-20 | 1 | -3/+7 |
| * | Comment cannot start in the middle of the line. | Zdenek Prikryl | 2009-08-20 | 2 | -10/+5 |
| * | new version, small fixes to gui | Jiri Moskovcak | 2009-08-20 | 1 | -1/+3 |
| * | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-08-20 | 1 | -1/+1 |
| |\ |
|
| | * | added dialogs.GtkBuilder to makefile.am | Jiri Moskovcak | 2009-08-20 | 1 | -1/+1 |
| * | | MiddleWare, Bugzilla: create new component file. Can be used in reporting | Zdenek Prikryl | 2009-08-20 | 1 | -37/+54 |
| |/ |
|
| * | GUI: added horizontal scrolling to report window | Jiri Moskovcak | 2009-08-20 | 1 | -1/+1 |
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-08-20 | 1 | -1/+1 |
| |\ |
|
| | * | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-08-20 | 1 | -1/+1 |
| | |\ |
|
| | * | | Renamed to new option's name. | Zdenek Prikryl | 2009-08-20 | 1 | -1/+1 |
| * | | | GUI: added clickable link to "after report" status window | Jiri Moskovcak | 2009-08-20 | 4 | -16/+155 |
| | |/
|/| |
|
| * | | abrt-giu: tooltip is "View and report application crashes" now | Denys Vlasenko | 2009-08-20 | 1 | -1/+1 |
| |/ |
|
| * | added default falues for abrt daemon | Zdenek Prikryl | 2009-08-20 | 2 | -2/+7 |
| * | move lib/CommLayer/CommLayerServer*.{h,cpp} to src/Daemon/, the sole user | Denys Vlasenko | 2009-08-19 | 7 | -0/+554 |
| * | remove unused src/Daemon/DBusCommon.h | Denys Vlasenko | 2009-08-19 | 2 | -33/+0 |
| * | explain EnableGPGCheck option better | Denys Vlasenko | 2009-08-19 | 1 | -1/+2 |
| * | GUI: nicer after report message | Jiri Moskovcak | 2009-08-19 | 2 | -1/+9 |
| * | minimum timeout is 1 second | Zdenek Prikryl | 2009-08-18 | 1 | -1/+1 |
| * | in case of plugin error, don't delete debug dumps | Zdenek Prikryl | 2009-08-18 | 3 | -2/+10 |
| * | abrt-gui: fix crash when run by root | Denys Vlasenko | 2009-08-18 | 1 | -1/+3 |
| * | whitespace cleanup, no code changes | Denys Vlasenko | 2009-08-18 | 15 | -138/+138 |
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-08-18 | 1 | -1/+1 |
| |\ |
|
| | * | Bump version to 0.0.6 | Denys Vlasenko | 2009-08-17 | 1 | -1/+1 |
| * | | GUI now show the status window after report to let user know how did it go. | Jiri Moskovcak | 2009-08-17 | 11 | -25/+122 |
| |/ |
|
| * | added support for storing results from reporters (used from gui) | Zdenek Prikryl | 2009-08-14 | 3 | -7/+27 |
| * | fixed getting plugin's settings | Zdenek Prikryl | 2009-08-14 | 1 | -5/+4 |
| * | .abrt directory in $HOME is created if it doesn't exist | Zdenek Prikryl | 2009-08-14 | 1 | -2/+31 |
| * | created conf file has uid,gid of an user | Zdenek Prikryl | 2009-08-14 | 1 | -1/+9 |
| * | Make Python and Bugzilla plugins to be enabled by default. | Jiri Moskovcak | 2009-08-12 | 1 | -2/+3 |
| * | GUI: Changes in plugin's settings are now saved | Jiri Moskovcak | 2009-08-12 | 3 | -1/+20 |
| * | DBUS: exposed method SetPluginSettings | Jiri Moskovcak | 2009-08-12 | 2 | -0/+17 |
| * | PYHOOK: fixed exception re-throwing and deprecation warning (use hashlib inst... | Jiri Moskovcak | 2009-08-12 | 1 | -4/+4 |
| * | added comment char | Zdenek Prikryl | 2009-08-11 | 1 | -1/+1 |
| * | removed debug prints | Zdenek Prikryl | 2009-08-11 | 1 | -2/+0 |
| * | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-08-11 | 1 | -2/+2 |
| |\ |
|
| | * | PYHOOK: UID is handled as integer | Jiri Moskovcak | 2009-08-11 | 1 | -2/+2 |
| * | | moved LoadSettings from plugins into PluginManager | Zdenek Prikryl | 2009-08-11 | 6 | -51/+186 |
| |/ |
|
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-08-11 | 1 | -57/+65 |
| |\ |
|
| | * | dumpoops, fix the style | Anton Arapov | 2009-08-11 | 1 | -57/+65 |
| * | | GUI: Added option to disable/enable plugins (config preview) | Jiri Moskovcak | 2009-08-11 | 10 | -23/+563 |
| * | | DBUS: exposed methods Un/RegisterPlugin | Jiri Moskovcak | 2009-08-11 | 2 | -0/+35 |
| |/ |
|
| * | DBUS: added new method to get plugin settings | Jiri Moskovcak | 2009-08-10 | 2 | -0/+17 |
| * | fix compile-time warnings. | Denys Vlasenko | 2009-08-09 | 3 | -4/+11 |
| * | style fixes, no code changes | Denys Vlasenko | 2009-08-09 | 2 | -6/+7 |
| * | replace string memebers of plugin_info_t with const char* | Denys Vlasenko | 2009-08-07 | 2 | -62/+66 |
| * | simplify logging by removing CCommLayerInner class | Denys Vlasenko | 2009-08-07 | 2 | -4/+1 |
| * | preparatory cleanups | Denys Vlasenko | 2009-08-07 | 1 | -9/+9 |
| * | Split real code from lib/MiddleWare/Plugin.h into Plugin.cpp. | Denys Vlasenko | 2009-08-07 | 1 | -1/+1 |