summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * src/Daemon/Daemon.cpp: the lone crash watcher object can live on stackDenys Vlasenko2009-08-201-7/+3
| | | | | | | | | | | | no logic changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * move lib/CommLayer/DBusServerProxy.{h,cpp} to src/Daemon/. No code changes.Denys Vlasenko2009-08-203-0/+344
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GUI: removed dependency on libsexy if gtk2 >= 2.17Jiri Moskovcak2009-08-212-8/+9
|/
* fixed signature checkZdenek Prikryl2009-08-201-3/+7
|
* Comment cannot start in the middle of the line.Zdenek Prikryl2009-08-202-10/+5
| | | | Comment has to start by Char # (first char in the line)
* new version, small fixes to guiJiri Moskovcak2009-08-201-1/+3
|
* Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-08-201-1/+1
|\
| * added dialogs.GtkBuilder to makefile.amJiri Moskovcak2009-08-201-1/+1
| |
* | MiddleWare, Bugzilla: create new component file. Can be used in reportingZdenek Prikryl2009-08-201-37/+54
|/ | | | MiddleWare: fixed reporting according package name
* GUI: added horizontal scrolling to report windowJiri Moskovcak2009-08-201-1/+1
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-201-1/+1
|\
| * Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-08-201-1/+1
| |\
| * | Renamed to new option's name.Zdenek Prikryl2009-08-201-1/+1
| | |
* | | GUI: added clickable link to "after report" status windowJiri Moskovcak2009-08-204-16/+155
| |/ |/|
* | abrt-giu: tooltip is "View and report application crashes" nowDenys Vlasenko2009-08-201-1/+1
|/ | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* added default falues for abrt daemonZdenek Prikryl2009-08-202-2/+7
|
* move lib/CommLayer/CommLayerServer*.{h,cpp} to src/Daemon/, the sole userDenys Vlasenko2009-08-197-0/+554
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove unused src/Daemon/DBusCommon.hDenys Vlasenko2009-08-192-33/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* explain EnableGPGCheck option betterDenys Vlasenko2009-08-191-1/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: nicer after report messageJiri Moskovcak2009-08-192-1/+9
|
* minimum timeout is 1 secondZdenek Prikryl2009-08-181-1/+1
|
* in case of plugin error, don't delete debug dumpsZdenek Prikryl2009-08-183-2/+10
|
* abrt-gui: fix crash when run by rootDenys Vlasenko2009-08-181-1/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace cleanup, no code changesDenys Vlasenko2009-08-1815-138/+138
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-181-1/+1
|\
| * Bump version to 0.0.6Denys Vlasenko2009-08-171-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GUI now show the status window after report to let user know how did it go.Jiri Moskovcak2009-08-1711-25/+122
|/
* added support for storing results from reporters (used from gui)Zdenek Prikryl2009-08-143-7/+27
|
* fixed getting plugin's settingsZdenek Prikryl2009-08-141-5/+4
|
* .abrt directory in $HOME is created if it doesn't existZdenek Prikryl2009-08-141-2/+31
|
* created conf file has uid,gid of an userZdenek Prikryl2009-08-141-1/+9
|
* Make Python and Bugzilla plugins to be enabled by default.Jiri Moskovcak2009-08-121-2/+3
|
* GUI: Changes in plugin's settings are now savedJiri Moskovcak2009-08-123-1/+20
|
* DBUS: exposed method SetPluginSettingsJiri Moskovcak2009-08-122-0/+17
|
* PYHOOK: fixed exception re-throwing and deprecation warning (use hashlib ↵Jiri Moskovcak2009-08-121-4/+4
| | | | instead of md5)
* added comment charZdenek Prikryl2009-08-111-1/+1
|
* removed debug printsZdenek Prikryl2009-08-111-2/+0
|
* Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-08-111-2/+2
|\
| * PYHOOK: UID is handled as integerJiri Moskovcak2009-08-111-2/+2
| |
* | moved LoadSettings from plugins into PluginManagerZdenek Prikryl2009-08-116-51/+186
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-111-57/+65
|\
| * dumpoops, fix the styleAnton Arapov2009-08-111-57/+65
| |
* | GUI: Added option to disable/enable plugins (config preview)Jiri Moskovcak2009-08-1110-23/+563
| |
* | DBUS: exposed methods Un/RegisterPluginJiri Moskovcak2009-08-112-0/+35
|/
* DBUS: added new method to get plugin settingsJiri Moskovcak2009-08-102-0/+17
|
* fix compile-time warnings.Denys Vlasenko2009-08-093-4/+11
| | | | | | | One fix (in CCrashWatcher::GetPluginsInfo) needs closer look, others are "trivially correct" Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* style fixes, no code changesDenys Vlasenko2009-08-092-6/+7
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* replace string memebers of plugin_info_t with const char*Denys Vlasenko2009-08-072-62/+66
| | | | | | | | | | Since they are constant, and we never ever want to change them, there is no benefit in having them as strings. This change removes one global data object's constructor and destructor from every applet .so module. 6k less code. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* simplify logging by removing CCommLayerInner classDenys Vlasenko2009-08-072-4/+1
| | | | | | | | It had single use site. The class itself is trivial, it just passed messages down to an CObserver. Now we pass messages directly to an CObserver. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* preparatory cleanupsDenys Vlasenko2009-08-071-9/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>