IDE: SourceEditor, Messages, InitDlg, de-duplicate state images. SourceEditor now uses same images as rest of IDE.

git-svn-id: trunk@58694 -
This commit is contained in:
martin 2018-08-12 13:47:28 +00:00
parent c75e6aede7
commit db95c32b36
17 changed files with 25 additions and 31 deletions

17
.gitattributes vendored
View File

@ -8250,16 +8250,6 @@ images/sourceeditor/bookmark9.png -text
images/sourceeditor/bookmark9_150.png -text
images/sourceeditor/bookmark9_200.png -text
images/sourceeditor/bookmark9_300.png -text
images/sourceeditor/state11x11_error.png -text svneol=unset#image/png
images/sourceeditor/state11x11_fatal.png -text svneol=unset#image/png
images/sourceeditor/state11x11_hint.png -text svneol=unset#image/png
images/sourceeditor/state11x11_information.png -text svneol=unset#image/png
images/sourceeditor/state11x11_note.png -text svneol=unset#image/png
images/sourceeditor/state11x11_unknown.png -text svneol=unset#image/png
images/sourceeditor/state11x11_warning.png -text svneol=unset#image/png
images/sourceeditor/state11x11_warning_150.png -text
images/sourceeditor/state11x11_warning_200.png -text
images/sourceeditor/state11x11_warning_300.png -text
images/sourceeditor/tsynsyncroedit.png -text
images/splash_logo.bat svneol=native#text/x-msdos-program
images/splash_logo.png -text svneol=unset#image/png
@ -8270,21 +8260,28 @@ images/splash_source/paw.png -text svneol=unset#image/png
images/states/quickfix_75.png -text
images/states/state_circular_reference.png -text svneol=unset#image/png
images/states/state_error.png -text svneol=unset#image/png
images/states/state_error_69.png -text
images/states/state_error_75.png -text
images/states/state_fatal.png -text svneol=unset#image/png
images/states/state_fatal_69.png -text
images/states/state_fatal_75.png -text
images/states/state_hint.png -text svneol=unset#image/png
images/states/state_hint_69.png -text
images/states/state_hint_75.png -text
images/states/state_information.png -text svneol=unset#image/png
images/states/state_information_69.png -text
images/states/state_information_75.png -text
images/states/state_not_found.png -text svneol=unset#image/png
images/states/state_note.png -text svneol=unset#image/png
images/states/state_note_69.png -text
images/states/state_note_75.png -text
images/states/state_unit_circular_reference.png -text svneol=unset#image/png
images/states/state_unknown.png -text svneol=unset#image/png
images/states/state_unknown_69.png -text
images/states/state_warning.png -text svneol=unset#image/png
images/states/state_warning_150.png -text
images/states/state_warning_200.png -text
images/states/state_warning_69.png -text
images/states/state_warning_75.png -text
images/template.png -text svneol=unset#image/png
images/vase_trans.xpm -text svneol=native#image/x-xpixmap

View File

@ -585,12 +585,15 @@ begin
// load source line
FSourceLineImg:=AddImage('debugger_source_line');
FImgList.RegisterResolutions([11, 16, 22, 33], [69, 100, 150, 200]);
ImgIDFatal:=AddImage('state_fatal');
ImgIDError:=AddImage('state_error');
ImgIDWarning:=AddImage('state_warning');
ImgIDNote:=AddImage('state_note');
ImgIDHint:=AddImage('state_hint');
ExtToolsMarks.ImageList:=ImgList;
ImgIDFatal:=AddImage('state11x11_fatal');
ImgIDError:=AddImage('state11x11_error');
ImgIDWarning:=AddImage('state11x11_warning');
ImgIDNote:=AddImage('state11x11_note');
ImgIDHint:=AddImage('state11x11_hint');
ExtToolsMarks.MarkStyles[mluNone].ImageIndex:=-1;
ExtToolsMarks.MarkStyles[mluProgress].ImageIndex:=-1;
ExtToolsMarks.MarkStyles[mluDebug].ImageIndex:=-1;

Binary file not shown.

View File

@ -56,16 +56,6 @@ sourceeditor/InvalidDisabledBreakPoint_200.png
sourceeditor/InvalidDisabledBreakPoint_300.png
sourceeditor/MultiBreakPoint.png
sourceeditor/Record.png
sourceeditor/state11x11_error.png
sourceeditor/state11x11_fatal.png
sourceeditor/state11x11_hint.png
sourceeditor/state11x11_information.png
sourceeditor/state11x11_note.png
sourceeditor/state11x11_unknown.png
sourceeditor/state11x11_warning.png
sourceeditor/state11x11_warning_150.png
sourceeditor/state11x11_warning_200.png
sourceeditor/state11x11_warning_300.png
sourceeditor/tsynsyncroedit.png
sourceeditor/PendingBreakPoint.png
sourceeditor/PendingBreakPoint_150.png

View File

@ -438,15 +438,12 @@ bookmark9.png
bookmark9_150.png
bookmark9_200.png
bookmark9_300.png
state11x11_warning.png
state11x11_warning_150.png
state11x11_warning_200.png
state11x11_warning_300.png
states directory:
state_warning.png
state_warning_69.png
state_warning_75.png
state_warning.png
state_warning_150.png
state_warning_200.png

Binary file not shown.

View File

@ -657,21 +657,28 @@ packages/pkg_text.png
packages/pkg_unit.png
states/quickfix_75.png
states/state_circular_reference.png
states/state_error_69.png
states/state_error_75.png
states/state_error.png
states/state_fatal_69.png
states/state_fatal_75.png
states/state_fatal.png
states/state_hint_69.png
states/state_hint_75.png
states/state_hint.png
states/state_information_69.png
states/state_information_75.png
states/state_information.png
states/state_note_69.png
states/state_note_75.png
states/state_note.png
states/state_not_found.png
states/state_unit_circular_reference.png
states/state_unknown_69.png
states/state_unknown.png
states/state_warning.png
states/state_warning_69.png
states/state_warning_75.png
states/state_warning.png
states/state_warning_150.png
states/state_warning_200.png
windows/win_formeditor.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 431 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 581 B

After

Width:  |  Height:  |  Size: 581 B

View File

Before

Width:  |  Height:  |  Size: 558 B

After

Width:  |  Height:  |  Size: 558 B

View File

Before

Width:  |  Height:  |  Size: 406 B

After

Width:  |  Height:  |  Size: 406 B

View File

Before

Width:  |  Height:  |  Size: 603 B

After

Width:  |  Height:  |  Size: 603 B

View File

Before

Width:  |  Height:  |  Size: 419 B

After

Width:  |  Height:  |  Size: 419 B

View File

Before

Width:  |  Height:  |  Size: 566 B

After

Width:  |  Height:  |  Size: 566 B

View File

Before

Width:  |  Height:  |  Size: 373 B

After

Width:  |  Height:  |  Size: 373 B