mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 08:32:35 +02:00

1. Main window controls are now localized using actions; 2. Localized "About..." form; made it display GPL license (loaded from the root Lazarus directory); 3. Fixed loading of .po files when LazDE was not started from its own directory; 4. Added version info; 5. Fixed main icon. git-svn-id: trunk@23929 -
184 lines
5.8 KiB
XML
184 lines
5.8 KiB
XML
<?xml version="1.0"?>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<Version Value="7"/>
|
|
<General>
|
|
<Flags>
|
|
<LRSInOutputDirectory Value="False"/>
|
|
</Flags>
|
|
<SessionStorage Value="InIDEConfig"/>
|
|
<MainUnit Value="0"/>
|
|
<TargetFileExt Value=""/>
|
|
<Title Value="LazDocEditor"/>
|
|
<ResourceType Value="res"/>
|
|
<UseXPManifest Value="True"/>
|
|
<Icon Value="0"/>
|
|
</General>
|
|
<i18n>
|
|
<OutDir Value="languages"/>
|
|
</i18n>
|
|
<VersionInfo>
|
|
<UseVersionInfo Value="True"/>
|
|
<MinorVersionNr Value="9"/>
|
|
<RevisionNr Value="29"/>
|
|
<StringTable Comments="" CompanyName="Lazarus team" FileDescription="Lazarus documents editor" FileVersion="0.9.29.0" InternalName="LazDE" LegalCopyright="" LegalTrademarks="" OriginalFilename="LazDE" ProductName="" ProductVersion=""/>
|
|
</VersionInfo>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
|
<ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
|
|
</PublishOptions>
|
|
<RunParams>
|
|
<local>
|
|
<FormatVersion Value="1"/>
|
|
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
|
</local>
|
|
</RunParams>
|
|
<RequiredPackages Count="1">
|
|
<Item1>
|
|
<PackageName Value="LCL"/>
|
|
</Item1>
|
|
</RequiredPackages>
|
|
<Units Count="17">
|
|
<Unit0>
|
|
<Filename Value="lazde.lpr"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit0>
|
|
<Unit1>
|
|
<Filename Value="eleditor.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="CustomElementEditorNew"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Frame"/>
|
|
<UnitName Value="ElEditor"/>
|
|
</Unit1>
|
|
<Unit2>
|
|
<Filename Value="fpdeutil.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="FPDEUtil"/>
|
|
</Unit2>
|
|
<Unit3>
|
|
<Filename Value="frmabout.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="AboutForm"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
<UnitName Value="FrmAbout"/>
|
|
</Unit3>
|
|
<Unit4>
|
|
<Filename Value="frmbuild.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="BuildForm"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
<UnitName Value="frmBuild"/>
|
|
</Unit4>
|
|
<Unit5>
|
|
<Filename Value="frmexample.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="ExampleForm"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
<UnitName Value="FrmExample"/>
|
|
</Unit5>
|
|
<Unit6>
|
|
<Filename Value="frmlink.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="LinkForm"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
<UnitName Value="FrmLink"/>
|
|
</Unit6>
|
|
<Unit7>
|
|
<Filename Value="frmmain.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="MainForm"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
<UnitName Value="FrmMain"/>
|
|
</Unit7>
|
|
<Unit8>
|
|
<Filename Value="frmmakeskel.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="MakeSkelForm"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
<UnitName Value="FrmMakeSkel"/>
|
|
</Unit8>
|
|
<Unit9>
|
|
<Filename Value="frmnewnode.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="NewNodeForm"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
<UnitName Value="frmNewNode"/>
|
|
</Unit9>
|
|
<Unit10>
|
|
<Filename Value="frmoptions.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="OptionsForm"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
<UnitName Value="frmOptions"/>
|
|
</Unit10>
|
|
<Unit11>
|
|
<Filename Value="frmsource.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="SourceForm"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
<UnitName Value="frmSource"/>
|
|
</Unit11>
|
|
<Unit12>
|
|
<Filename Value="frmtable.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="TableForm"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
<UnitName Value="frmTable"/>
|
|
</Unit12>
|
|
<Unit13>
|
|
<Filename Value="lazdemsg.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="LazDEMsg"/>
|
|
</Unit13>
|
|
<Unit14>
|
|
<Filename Value="lazdeopts.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="LazDEOpts"/>
|
|
</Unit14>
|
|
<Unit15>
|
|
<Filename Value="pgeditor.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="EditorPageNew"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Frame"/>
|
|
<UnitName Value="pgEditor"/>
|
|
</Unit15>
|
|
<Unit16>
|
|
<Filename Value="pkeditor.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Frame"/>
|
|
<UnitName Value="PkEditor"/>
|
|
</Unit16>
|
|
</Units>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="8"/>
|
|
<Target>
|
|
<Filename Value="lazde"/>
|
|
</Target>
|
|
<SearchPaths>
|
|
<IncludeFiles Value="$(ProjOutDir)/"/>
|
|
<UnitOutputDirectory Value="units/$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
<Other>
|
|
<ConfigFile>
|
|
<StopAfterErrCount Value="10"/>
|
|
</ConfigFile>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
</CONFIG>
|