Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | revert Log window type to "top level" - it looks weird as "dialog" one | Denys Vlasenko | 2010-01-26 | 1 | -1/+0 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Merge branch 'master' into rhel6 | Denys Vlasenko | 2010-01-26 | 2 | -194/+31 | |
|\| | ||||||
| * | python hook: clean up exception handler (removed dead code) | Denys Vlasenko | 2010-01-26 | 2 | -194/+31 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Merge branch 'master' into rhel6 | Denys Vlasenko | 2010-01-25 | 1 | -4/+5 | |
|\| | ||||||
| * | attribute SEGVs in perl to script's package, like we already do for python | Denys Vlasenko | 2010-01-25 | 1 | -4/+5 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | abrt.conf: wrap line >80chars | Denys Vlasenko | 2010-01-25 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | abrt.conf: remove some bad English | Denys Vlasenko | 2010-01-25 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | fix previous commit | Denys Vlasenko | 2010-01-22 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | remove unused getuidbyname | Denys Vlasenko | 2010-01-22 | 2 | -8/+6 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | GUI: hide the attachment checkboxes | Jiri Moskovcak | 2010-01-22 | 1 | -1/+4 | |
| | | | | | | | | - we don't use the YET anymore | |||||
* | | abrt.conf: wrap line >80chars | Denys Vlasenko | 2010-01-25 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | abrt.conf: remove some bad English; remove half-deleted FileTransfer example | Denys Vlasenko | 2010-01-25 | 1 | -3/+2 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | fix previous commit | Denys Vlasenko | 2010-01-22 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | remove unused getuidbyname | Denys Vlasenko | 2010-01-22 | 2 | -8/+6 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | GUI: hide the attachment checkboxes | Jiri Moskovcak | 2010-01-22 | 1 | -1/+4 | |
| | | | | | | | | - we don't use the YET anymore | |||||
* | | Enabled sosreport | Jiri Moskovcak | 2010-01-22 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'master' into rhel6 | Jiri Moskovcak | 2010-01-22 | 2 | -11/+15 | |
|\| | ||||||
| * | GUI: small reorganization in report message dialog | Jiri Moskovcak | 2010-01-22 | 1 | -6/+6 | |
| | | ||||||
| * | GUI: don't send comment and how_to if user didn't change it | Jiri Moskovcak | 2010-01-22 | 1 | -5/+9 | |
| | | | | | | | | - otherwise we send the useles default texts to bugzilla | |||||
* | | Merge branch 'master' into rhel6 | Jiri Moskovcak | 2010-01-21 | 25 | -481/+507 | |
|\| | | | | | | | | | Conflicts: src/Daemon/abrt.conf | |||||
| * | CCMainWindow.py: use CD_xxx constants | Denys Vlasenko | 2010-01-21 | 1 | -1/+2 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | TicketUploader and FileTransfer plugins: fixes after a round of testing | Denys Vlasenko | 2010-01-21 | 3 | -8/+8 | |
| | | | | | | | | | | | | | | for one, FileTransfer now would not use current dir as a storage for temp files. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | gui: restore default "1. 2. 3." for "how to reproduce" field | Denys Vlasenko | 2010-01-21 | 1 | -1/+5 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | restore saving of backtrace broken by client->server security fix | Denys Vlasenko | 2010-01-21 | 3 | -49/+44 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | abrtd: fix Report() dbus call gaping security holes | Denys Vlasenko | 2010-01-21 | 10 | -253/+250 | |
| | | | | | | | | | | | | We were blindly trusting the values passed to us Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2010-01-20 | 3 | -17/+16 | |
| |\ | ||||||
| | * | use get_crash_data_item_content() accessor more widely | Denys Vlasenko | 2010-01-20 | 3 | -17/+16 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | | GUI: fixed problem with setting markup for reporter status messages | Jiri Moskovcak | 2010-01-20 | 2 | -5/+12 | |
| | | | | | | | | | | | | - now we have fallback to a raw text, so at least we will see the message | |||||
| * | | Fixed reporting from abrt-gui when g-keyring is not accessible | Jiri Moskovcak | 2010-01-20 | 2 | -9/+8 | |
| |/ | | | | | | | | | | | - when g-k is not available to user, GUI let him to insert his credentials, but only remembers it until he closes the gui | |||||
| * | GUI: small fix to show all warnings at once | Jiri Moskovcak | 2010-01-20 | 1 | -1/+1 | |
| | | ||||||
| * | split load_crash_data_from_debug_dump from DebugDumpToCrashReport | Denys Vlasenko | 2010-01-20 | 4 | -33/+36 | |
| | | | | | | | | | | | | We will need it elsewhere later Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | use get_crash_data_item_content() more widely. -4k. | Denys Vlasenko | 2010-01-19 | 3 | -6/+6 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | move all FILENAME_xxx defines to inc/CrashTypes.h | Denys Vlasenko | 2010-01-19 | 4 | -16/+16 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2010-01-19 | 16 | -129/+148 | |
| |\ | ||||||
| | * | unify "crash data, "crash info" and "crash report" data types. they are the same | Denys Vlasenko | 2010-01-19 | 14 | -129/+133 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | | GUI: reporter dialog polishing | Jiri Moskovcak | 2010-01-19 | 2 | -73/+89 | |
| | | | ||||||
| * | | GUI: made the report url clickable again | Jiri Moskovcak | 2010-01-19 | 1 | -6/+8 | |
| | | | ||||||
* | | | Merge branch 'master' into rhel6 | Jiri Moskovcak | 2010-01-19 | 17 | -328/+663 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Add warning text about script usage to abrt-bz-* scripts. Document the ↵ | Karel Klic | 2010-01-19 | 2 | -0/+15 | |
| |/ | | | | | | | purpose of the scripts. | |||||
| * | resolve conflict | Jiri Moskovcak | 2010-01-19 | 12 | -64/+31 | |
| |\ | ||||||
| | * | Eliminate ATT file type - use TXT or BIN | Denys Vlasenko | 2010-01-19 | 4 | -10/+8 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| | * | preparatory patch with trivial cleanups | Denys Vlasenko | 2010-01-19 | 9 | -54/+23 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | | GUI: changed type of log window to popup | Jiri Moskovcak | 2010-01-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | - it removes the window decorations and it's not shown in taskbar | |||||
| * | | GUI: redesign of reporter dialog | Jiri Moskovcak | 2010-01-19 | 2 | -262/+612 | |
| |/ | ||||||
| * | fixed: "Warning: g_set_prgname() called multiple times" | Jiri Moskovcak | 2010-01-18 | 1 | -1/+1 | |
| | | ||||||
| * | Set the prgname to "Automatic Bug Reporting Tool" fixes rhbz#550357 | Jiri Moskovcak | 2010-01-18 | 1 | -2/+4 | |
| | | ||||||
* | | conflict | Jiri Moskovcak | 2010-01-18 | 20 | -170/+323 | |
|\| | ||||||
| * | s/os.exit/sys.exit - closes rhbz#556313 | Denys Vlasenko | 2010-01-18 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | GUI: better code for plugin settings overriding; better logging; fixed "not ↵ | Denys Vlasenko | 2010-01-15 | 3 | -26/+73 | |
| | | | | | | | | | | | | reported" display bug Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | use repr() to print variable values in python hook | Jiri Moskovcak | 2010-01-15 | 1 | -1/+1 | |
| | |