summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* TicketUploader: report message string fix1.0.4Jiri Moskovcak2010-01-221-0/+1
|
* GUI: hide the attachment checkboxesJiri Moskovcak2010-01-221-1/+4
| | | | - we don't use the YET anymore
* FileTransfer.conf: mention that URL = ftp:///tmp works tooDenys Vlasenko2010-01-221-1/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: small reorganization in report message dialogJiri Moskovcak2010-01-222-23/+15
|
* GUI: don't send comment and how_to if user didn't change itJiri Moskovcak2010-01-221-5/+9
| | | | - otherwise we send the useles default texts to bugzilla
* Sending translation for Spanishjoe742010-01-211-100/+199
|
* Bugzilla: attach backtrace even if it is smallDenys Vlasenko2010-01-211-5/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix bz description text disrupted by recent dbus security fixDenys Vlasenko2010-01-211-30/+65
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* bad position of Enabled=1 in bugzilla.confNikola Pajkovsky2010-01-211-1/+1
|
* diable catcut, enabled bugzillaNikola Pajkovsky2010-01-212-1/+2
|
* TicketUploader: made Report() to honor user settingsJiri Moskovcak2010-01-213-217/+307
|
* CCMainWindow.py: use CD_xxx constantsDenys Vlasenko2010-01-211-1/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* throw when some members are missing in xmlrpc responseNikola Pajkovsky2010-01-211-6/+19
|
* TicketUploader and FileTransfer plugins: fixes after a round of testingDenys Vlasenko2010-01-2116-212/+198
| | | | | | | for one, FileTransfer now would not use current dir as a storage for temp files. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Sending translation for Polishraven2010-01-211-29/+32
|
* Merge branch 'master' into hotfixNikola Pajkovsky2010-01-2126-465/+719
|\
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-01-2123-387/+453
| |\
| | * Sending translation for Dutchwarrink2010-01-211-21/+24
| | |
| | * gui: restore default "1. 2. 3." for "how to reproduce" fieldDenys Vlasenko2010-01-211-1/+5
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * restore saving of backtrace broken by client->server security fixDenys Vlasenko2010-01-217-78/+88
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * abrtd: fix Report() dbus call gaping security holesDenys Vlasenko2010-01-2118-303/+347
| | | | | | | | | | | | | | | | | | 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/abrtJiri Moskovcak2010-01-204-18/+17
| | |\
| | | * use get_crash_data_item_content() accessor more widelyDenys Vlasenko2010-01-204-18/+17
| | | | | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * | GUI: fixed problem with setting markup for reporter status messagesJiri Moskovcak2010-01-202-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 accessibleJiri Moskovcak2010-01-202-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
| * / Fixed creation of top_five listKarel Klic2010-01-211-1/+3
| |/
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-01-2055-559/+770
| |\
| | * GUI: small fix to show all warnings at onceJiri Moskovcak2010-01-201-1/+1
| | |
| | * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-01-208-105/+164
| | |\
| | | * Sending translation for Dutchwarrink2010-01-201-65/+117
| | | |
| | * | new version 1.0.4Jiri Moskovcak2010-01-202-2/+30
| | | |
| * | | Much improved aabrt-bz-statsKarel Klic2010-01-201-24/+130
| | | |
* | | | fix double filled bug with same status_whiteboard(abrt hash)Nikola Pajkovsky2010-01-211-6/+20
| |_|/ |/| |
* | | split load_crash_data_from_debug_dump from DebugDumpToCrashReportDenys Vlasenko2010-01-207-40/+47
| |/ |/| | | | | | | | | We will need it elsewhere later Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Sending translation for Polishraven2010-01-191-60/+103
| |
* | use get_crash_data_item_content() more widely. -4k.Denys Vlasenko2010-01-196-21/+20
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | move all FILENAME_xxx defines to inc/CrashTypes.hDenys Vlasenko2010-01-1914-72/+62
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-01-1940-241/+334
|\ \
| * | unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-1937-241/+315
| |/ | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Add warning text about script usage to abrt-bz-* scripts. Document the ↵Karel Klic2010-01-193-0/+19
| | | | | | | | purpose of the scripts.
* | GUI: reporter dialog polishingJiri Moskovcak2010-01-192-73/+89
| |
* | GUI: made the report url clickable againJiri Moskovcak2010-01-191-6/+8
|/
* resolve conflictJiri Moskovcak2010-01-1922-132/+78
|\
| * Eliminate ATT file type - use TXT or BINDenys Vlasenko2010-01-1912-74/+54
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * preparatory patch with trivial cleanupsDenys Vlasenko2010-01-1911-58/+24
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GUI: changed type of log window to popupJiri Moskovcak2010-01-191-0/+1
| | | | | | | | - it removes the window decorations and it's not shown in taskbar
* | GUI: redesign of reporter dialogJiri Moskovcak2010-01-192-262/+612
|/
* made bugzilla url copyableJiri Moskovcak2010-01-181-4/+25
|
* fixed: "Warning: g_set_prgname() called multiple times"Jiri Moskovcak2010-01-181-1/+1
|
* Set the prgname to "Automatic Bug Reporting Tool" fixes rhbz#550357Jiri Moskovcak2010-01-181-2/+4
|