update bookmark icons
git-svn-id: trunk@14357 -
30
.gitattributes
vendored
@ -2590,21 +2590,21 @@ images/propertygrid/issue_nogui.png -text svneol=unset#image/png
|
||||
images/propertygrid/issue_qt.png -text svneol=unset#image/png
|
||||
images/propertygrid/issue_win32.png -text svneol=unset#image/png
|
||||
images/propertygrid/issue_wince.png -text svneol=unset#image/png
|
||||
images/sourceeditor/ActiveBreakPoint.xpm -text svneol=native#image/x-xpixmap
|
||||
images/sourceeditor/InactiveBreakPoint.xpm -text svneol=native#image/x-xpixmap
|
||||
images/sourceeditor/InvalidBreakPoint.xpm -text svneol=native#image/x-xpixmap
|
||||
images/sourceeditor/MultiBreakPoint.xpm -text svneol=native#image/x-xpixmap
|
||||
images/sourceeditor/UnknownBreakPoint.xpm -text svneol=native#image/x-xpixmap
|
||||
images/sourceeditor/bookmark0.xpm -text svneol=native#image/x-xpixmap
|
||||
images/sourceeditor/bookmark1.xpm -text svneol=native#image/x-xpixmap
|
||||
images/sourceeditor/bookmark2.xpm -text svneol=native#image/x-xpixmap
|
||||
images/sourceeditor/bookmark3.xpm -text svneol=native#image/x-xpixmap
|
||||
images/sourceeditor/bookmark4.xpm -text svneol=native#image/x-xpixmap
|
||||
images/sourceeditor/bookmark5.xpm -text svneol=native#image/x-xpixmap
|
||||
images/sourceeditor/bookmark6.xpm -text svneol=native#image/x-xpixmap
|
||||
images/sourceeditor/bookmark7.xpm -text svneol=native#image/x-xpixmap
|
||||
images/sourceeditor/bookmark8.xpm -text svneol=native#image/x-xpixmap
|
||||
images/sourceeditor/bookmark9.xpm -text svneol=native#image/x-xpixmap
|
||||
images/sourceeditor/ActiveBreakPoint.png -text
|
||||
images/sourceeditor/InactiveBreakPoint.png -text
|
||||
images/sourceeditor/InvalidBreakPoint.png -text
|
||||
images/sourceeditor/MultiBreakPoint.png -text
|
||||
images/sourceeditor/UnknownBreakPoint.png -text
|
||||
images/sourceeditor/bookmark0.png -text
|
||||
images/sourceeditor/bookmark1.png -text
|
||||
images/sourceeditor/bookmark2.png -text
|
||||
images/sourceeditor/bookmark3.png -text
|
||||
images/sourceeditor/bookmark4.png -text
|
||||
images/sourceeditor/bookmark5.png -text
|
||||
images/sourceeditor/bookmark6.png -text
|
||||
images/sourceeditor/bookmark7.png -text
|
||||
images/sourceeditor/bookmark8.png -text
|
||||
images/sourceeditor/bookmark9.png -text
|
||||
images/splash_logo.bat svneol=native#text/plain
|
||||
images/splash_logo.lrs svneol=native#text/pascal
|
||||
images/splash_logo.png -text svneol=unset#image/png
|
||||
|
BIN
images/sourceeditor/ActiveBreakPoint.png
Normal file
After Width: | Height: | Size: 503 B |
@ -1,19 +0,0 @@
|
||||
/* XPM */
|
||||
static char * ActiveBreakPoint_xpm[] = {
|
||||
"11 11 5 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FF0000",
|
||||
"@ c #00FF00",
|
||||
"# c #008000",
|
||||
" ..... ",
|
||||
" .+++++. ",
|
||||
" .+++++@#. ",
|
||||
".++++++@#+.",
|
||||
".+++++@#++.",
|
||||
".+++++@#++.",
|
||||
".+@++@#+++.",
|
||||
".++@+@#+++.",
|
||||
" .++@#+++. ",
|
||||
" .+++++. ",
|
||||
" ..... "};
|
BIN
images/sourceeditor/InactiveBreakPoint.png
Normal file
After Width: | Height: | Size: 500 B |
@ -1,17 +0,0 @@
|
||||
/* XPM */
|
||||
static char * InactiveBreakPoint_xpm[] = {
|
||||
"11 11 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #0DA500",
|
||||
" ..... ",
|
||||
" .+++++. ",
|
||||
" .+++++++. ",
|
||||
".+++++++++.",
|
||||
".+++++++++.",
|
||||
".+++++++++.",
|
||||
".+++++++++.",
|
||||
".+++++++++.",
|
||||
" .+++++++. ",
|
||||
" .+++++. ",
|
||||
" ..... "};
|
BIN
images/sourceeditor/InvalidBreakPoint.png
Normal file
After Width: | Height: | Size: 532 B |
@ -1,19 +0,0 @@
|
||||
/* XPM */
|
||||
static char * InvalidBreakPoint_xpm[] = {
|
||||
"11 11 5 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FF0000",
|
||||
"@ c #FF0400",
|
||||
"# c #FFFF00",
|
||||
" ..... ",
|
||||
" .+++++. ",
|
||||
" .++++++@. ",
|
||||
".++#+++#@+.",
|
||||
".+++###@++.",
|
||||
".++++#@@++.",
|
||||
".+@+###+++.",
|
||||
".++#+@@#++.",
|
||||
" .++@@+++. ",
|
||||
" .+++++. ",
|
||||
" ..... "};
|
BIN
images/sourceeditor/MultiBreakPoint.png
Normal file
After Width: | Height: | Size: 532 B |
@ -1,17 +0,0 @@
|
||||
/* XPM */
|
||||
static char * MultiBreakPoint_xpm[] = {
|
||||
"11 11 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FF0000",
|
||||
" ... ",
|
||||
" .+++. ",
|
||||
" .+++... ",
|
||||
".+++.+++. ",
|
||||
".++.+++++. ",
|
||||
".+.+++++++.",
|
||||
" ..+++++++.",
|
||||
" .+++++++.",
|
||||
" .+++++. ",
|
||||
" .+++. ",
|
||||
" ... "};
|
BIN
images/sourceeditor/UnknownBreakPoint.png
Normal file
After Width: | Height: | Size: 544 B |
@ -1,19 +0,0 @@
|
||||
/* XPM */
|
||||
static char * UnknownBreakPoint_xpm[] = {
|
||||
"11 11 5 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FF0000",
|
||||
"@ c #FFFF00",
|
||||
"# c #FF8000",
|
||||
" ..... ",
|
||||
" .+++++. ",
|
||||
" .++@@@#+. ",
|
||||
".++@+++@#+.",
|
||||
".++++++@#+.",
|
||||
".+++++@#++.",
|
||||
".++++@#+++.",
|
||||
".+++++++++.",
|
||||
" .+++@#++. ",
|
||||
" .+++++. ",
|
||||
" ..... "};
|
BIN
images/sourceeditor/bookmark0.png
Normal file
After Width: | Height: | Size: 426 B |
@ -1,26 +0,0 @@
|
||||
/* XPM */
|
||||
static char * bookmark0_xpm[] = {
|
||||
"11 11 12 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #336041",
|
||||
"@ c #5F826A",
|
||||
"# c #BBCABF",
|
||||
"$ c #A3B7AA",
|
||||
"% c #FFFFFF",
|
||||
"& c #D1DBD4",
|
||||
"* c #779580",
|
||||
"= c #E7ECE9",
|
||||
"- c #8DA695",
|
||||
"; c #497155",
|
||||
" ..... ",
|
||||
" .+++++. ",
|
||||
" .++@#$++. ",
|
||||
".++@%#&$++.",
|
||||
".++##+*=++.",
|
||||
".++##+*%++.",
|
||||
".++##+*%++.",
|
||||
".++$&+-=++.",
|
||||
" .+;=%%*+. ",
|
||||
" .++*@+. ",
|
||||
" ..... "};
|
BIN
images/sourceeditor/bookmark1.png
Normal file
After Width: | Height: | Size: 436 B |
@ -1,25 +0,0 @@
|
||||
/* XPM */
|
||||
static char * bookmark1_xpm[] = {
|
||||
"11 11 11 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #336041",
|
||||
"@ c #5F826A",
|
||||
"# c #8DA695",
|
||||
"$ c #497155",
|
||||
"% c #A3B7AA",
|
||||
"& c #E7ECE9",
|
||||
"* c #BBCABF",
|
||||
"= c #779580",
|
||||
"- c #D1DBD4",
|
||||
" ..... ",
|
||||
" .+++++. ",
|
||||
" .+++@#++. ",
|
||||
".++$%&*+++.",
|
||||
".++$=-*+++.",
|
||||
".++++**+++.",
|
||||
".++++**+++.",
|
||||
".++++**+++.",
|
||||
" .+++**++. ",
|
||||
" .++@@+. ",
|
||||
" ..... "};
|
BIN
images/sourceeditor/bookmark2.png
Normal file
After Width: | Height: | Size: 443 B |
@ -1,26 +0,0 @@
|
||||
/* XPM */
|
||||
static char * bookmark2_xpm[] = {
|
||||
"11 11 12 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #336041",
|
||||
"@ c #8DA695",
|
||||
"# c #BBCABF",
|
||||
"$ c #A3B7AA",
|
||||
"% c #497155",
|
||||
"& c #FFFFFF",
|
||||
"* c #E7ECE9",
|
||||
"= c #779580",
|
||||
"- c #D1DBD4",
|
||||
"; c #5F826A",
|
||||
" ..... ",
|
||||
" .+++++. ",
|
||||
" .++@#$%+. ",
|
||||
".++@&#**++.",
|
||||
".++@@+=&++.",
|
||||
".+++++--++.",
|
||||
".+++%*-%++.",
|
||||
".++%*#++++.",
|
||||
" .+#&&&&+. ",
|
||||
" .;====. ",
|
||||
" ..... "};
|
BIN
images/sourceeditor/bookmark3.png
Normal file
After Width: | Height: | Size: 448 B |
@ -1,26 +0,0 @@
|
||||
/* XPM */
|
||||
static char * bookmark3_xpm[] = {
|
||||
"11 11 12 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #336041",
|
||||
"@ c #A3B7AA",
|
||||
"# c #BBCABF",
|
||||
"$ c #497155",
|
||||
"% c #E7ECE9",
|
||||
"& c #D1DBD4",
|
||||
"* c #5F826A",
|
||||
"= c #8DA695",
|
||||
"- c #FFFFFF",
|
||||
"; c #779580",
|
||||
" ..... ",
|
||||
" .+++++. ",
|
||||
" .++@#@$+. ",
|
||||
".++@%#&%++.",
|
||||
".++**+=%++.",
|
||||
".++++#-*++.",
|
||||
".++++;#%++.",
|
||||
".++=@+=-++.",
|
||||
" .+;---#+. ",
|
||||
" .+$;*+. ",
|
||||
" ..... "};
|
BIN
images/sourceeditor/bookmark4.png
Normal file
After Width: | Height: | Size: 450 B |
@ -1,26 +0,0 @@
|
||||
/* XPM */
|
||||
static char * bookmark4_xpm[] = {
|
||||
"11 11 12 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #336041",
|
||||
"@ c #779580",
|
||||
"# c #BBCABF",
|
||||
"$ c #5F826A",
|
||||
"% c #D1DBD4",
|
||||
"& c #FFFFFF",
|
||||
"* c #A3B7AA",
|
||||
"= c #8DA695",
|
||||
"- c #497155",
|
||||
"; c #E7ECE9",
|
||||
" ..... ",
|
||||
" .+++++. ",
|
||||
" .+++@#$+. ",
|
||||
".++++%&@++.",
|
||||
".+++*=&@++.",
|
||||
".++-;+&@++.",
|
||||
".++##@&*-+.",
|
||||
".++#&&&&@+.",
|
||||
" .++++&@+. ",
|
||||
" .+++@-. ",
|
||||
" ..... "};
|
BIN
images/sourceeditor/bookmark5.png
Normal file
After Width: | Height: | Size: 431 B |
@ -1,25 +0,0 @@
|
||||
/* XPM */
|
||||
static char * bookmark5_xpm[] = {
|
||||
"11 11 11 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #336041",
|
||||
"@ c #BBCABF",
|
||||
"# c #8DA695",
|
||||
"$ c #FFFFFF",
|
||||
"% c #779580",
|
||||
"& c #E7ECE9",
|
||||
"* c #A3B7AA",
|
||||
"= c #497155",
|
||||
"- c #5F826A",
|
||||
" ..... ",
|
||||
" .+++++. ",
|
||||
" .++@@@#+. ",
|
||||
".+++$@@#++.",
|
||||
".++%&@*=++.",
|
||||
".++%$@&*++.",
|
||||
".++--+#$++.",
|
||||
".++##+#$++.",
|
||||
" .+%$$$*+. ",
|
||||
" .+=%-+. ",
|
||||
" ..... "};
|
BIN
images/sourceeditor/bookmark6.png
Normal file
After Width: | Height: | Size: 463 B |
@ -1,25 +0,0 @@
|
||||
/* XPM */
|
||||
static char * bookmark6_xpm[] = {
|
||||
"11 11 11 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #336041",
|
||||
"@ c #5F826A",
|
||||
"# c #BBCABF",
|
||||
"$ c #497155",
|
||||
"% c #FFFFFF",
|
||||
"& c #D1DBD4",
|
||||
"* c #A3B7AA",
|
||||
"= c #779580",
|
||||
"- c #E7ECE9",
|
||||
" ..... ",
|
||||
" .+++++. ",
|
||||
" .++@##@+. ",
|
||||
".++$%#&%$+.",
|
||||
".++*&@=+++.",
|
||||
".++#-%%-++.",
|
||||
".++#&+@%=+.",
|
||||
".++*&+$%=+.",
|
||||
" .+$-%%#+. ",
|
||||
" .++=@+. ",
|
||||
" ..... "};
|
BIN
images/sourceeditor/bookmark7.png
Normal file
After Width: | Height: | Size: 427 B |
@ -1,25 +0,0 @@
|
||||
/* XPM */
|
||||
static char * bookmark7_xpm[] = {
|
||||
"11 11 11 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #336041",
|
||||
"@ c #8DA695",
|
||||
"# c #BBCABF",
|
||||
"$ c #5F826A",
|
||||
"% c #D1DBD4",
|
||||
"& c #FFFFFF",
|
||||
"* c #E7ECE9",
|
||||
"= c #A3B7AA",
|
||||
"- c #779580",
|
||||
" ..... ",
|
||||
" .+++++. ",
|
||||
" .+@####$. ",
|
||||
".++@##%&$+.",
|
||||
".+++++*@++.",
|
||||
".++++=*+++.",
|
||||
".++++&@+++.",
|
||||
".+++-&++++.",
|
||||
" .++#%+++. ",
|
||||
" .+$$++. ",
|
||||
" ..... "};
|
BIN
images/sourceeditor/bookmark8.png
Normal file
After Width: | Height: | Size: 466 B |
@ -1,26 +0,0 @@
|
||||
/* XPM */
|
||||
static char * bookmark8_xpm[] = {
|
||||
"11 11 12 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #336041",
|
||||
"@ c #8DA695",
|
||||
"# c #BBCABF",
|
||||
"$ c #A3B7AA",
|
||||
"% c #497155",
|
||||
"& c #E7ECE9",
|
||||
"* c #D1DBD4",
|
||||
"= c #FFFFFF",
|
||||
"- c #779580",
|
||||
"; c #5F826A",
|
||||
" ..... ",
|
||||
" .+++++. ",
|
||||
" .++@#$%+. ",
|
||||
".++$&#*&++.",
|
||||
".++#*+@=++.",
|
||||
".++%===$++.",
|
||||
".++$&-@=;+.",
|
||||
".++#*+%=-+.",
|
||||
" .+-===&+. ",
|
||||
" .+%--+. ",
|
||||
" ..... "};
|
BIN
images/sourceeditor/bookmark9.png
Normal file
After Width: | Height: | Size: 467 B |
@ -1,26 +0,0 @@
|
||||
/* XPM */
|
||||
static char * bookmark9_xpm[] = {
|
||||
"11 11 12 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #336041",
|
||||
"@ c #8DA695",
|
||||
"# c #BBCABF",
|
||||
"$ c #A3B7AA",
|
||||
"% c #497155",
|
||||
"& c #FFFFFF",
|
||||
"* c #E7ECE9",
|
||||
"= c #D1DBD4",
|
||||
"- c #779580",
|
||||
"; c #5F826A",
|
||||
" ..... ",
|
||||
" .+++++. ",
|
||||
" .++@#$%+. ",
|
||||
".++@&#*=++.",
|
||||
".++##+-&++.",
|
||||
".++$*-#&++.",
|
||||
".++%=&=&++.",
|
||||
".++;;+@*++.",
|
||||
" .+;&&&-+. ",
|
||||
" .+%-%+. ",
|
||||
" ..... "};
|