15 Commits

Author SHA1 Message Date
f3ce46af4d Update VirtualTrees component code to release v7.6.6 from Jan 12 2024 2024-01-29 15:00:26 +01:00
05a3e5df9a Update VirtualTrees component code to release v7.6.5a 2023-10-15 11:19:09 +02:00
d96daa80b1 Issue #1738: revert recent VirtualTrees update, back on master branch from 2022-06-18. Could not get query threads to work in 64 bit mode. 2022-12-31 11:26:24 +01:00
84221a747b Update VirtualTree component to release v7.6.3 2022-12-29 12:01:26 +01:00
f75841d830 Delphi 11.1: copy/create VirtualTree package files, and update sources to current master branch 2022-06-18 17:16:12 +02:00
7ad1a5bee4 Update VirtualTreeview component to current master from https://github.com/Virtual-TreeView/Virtual-TreeView 2018-12-11 21:26:53 +01:00
7adc76999b Update VirtualTree component code to v6.1.0 2015-08-08 14:31:39 +00:00
5fe5454997 Update VirtualTree component code to 5.1.0 (r450) 2013-01-19 16:16:53 +00:00
b93106a6fe Update VirtualTree component to r320 2011-11-01 09:32:34 +00:00
bf22139798 Update VirtualTree component to r241 2010-01-03 21:44:17 +00:00
007798c10a Update VirtualTreeview component to 4.7.0, released on Aug 24, 2008. 2008-08-27 15:28:43 +00:00
66bddc4db7 When viewing changes from this revision, be sure to set "ignore whitespace", since Delphi has converted a number of spaces into tabs in project files.
* Move binary resource files into "resources" subfolder.
* Get rid of recently introduced source folders in project search paths.
* Get rid of yet another compilers.inc.
* Get rid of a couple of empty (aside from application main icon and a version=1.0.0.0 string) .res files, and instruct svn to ignore these.
* Build projects as 'debug' per default. (todo: add source folder to 'debug search path' for various projects.)
2007-08-21 17:30:23 +00:00
1298c798fc Followup to workaround from previous commit 2007-08-13 22:46:27 +00:00
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
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