diff --git a/.gitattributes b/.gitattributes index daa7483017..f9706c75b6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -164,6 +164,7 @@ images/btn_newunit.ico -text svneol=unset#image/x-icon images/btn_newunit.xpm -text svneol=native#image/x-xpixmap images/btn_openfile.ico -text svneol=unset#image/x-icon images/btn_openfile.xpm -text svneol=native#image/x-xpixmap +images/btn_pause.ico -text svneol=unset#image/x-icon images/btn_pause.xpm -text svneol=native#image/x-xpixmap images/btn_run.ico -text svneol=unset#image/x-icon images/btn_run.xpm -text svneol=native#image/x-xpixmap @@ -171,7 +172,9 @@ images/btn_save.ico -text svneol=unset#image/x-icon images/btn_save.xpm -text svneol=native#image/x-xpixmap images/btn_saveall.ico -text svneol=unset#image/x-icon images/btn_saveall.xpm -text svneol=native#image/x-xpixmap +images/btn_stepinto.ico -text svneol=unset#image/x-icon images/btn_stepinto.xpm -text svneol=native#image/x-xpixmap +images/btn_stepover.ico -text svneol=unset#image/x-icon images/btn_stepover.xpm -text svneol=native#image/x-xpixmap images/btn_toggleform.ico -text svneol=unset#image/x-icon images/btn_toggleform.xpm -text svneol=native#image/x-xpixmap @@ -183,6 +186,7 @@ images/color.ico -text svneol=unset#image/x-icon images/color.xpm -text svneol=native#image/x-xpixmap images/components/default.ico -text svneol=unset#image/x-icon images/components/default.xpm -text svneol=native#image/x-xpixmap +images/components/tarrow.ico -text svneol=unset#image/x-icon images/components/tarrow.xpm -text svneol=native#image/x-xpixmap images/components/tbevel.ico -text svneol=unset#image/x-icon images/components/tbevel.xpm -text svneol=native#image/x-xpixmap @@ -190,6 +194,7 @@ images/components/tbitbtn.ico -text svneol=unset#image/x-icon images/components/tbitbtn.xpm -text svneol=native#image/x-xpixmap images/components/tbutton.ico -text svneol=unset#image/x-icon images/components/tbutton.xpm -text svneol=native#image/x-xpixmap +images/components/tcalendar.ico -text svneol=unset#image/x-icon images/components/tcalendar.xpm -text svneol=native#image/x-xpixmap images/components/tcheckbox.ico -text svneol=unset#image/x-icon images/components/tcheckbox.xpm -text svneol=native#image/x-xpixmap @@ -211,6 +216,7 @@ images/components/tibdatabase.ico -text svneol=native#image/x-icon images/components/tibdatabase.xpm -text svneol=native#image/x-xpixmap images/components/tibquery.ico -text svneol=native#image/x-icon images/components/tibquery.xpm -text svneol=native#image/x-xpixmap +images/components/timage.ico -text svneol=unset#image/x-icon images/components/timage.xpm -text svneol=native#image/x-xpixmap images/components/tlabel.ico -text svneol=unset#image/x-icon images/components/tlabel.xpm -text svneol=native#image/x-xpixmap @@ -222,6 +228,7 @@ images/components/tmemo.ico -text svneol=unset#image/x-icon images/components/tmemo.xpm -text svneol=native#image/x-xpixmap images/components/tmenu.ico -text svneol=unset#image/x-icon images/components/tmenu.xpm -text svneol=native#image/x-xpixmap +images/components/tmouse.ico -text svneol=unset#image/x-icon images/components/tmouse.xpm -text svneol=native#image/x-xpixmap images/components/tnotebook.ico -text svneol=unset#image/x-icon images/components/tnotebook.xpm -text svneol=native#image/x-xpixmap @@ -283,6 +290,7 @@ images/leftarrow.xpm -text svneol=native#image/x-xpixmap images/mainicon.ico -text svneol=unset#image/x-icon images/mainicon.lrs svneol=native#text/pascal images/mainicon.xpm -text svneol=native#image/x-xpixmap +images/mouse.ico -text svneol=unset#image/x-icon images/mouse.xpm -text svneol=native#image/x-xpixmap images/notebook.ico -text svneol=unset#image/x-icon images/notebook.xpm -text svneol=native#image/x-xpixmap diff --git a/images/btn_pause.ico b/images/btn_pause.ico new file mode 100644 index 0000000000..a564313023 Binary files /dev/null and b/images/btn_pause.ico differ diff --git a/images/btn_stepinto.ico b/images/btn_stepinto.ico new file mode 100644 index 0000000000..250a444aee Binary files /dev/null and b/images/btn_stepinto.ico differ diff --git a/images/btn_stepover.ico b/images/btn_stepover.ico new file mode 100644 index 0000000000..ef0fd4a3d5 Binary files /dev/null and b/images/btn_stepover.ico differ diff --git a/images/components/tarrow.ico b/images/components/tarrow.ico new file mode 100644 index 0000000000..e35a027076 Binary files /dev/null and b/images/components/tarrow.ico differ diff --git a/images/components/tcalendar.ico b/images/components/tcalendar.ico new file mode 100644 index 0000000000..ea00a8558c Binary files /dev/null and b/images/components/tcalendar.ico differ diff --git a/images/components/timage.ico b/images/components/timage.ico new file mode 100644 index 0000000000..f03a3c0754 Binary files /dev/null and b/images/components/timage.ico differ diff --git a/images/components/tmouse.ico b/images/components/tmouse.ico new file mode 100644 index 0000000000..1d45ae5db0 Binary files /dev/null and b/images/components/tmouse.ico differ diff --git a/images/mouse.ico b/images/mouse.ico new file mode 100644 index 0000000000..32412fd48c Binary files /dev/null and b/images/mouse.ico differ