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"?>
|
||||
<CONFIG>
|
||||
<ProjectOptions>
|
||||
<Version Value="9"/>
|
||||
<Version Value="10"/>
|
||||
<PathDelim Value="\"/>
|
||||
<General>
|
||||
<SessionStorage Value="InProjectDir"/>
|
||||
@ -17,9 +17,6 @@
|
||||
<i18n>
|
||||
<EnableI18N LFM="False"/>
|
||||
</i18n>
|
||||
<VersionInfo>
|
||||
<StringTable ProductVersion=""/>
|
||||
</VersionInfo>
|
||||
<BuildModes Count="1">
|
||||
<Item1 Name="Default" Default="True"/>
|
||||
</BuildModes>
|
||||
@ -45,7 +42,6 @@
|
||||
<Unit0>
|
||||
<Filename Value="TDIDemo.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="TDIDemo"/>
|
||||
</Unit0>
|
||||
<Unit1>
|
||||
<Filename Value="mainform.pas"/>
|
||||
@ -92,9 +88,6 @@
|
||||
</Win32>
|
||||
</Options>
|
||||
</Linking>
|
||||
<Other>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Debugging>
|
||||
<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 ===
|
||||
|
||||
@ -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
|
||||
novice user. A more complete study on the advantages and disadvantages of the
|
||||
MDI can be found at wikipedia:
|
||||
http://en.wikipedia.org/wiki/Multiple_document_interface#
|
||||
Comparison_with_single_document_interface
|
||||
http://en.wikipedia.org/wiki/Multiple_document_interface#Comparison_with_single_document_interface
|
||||
|
||||
The intention of this component is to provide a simple way to create an TDI
|
||||
interface, similar to that described in Wikipedia.
|
||||
@ -77,7 +76,7 @@ You will need a SVN Client
|
||||
|
||||
=== 7 - Screenshot ===
|
||||
|
||||
http://wiki.freepascal.org/tdi#Screenshot
|
||||
http://wiki.freepascal.org/TTDINotebook#Screenshot
|
||||
|
||||
=== 8 - Installation ===
|
||||
|
||||
|
@ -1,21 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<Package Version="4">
|
||||
<PathDelim Value="\"/>
|
||||
<Name Value="TDI"/>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<Author Value="Daniel Simões de Almeida"/>
|
||||
<CompilerOptions>
|
||||
<Version Value="11"/>
|
||||
<PathDelim Value="\"/>
|
||||
<SearchPaths>
|
||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Other>
|
||||
<CompilerMessages>
|
||||
<MsgFileName Value=""/>
|
||||
</CompilerMessages>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Description Value=" TDINotebook provides a Tabbed Document Interface (TDI). "/>
|
||||
<License Value="LGPL"/>
|
||||
<Version Minor="2"/>
|
||||
<Files Count="3">
|
||||
<Item1>
|
||||
@ -32,7 +30,6 @@
|
||||
<UnitName Value="TDIReg"/>
|
||||
</Item3>
|
||||
</Files>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<RequiredPkgs Count="3">
|
||||
<Item1>
|
||||
<PackageName Value="LazControls"/>
|
||||
|
Reference in New Issue
Block a user