REVERT: 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@58692 -
10
.gitattributes
vendored
@ -8250,6 +8250,13 @@ 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
|
||||
@ -8272,10 +8279,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_150.png -text
|
||||
images/states/state_warning_200.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
|
||||
|
@ -554,7 +554,7 @@ begin
|
||||
FImgList:=TLCLGlyphs.Create(Self);
|
||||
FImgList.Width := 11;
|
||||
FImgList.Height := 11;
|
||||
FImgList.RegisterResolutions([11, 16, 22, 33], [75, 100, 150, 200]); // if *_75 needs to be 12 pixel then make this 74
|
||||
FImgList.RegisterResolutions([11, 16, 22, 33], [100, 150, 200, 300]);
|
||||
|
||||
// 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('state_fatal');
|
||||
ImgIDError:=AddImage('state_error');
|
||||
ImgIDWarning:=AddImage('state_warning');
|
||||
ImgIDNote:=AddImage('state_note');
|
||||
ImgIDHint:=AddImage('state_hint');
|
||||
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;
|
||||
|
@ -56,6 +56,13 @@ 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
|
||||
|
@ -439,13 +439,6 @@ bookmark9_150.png
|
||||
bookmark9_200.png
|
||||
bookmark9_300.png
|
||||
|
||||
states directory:
|
||||
|
||||
state_warning_75.png
|
||||
state_warning.png
|
||||
state_warning_150.png
|
||||
state_warning_200.png
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
The following component palette and menu/toolbar icons were created by
|
||||
|
@ -669,12 +669,9 @@ 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
|
||||
states/state_warning_150.png
|
||||
states/state_warning_200.png
|
||||
windows/win_formeditor.ico
|
||||
windows/win_main.ico
|
||||
windows/win_messages.ico
|
||||
|
BIN
images/sourceeditor/state11x11_error.png
Normal file
After Width: | Height: | Size: 581 B |
BIN
images/sourceeditor/state11x11_fatal.png
Normal file
After Width: | Height: | Size: 558 B |
BIN
images/sourceeditor/state11x11_hint.png
Normal file
After Width: | Height: | Size: 406 B |
BIN
images/sourceeditor/state11x11_information.png
Normal file
After Width: | Height: | Size: 603 B |
BIN
images/sourceeditor/state11x11_note.png
Normal file
After Width: | Height: | Size: 419 B |
Before Width: | Height: | Size: 566 B After Width: | Height: | Size: 566 B |
BIN
images/sourceeditor/state11x11_warning.png
Normal file
After Width: | Height: | Size: 510 B |
Before Width: | Height: | Size: 581 B After Width: | Height: | Size: 548 B |
Before Width: | Height: | Size: 558 B After Width: | Height: | Size: 570 B |
Before Width: | Height: | Size: 406 B After Width: | Height: | Size: 321 B |
Before Width: | Height: | Size: 603 B After Width: | Height: | Size: 577 B |
Before Width: | Height: | Size: 419 B After Width: | Height: | Size: 509 B |
Before Width: | Height: | Size: 431 B After Width: | Height: | Size: 596 B |
Before Width: | Height: | Size: 621 B |
Before Width: | Height: | Size: 677 B |
Before Width: | Height: | Size: 373 B After Width: | Height: | Size: 516 B |