Commit Graph

14 Commits

Author SHA1 Message Date
Francisco Ernesto Teixeira
c0e34dc414 VirtualTrees: Fix "F2040 Seek error" for D2007 2007-08-17 15:49:53 +00:00
Ansgar Becker
6f4df588ca Add projectgroups for VirtualTreeView / Delphi 10 + 11 for easier startup. 2007-08-15 20:09:48 +00:00
Ansgar Becker
84e72a5569 Add missing Delphi 10 packages for VirtualTreeView and add those to the superpackage. 2007-08-15 20:00:13 +00:00
Ansgar Becker
eb501459cb Revert renaming files from rev 805 to fix the D10 compiler message "F2040 seek error in virtualtrees.dcp". 2007-08-15 19:54:19 +00:00
Ansgar Becker
0be3dff4cc Adjust filenames for Delphi 10 package of VirtualTreeView.
Left for later:
- Creating .bdsproj files for both packages VirtualTrees.dpk and VirtualTreesD.dpk .
- Adding these bdsproj files to the D10 superpackage
2007-08-13 23:32:56 +00:00
Ansgar Becker
c98802dc37 * Add search path to source-directory so the compiler finds the compilers.inc
* Redo the workaround for the mentioned Delphi issue for a DCP file...
2007-08-13 23:13:30 +00:00
Ansgar Becker
dc9727d973 Add Delphi 11 package for VirtualTrees. Includes only as much as needed: dproj- and dpk files. Popups about creating *.res files at first time build can be safely ignored. 2007-08-13 22:53:26 +00:00
Ansgar Becker
1298c798fc Followup to workaround from previous commit 2007-08-13 22:46:27 +00:00
Ansgar Becker
cff1ec37fc Rename VirtualTrees.dcr as a workaround for Delphi 2007 compiler error: "Remove VirtualTrees. Unit(s) VirtualTrees were found in required package VirtualTrees"
http://qc.codegear.com/wc/qcmain.aspx?d=44404
2007-08-13 22:36:59 +00:00
Ansgar Becker
d51c366c77 Adjust paths from previous commit. 2007-08-13 21:32:11 +00:00
Ansgar Becker
855cdc0600 Move D10 package to subdirectory as in all other components. 2007-08-13 21:26:25 +00:00
Ansgar Becker
307b54999c Rename package directory to match the existing directory structure of all other components. 2007-08-13 21:24:45 +00:00
Ansgar Becker
c6630434fa Strip C Builder and packages for Delphi versions we don't use or support. 2007-08-13 21:15:18 +00:00
Ansgar Becker
9c897a5881 Add component: VirtualTreeView 4.5.2
License: GNU Lesser Public License.

This version is checked in as downloaded from http://www.soft-gems.net/supplement/download.php?ID=35. No adjustments / fixes on the packages yet.

Instead of adding the files I could have just added an external SVN link to svn://www.soft-gems.net/library/VirtualTreeview . But the files in that repository have some unsolved issues which would lead to compiler errors if we use them without changes. Especially the D2007 package does not compile without changes. We would not be able to commit those changes unless we have write access to their repo. I contacted the author Mike Lischke and we agreed that we always will take care of using the latest sources. Later updates should not cause big problems if we don't make big changes to the original files.

TVirtualStringTree shall be a perfect replacement for our standard TListView and its descendent TSortListView.
2007-08-13 19:18:28 +00:00