You've already forked lazarus-ccr
Adjusts to include TDINoteBook in O.P.M.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6039 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<ProjectOptions>
|
<ProjectOptions>
|
||||||
<Version Value="9"/>
|
<Version Value="10"/>
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<General>
|
<General>
|
||||||
<SessionStorage Value="InProjectDir"/>
|
<SessionStorage Value="InProjectDir"/>
|
||||||
@ -17,9 +17,6 @@
|
|||||||
<i18n>
|
<i18n>
|
||||||
<EnableI18N LFM="False"/>
|
<EnableI18N LFM="False"/>
|
||||||
</i18n>
|
</i18n>
|
||||||
<VersionInfo>
|
|
||||||
<StringTable ProductVersion=""/>
|
|
||||||
</VersionInfo>
|
|
||||||
<BuildModes Count="1">
|
<BuildModes Count="1">
|
||||||
<Item1 Name="Default" Default="True"/>
|
<Item1 Name="Default" Default="True"/>
|
||||||
</BuildModes>
|
</BuildModes>
|
||||||
@ -45,7 +42,6 @@
|
|||||||
<Unit0>
|
<Unit0>
|
||||||
<Filename Value="TDIDemo.lpr"/>
|
<Filename Value="TDIDemo.lpr"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="TDIDemo"/>
|
|
||||||
</Unit0>
|
</Unit0>
|
||||||
<Unit1>
|
<Unit1>
|
||||||
<Filename Value="mainform.pas"/>
|
<Filename Value="mainform.pas"/>
|
||||||
@ -92,9 +88,6 @@
|
|||||||
</Win32>
|
</Win32>
|
||||||
</Options>
|
</Options>
|
||||||
</Linking>
|
</Linking>
|
||||||
<Other>
|
|
||||||
<CompilerPath Value="$(CompPath)"/>
|
|
||||||
</Other>
|
|
||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
<Debugging>
|
<Debugging>
|
||||||
<Exceptions Count="4">
|
<Exceptions Count="4">
|
||||||
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
30
components/tdi/opm/TDINoteBook.json
Normal file
30
components/tdi/opm/TDINoteBook.json
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"PackageData0" : {
|
||||||
|
"Name" : "tdi",
|
||||||
|
"DisplayName" : "TDINoteBook",
|
||||||
|
"Category" : "GUIContainers, Tabbed Components",
|
||||||
|
"RepositoryFileName" : "TDINoteBook.zip",
|
||||||
|
"RepositoryFileSize" : 188471,
|
||||||
|
"RepositoryFileHash" : "ee155ec04531fc163f19b6922969e23f",
|
||||||
|
"RepositoryDate" : 4.3024000000000000E+004,
|
||||||
|
"PackageBaseDir" : "tdi\\/",
|
||||||
|
"HomePageURL" : "http://wiki.freepascal.org/TTDINotebook",
|
||||||
|
"DownloadURL" : "https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/tdi/opm/update_tdi.json",
|
||||||
|
"SVNURL" : ""
|
||||||
|
},
|
||||||
|
"PackageFiles0" : [
|
||||||
|
{
|
||||||
|
"Name" : "tdi.lpk",
|
||||||
|
"Description" : " TDINotebook provides a Tabbed Document Interface (TDI). ",
|
||||||
|
"Author" : "Daniel Simões de Almeida",
|
||||||
|
"License" : "LGPL",
|
||||||
|
"RelativeFilePath" : "",
|
||||||
|
"VersionAsString" : "0.2.0.0",
|
||||||
|
"LazCompatibility" : "1.6, 1.8, Trunk",
|
||||||
|
"FPCCompatibility" : "2.6.4, 3.0.4",
|
||||||
|
"SupportedWidgetSet" : "win32/64, gtk2, carbon, qt",
|
||||||
|
"PackageType" : 0,
|
||||||
|
"DependenciesAsString" : "LazControls, LCL, FCL"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
15
components/tdi/opm/update_TDINoteBook.json
Normal file
15
components/tdi/opm/update_TDINoteBook.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"UpdateLazPackages" : [
|
||||||
|
{
|
||||||
|
"ForceNotify" : false,
|
||||||
|
"InternalVersion" : 1,
|
||||||
|
"Name" : "tdi.lpk",
|
||||||
|
"Version" : "0.2.0.0"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"UpdatePackageData" : {
|
||||||
|
"DisableInOPM" : false,
|
||||||
|
"DownloadZipURL" : "https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/tdi/opm/update_tdi.json",
|
||||||
|
"Name" : "tdi"
|
||||||
|
}
|
||||||
|
}
|
@ -1,4 +1,4 @@
|
|||||||
http://wiki.freepascal.org/tdi
|
http://wiki.freepascal.org/TTDINotebook
|
||||||
|
|
||||||
=== Contents ===
|
=== Contents ===
|
||||||
|
|
||||||
@ -24,8 +24,7 @@ applications need to open several windows at once without ShowModal.
|
|||||||
However, the MDI interface concept has several problems, which may confuse the
|
However, the MDI interface concept has several problems, which may confuse the
|
||||||
novice user. A more complete study on the advantages and disadvantages of the
|
novice user. A more complete study on the advantages and disadvantages of the
|
||||||
MDI can be found at wikipedia:
|
MDI can be found at wikipedia:
|
||||||
http://en.wikipedia.org/wiki/Multiple_document_interface#
|
http://en.wikipedia.org/wiki/Multiple_document_interface#Comparison_with_single_document_interface
|
||||||
Comparison_with_single_document_interface
|
|
||||||
|
|
||||||
The intention of this component is to provide a simple way to create an TDI
|
The intention of this component is to provide a simple way to create an TDI
|
||||||
interface, similar to that described in Wikipedia.
|
interface, similar to that described in Wikipedia.
|
||||||
@ -77,7 +76,7 @@ You will need a SVN Client
|
|||||||
|
|
||||||
=== 7 - Screenshot ===
|
=== 7 - Screenshot ===
|
||||||
|
|
||||||
http://wiki.freepascal.org/tdi#Screenshot
|
http://wiki.freepascal.org/TTDINotebook#Screenshot
|
||||||
|
|
||||||
=== 8 - Installation ===
|
=== 8 - Installation ===
|
||||||
|
|
||||||
|
@ -1,21 +1,19 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<Package Version="4">
|
<Package Version="4">
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<Name Value="TDI"/>
|
<Name Value="TDI"/>
|
||||||
|
<Type Value="RunAndDesignTime"/>
|
||||||
|
<Author Value="Daniel Simões de Almeida"/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="11"/>
|
<Version Value="11"/>
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<Other>
|
|
||||||
<CompilerMessages>
|
|
||||||
<MsgFileName Value=""/>
|
|
||||||
</CompilerMessages>
|
|
||||||
<CompilerPath Value="$(CompPath)"/>
|
|
||||||
</Other>
|
|
||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
|
<Description Value=" TDINotebook provides a Tabbed Document Interface (TDI). "/>
|
||||||
|
<License Value="LGPL"/>
|
||||||
<Version Minor="2"/>
|
<Version Minor="2"/>
|
||||||
<Files Count="3">
|
<Files Count="3">
|
||||||
<Item1>
|
<Item1>
|
||||||
@ -32,7 +30,6 @@
|
|||||||
<UnitName Value="TDIReg"/>
|
<UnitName Value="TDIReg"/>
|
||||||
</Item3>
|
</Item3>
|
||||||
</Files>
|
</Files>
|
||||||
<Type Value="RunAndDesignTime"/>
|
|
||||||
<RequiredPkgs Count="3">
|
<RequiredPkgs Count="3">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="LazControls"/>
|
<PackageName Value="LazControls"/>
|
||||||
|
Reference in New Issue
Block a user