From 45bc241c26a34484c4661c0977fa0cb3ee6addb8 Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Fri, 29 Feb 2008 23:38:58 +0000 Subject: [PATCH] Adjust PngComponents files to match standard directory names. TODO: Create seperate packages for D10 + D11 - not doable by this commit after having renamed the packages directory and its files. --- components/pngcomponents/Delphi/PNG_D5.dpk | 35 --------------- components/pngcomponents/Delphi/PNG_D6.dpk | 36 --------------- components/pngcomponents/Delphi/PNG_D9.dpk | 36 --------------- .../pngcomponents/Delphi/PngComponentsD5.dpk | 40 ----------------- .../pngcomponents/Delphi/PngComponentsD5D.dpk | 36 --------------- .../pngcomponents/Delphi/PngComponentsD6.dpk | 41 ----------------- .../pngcomponents/Delphi/PngComponentsD6D.dpk | 37 --------------- .../pngcomponents/Delphi/PngComponentsD7.dpk | 42 ------------------ .../pngcomponents/Delphi/PngComponentsD9D.dpk | 38 ---------------- .../Example Images/Computer_32.png | Bin 744 -> 0 bytes .../Example Images/FolderClosed_32.png | Bin 406 -> 0 bytes .../Example Images/FolderOpen_32.png | Bin 424 -> 0 bytes .../Example Images/RemoteComputer_32.png | Bin 879 -> 0 bytes .../{Delphi/PNG_D7.dpk => packages/PNG.dpk} | 8 ++-- .../PngComponents.dpk} | 16 +++---- .../PngComponentsD.dpk} | 10 ++--- .../PngComponentEditors.pas | 0 .../{Design => source}/PngComponents.dcr | Bin .../PngComponentsRegister.pas | 0 .../{Design => source}/PngImageListEditor.dfm | 0 .../{Design => source}/PngImageListEditor.pas | 0 21 files changed, 17 insertions(+), 358 deletions(-) delete mode 100644 components/pngcomponents/Delphi/PNG_D5.dpk delete mode 100644 components/pngcomponents/Delphi/PNG_D6.dpk delete mode 100644 components/pngcomponents/Delphi/PNG_D9.dpk delete mode 100644 components/pngcomponents/Delphi/PngComponentsD5.dpk delete mode 100644 components/pngcomponents/Delphi/PngComponentsD5D.dpk delete mode 100644 components/pngcomponents/Delphi/PngComponentsD6.dpk delete mode 100644 components/pngcomponents/Delphi/PngComponentsD6D.dpk delete mode 100644 components/pngcomponents/Delphi/PngComponentsD7.dpk delete mode 100644 components/pngcomponents/Delphi/PngComponentsD9D.dpk delete mode 100644 components/pngcomponents/Example Images/Computer_32.png delete mode 100644 components/pngcomponents/Example Images/FolderClosed_32.png delete mode 100644 components/pngcomponents/Example Images/FolderOpen_32.png delete mode 100644 components/pngcomponents/Example Images/RemoteComputer_32.png rename components/pngcomponents/{Delphi/PNG_D7.dpk => packages/PNG.dpk} (74%) rename components/pngcomponents/{Delphi/PngComponentsD9.dpk => packages/PngComponents.dpk} (57%) rename components/pngcomponents/{Delphi/PngComponentsD7D.dpk => packages/PngComponentsD.dpk} (67%) rename components/pngcomponents/{Design => source}/PngComponentEditors.pas (100%) rename components/pngcomponents/{Design => source}/PngComponents.dcr (100%) rename components/pngcomponents/{Design => source}/PngComponentsRegister.pas (100%) rename components/pngcomponents/{Design => source}/PngImageListEditor.dfm (100%) rename components/pngcomponents/{Design => source}/PngImageListEditor.pas (100%) diff --git a/components/pngcomponents/Delphi/PNG_D5.dpk b/components/pngcomponents/Delphi/PNG_D5.dpk deleted file mode 100644 index 1fe3d9bf..00000000 --- a/components/pngcomponents/Delphi/PNG_D5.dpk +++ /dev/null @@ -1,35 +0,0 @@ -package PNG_D5; - -{$ALIGN ON} -{$ASSERTIONS ON} -{$BOOLEVAL OFF} -{$DEBUGINFO ON} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS ON} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION ON} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO ON} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST ON} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$IMPLICITBUILD OFF} -{$DESCRIPTION 'PNG image runtime/designtime'} - -requires - vcl50; - -contains - pngimage in '..\Source\pngimage.pas', - pnglang in '..\Source\pnglang.pas', - pngzlib in '..\Source\pngzlib.pas'; - -end. diff --git a/components/pngcomponents/Delphi/PNG_D6.dpk b/components/pngcomponents/Delphi/PNG_D6.dpk deleted file mode 100644 index ae0d12be..00000000 --- a/components/pngcomponents/Delphi/PNG_D6.dpk +++ /dev/null @@ -1,36 +0,0 @@ -package PNG_D6; - -{$ALIGN 8} -{$ASSERTIONS ON} -{$BOOLEVAL OFF} -{$DEBUGINFO ON} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS ON} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION ON} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO ON} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$IMPLICITBUILD OFF} -{$DESCRIPTION 'PNG image runtime/designtime'} - -requires - rtl, - vcl; - -contains - pngimage in '..\Source\pngimage.pas', - pnglang in '..\Source\pnglang.pas', - pngzlib in '..\Source\pngzlib.pas'; - -end. diff --git a/components/pngcomponents/Delphi/PNG_D9.dpk b/components/pngcomponents/Delphi/PNG_D9.dpk deleted file mode 100644 index bd97689a..00000000 --- a/components/pngcomponents/Delphi/PNG_D9.dpk +++ /dev/null @@ -1,36 +0,0 @@ -package PNG_D9; - -{$ALIGN 8} -{$ASSERTIONS ON} -{$BOOLEVAL OFF} -{$DEBUGINFO ON} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS ON} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION ON} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO ON} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$IMPLICITBUILD OFF} -{$DESCRIPTION 'PNG image runtime/designtime'} - -requires - vcl, - rtl; - -contains - pngimage in '..\Source\pngimage.pas', - pnglang in '..\Source\pnglang.pas', - pngzlib in '..\Source\pngzlib.pas'; - -end. diff --git a/components/pngcomponents/Delphi/PngComponentsD5.dpk b/components/pngcomponents/Delphi/PngComponentsD5.dpk deleted file mode 100644 index a5a686ac..00000000 --- a/components/pngcomponents/Delphi/PngComponentsD5.dpk +++ /dev/null @@ -1,40 +0,0 @@ -package PngComponentsD5; - -{$ALIGN ON} -{$ASSERTIONS ON} -{$BOOLEVAL OFF} -{$DEBUGINFO ON} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS ON} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION ON} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO ON} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DESCRIPTION 'Png components'} -{$RUNONLY} -{$IMPLICITBUILD ON} - -requires - PNG_D5, - VCLX50; - -contains - PngSpeedButton in '..\Source\PngSpeedButton.pas', - PngFunctions in '..\Source\PngFunctions.pas', - PngImageList in '..\Source\PngImageList.pas', - PngBitBtn in '..\Source\PngBitBtn.pas', - PngButtonFunctions in '..\Source\PngButtonFunctions.pas', - PngCheckListBox in '..\Source\PngCheckListBox.pas'; - -end. diff --git a/components/pngcomponents/Delphi/PngComponentsD5D.dpk b/components/pngcomponents/Delphi/PngComponentsD5D.dpk deleted file mode 100644 index e126848c..00000000 --- a/components/pngcomponents/Delphi/PngComponentsD5D.dpk +++ /dev/null @@ -1,36 +0,0 @@ -package PngComponentsD5D; - -{$R '..\Design\PngComponents.dcr'} -{$ASSERTIONS ON} -{$BOOLEVAL OFF} -{$DEBUGINFO ON} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS ON} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION ON} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO ON} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DESCRIPTION 'Png components designtime'} -{$DESIGNONLY} -{$IMPLICITBUILD ON} - -requires - PngComponentsD5; - -contains - PngComponentsRegister in '..\Design\PngComponentsRegister.pas', - PngComponentEditors in '..\Design\PngComponentEditors.pas', - PngImageListEditor in '..\Design\PngImageListEditor.pas'; - -end. diff --git a/components/pngcomponents/Delphi/PngComponentsD6.dpk b/components/pngcomponents/Delphi/PngComponentsD6.dpk deleted file mode 100644 index 9d3d1ff5..00000000 --- a/components/pngcomponents/Delphi/PngComponentsD6.dpk +++ /dev/null @@ -1,41 +0,0 @@ -package PngComponentsD6; - -{$ALIGN 8} -{$ASSERTIONS ON} -{$BOOLEVAL OFF} -{$DEBUGINFO ON} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS ON} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION ON} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO ON} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$IMPLICITBUILD OFF} -{$DESCRIPTION 'Png components'} - -requires - rtl, - vcl, - vclx, - PNG_D6; - -contains - PngSpeedButton in '..\Source\PngSpeedButton.pas', - PngButtonFunctions in '..\Source\PngButtonFunctions.pas', - PngCheckListBox in '..\Source\PngCheckListBox.pas', - PngFunctions in '..\Source\PngFunctions.pas', - PngImageList in '..\Source\PngImageList.pas', - PngBitBtn in '..\Source\PngBitBtn.pas'; - -end. diff --git a/components/pngcomponents/Delphi/PngComponentsD6D.dpk b/components/pngcomponents/Delphi/PngComponentsD6D.dpk deleted file mode 100644 index 7d28ee98..00000000 --- a/components/pngcomponents/Delphi/PngComponentsD6D.dpk +++ /dev/null @@ -1,37 +0,0 @@ -package PngComponentsD6D; - -{$R '..\Design\PngComponents.dcr'} -{$ALIGN 8} -{$ASSERTIONS ON} -{$BOOLEVAL OFF} -{$DEBUGINFO ON} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS ON} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION ON} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO ON} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$IMPLICITBUILD OFF} -{$DESCRIPTION 'Png components designtime'} - -requires - designide, - PngComponentsD6; - -contains - PngImageListEditor in '..\Design\PngImageListEditor.pas', - PngComponentsRegister in '..\Design\PngComponentsRegister.pas', - PngComponentEditors in '..\Design\PngComponentEditors.pas'; - -end. diff --git a/components/pngcomponents/Delphi/PngComponentsD7.dpk b/components/pngcomponents/Delphi/PngComponentsD7.dpk deleted file mode 100644 index 333b9881..00000000 --- a/components/pngcomponents/Delphi/PngComponentsD7.dpk +++ /dev/null @@ -1,42 +0,0 @@ -package PngComponentsD7; - -{$ALIGN 8} -{$ASSERTIONS ON} -{$BOOLEVAL OFF} -{$DEBUGINFO ON} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS ON} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION ON} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO ON} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DESCRIPTION 'Png components'} -{$RUNONLY} -{$IMPLICITBUILD ON} - -requires - vclactnband, - vcl, - rtl, - PNG_D7; - -contains - PngSpeedButton in '..\Source\PngSpeedButton.pas', - PngFunctions in '..\Source\PngFunctions.pas', - PngImageList in '..\Source\PngImageList.pas', - PngBitBtn in '..\Source\PngBitBtn.pas', - PngButtonFunctions in '..\Source\PngButtonFunctions.pas', - PngCheckListBox in '..\Source\PngCheckListBox.pas'; - -end. diff --git a/components/pngcomponents/Delphi/PngComponentsD9D.dpk b/components/pngcomponents/Delphi/PngComponentsD9D.dpk deleted file mode 100644 index 4fde779f..00000000 --- a/components/pngcomponents/Delphi/PngComponentsD9D.dpk +++ /dev/null @@ -1,38 +0,0 @@ -package PngComponentsD9D; - -{$R '..\Design\PngComponents.dcr'} -{$ALIGN 8} -{$ASSERTIONS ON} -{$BOOLEVAL OFF} -{$DEBUGINFO ON} -{$EXTENDEDSYNTAX ON} -{$IMPORTEDDATA ON} -{$IOCHECKS ON} -{$LOCALSYMBOLS ON} -{$LONGSTRINGS ON} -{$OPENSTRINGS ON} -{$OPTIMIZATION ON} -{$OVERFLOWCHECKS OFF} -{$RANGECHECKS OFF} -{$REFERENCEINFO ON} -{$SAFEDIVIDE OFF} -{$STACKFRAMES OFF} -{$TYPEDADDRESS OFF} -{$VARSTRINGCHECKS ON} -{$WRITEABLECONST OFF} -{$MINENUMSIZE 1} -{$IMAGEBASE $400000} -{$DESCRIPTION 'Png components designtime'} -{$DESIGNONLY} -{$IMPLICITBUILD ON} - -requires - designide, - PngComponentsD9; - -contains - PngComponentsRegister in '..\Design\PngComponentsRegister.pas', - PngComponentEditors in '..\Design\PngComponentEditors.pas', - PngImageListEditor in '..\Design\PngImageListEditor.pas' {PngImageListEditorDlg}; - -end. diff --git a/components/pngcomponents/Example Images/Computer_32.png b/components/pngcomponents/Example Images/Computer_32.png deleted file mode 100644 index a9b6ac5e592fa12975a4aabcbb22c4a60ce438b2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 744 zcmVP)mX%R&E0x?Y( z8I@^oW|XN}HjXnoFZa&e_uFC$YV5Z=aL&VXI7jfGT)%!R;W%PA)zx!UX^OQ2ldgVyx zHQD^p?VftGLdNA5AO-6_;vt#l6c(-{e2y0BRVQ-e@Ax=)h)r0yc^FxV<+ z&!U5)qs2rLCjvzms#UOEsF+Z-ArOs+g)ds7Aa6DTa=FTMbHW{6H9-UE(8b|@MKk|s`oMuXc|@1zHZ zhsn2hV%QK4)J;6UZlhTc+?8qp;tCNDXqDpB^r(8BzT>J{ap<|;5 z%v$Z{_F8uC&nL=%508yKzj)@%{%gHmD*gSYtsH%)*S-7rCJT5UX&`u-*k_6!WUh5Pu`+45(%laHwAsWV;0rb3rXa#}F5Q zG#jU#0WxQy8JotiuUnPj@87>*409QX9nky|$=2^sMv(BNILG|dIo%t?X)Aiul>0J0(H2M09nfdBvi07*qoM6N<$f^F`n AfB*mh diff --git a/components/pngcomponents/Example Images/FolderOpen_32.png b/components/pngcomponents/Example Images/FolderOpen_32.png deleted file mode 100644 index 370b5c4ab4ca6913ca1d6bb799f9636ad88535c4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 424 zcmV;Z0ayNsP)^G23=BWs<8}Ir?>`ux zA3n;!_2Ube4-NxP4qgThF)0QO_gJ8JUf|aK2N=|s_W=X(8Ym{_07dSAUGN=fnxc*s zMA47$cnx?D3>r`@K*0sD0gOyc4E)l{3=B8U<8?j=JbeC)f#b(#5EJBw7a*gQmlpBd zA*d4xME89GJ0FPGfDGUUVgn!sB@787%>V_|5e7&y2Lq5HKtC|(6N#0fdKdudvVA)m S=H2N40000P_zKOk8VjpZUW4@V%K&zW?BbzTV`h;`WW#YK>=M3kb0~K-GZ_PotjCoJC+iX)9+gRbKrs+ znxxCUNWQ*}*Yz&_ih}z11d+Zd!ViWIDmt_+Xmr4k-6$@fR}%7otEINWyS1~}o+|{r zI{W%0@wkg%*g-Ww0t^dWGMElDJD?g6Og$MASAOb|jar?~?l3#)pV`a|vsXOB-2G*` zOpB@xB@GHq$TtqVtiiqkZA+GrNXoSJ8S;6^syLZv5ydPwH)jc&CY2Txj|6+o!!Bxv z5_#mQu!IzlqbH)Dg`AF|G zZf`jovkQ4s3RE-eYB_T&A96Iq86A(dy?)+^>P%E0qAzZfxlv%{w{N$y_tU=%#Iyp? zV#hiz!Z}edEhuVfd9bJJ#@p|le`3rljhyqV_{v4i6r_I9>Kk