mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 22:56:06 +02:00
Printers4Lazarus: added Carbon restrictions
git-svn-id: trunk@15672 -
This commit is contained in:
parent
84ac43fd45
commit
b44c433779
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -715,6 +715,7 @@ components/printers/carbon/carbonprinters.inc svneol=native#text/pascal
|
|||||||
components/printers/carbon/carbonprinters_h.inc svneol=native#text/pascal
|
components/printers/carbon/carbonprinters_h.inc svneol=native#text/pascal
|
||||||
components/printers/carbon/carbonprinting.pas svneol=native#text/pascal
|
components/printers/carbon/carbonprinting.pas svneol=native#text/pascal
|
||||||
components/printers/carbon/carbonprndialogs.inc svneol=native#text/pascal
|
components/printers/carbon/carbonprndialogs.inc svneol=native#text/pascal
|
||||||
|
components/printers/carbon/issues.xml svneol=native#text/xml
|
||||||
components/printers/design/Makefile svneol=native#text/plain
|
components/printers/design/Makefile svneol=native#text/plain
|
||||||
components/printers/design/Makefile.fpc svneol=native#text/plain
|
components/printers/design/Makefile.fpc svneol=native#text/plain
|
||||||
components/printers/design/ideprinting.pas svneol=native#text/plain
|
components/printers/design/ideprinting.pas svneol=native#text/plain
|
||||||
|
8
components/printers/carbon/issues.xml
Normal file
8
components/printers/carbon/issues.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<package name="printer4lazarus">
|
||||||
|
<widgetset name="carbon">
|
||||||
|
<issue name="TPrinterSetupDialog">
|
||||||
|
<short>TPrinterSetupDialog is not supported.</short>
|
||||||
|
</issue>
|
||||||
|
</widgetset>
|
||||||
|
</package>
|
@ -1,14 +1,16 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<Package Version="3">
|
<Package Version="3">
|
||||||
|
<PathDelim Value="\"/>
|
||||||
<Name Value="Printer4Lazarus"/>
|
<Name Value="Printer4Lazarus"/>
|
||||||
<Author Value="Olivier Guilbaud"/>
|
<Author Value="Olivier Guilbaud"/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="5"/>
|
<Version Value="5"/>
|
||||||
|
<PathDelim Value="\"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<IncludeFiles Value="unix/;win32/;carbon/;qt/"/>
|
<IncludeFiles Value="unix\;win32\;carbon\;qt\"/>
|
||||||
<OtherUnitFiles Value="unix/;win32/;carbon/;qt/"/>
|
<OtherUnitFiles Value="unix\;win32\;carbon\;qt\"/>
|
||||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\$(LCLWidgetType)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<CodeGeneration>
|
<CodeGeneration>
|
||||||
<Generate Value="Faster"/>
|
<Generate Value="Faster"/>
|
||||||
@ -26,7 +28,7 @@
|
|||||||
<License Value="LGPL
|
<License Value="LGPL
|
||||||
"/>
|
"/>
|
||||||
<Version Minor="5"/>
|
<Version Minor="5"/>
|
||||||
<Files Count="31">
|
<Files Count="32">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="printersdlgs.lrs"/>
|
<Filename Value="printersdlgs.lrs"/>
|
||||||
<Type Value="LRS"/>
|
<Type Value="LRS"/>
|
||||||
@ -45,118 +47,122 @@
|
|||||||
<Type Value="Text"/>
|
<Type Value="Text"/>
|
||||||
</Item4>
|
</Item4>
|
||||||
<Item5>
|
<Item5>
|
||||||
<Filename Value="unix/udlgselectprinter.lfm"/>
|
<Filename Value="unix\udlgselectprinter.lfm"/>
|
||||||
<Type Value="LFM"/>
|
<Type Value="LFM"/>
|
||||||
</Item5>
|
</Item5>
|
||||||
<Item6>
|
<Item6>
|
||||||
<Filename Value="unix/udlgselectprinter.lrs"/>
|
<Filename Value="unix\udlgselectprinter.lrs"/>
|
||||||
<Type Value="LRS"/>
|
<Type Value="LRS"/>
|
||||||
</Item6>
|
</Item6>
|
||||||
<Item7>
|
<Item7>
|
||||||
<Filename Value="unix/udlgselectprinter.pp"/>
|
<Filename Value="unix\udlgselectprinter.pp"/>
|
||||||
<AddToUsesPkgSection Value="False"/>
|
<AddToUsesPkgSection Value="False"/>
|
||||||
<UnitName Value="uDlgSelectPrinter"/>
|
<UnitName Value="uDlgSelectPrinter"/>
|
||||||
</Item7>
|
</Item7>
|
||||||
<Item8>
|
<Item8>
|
||||||
<Filename Value="unix/cupsdyn.pp"/>
|
<Filename Value="unix\cupsdyn.pp"/>
|
||||||
<AddToUsesPkgSection Value="False"/>
|
<AddToUsesPkgSection Value="False"/>
|
||||||
<UnitName Value="cupsdyn"/>
|
<UnitName Value="cupsdyn"/>
|
||||||
</Item8>
|
</Item8>
|
||||||
<Item9>
|
<Item9>
|
||||||
<Filename Value="unix/cupsprinters.inc"/>
|
<Filename Value="unix\cupsprinters.inc"/>
|
||||||
<Type Value="Include"/>
|
<Type Value="Include"/>
|
||||||
</Item9>
|
</Item9>
|
||||||
<Item10>
|
<Item10>
|
||||||
<Filename Value="unix/cupsprinters_h.inc"/>
|
<Filename Value="unix\cupsprinters_h.inc"/>
|
||||||
<Type Value="Include"/>
|
<Type Value="Include"/>
|
||||||
</Item10>
|
</Item10>
|
||||||
<Item11>
|
<Item11>
|
||||||
<Filename Value="unix/jobsimglist.lrs"/>
|
<Filename Value="unix\jobsimglist.lrs"/>
|
||||||
<Type Value="LRS"/>
|
<Type Value="LRS"/>
|
||||||
</Item11>
|
</Item11>
|
||||||
<Item12>
|
<Item12>
|
||||||
<Filename Value="unix/printerprop.lrs"/>
|
<Filename Value="unix\printerprop.lrs"/>
|
||||||
<Type Value="LRS"/>
|
<Type Value="LRS"/>
|
||||||
</Item12>
|
</Item12>
|
||||||
<Item13>
|
<Item13>
|
||||||
<Filename Value="unix/selectprinter.lrs"/>
|
<Filename Value="unix\selectprinter.lrs"/>
|
||||||
<Type Value="LRS"/>
|
<Type Value="LRS"/>
|
||||||
</Item13>
|
</Item13>
|
||||||
<Item14>
|
<Item14>
|
||||||
<Filename Value="unix/udlgprintersjobs.lfm"/>
|
<Filename Value="unix\udlgprintersjobs.lfm"/>
|
||||||
<Type Value="LFM"/>
|
<Type Value="LFM"/>
|
||||||
</Item14>
|
</Item14>
|
||||||
<Item15>
|
<Item15>
|
||||||
<Filename Value="unix/udlgprintersjobs.lrs"/>
|
<Filename Value="unix\udlgprintersjobs.lrs"/>
|
||||||
<Type Value="LRS"/>
|
<Type Value="LRS"/>
|
||||||
</Item15>
|
</Item15>
|
||||||
<Item16>
|
<Item16>
|
||||||
<Filename Value="unix/udlgprintersjobs.pp"/>
|
<Filename Value="unix\udlgprintersjobs.pp"/>
|
||||||
<Type Value="Text"/>
|
<Type Value="Text"/>
|
||||||
<UnitName Value="udlgPrintersJobs"/>
|
<UnitName Value="udlgPrintersJobs"/>
|
||||||
</Item16>
|
</Item16>
|
||||||
<Item17>
|
<Item17>
|
||||||
<Filename Value="unix/udlgpropertiesprinter.lfm"/>
|
<Filename Value="unix\udlgpropertiesprinter.lfm"/>
|
||||||
<Type Value="LFM"/>
|
<Type Value="LFM"/>
|
||||||
</Item17>
|
</Item17>
|
||||||
<Item18>
|
<Item18>
|
||||||
<Filename Value="unix/udlgpropertiesprinter.lrs"/>
|
<Filename Value="unix\udlgpropertiesprinter.lrs"/>
|
||||||
<Type Value="LRS"/>
|
<Type Value="LRS"/>
|
||||||
</Item18>
|
</Item18>
|
||||||
<Item19>
|
<Item19>
|
||||||
<Filename Value="unix/udlgpropertiesprinter.pp"/>
|
<Filename Value="unix\udlgpropertiesprinter.pp"/>
|
||||||
<AddToUsesPkgSection Value="False"/>
|
<AddToUsesPkgSection Value="False"/>
|
||||||
<UnitName Value="uDlgPropertiesPrinter"/>
|
<UnitName Value="uDlgPropertiesPrinter"/>
|
||||||
</Item19>
|
</Item19>
|
||||||
<Item20>
|
<Item20>
|
||||||
<Filename Value="win32/winprinters.inc"/>
|
<Filename Value="win32\winprinters.inc"/>
|
||||||
<Type Value="Include"/>
|
<Type Value="Include"/>
|
||||||
</Item20>
|
</Item20>
|
||||||
<Item21>
|
<Item21>
|
||||||
<Filename Value="win32/winutilprnconst.inc"/>
|
<Filename Value="win32\winutilprnconst.inc"/>
|
||||||
<Type Value="Include"/>
|
<Type Value="Include"/>
|
||||||
</Item21>
|
</Item21>
|
||||||
<Item22>
|
<Item22>
|
||||||
<Filename Value="win32/winprinters_h.inc"/>
|
<Filename Value="win32\winprinters_h.inc"/>
|
||||||
<Type Value="Include"/>
|
<Type Value="Include"/>
|
||||||
</Item22>
|
</Item22>
|
||||||
<Item23>
|
<Item23>
|
||||||
<Filename Value="win32/winprndialogs.inc"/>
|
<Filename Value="win32\winprndialogs.inc"/>
|
||||||
<Type Value="Include"/>
|
<Type Value="Include"/>
|
||||||
</Item23>
|
</Item23>
|
||||||
<Item24>
|
<Item24>
|
||||||
<Filename Value="unix/cupsprndialogs.inc"/>
|
<Filename Value="unix\cupsprndialogs.inc"/>
|
||||||
<Type Value="Include"/>
|
<Type Value="Include"/>
|
||||||
</Item24>
|
</Item24>
|
||||||
<Item25>
|
<Item25>
|
||||||
<Filename Value="carbon/carbonprinters.inc"/>
|
<Filename Value="carbon\carbonprinters.inc"/>
|
||||||
<Type Value="Include"/>
|
<Type Value="Include"/>
|
||||||
</Item25>
|
</Item25>
|
||||||
<Item26>
|
<Item26>
|
||||||
<Filename Value="carbon/carbonprinters_h.inc"/>
|
<Filename Value="carbon\carbonprinters_h.inc"/>
|
||||||
<Type Value="Include"/>
|
<Type Value="Include"/>
|
||||||
</Item26>
|
</Item26>
|
||||||
<Item27>
|
<Item27>
|
||||||
<Filename Value="carbon/carbonprndialogs.inc"/>
|
<Filename Value="carbon\carbonprndialogs.inc"/>
|
||||||
<Type Value="Include"/>
|
<Type Value="Include"/>
|
||||||
</Item27>
|
</Item27>
|
||||||
<Item28>
|
<Item28>
|
||||||
<Filename Value="carbon/carbonprinting.pas"/>
|
<Filename Value="carbon\carbonprinting.pas"/>
|
||||||
<AddToUsesPkgSection Value="False"/>
|
<AddToUsesPkgSection Value="False"/>
|
||||||
<UnitName Value="CarbonPrinting"/>
|
<UnitName Value="CarbonPrinting"/>
|
||||||
</Item28>
|
</Item28>
|
||||||
<Item29>
|
<Item29>
|
||||||
<Filename Value="qt/qtprndialogs.inc"/>
|
<Filename Value="qt\qtprndialogs.inc"/>
|
||||||
<Type Value="Include"/>
|
<Type Value="Include"/>
|
||||||
</Item29>
|
</Item29>
|
||||||
<Item30>
|
<Item30>
|
||||||
<Filename Value="qt/qtprinters_h.inc"/>
|
<Filename Value="qt\qtprinters_h.inc"/>
|
||||||
<Type Value="Include"/>
|
<Type Value="Include"/>
|
||||||
</Item30>
|
</Item30>
|
||||||
<Item31>
|
<Item31>
|
||||||
<Filename Value="qt/qtprinters.inc"/>
|
<Filename Value="qt\qtprinters.inc"/>
|
||||||
<Type Value="Include"/>
|
<Type Value="Include"/>
|
||||||
</Item31>
|
</Item31>
|
||||||
|
<Item32>
|
||||||
|
<Filename Value="carbon\issues.xml"/>
|
||||||
|
<Type Value="Issues"/>
|
||||||
|
</Item32>
|
||||||
</Files>
|
</Files>
|
||||||
<Type Value="RunAndDesignTime"/>
|
<Type Value="RunAndDesignTime"/>
|
||||||
<RequiredPkgs Count="2">
|
<RequiredPkgs Count="2">
|
||||||
@ -169,10 +175,11 @@
|
|||||||
</Item2>
|
</Item2>
|
||||||
</RequiredPkgs>
|
</RequiredPkgs>
|
||||||
<UsageOptions>
|
<UsageOptions>
|
||||||
<UnitPath Value="$(PkgOutDir)/"/>
|
<UnitPath Value="$(PkgOutDir)\"/>
|
||||||
</UsageOptions>
|
</UsageOptions>
|
||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
|
<DestinationDirectory Value="$(TestDir)\publishedpackage\"/>
|
||||||
<CommandAfter Value="tar czf $MakeFile($(ProjPublishDir)).tgz $(ProjPublishDir)"/>
|
<CommandAfter Value="tar czf $MakeFile($(ProjPublishDir)).tgz $(ProjPublishDir)"/>
|
||||||
</PublishOptions>
|
</PublishOptions>
|
||||||
</Package>
|
</Package>
|
||||||
|
Loading…
Reference in New Issue
Block a user