summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* moake one sfunction static; style fixesDenys Vlasenko2009-09-142-14/+13
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtdnovotny2009-09-148-14/+57
|\
| * APPLET: fixed licence wrappingJiri Moskovcak2009-09-142-4/+6
| |
| * oops... remove stray trailing '\'Denys Vlasenko2009-09-141-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * move lib/CommLayer/CommLayerClientDBus.{h,cpp) -> src/CLIDenys Vlasenko2009-09-145-9/+46
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * disabled sanitize_dump_dir_rights() in daemon, as it conflicts with python hookJiri Moskovcak2009-09-141-1/+5
| |
* | Polkit moved to Utils (can be used both in daemon and plugins)dnovotny2009-09-143-107/+3
|/
* Fixed geting results from reportersZdenek Prikryl2009-09-111-5/+5
|
* GUI: added missing tooltipsJiri Moskovcak2009-09-101-0/+2
|
* fixed polkit to remember the autorizationJiri Moskovcak2009-09-103-31/+12
|
* fix the bug where lock file was not removedDenys Vlasenko2009-09-092-15/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: more global settings (still "read-only")Jiri Moskovcak2009-09-095-88/+593
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-09-094-2/+70
|\
| * call the new wrapper functions for register/unregister plugins in DBUS layerdnovotny2009-09-091-2/+4
| |
| * added dbus wrappers for register/unregister plugindnovotny2009-09-093-0/+66
| |
* | PYHOOK: ignore KeyboardInterrupt exceptionJiri Moskovcak2009-09-091-0/+3
| |
* | made ABRTPlugin more verboseJiri Moskovcak2009-09-091-1/+1
|/
* minor build fixesJiri Moskovcak2009-09-091-1/+1
|
* abrtd: check, and change if necessary, mode and owner on the dump dirDenys Vlasenko2009-09-091-3/+20
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-09-091-0/+3
|\
| * inclusion of the policy file in the rpm packagednovotny2009-09-091-0/+3
| |
* | styple fixes to polkit code, no code changesDenys Vlasenko2009-09-093-37/+37
|/ | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* added polkit security check in SetSettingsdnovotny2009-09-094-3/+20
|
* add polkit to compilationdanny2009-09-083-5/+6
|
* Small fix in loggingDenys Vlasenko2009-09-081-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace fixDenys Vlasenko2009-09-081-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove unused Error() methods and dbus signals.Denys Vlasenko2009-09-086-22/+3
| | | | | | I guess it turned out Warning() works just fine. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make Warning, Error and Update send unicast dbus messagesDenys Vlasenko2009-09-087-60/+53
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* style fixes, trivial code changes onlyDenys Vlasenko2009-09-081-3/+7
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* typo correctedDenys Vlasenko2009-09-081-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Daemon.cpp: improve dbus API doc in comments. no code changesDenys Vlasenko2009-09-081-3/+19
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: eliminate g_pending_jobs[] map and all corresponding TODOs :)Denys Vlasenko2009-09-0810-105/+114
| | | | | | | | | | -6k: text data bss dec hexfilename 194741 2656 2384 199781 30c65abrt.t1/abrt-0.0.8.5/src/Daemon/.libs/abrtd 188316 2648 2320 193284 2f304abrt.t2/abrt-0.0.8.5/src/Daemon/.libs/abrtd Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* build fixesJiri Moskovcak2009-09-081-1/+1
|
* Added forgotten fileJiri Moskovcak2009-09-081-0/+88
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-09-0810-69/+68
|\
| * abrtd: remove unused AnalyzeComplete dbus signalDenys Vlasenko2009-09-085-19/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * preparatory work for proper (i.e. unicast) server->client dbus communicationDenys Vlasenko2009-09-074-11/+30
| | | | | | | | | | | | | | | | + /* send unicast dbus signal */ + if (!dbus_message_set_destination(msg, pDest)) + die_out_of_memory(); Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * correct g_pending_jobs' type; eliminate redundant string passingDenys Vlasenko2009-09-078-42/+41
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GUI: added UI for global settings (just preview, not usable!)Jiri Moskovcak2009-09-088-9/+299
|/
* use CRPM class only in MiddleWare.cppDenys Vlasenko2009-09-074-16/+15
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* PluginManager.cpp: small optimization: don't search twice in containersDenys Vlasenko2009-09-071-30/+43
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add comment about VERBn macrosDenys Vlasenko2009-09-071-0/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: make it verbose only on -v[vvvv]Denys Vlasenko2009-09-041-39/+45
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* typedef cleanup. no code changesDenys Vlasenko2009-09-047-39/+38
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: move FindNewDumps() out of init sectionDenys Vlasenko2009-09-041-16/+19
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: much more extensive logging at start. to be hidden under -v laterDenys Vlasenko2009-09-043-46/+86
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: additional logging on initialization failureDenys Vlasenko2009-09-041-2/+10
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* APPLET: small fixJiri Moskovcak2009-09-041-2/+2
|
* APPLET: added about dialog, removed popup, if icon is not visible, fixed ↵Jiri Moskovcak2009-09-044-38/+173
| | | | | | | | (trac#43) It was confusing for some users, that the applet didn't have any description If the status icon wasn't visible (embedded in tray) the popup was shown in the wrong place Applet isn't shown if GUI is running (trac#43).
* Settings.cpp: small fix in .conf saving error reporting; whitespace fixesDenys Vlasenko2009-09-031-48/+50
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>