diff --git a/.gitattributes b/.gitattributes index 81f2c79d64..0926c1c350 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2126,6 +2126,7 @@ components/lazreport/images/bitmaps/fr_pencil.cur -text components/lazreport/images/bitmaps/fr_radio.bmp -text components/lazreport/images/bitmaps/fr_script.bmp -text components/lazreport/images/bitmaps/fr_undrline.bmp -text +components/lazreport/images/bitmaps/lr_crossview.bmp -text svneol=unset#image/x-ms-bmp components/lazreport/images/bitmaps/tfrbarcodeobject.png -text svneol=unset#image/png components/lazreport/images/bitmaps/tfrchartobject.bmp -text components/lazreport/images/bitmaps/tfrcheckboxobject.png -text svneol=unset#image/png @@ -2155,6 +2156,7 @@ components/lazreport/images/bitmaps/tfrtbseparator.bmp -text components/lazreport/images/bitmaps/tfrtextexport.png -text svneol=unset#image/png components/lazreport/images/bitmaps/tfrtoolbar.bmp -text components/lazreport/images/bitmaps/tfruserdataset.png -text svneol=unset#image/png +components/lazreport/images/bitmaps/tlrcrossobject.png -text svneol=unset#image/png components/lazreport/images/designer/fr_bold.xpm svneol=native#text/x-pixmap components/lazreport/images/designer/fr_heightwidth.xpm svneol=native#text/x-pixmap components/lazreport/images/designer/fr_italic.xpm svneol=native#text/x-pixmap @@ -2179,6 +2181,7 @@ components/lazreport/images/designer/lrd_copy.png -text components/lazreport/images/designer/lrd_cut.png -text components/lazreport/images/designer/lrd_grid.png -text components/lazreport/images/designer/lrd_grid_align.png -text +components/lazreport/images/designer/lrd_ins_fields.bmp -text svneol=unset#image/x-ms-bmp components/lazreport/images/designer/lrd_italic.png -text components/lazreport/images/designer/lrd_new.png -text components/lazreport/images/designer/lrd_open.png -text diff --git a/components/lazreport/images/Package_images.txt b/components/lazreport/images/Package_images.txt index 1af03e1618..f0b2107529 100644 --- a/components/lazreport/images/Package_images.txt +++ b/components/lazreport/images/Package_images.txt @@ -12,3 +12,4 @@ bitmaps/tfrtextexport.png bitmaps/tfruserdataset.png bitmaps/tfrdesigner.png bitmaps/tfrpreview.png +bitmaps/tlrcrossobject.png diff --git a/components/lazreport/images/bitmaps/lr_crossview.bmp b/components/lazreport/images/bitmaps/lr_crossview.bmp new file mode 100644 index 0000000000..0e10d90d83 Binary files /dev/null and b/components/lazreport/images/bitmaps/lr_crossview.bmp differ diff --git a/components/lazreport/images/bitmaps/tlrcrossobject.png b/components/lazreport/images/bitmaps/tlrcrossobject.png new file mode 100644 index 0000000000..a2d68c392d Binary files /dev/null and b/components/lazreport/images/bitmaps/tlrcrossobject.png differ diff --git a/components/lazreport/images/designer/lrd_ins_fields.bmp b/components/lazreport/images/designer/lrd_ins_fields.bmp new file mode 100644 index 0000000000..ff499a3478 Binary files /dev/null and b/components/lazreport/images/designer/lrd_ins_fields.bmp differ