diff --git a/.gitattributes b/.gitattributes index b0846aba6a..a05628a5d5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4702,10 +4702,15 @@ components/tachart/Makefile svneol=native#text/plain components/tachart/Makefile.compiled svneol=native#text/plain components/tachart/Makefile.fpc svneol=native#text/plain components/tachart/README.txt svneol=native#text/plain +components/tachart/aggpas/makeicons.bat svneol=native#text/plain +components/tachart/aggpas/taaggpas.res -text components/tachart/aggpas/tachartaggpas.lpk svneol=native#text/pascal components/tachart/aggpas/tachartaggpas.pas svneol=native#text/pascal components/tachart/aggpas/tadraweraggpas.pas svneol=native#text/pascal components/tachart/aggpas/taguiconnectoraggpas.pas svneol=native#text/pascal +components/tachart/aggpas/tchartguiconnectoraggpas.png -text +components/tachart/aggpas/tchartguiconnectoraggpas_150.png -text +components/tachart/aggpas/tchartguiconnectoraggpas_200.png -text components/tachart/demo/3d/main.lfm svneol=native#text/plain components/tachart/demo/3d/main.pas svneol=native#text/plain components/tachart/demo/3d/zdemo.lpi svneol=native#text/plain @@ -4928,24 +4933,62 @@ components/tachart/fpvectorial/tachartfpvectorial.pas svneol=native#text/pascal components/tachart/fpvectorial/tadrawerfpvectorial.pas svneol=native#text/pascal components/tachart/icons/makeicons.bat svneol=native#text/plain components/tachart/icons/tcalculatedchartsource.png -text svneol=unset#images/png +components/tachart/icons/tcalculatedchartsource_150.png -text +components/tachart/icons/tcalculatedchartsource_200.png -text components/tachart/icons/tchart.png -text svneol=unset#images/png +components/tachart/icons/tchart_150.png -text +components/tachart/icons/tchart_200.png -text components/tachart/icons/tchartaxistransformations.png -text svneol=unset#images/png +components/tachart/icons/tchartaxistransformations_150.png -text +components/tachart/icons/tchartaxistransformations_200.png -text components/tachart/icons/tchartcombobox.png -text +components/tachart/icons/tchartcombobox_150.png -text +components/tachart/icons/tchartcombobox_200.png -text components/tachart/icons/tchartextentlink.png -text svneol=unset#images/png +components/tachart/icons/tchartextentlink_150.png -text +components/tachart/icons/tchartextentlink_200.png -text components/tachart/icons/tchartguiconnectorbgra.png -text svneol=unset#images/png +components/tachart/icons/tchartguiconnectorbgra_150.png -text +components/tachart/icons/tchartguiconnectorbgra_200.png -text components/tachart/icons/tchartimagelist.png -text svneol=unset#images/png +components/tachart/icons/tchartimagelist_150.png -text +components/tachart/icons/tchartimagelist_200.png -text components/tachart/icons/tchartlegendpanel.png -text +components/tachart/icons/tchartlegendpanel_150.png -text +components/tachart/icons/tchartlegendpanel_200.png -text components/tachart/icons/tchartlistbox.png -text svneol=unset#images/png +components/tachart/icons/tchartlistbox_150.png -text +components/tachart/icons/tchartlistbox_200.png -text components/tachart/icons/tchartnavpanel.png -text svneol=unset#images/png +components/tachart/icons/tchartnavpanel_150.png -text +components/tachart/icons/tchartnavpanel_200.png -text components/tachart/icons/tchartnavscrollbar.png -text svneol=unset#images/png +components/tachart/icons/tchartnavscrollbar_150.png -text +components/tachart/icons/tchartnavscrollbar_200.png -text components/tachart/icons/tchartstyles.png -text svneol=unset#images/png +components/tachart/icons/tchartstyles_150.png -text +components/tachart/icons/tchartstyles_200.png -text components/tachart/icons/tcharttoolset.png -text svneol=unset#images/png +components/tachart/icons/tcharttoolset_150.png -text +components/tachart/icons/tcharttoolset_200.png -text components/tachart/icons/tdatetimeintervalchartsource.png -text svneol=unset#images/png +components/tachart/icons/tdatetimeintervalchartsource_150.png -text +components/tachart/icons/tdatetimeintervalchartsource_200.png -text components/tachart/icons/tdbchartsource.png -text svneol=unset#images/png +components/tachart/icons/tdbchartsource_150.png -text +components/tachart/icons/tdbchartsource_200.png -text components/tachart/icons/tintervalchartsource.png -text svneol=unset#images/png +components/tachart/icons/tintervalchartsource_150.png -text +components/tachart/icons/tintervalchartsource_200.png -text components/tachart/icons/tlistchartsource.png -text svneol=unset#images/png +components/tachart/icons/tlistchartsource_150.png -text +components/tachart/icons/tlistchartsource_200.png -text components/tachart/icons/trandomchartsource.png -text svneol=unset#images/png +components/tachart/icons/trandomchartsource_150.png -text +components/tachart/icons/trandomchartsource_200.png -text components/tachart/icons/tuserdefinedchartsource.png -text svneol=unset#images/png +components/tachart/icons/tuserdefinedchartsource_150.png -text +components/tachart/icons/tuserdefinedchartsource_200.png -text components/tachart/languages/tachartstrconsts.de.po svneol=native#text/plain components/tachart/languages/tachartstrconsts.fi.po svneol=native#text/plain components/tachart/languages/tachartstrconsts.fr.po svneol=native#text/plain diff --git a/components/tachart/aggpas/makeicons.bat b/components/tachart/aggpas/makeicons.bat new file mode 100644 index 0000000000..938bb7e229 --- /dev/null +++ b/components/tachart/aggpas/makeicons.bat @@ -0,0 +1,3 @@ +@dir /b /on *.png >pnglist.tmp +@..\..\..\tools\lazres.exe taaggpas.res @pnglist.tmp +@del pnglist.tmp >nul diff --git a/components/tachart/aggpas/taaggpas.res b/components/tachart/aggpas/taaggpas.res new file mode 100644 index 0000000000..53af269be0 Binary files /dev/null and b/components/tachart/aggpas/taaggpas.res differ diff --git a/components/tachart/aggpas/taguiconnectoraggpas.pas b/components/tachart/aggpas/taguiconnectoraggpas.pas index aba74f0e18..1e67574d8c 100644 --- a/components/tachart/aggpas/taguiconnectoraggpas.pas +++ b/components/tachart/aggpas/taguiconnectoraggpas.pas @@ -37,6 +37,8 @@ procedure Register; implementation +{$R taaggpas.res} + uses Agg_LCL, Graphics, SysUtils, TAChartUtils, TADrawerAggPas, TADrawerCanvas, TAGeometry; diff --git a/components/tachart/aggpas/tchartguiconnectoraggpas.png b/components/tachart/aggpas/tchartguiconnectoraggpas.png new file mode 100644 index 0000000000..321eddc74d Binary files /dev/null and b/components/tachart/aggpas/tchartguiconnectoraggpas.png differ diff --git a/components/tachart/aggpas/tchartguiconnectoraggpas_150.png b/components/tachart/aggpas/tchartguiconnectoraggpas_150.png new file mode 100644 index 0000000000..5198845164 Binary files /dev/null and b/components/tachart/aggpas/tchartguiconnectoraggpas_150.png differ diff --git a/components/tachart/aggpas/tchartguiconnectoraggpas_200.png b/components/tachart/aggpas/tchartguiconnectoraggpas_200.png new file mode 100644 index 0000000000..bd22408bee Binary files /dev/null and b/components/tachart/aggpas/tchartguiconnectoraggpas_200.png differ diff --git a/components/tachart/icons/tcalculatedchartsource.png b/components/tachart/icons/tcalculatedchartsource.png index 57ee3f2c36..5fef77d9e4 100644 Binary files a/components/tachart/icons/tcalculatedchartsource.png and b/components/tachart/icons/tcalculatedchartsource.png differ diff --git a/components/tachart/icons/tcalculatedchartsource_150.png b/components/tachart/icons/tcalculatedchartsource_150.png new file mode 100644 index 0000000000..c4af4878eb Binary files /dev/null and b/components/tachart/icons/tcalculatedchartsource_150.png differ diff --git a/components/tachart/icons/tcalculatedchartsource_200.png b/components/tachart/icons/tcalculatedchartsource_200.png new file mode 100644 index 0000000000..db828aa731 Binary files /dev/null and b/components/tachart/icons/tcalculatedchartsource_200.png differ diff --git a/components/tachart/icons/tchart.png b/components/tachart/icons/tchart.png index 6c4bf641bb..1abb0c1b3c 100644 Binary files a/components/tachart/icons/tchart.png and b/components/tachart/icons/tchart.png differ diff --git a/components/tachart/icons/tchart_150.png b/components/tachart/icons/tchart_150.png new file mode 100644 index 0000000000..beec929ab6 Binary files /dev/null and b/components/tachart/icons/tchart_150.png differ diff --git a/components/tachart/icons/tchart_200.png b/components/tachart/icons/tchart_200.png new file mode 100644 index 0000000000..ebcdf98e48 Binary files /dev/null and b/components/tachart/icons/tchart_200.png differ diff --git a/components/tachart/icons/tchartaxistransformations.png b/components/tachart/icons/tchartaxistransformations.png index e734b55838..254258e11a 100644 Binary files a/components/tachart/icons/tchartaxistransformations.png and b/components/tachart/icons/tchartaxistransformations.png differ diff --git a/components/tachart/icons/tchartaxistransformations_150.png b/components/tachart/icons/tchartaxistransformations_150.png new file mode 100644 index 0000000000..e816fbd989 Binary files /dev/null and b/components/tachart/icons/tchartaxistransformations_150.png differ diff --git a/components/tachart/icons/tchartaxistransformations_200.png b/components/tachart/icons/tchartaxistransformations_200.png new file mode 100644 index 0000000000..a0cb9e0215 Binary files /dev/null and b/components/tachart/icons/tchartaxistransformations_200.png differ diff --git a/components/tachart/icons/tchartcombobox.png b/components/tachart/icons/tchartcombobox.png index ce49fad335..45eade493a 100644 Binary files a/components/tachart/icons/tchartcombobox.png and b/components/tachart/icons/tchartcombobox.png differ diff --git a/components/tachart/icons/tchartcombobox_150.png b/components/tachart/icons/tchartcombobox_150.png new file mode 100644 index 0000000000..8e2c09e4c9 Binary files /dev/null and b/components/tachart/icons/tchartcombobox_150.png differ diff --git a/components/tachart/icons/tchartcombobox_200.png b/components/tachart/icons/tchartcombobox_200.png new file mode 100644 index 0000000000..0472830a34 Binary files /dev/null and b/components/tachart/icons/tchartcombobox_200.png differ diff --git a/components/tachart/icons/tchartextentlink.png b/components/tachart/icons/tchartextentlink.png index b5090f6a80..5d1f5c5fb4 100644 Binary files a/components/tachart/icons/tchartextentlink.png and b/components/tachart/icons/tchartextentlink.png differ diff --git a/components/tachart/icons/tchartextentlink_150.png b/components/tachart/icons/tchartextentlink_150.png new file mode 100644 index 0000000000..86c55077f7 Binary files /dev/null and b/components/tachart/icons/tchartextentlink_150.png differ diff --git a/components/tachart/icons/tchartextentlink_200.png b/components/tachart/icons/tchartextentlink_200.png new file mode 100644 index 0000000000..ae5385335a Binary files /dev/null and b/components/tachart/icons/tchartextentlink_200.png differ diff --git a/components/tachart/icons/tchartguiconnectorbgra.png b/components/tachart/icons/tchartguiconnectorbgra.png index d983c734ee..e90b9bebbd 100644 Binary files a/components/tachart/icons/tchartguiconnectorbgra.png and b/components/tachart/icons/tchartguiconnectorbgra.png differ diff --git a/components/tachart/icons/tchartguiconnectorbgra_150.png b/components/tachart/icons/tchartguiconnectorbgra_150.png new file mode 100644 index 0000000000..091d9d37fc Binary files /dev/null and b/components/tachart/icons/tchartguiconnectorbgra_150.png differ diff --git a/components/tachart/icons/tchartguiconnectorbgra_200.png b/components/tachart/icons/tchartguiconnectorbgra_200.png new file mode 100644 index 0000000000..23ad7f913c Binary files /dev/null and b/components/tachart/icons/tchartguiconnectorbgra_200.png differ diff --git a/components/tachart/icons/tchartimagelist.png b/components/tachart/icons/tchartimagelist.png index 3d4f0ff229..e7002321b7 100644 Binary files a/components/tachart/icons/tchartimagelist.png and b/components/tachart/icons/tchartimagelist.png differ diff --git a/components/tachart/icons/tchartimagelist_150.png b/components/tachart/icons/tchartimagelist_150.png new file mode 100644 index 0000000000..9da14e21da Binary files /dev/null and b/components/tachart/icons/tchartimagelist_150.png differ diff --git a/components/tachart/icons/tchartimagelist_200.png b/components/tachart/icons/tchartimagelist_200.png new file mode 100644 index 0000000000..efe9de1cf6 Binary files /dev/null and b/components/tachart/icons/tchartimagelist_200.png differ diff --git a/components/tachart/icons/tchartlegendpanel.png b/components/tachart/icons/tchartlegendpanel.png index 7a1ff58ee8..74471918f6 100644 Binary files a/components/tachart/icons/tchartlegendpanel.png and b/components/tachart/icons/tchartlegendpanel.png differ diff --git a/components/tachart/icons/tchartlegendpanel_150.png b/components/tachart/icons/tchartlegendpanel_150.png new file mode 100644 index 0000000000..102bf04684 Binary files /dev/null and b/components/tachart/icons/tchartlegendpanel_150.png differ diff --git a/components/tachart/icons/tchartlegendpanel_200.png b/components/tachart/icons/tchartlegendpanel_200.png new file mode 100644 index 0000000000..0224a38cbc Binary files /dev/null and b/components/tachart/icons/tchartlegendpanel_200.png differ diff --git a/components/tachart/icons/tchartlistbox.png b/components/tachart/icons/tchartlistbox.png index 9a2f8da9fd..6d5c22278b 100644 Binary files a/components/tachart/icons/tchartlistbox.png and b/components/tachart/icons/tchartlistbox.png differ diff --git a/components/tachart/icons/tchartlistbox_150.png b/components/tachart/icons/tchartlistbox_150.png new file mode 100644 index 0000000000..f6d5ce3ef1 Binary files /dev/null and b/components/tachart/icons/tchartlistbox_150.png differ diff --git a/components/tachart/icons/tchartlistbox_200.png b/components/tachart/icons/tchartlistbox_200.png new file mode 100644 index 0000000000..ec3ee9ba22 Binary files /dev/null and b/components/tachart/icons/tchartlistbox_200.png differ diff --git a/components/tachart/icons/tchartnavpanel.png b/components/tachart/icons/tchartnavpanel.png index a370693c20..db4ec597d6 100644 Binary files a/components/tachart/icons/tchartnavpanel.png and b/components/tachart/icons/tchartnavpanel.png differ diff --git a/components/tachart/icons/tchartnavpanel_150.png b/components/tachart/icons/tchartnavpanel_150.png new file mode 100644 index 0000000000..8051be673d Binary files /dev/null and b/components/tachart/icons/tchartnavpanel_150.png differ diff --git a/components/tachart/icons/tchartnavpanel_200.png b/components/tachart/icons/tchartnavpanel_200.png new file mode 100644 index 0000000000..4197e1d852 Binary files /dev/null and b/components/tachart/icons/tchartnavpanel_200.png differ diff --git a/components/tachart/icons/tchartnavscrollbar.png b/components/tachart/icons/tchartnavscrollbar.png index c1f65d1f22..4b088b6f75 100644 Binary files a/components/tachart/icons/tchartnavscrollbar.png and b/components/tachart/icons/tchartnavscrollbar.png differ diff --git a/components/tachart/icons/tchartnavscrollbar_150.png b/components/tachart/icons/tchartnavscrollbar_150.png new file mode 100644 index 0000000000..2b0142d567 Binary files /dev/null and b/components/tachart/icons/tchartnavscrollbar_150.png differ diff --git a/components/tachart/icons/tchartnavscrollbar_200.png b/components/tachart/icons/tchartnavscrollbar_200.png new file mode 100644 index 0000000000..b5ca4772fb Binary files /dev/null and b/components/tachart/icons/tchartnavscrollbar_200.png differ diff --git a/components/tachart/icons/tchartstyles.png b/components/tachart/icons/tchartstyles.png index b6bb4dd5f5..9fe86637d2 100644 Binary files a/components/tachart/icons/tchartstyles.png and b/components/tachart/icons/tchartstyles.png differ diff --git a/components/tachart/icons/tchartstyles_150.png b/components/tachart/icons/tchartstyles_150.png new file mode 100644 index 0000000000..fa20203079 Binary files /dev/null and b/components/tachart/icons/tchartstyles_150.png differ diff --git a/components/tachart/icons/tchartstyles_200.png b/components/tachart/icons/tchartstyles_200.png new file mode 100644 index 0000000000..b9d9933071 Binary files /dev/null and b/components/tachart/icons/tchartstyles_200.png differ diff --git a/components/tachart/icons/tcharttoolset.png b/components/tachart/icons/tcharttoolset.png index bec801c68f..87baeee220 100644 Binary files a/components/tachart/icons/tcharttoolset.png and b/components/tachart/icons/tcharttoolset.png differ diff --git a/components/tachart/icons/tcharttoolset_150.png b/components/tachart/icons/tcharttoolset_150.png new file mode 100644 index 0000000000..4d17e660b6 Binary files /dev/null and b/components/tachart/icons/tcharttoolset_150.png differ diff --git a/components/tachart/icons/tcharttoolset_200.png b/components/tachart/icons/tcharttoolset_200.png new file mode 100644 index 0000000000..416448c4c7 Binary files /dev/null and b/components/tachart/icons/tcharttoolset_200.png differ diff --git a/components/tachart/icons/tdatetimeintervalchartsource.png b/components/tachart/icons/tdatetimeintervalchartsource.png index 6c660b40cd..c0ccf75b66 100644 Binary files a/components/tachart/icons/tdatetimeintervalchartsource.png and b/components/tachart/icons/tdatetimeintervalchartsource.png differ diff --git a/components/tachart/icons/tdatetimeintervalchartsource_150.png b/components/tachart/icons/tdatetimeintervalchartsource_150.png new file mode 100644 index 0000000000..ae4f92660e Binary files /dev/null and b/components/tachart/icons/tdatetimeintervalchartsource_150.png differ diff --git a/components/tachart/icons/tdatetimeintervalchartsource_200.png b/components/tachart/icons/tdatetimeintervalchartsource_200.png new file mode 100644 index 0000000000..6ae40ffa05 Binary files /dev/null and b/components/tachart/icons/tdatetimeintervalchartsource_200.png differ diff --git a/components/tachart/icons/tdbchartsource.png b/components/tachart/icons/tdbchartsource.png index 67f11ba0e5..94ad061c7c 100644 Binary files a/components/tachart/icons/tdbchartsource.png and b/components/tachart/icons/tdbchartsource.png differ diff --git a/components/tachart/icons/tdbchartsource_150.png b/components/tachart/icons/tdbchartsource_150.png new file mode 100644 index 0000000000..ab4945d542 Binary files /dev/null and b/components/tachart/icons/tdbchartsource_150.png differ diff --git a/components/tachart/icons/tdbchartsource_200.png b/components/tachart/icons/tdbchartsource_200.png new file mode 100644 index 0000000000..9085be44fd Binary files /dev/null and b/components/tachart/icons/tdbchartsource_200.png differ diff --git a/components/tachart/icons/tintervalchartsource.png b/components/tachart/icons/tintervalchartsource.png index 4fc9287d2e..0a7762d45f 100644 Binary files a/components/tachart/icons/tintervalchartsource.png and b/components/tachart/icons/tintervalchartsource.png differ diff --git a/components/tachart/icons/tintervalchartsource_150.png b/components/tachart/icons/tintervalchartsource_150.png new file mode 100644 index 0000000000..13cf40c5f4 Binary files /dev/null and b/components/tachart/icons/tintervalchartsource_150.png differ diff --git a/components/tachart/icons/tintervalchartsource_200.png b/components/tachart/icons/tintervalchartsource_200.png new file mode 100644 index 0000000000..e7bbdf361e Binary files /dev/null and b/components/tachart/icons/tintervalchartsource_200.png differ diff --git a/components/tachart/icons/tlistchartsource.png b/components/tachart/icons/tlistchartsource.png index d618dc3bf8..a48f4fc1ab 100644 Binary files a/components/tachart/icons/tlistchartsource.png and b/components/tachart/icons/tlistchartsource.png differ diff --git a/components/tachart/icons/tlistchartsource_150.png b/components/tachart/icons/tlistchartsource_150.png new file mode 100644 index 0000000000..e41eeb39ac Binary files /dev/null and b/components/tachart/icons/tlistchartsource_150.png differ diff --git a/components/tachart/icons/tlistchartsource_200.png b/components/tachart/icons/tlistchartsource_200.png new file mode 100644 index 0000000000..0f5e66a947 Binary files /dev/null and b/components/tachart/icons/tlistchartsource_200.png differ diff --git a/components/tachart/icons/trandomchartsource.png b/components/tachart/icons/trandomchartsource.png index 919b13b998..628fc4bace 100644 Binary files a/components/tachart/icons/trandomchartsource.png and b/components/tachart/icons/trandomchartsource.png differ diff --git a/components/tachart/icons/trandomchartsource_150.png b/components/tachart/icons/trandomchartsource_150.png new file mode 100644 index 0000000000..868015605e Binary files /dev/null and b/components/tachart/icons/trandomchartsource_150.png differ diff --git a/components/tachart/icons/trandomchartsource_200.png b/components/tachart/icons/trandomchartsource_200.png new file mode 100644 index 0000000000..02f88313be Binary files /dev/null and b/components/tachart/icons/trandomchartsource_200.png differ diff --git a/components/tachart/icons/tuserdefinedchartsource.png b/components/tachart/icons/tuserdefinedchartsource.png index 7167002b4f..5c15e15156 100644 Binary files a/components/tachart/icons/tuserdefinedchartsource.png and b/components/tachart/icons/tuserdefinedchartsource.png differ diff --git a/components/tachart/icons/tuserdefinedchartsource_150.png b/components/tachart/icons/tuserdefinedchartsource_150.png new file mode 100644 index 0000000000..0ac9e9a4a5 Binary files /dev/null and b/components/tachart/icons/tuserdefinedchartsource_150.png differ diff --git a/components/tachart/icons/tuserdefinedchartsource_200.png b/components/tachart/icons/tuserdefinedchartsource_200.png new file mode 100644 index 0000000000..673f0d99a5 Binary files /dev/null and b/components/tachart/icons/tuserdefinedchartsource_200.png differ diff --git a/components/tachart/tagraph.res b/components/tachart/tagraph.res index 29b29450c8..61e2fcb981 100644 Binary files a/components/tachart/tagraph.res and b/components/tachart/tagraph.res differ