summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge branch 'master' of git://git.fedorahosted.org/git/abrtDaniel Novotny2009-08-2511-407/+205
| |\
| | * eliminate one-use class CDBusServer_adaptorDenys Vlasenko2009-08-259-390/+191
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * nuke unused variableDenys Vlasenko2009-08-251-5/+0
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * move to_string() helper to abrtlib.hDenys Vlasenko2009-08-252-12/+14
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | add new parameter to FileTransfer pluginDaniel Novotny2009-08-252-3/+24
| |/
| * remove CreateReport() method from server machinery; add comments about DBusDenys Vlasenko2009-08-259-114/+117
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * pass map_crash_report_t by const reference, not by valueDenys Vlasenko2009-08-2514-31/+34
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GUI: added first part of support for gettextJiri Moskovcak2009-08-252-0/+100
|/
* Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-08-248-15/+257
|\
| * separate DBus::Glib::BusDispatcher creating from CommLayerServerDBus creationDenys Vlasenko2009-08-243-9/+21
| | | | | | | | | | | | | | | | it's technically wrong to do it that way. It was not biting us because we were creating just one object, but it was also ugly. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-244-25/+25
| |\
| * | GUI: few improvements, to be more userfriendlyJiri Moskovcak2009-08-244-5/+235
| | |
| * | LOGGER: return valid uri of the log file on succesJiri Moskovcak2009-08-241-1/+1
| | |
* | | added support for updating abrt's tableZdenek Prikryl2009-08-242-6/+90
| | |
* | | added check for cc-list and reporter.Zdenek Prikryl2009-08-242-2/+40
| |/ |/| | | | | +1 is created iff reporter is somebody else and current user isn't in cc list.
* | trivial simplification: make LoadSettings() take char*, not string& paramDenys Vlasenko2009-08-244-25/+25
|/ | | | | | and some cosmetics... Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* typo fixesJiri Moskovcak2009-08-241-2/+2
|
* GUI: bring the GUI up to front instead of just blinking in taskbar (trac#60, ↵Jiri Moskovcak2009-08-242-2/+1
| | | | rhbz#512390)
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-241-4/+3
|\
| * Try to execute $bindir/abrt-gui, then fall back to $PATH search. Closes bug 65Denys Vlasenko2009-08-241-4/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | APPLET: added popup menu (trac#37, rhbz#518386)Jiri Moskovcak2009-08-244-5/+84
|/
* eliminate data duplication in Settings and MiddleWareDenys Vlasenko2009-08-243-47/+17
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* dismantle single-instance class CSettingsDenys Vlasenko2009-08-244-296/+224
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* convert two PluginManager member functions to non-member onesDenys Vlasenko2009-08-246-140/+142
| | | | | | some cleanups for previous commits included too Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* 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-215-171/+176
| | | | 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
|
* Fixed sigsegv (#rhbz 518609)Zdenek Prikryl2009-08-211-0/+1
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-215-8/+4
|\
| * 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-204-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GUI: removed dependency on libsexy if gtk2 >= 2.17Jiri Moskovcak2009-08-213-9/+12
|/
* Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-08-202-2/+2
|\
| * added python-sexy to requirementsJiri Moskovcak2009-08-201-1/+1
| |