summaryrefslogtreecommitdiffstats
path: root/src/cli/report.c
Commit message (Collapse)AuthorAgeFilesLines
* mass replace of crash_data with problem_dataDenys Vlasenko2011-04-231-28/+28
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* daemon: simplify parsing of settings; remove remaining c++isms in daemonDenys Vlasenko2011-04-201-1/+0
| | | | | | | | This change will not compile, because in C++, void* cannot be automatically cast to char*. Next change renames Settings.cpp to *.c and fixes this. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Implement the possibility to add text labels to even config GUI. Closes #199.Denys Vlasenko2011-04-151-8/+9
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* cli: show screen_name when abrt asks for reportersNikola Pajkovsky2011-04-061-21/+27
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* cli: report.cpp -> report.cNikola Pajkovsky2011-04-061-0/+802
no code changed Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>