| Commit message (Expand) | Author | Age | Files | Lines |
* | unify CommLayer, MiddleWare and Utils into Utils | Denys Vlasenko | 2009-09-15 | 4 | -31/+34 |
* | moake one sfunction static; style fixes | Denys Vlasenko | 2009-09-14 | 2 | -14/+13 |
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | dnovotny | 2009-09-14 | 8 | -14/+57 |
|\ |
|
| * | APPLET: fixed licence wrapping | Jiri Moskovcak | 2009-09-14 | 2 | -4/+6 |
| * | oops... remove stray trailing '\' | Denys Vlasenko | 2009-09-14 | 1 | -2/+2 |
| * | move lib/CommLayer/CommLayerClientDBus.{h,cpp) -> src/CLI | Denys Vlasenko | 2009-09-14 | 5 | -9/+46 |
| * | disabled sanitize_dump_dir_rights() in daemon, as it conflicts with python hook | Jiri Moskovcak | 2009-09-14 | 1 | -1/+5 |
* | | Polkit moved to Utils (can be used both in daemon and plugins) | dnovotny | 2009-09-14 | 3 | -107/+3 |
|/ |
|
* | Fixed geting results from reporters | Zdenek Prikryl | 2009-09-11 | 1 | -5/+5 |
* | GUI: added missing tooltips | Jiri Moskovcak | 2009-09-10 | 1 | -0/+2 |
* | fixed polkit to remember the autorization | Jiri Moskovcak | 2009-09-10 | 3 | -31/+12 |
* | fix the bug where lock file was not removed | Denys Vlasenko | 2009-09-09 | 2 | -15/+6 |
* | GUI: more global settings (still "read-only") | Jiri Moskovcak | 2009-09-09 | 5 | -88/+593 |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-09-09 | 4 | -2/+70 |
|\ |
|
| * | call the new wrapper functions for register/unregister plugins in DBUS layer | dnovotny | 2009-09-09 | 1 | -2/+4 |
| * | added dbus wrappers for register/unregister plugin | dnovotny | 2009-09-09 | 3 | -0/+66 |
* | | PYHOOK: ignore KeyboardInterrupt exception | Jiri Moskovcak | 2009-09-09 | 1 | -0/+3 |
* | | made ABRTPlugin more verbose | Jiri Moskovcak | 2009-09-09 | 1 | -1/+1 |
|/ |
|
* | minor build fixes | Jiri Moskovcak | 2009-09-09 | 1 | -1/+1 |
* | abrtd: check, and change if necessary, mode and owner on the dump dir | Denys Vlasenko | 2009-09-09 | 1 | -3/+20 |
* | Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrt | Denys Vlasenko | 2009-09-09 | 1 | -0/+3 |
|\ |
|
| * | inclusion of the policy file in the rpm package | dnovotny | 2009-09-09 | 1 | -0/+3 |
* | | styple fixes to polkit code, no code changes | Denys Vlasenko | 2009-09-09 | 3 | -37/+37 |
|/ |
|
* | added polkit security check in SetSettings | dnovotny | 2009-09-09 | 4 | -3/+20 |
* | add polkit to compilation | danny | 2009-09-08 | 3 | -5/+6 |
* | Small fix in logging | Denys Vlasenko | 2009-09-08 | 1 | -1/+1 |
* | whitespace fix | Denys Vlasenko | 2009-09-08 | 1 | -1/+1 |
* | remove unused Error() methods and dbus signals. | Denys Vlasenko | 2009-09-08 | 6 | -22/+3 |
* | make Warning, Error and Update send unicast dbus messages | Denys Vlasenko | 2009-09-08 | 7 | -60/+53 |
* | style fixes, trivial code changes only | Denys Vlasenko | 2009-09-08 | 1 | -3/+7 |
* | typo corrected | Denys Vlasenko | 2009-09-08 | 1 | -1/+1 |
* | Daemon.cpp: improve dbus API doc in comments. no code changes | Denys Vlasenko | 2009-09-08 | 1 | -3/+19 |
* | abrtd: eliminate g_pending_jobs[] map and all corresponding TODOs :) | Denys Vlasenko | 2009-09-08 | 10 | -105/+114 |
* | build fixes | Jiri Moskovcak | 2009-09-08 | 1 | -1/+1 |
* | Added forgotten file | Jiri Moskovcak | 2009-09-08 | 1 | -0/+88 |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-09-08 | 10 | -69/+68 |
|\ |
|
| * | abrtd: remove unused AnalyzeComplete dbus signal | Denys Vlasenko | 2009-09-08 | 5 | -19/+0 |
| * | preparatory work for proper (i.e. unicast) server->client dbus communication | Denys Vlasenko | 2009-09-07 | 4 | -11/+30 |
| * | correct g_pending_jobs' type; eliminate redundant string passing | Denys Vlasenko | 2009-09-07 | 8 | -42/+41 |
* | | GUI: added UI for global settings (just preview, not usable!) | Jiri Moskovcak | 2009-09-08 | 8 | -9/+299 |
|/ |
|
* | use CRPM class only in MiddleWare.cpp | Denys Vlasenko | 2009-09-07 | 4 | -16/+15 |
* | PluginManager.cpp: small optimization: don't search twice in containers | Denys Vlasenko | 2009-09-07 | 1 | -30/+43 |
* | add comment about VERBn macros | Denys Vlasenko | 2009-09-07 | 1 | -0/+4 |
* | abrtd: make it verbose only on -v[vvvv] | Denys Vlasenko | 2009-09-04 | 1 | -39/+45 |
* | typedef cleanup. no code changes | Denys Vlasenko | 2009-09-04 | 7 | -39/+38 |
* | abrtd: move FindNewDumps() out of init section | Denys Vlasenko | 2009-09-04 | 1 | -16/+19 |
* | abrtd: much more extensive logging at start. to be hidden under -v later | Denys Vlasenko | 2009-09-04 | 3 | -46/+86 |
* | abrtd: additional logging on initialization failure | Denys Vlasenko | 2009-09-04 | 1 | -2/+10 |
* | APPLET: small fix | Jiri Moskovcak | 2009-09-04 | 1 | -2/+2 |
* | APPLET: added about dialog, removed popup, if icon is not visible, fixed (tra... | Jiri Moskovcak | 2009-09-04 | 4 | -38/+173 |