lazparadox: Add copy of lazparadox as lazparadoxpkg in order allow coexistence with lazparadox in (lazarus)/components/paradox. Deprecate old lazparadox. Add palette icons.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6893 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-05-07 21:07:19 +00:00
parent 999664065a
commit dd43003e92
9 changed files with 75 additions and 10 deletions

View File

@ -0,0 +1,3 @@
tparadoxdataset.png
tparadoxdataset_150.png
tparadoxdataset_200.png

View File

@ -0,0 +1 @@
lazres ../pdx_icons.res @imagelist.txt

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -1,20 +1,26 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="3">
<Package Version="4">
<PathDelim Value="\"/>
<Name Value="lazparadox"/>
<Type Value="RunAndDesignTime"/>
<AddToProjectUsesSection Value="True"/>
<Author Value="Christian Ulrich"/>
<CompilerOptions>
<Version Value="8"/>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
<Parsing>
<SyntaxOptions>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
</CompilerOptions>
<Description Value="Paradox DataSet"/>
<Description Value="Paradox DataSet
NOTE: THIS PACKAGE IS DEPRECATED. PLEASE USE lazparadoxpkg.lpk INSTEAD!"/>
<License Value="LGPL"/>
<Version Minor="1"/>
<Files Count="2">
@ -28,7 +34,6 @@
<UnitName Value="paradoxds"/>
</Item2>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="LCL"/>
@ -42,11 +47,10 @@
</Item3>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)\"/>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>
</CONFIG>

View File

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<PathDelim Value="\"/>
<Name Value="lazparadoxpkg"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Christian Ulrich"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
</CompilerOptions>
<Description Value="Dataset for Paradox Database files
Read-only
Tested on Windows and Linux, 32- and 64-bit"/>
<License Value="LGPL"/>
<Version Minor="2"/>
<Files Count="2">
<Item1>
<Filename Value="paradoxreg.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="paradoxreg"/>
</Item1>
<Item2>
<Filename Value="paradoxds.pas"/>
<UnitName Value="paradoxds"/>
</Item2>
</Files>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="LCL"/>
</Item1>
<Item2>
<PackageName Value="IDEIntf"/>
</Item2>
<Item3>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
</Item3>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
</Package>
</CONFIG>

View File

@ -14,6 +14,8 @@ procedure Register;
implementation
{$R pdx_icons.res}
type
TParadoxFileNamePropertyEditor=class(TFileNamePropertyEditor)

Binary file not shown.