IDE: SourceEditor, Messages, InitDlg, de-duplicate state images. SourceEditor now uses same images as rest of IDE. Therefore 75% is now 11x11 instead of (more correct) 12x12

git-svn-id: trunk@58690 -
This commit is contained in:
martin 2018-08-12 11:38:37 +00:00
parent c9171d1916
commit 61f473fce7
19 changed files with 8 additions and 20 deletions

8
.gitattributes vendored
View File

@ -8250,13 +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/tsynsyncroedit.png -text
images/splash_logo.bat svneol=native#text/x-msdos-program
images/splash_logo.png -text svneol=unset#image/png
@ -8279,6 +8272,7 @@ images/states/state_note.png -text svneol=unset#image/png
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_75.png -text
images/states/state_warning.png -text svneol=unset#image/png
images/states/state_warning_75.png -text
images/template.png -text svneol=unset#image/png

View File

@ -554,7 +554,7 @@ begin
FImgList:=TLCLGlyphs.Create(Self);
FImgList.Width := 11;
FImgList.Height := 11;
FImgList.RegisterResolutions([11, 16, 22, 33], [100, 150, 200, 300]);
FImgList.RegisterResolutions([11, 16, 22, 33], [75, 100, 150, 200]); // if *_75 needs to be 12 pixel then make this 74
// synedit expects the first 10 icons for the bookmarks
for i in TBookmarkNumRange do
@ -586,11 +586,11 @@ begin
FSourceLineImg:=AddImage('debugger_source_line');
ExtToolsMarks.ImageList:=ImgList;
ImgIDFatal:=AddImage('state11x11_fatal');
ImgIDError:=AddImage('state11x11_error');
ImgIDWarning:=AddImage('state11x11_warning');
ImgIDNote:=AddImage('state11x11_note');
ImgIDHint:=AddImage('state11x11_hint');
ImgIDFatal:=AddImage('state_fatal');
ImgIDError:=AddImage('state_error');
ImgIDWarning:=AddImage('state_warning');
ImgIDNote:=AddImage('state_note');
ImgIDHint:=AddImage('state_hint');
ExtToolsMarks.MarkStyles[mluNone].ImageIndex:=-1;
ExtToolsMarks.MarkStyles[mluProgress].ImageIndex:=-1;
ExtToolsMarks.MarkStyles[mluDebug].ImageIndex:=-1;

Binary file not shown.

View File

@ -56,13 +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/tsynsyncroedit.png
sourceeditor/PendingBreakPoint.png
sourceeditor/PendingBreakPoint_150.png

Binary file not shown.

View File

@ -669,6 +669,7 @@ states/state_note_75.png
states/state_note.png
states/state_not_found.png
states/state_unit_circular_reference.png
states/state_unknown_75.png
states/state_unknown.png
states/state_warning_75.png
states/state_warning.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 419 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 510 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 548 B

After

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 570 B

After

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 321 B

After

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 577 B

After

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 509 B

After

Width:  |  Height:  |  Size: 419 B

View File

Before

Width:  |  Height:  |  Size: 566 B

After

Width:  |  Height:  |  Size: 566 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 516 B

After

Width:  |  Height:  |  Size: 510 B