summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* GUI: fix button order in question_dialogJiri Moskovcak2009-11-201-1/+3
* do not report uid resolution error as *error*; report UID -1 as "N/A"Denys Vlasenko2009-11-201-4/+6
* GUI: don't read the g-k every time we want to use the settingJiri Moskovcak2009-11-202-2/+6
* GUI: survive if g-k access is denied rhbz#534171Jiri Moskovcak2009-11-201-0/+2
* include more info into oops (we were losing the stack dump)Denys Vlasenko2009-11-191-1/+6
* fix small bug where we use value first and *then* check for its validityDenys Vlasenko2009-11-191-1/+6
* fix small bug in plugin loading codeDenys Vlasenko2009-11-191-3/+4
* replace 't' with CD_TXTDenys Vlasenko2009-11-191-2/+2
* CCReporterDialog.py: use same names as C++ codeDenys Vlasenko2009-11-191-17/+23
* make BZ insert small text attachments inline; move text file detection codeDenys Vlasenko2009-11-192-48/+109
* GUI: fixed text wrapping in comment field rhbz#531276Jiri Moskovcak2009-11-191-4/+4
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-11-181-1/+1
|\
| * GUI: added cancel to send dialog rhbz#537238Jiri Moskovcak2009-11-183-8/+12
* | GUI: added cancel to send dialog rhbz#537238Jiri Moskovcak2009-11-183-8/+12
|/
* include abrt version in bug descriptionsDenys Vlasenko2009-11-181-7/+6
* ccpp hook: implemented ReadonlyLocalDebugInfoDirs directiveDenys Vlasenko2009-11-181-25/+45
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-11-188-30/+56
|\
| * whitespace cleanupsDenys Vlasenko2009-11-186-11/+10
| * add support for \" escaping in config fileDenys Vlasenko2009-11-183-22/+49
* | GUI: added window icon rhbz#537240Jiri Moskovcak2009-11-181-0/+1
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-11-168-141/+137
|\
| * continuing s/std::string&/char*/gDenys Vlasenko2009-11-166-123/+117
| * add experimental saving of /var/log/Xorg*.log for X crashesDenys Vlasenko2009-11-164-28/+30
* | APPLET: fixes based on review from DenysJiri Moskovcak2009-11-162-33/+44
|/
* APPLET: changed icon from default gtk-warning to abrt specific, add animationJiri Moskovcak2009-11-163-3/+83
* don't show icon on abrtd start/stop rhbz#537630Jiri Moskovcak2009-11-153-9/+8
* removed the rest of python abrtutils wrapperJiri Moskovcak2009-11-151-3/+0
* made desktop file translatableJiri Moskovcak2009-11-152-2/+5
* disable lib/Python, we don't use it anymore (run tested)Denys Vlasenko2009-11-133-14/+15
* build fixesJiri Moskovcak2009-11-121-1/+0
* src/Hooks/CCpp.cpp: clarify error messageDenys Vlasenko2009-11-121-7/+5
* disable compilation of the rest of socket codeDenys Vlasenko2009-11-121-8/+4
* src/Hooks/CCpp.cpp: detect write errors (close() return value); more loggingDenys Vlasenko2009-11-121-5/+5
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-11-121-3/+3
|\
| * abrt-debuginfo-install: fix misinterpreted 2>&1, add forgotten "rm"Denys Vlasenko2009-11-121-3/+3
* | Daemon properly checks /var/cache/abrt attributesKarel Klic2009-11-121-17/+19
* | Size of uid depends on sizeof(int)Karel Klic2009-11-121-2/+2
* | abrt user group; used by abrt-pyhook-helperKarel Klic2009-11-121-4/+0
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-11-1119-400/+584
|\
| * abrt-debuginfo-install: use yum -C, use yum w/o -C only if necessaryDenys Vlasenko2009-11-101-107/+142
| * remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-102-6/+7
| * GUI: shouldn't yell to userJiri Moskovcak2009-11-091-1/+1
| * GUI: make "How to reproduce" field more visibleJiri Moskovcak2009-11-092-2/+70
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-11-093-43/+28
| |\
| | * remove unused version of SaveDebugDump()Denys Vlasenko2009-11-092-15/+0
| | * make "InformAllUsers" crashes be recorded with UID=-1 in dbDenys Vlasenko2009-11-093-37/+37
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-11-091-26/+26
| |\|
| | * continuing s/string&/char*/ bit-by-bitDenys Vlasenko2009-11-091-26/+26
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-11-097-44/+37
| |\|
| | * simplify logging a bit. warn_client() is gone, reuse error_msg() for it.Denys Vlasenko2009-11-065-34/+30