Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | gui-wizard-gtk: add code to export/unexport config variables. Untested | Denys Vlasenko | 2011-03-07 | 5 | -30/+102 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2011-03-07 | 1 | -1/+24 | |
| |\ | | | | | | | | | | | | | Conflicts: src/include/report/event_config.h | |||||
| | * | add license and #ifdef EVENT_CONFIG_H around header | Nikola Pajkovsky | 2011-03-07 | 1 | -1/+24 | |
| | | | | | | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
| * | | added event_config.c stub | Jiri Moskovcak | 2011-03-07 | 3 | -2/+29 | |
| |/ | ||||||
| * | renamed some files, no code changes | Jiri Moskovcak | 2011-03-07 | 6 | -4/+125 | |
| | | ||||||
| * | fix build, there is no file event_config_dialog.c | Nikola Pajkovsky | 2011-03-07 | 1 | -1/+0 | |
| | | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
| * | event_option_obj_t -> event_option_t, event_obj_t -> event_config_t | Jiri Moskovcak | 2011-03-07 | 2 | -12/+12 | |
| | | ||||||
| * | event_xml_parser: string fields shouldn't be const, moved name and value ↵ | Jiri Moskovcak | 2011-03-07 | 1 | -7/+7 | |
| | | | | | | | | higher in the structure | |||||
| * | abrt-gtk: added function to dynamically generate the config dialog from ↵ | Jiri Moskovcak | 2011-03-07 | 1 | -0/+1 | |
| | | | | | | | | event description | |||||
| * | minor build fixes | Jiri Moskovcak | 2011-03-07 | 3 | -3/+3 | |
| | | ||||||
| * | added function to parse event description from xml file | Jiri Moskovcak | 2011-03-07 | 5 | -2/+234 | |
| | | ||||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Michal Toman | 2011-03-07 | 1 | -2/+1 | |
| |\ | ||||||
| * | | retrace server: guess release if 'os_release' file is missing | Michal Toman | 2011-03-07 | 2 | -15/+42 | |
| | | | ||||||
* | | | retrace-server: ship documentation in retrace-server rpm, use ↵ | Karel Klic | 2011-03-09 | 3 | -1/+16 | |
| | | | | | | | | | | | | abrt-retrace-server.info instead of retrace-server.info | |||||
* | | | retrace server documentation in texinfo format | Karel Klic | 2011-03-08 | 4 | -1/+803 | |
| |/ |/| | ||||||
* | | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2011-03-07 | 61 | -16548/+21257 | |
|\| | ||||||
| * | retrace server: do not require 'architecture' file | Michal Toman | 2011-03-07 | 2 | -21/+29 | |
| | | ||||||
| * | retrace server: do not require 'uid' file, accept 'release' or 'os_release' file | Michal Toman | 2011-03-07 | 2 | -2/+18 | |
| | | ||||||
| * | fix a problem with big-ish smaps files classified as binary | Denys Vlasenko | 2011-03-04 | 2 | -23/+24 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | gui-wizard-gtk: generate real text on previous-to-last page | Denys Vlasenko | 2011-03-04 | 2 | -77/+57 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | gui-wizard-gtk: fully reload data from disk when we update a field there | Denys Vlasenko | 2011-03-04 | 1 | -3/+6 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | add saving of username; fix one liners loading | Denys Vlasenko | 2011-03-04 | 2 | -5/+18 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | abrt-action-save-package-data: do not complain if "remote" element is missing | Denys Vlasenko | 2011-03-04 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | added transifex.net config file | Jiri Moskovcak | 2011-03-04 | 1 | -0/+8 | |
| | | | | | | | | | | | | - Fedora is moving the translation to transifex.net, so we need to migrate ABRT - the workflow is slightly different, for more info read: https://fedoraproject.org/wiki/Migration_to_transifex.net | |||||
| * | updated po files, added abrt.pot into git | Jiri Moskovcak | 2011-03-03 | 46 | -16373/+21057 | |
| | | ||||||
| * | run_event: load_event_config can be done with DD_OPEN_READONLY | Denys Vlasenko | 2011-03-03 | 2 | -3/+4 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | gui-wizard-gtk: fix stealing again | Denys Vlasenko | 2011-03-03 | 7 | -41/+36 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
* | | retrace-client: do not include unneeded files in the uploaded archive | Karel Klic | 2011-03-07 | 1 | -2/+0 | |
| | | ||||||
* | | retrace-client: wait 10 seconds between status requests. | Karel Klic | 2011-03-07 | 1 | -0/+1 | |
|/ | ||||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2011-03-03 | 16 | -141/+181 | |
|\ | ||||||
| * | gui-wizard-gtk: move comment editing to page 2 | Denys Vlasenko | 2011-03-03 | 3 | -105/+103 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | abrt-action-bugzilla: add compat code for old value for FILENAME_OS_RELEASE | Denys Vlasenko | 2011-03-03 | 1 | -0/+6 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2011-03-03 | 2 | -1/+37 | |
| |\ | ||||||
| | * | gui-wizard-gtk: add selectable directory name on page #1 | Denys Vlasenko | 2011-03-03 | 2 | -1/+37 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | | Revert "renamed libreport.so to libreport2.so" | Karel Klic | 2011-03-03 | 12 | -35/+35 | |
| |/ | | | | | | | | | This is not needed at the end. This reverts commit ef96cd431369b2cf0dd640a0bb66be4fb029b9c0. | |||||
* / | added nss-devel to BuildRequires retrace client needs it | Jiri Moskovcak | 2011-03-03 | 1 | -0/+1 | |
|/ | ||||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2011-03-03 | 23 | -183/+81 | |
|\ | ||||||
| * | remove FILENAME_REPRODUCE field. FILENAME_COMMENT should be used instead | Denys Vlasenko | 2011-03-03 | 11 | -148/+46 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | renamed libreport.so to libreport2.so | Jiri Moskovcak | 2011-03-03 | 12 | -35/+35 | |
| | | | | | | | | | | - we have a conflict with old report library which contains file with the same name | |||||
* | | Add retrace client into analyze and reanalyze events | Karel Klic | 2011-03-03 | 1 | -4/+6 | |
|/ | ||||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2011-03-03 | 5 | -218/+215 | |
|\ | ||||||
| * | retrace server: add F15 support; unify i386 and i686 | Michal Toman | 2011-03-03 | 5 | -172/+201 | |
| | | ||||||
| * | make retrace server installer work with new paths | Michal Toman | 2011-03-03 | 1 | -58/+26 | |
| | | ||||||
* | | retrace-client: store backtrace to dump_dir in batch operation; various ↵ | Karel Klic | 2011-03-03 | 1 | -85/+76 | |
| | | | | | | | | cleanups and fixes | |||||
* | | parse_options: handle options without short variant | Karel Klic | 2011-03-03 | 1 | -2/+6 | |
|/ | ||||||
* | create.wsgi: tell user that a file is missing in the archive when responding ↵ | Karel Klic | 2011-03-03 | 1 | -1/+1 | |
| | | | | with 403 | |||||
* | abrt.spec: abrt-gui requires libreport-gtk | Karel Klic | 2011-03-03 | 1 | -0/+1 | |
| | ||||||
* | gui-wizard-gtk: highlight the search result | Jiri Moskovcak | 2011-03-02 | 2 | -50/+30 | |
| | ||||||
* | abrt.spec: proper retrace server requirements | Karel Klic | 2011-03-01 | 1 | -1/+2 | |
| | ||||||
* | Revert obsoleted -Werror removal | Karel Klic | 2011-03-01 | 1 | -1/+2 | |
| |