mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 20:39:15 +02:00
LazReport, updated descriptions on some addons packages
git-svn-id: trunk@40462 -
This commit is contained in:
parent
4b67d787bc
commit
d7ca58f80a
@ -15,6 +15,7 @@
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Description Value="Design dialogs at runtime in LazReport designer"/>
|
||||
<License Value="modified LGPL-2
|
||||
"/>
|
||||
<Version Minor="2" Release="2"/>
|
||||
|
@ -15,6 +15,7 @@
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Description Value="Add support to FCL SQLdb components for designing LazReport dialogs at runtime with lr_dialogdesign package"/>
|
||||
<License Value="modified LGPL-2
|
||||
"/>
|
||||
<Version Minor="2" Release="2"/>
|
||||
|
@ -15,6 +15,7 @@
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Description Value="Add support to DBF components for designing LazReport dialogs at runtime with lr_dialogdesign package"/>
|
||||
<License Value="modified LGPL-2
|
||||
"/>
|
||||
<Version Minor="1" Release="1"/>
|
||||
|
@ -15,6 +15,7 @@
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Description Value="Add support to ZEOSdb components for designing LazReport dialogs at runtime with lr_dialogdesign package"/>
|
||||
<License Value="modified LGPL-2
|
||||
"/>
|
||||
<Version Minor="2" Release="2"/>
|
||||
|
@ -1,18 +1,27 @@
|
||||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<Package Version="3">
|
||||
<Package Version="4">
|
||||
<PathDelim Value="\"/>
|
||||
<Name Value="lr_add_function"/>
|
||||
<AddToProjectUsesSection Value="True"/>
|
||||
<Author Value="Ported by Aleksey Lagunov"/>
|
||||
<CompilerOptions>
|
||||
<Version Value="8"/>
|
||||
<Version Value="11"/>
|
||||
<PathDelim Value="\"/>
|
||||
<SearchPaths>
|
||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
<UseAnsiStrings Value="False"/>
|
||||
</SyntaxOptions>
|
||||
</Parsing>
|
||||
<Other>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Description Value="Additional functions available to LazReport reports
|
||||
Ported from add_function_library"/>
|
||||
<Version Major="1"/>
|
||||
<Files Count="6">
|
||||
<Item1>
|
||||
@ -52,7 +61,7 @@
|
||||
</Item2>
|
||||
</RequiredPkgs>
|
||||
<UsageOptions>
|
||||
<UnitPath Value="$(PkgOutDir)\"/>
|
||||
<UnitPath Value="$(PkgOutDir)"/>
|
||||
</UsageOptions>
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
|
@ -17,7 +17,8 @@
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Description Value="TfrImageExport - export report to image file set (bmp, jpg, png)
|
||||
<Description Value="LazReport additional exporter formats:
|
||||
TfrImageExport - export report to image file set (bmp, jpg, png)
|
||||
TfrHtmDivExport - export report to html file with images"/>
|
||||
<Files Count="3">
|
||||
<Item1>
|
||||
|
@ -2,6 +2,7 @@
|
||||
<CONFIG>
|
||||
<Package Version="4">
|
||||
<Name Value="lr_codereport_pkg"/>
|
||||
<Author Value="Julio Jiménez Borreguero"/>
|
||||
<CompilerOptions>
|
||||
<Version Value="11"/>
|
||||
<SearchPaths>
|
||||
@ -14,6 +15,8 @@
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Description Value="Makes LazReport reports at runtime with an easy to use api and it doesn't need the report designer"/>
|
||||
<License Value="Modified LGPL"/>
|
||||
<Version Major="1"/>
|
||||
<Files Count="2">
|
||||
<Item1>
|
||||
|
@ -21,8 +21,7 @@
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Description Value="PDF Exporter for PDF
|
||||
"/>
|
||||
<Description Value="LazReport PDF exporter"/>
|
||||
<Version Minor="8"/>
|
||||
<Files Count="2">
|
||||
<Item1>
|
||||
|
Loading…
Reference in New Issue
Block a user