summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* hardcode CPluginManager constructor's parameters, they are constantDenys Vlasenko2009-08-243-21/+7
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* eliminate class DynamicLybrary by folding it into class ABRTPluginDenys Vlasenko2009-08-246-139/+21
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move CSettings::inner_types out of class CSettings. They are generic typesDenys Vlasenko2009-08-244-33/+32
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move CMiddleWare initialized/finalizer into its sole userDenys Vlasenko2009-08-243-30/+18
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* simplifications by exposing g_pPluginManagerDenys Vlasenko2009-08-244-99/+37
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* class CMiddleWare no longer exists, it's a set of functions and lone data ↵Denys Vlasenko2009-08-245-337/+300
| | | | | | member now Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* start dismantling singe-instance class MiddleWareDenys Vlasenko2009-08-246-110/+113
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make some variables local; rename a few typedefsDenys Vlasenko2009-08-245-32/+26
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* cleanup (m_XXX -> g_XXX renames and the like)Denys Vlasenko2009-08-215-109/+96
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move most of CCrashWatcher's init/deinit into daemon's main()Denys Vlasenko2009-08-213-171/+135
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* at Jirka's request, restore setup where CCrashWatcher has its own source filesDenys Vlasenko2009-08-214-612/+667
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Daemon.cpp: eliminate a few auxiliary struct fields we no longer needDenys Vlasenko2009-08-211-30/+24
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Daemon.cpp: convert CCrashWatcher members functions to staticsDenys Vlasenko2009-08-211-50/+44
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Daemon.cpp: convert CCrashWatcher inner structs and some functions into staticsDenys Vlasenko2009-08-211-69/+67
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Daemon.cpp: simplify waiting for the TERM/INT signalDenys Vlasenko2009-08-211-82/+40
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Daemon.cpp: convert CCrashWatcher members to static variablesDenys Vlasenko2009-08-211-60/+52
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* expand CCrashwatcher::Run() so that we can report success laterDenys Vlasenko2009-08-211-10/+6
| | | | | | more chances to detect a problem in abrt daemon init... Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move class CCrashWatcher into daemon.cppDenys Vlasenko2009-08-214-1106/+1056
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Improved report resultsZdenek Prikryl2009-08-211-7/+13
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-214-7/+347
|\
| * 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
|