- fixed crash log display.

This still contained pieces where a multibyte string was passed through SendMessage and WM_SETTEXT. All these have been replaced with SetWindowTextW.
This commit also removes the never used crash log upload code and all associated assets because it is extremely unlikely that such a feature will ever be implemented.
This commit is contained in:
Christoph Oelckers 2019-02-17 08:50:49 +01:00
parent d39a624942
commit f512f29270
10 changed files with 30 additions and 1079 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

File diff suppressed because it is too large Load Diff

View File

@ -100,14 +100,6 @@ END
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON1 ICON "icon1.ico"
IDI_BOING1 ICON "boing1.ico"
IDI_BOING2 ICON "boing2.ico"
IDI_BOING3 ICON "boing3.ico"
IDI_BOING4 ICON "boing4.ico"
IDI_BOING5 ICON "boing5.ico"
IDI_BOING6 ICON "boing6.ico"
IDI_BOING7 ICON "boing7.ico"
IDI_BOING8 ICON "boing8.ico"
/////////////////////////////////////////////////////////////////////////////
//
@ -188,14 +180,6 @@ BEGIN
HORZGUIDE, 76
END
IDD_BOING, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 180
VERTGUIDE, 33
TOPMARGIN, 7
END
IDD_ERRORPANE, DIALOG
BEGIN
LEFTMARGIN, 7
@ -416,7 +400,6 @@ CAPTION "GZDoom Very Fatal Error"
FONT 8, "MS Shell Dlg", 400, 0, 0x0
BEGIN
CONTROL "",IDC_CRASHTAB,"SysTabControl32",WS_TABSTOP,4,4,404,280
PUSHBUTTON "&Send Error Report",IDYES,146,289,91,14,WS_DISABLED
PUSHBUTTON "Save Report to Disk...",IDC_SAVEREPORT,242,289,91,14
PUSHBUTTON "&Discard Report",IDNO,338,289,70,14
END
@ -446,19 +429,6 @@ BEGIN
CONTROL "",IDC_CRASHFILECONTENTS,"RichEdit20A",ES_MULTILINE | ES_READONLY | WS_BORDER | WS_VSCROLL | WS_TABSTOP,7,83,385,174
END
IDD_BOING DIALOGEX 0, 0, 187, 196
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTERMOUSE | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Upload status"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "Close",IDOK,130,175,50,14,WS_DISABLED
ICON IDI_BOING1,IDC_BOING,7,7,21,20
LTEXT "Static",IDC_BOINGSTATUS,33,12,147,8
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,0,166,189,1
CONTROL "",IDC_BOINGEDIT,"RichEdit20A",ES_MULTILINE | ES_READONLY | WS_BORDER | WS_VSCROLL | WS_TABSTOP,7,34,173,124
CONTROL "",IDC_BOINGPROGRESS,"msctls_progress32",NOT WS_VISIBLE | WS_BORDER | 0x1,33,22,147,9
END
IDD_ERRORPANE DIALOGEX 0, 0, 190, 28
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_CLIPCHILDREN
EXSTYLE WS_EX_CONTROLPARENT