b93106a6fe
Update VirtualTree component to r320
2011-11-01 09:32:34 +00:00
7225c031e4
Delete unsupported packages
2011-02-17 00:36:17 +00:00
b67ed36f43
Update VirtualTree component to r293
2011-02-01 22:44:38 +00:00
cb9572d8d0
Adjust Delphi XE package files with automagic changes, failed to send these in previous commit.
2011-01-01 09:36:42 +00:00
69b8201273
Add Delphi XE packages.
2010-12-29 23:04:18 +00:00
2d2e39b6ce
Also scroll horizontally before creating cell editor. Fixes issue #2225 , again.
2010-11-09 19:23:28 +00:00
d490d424c9
Make focused node visible before creating editor to avoid an AV. Fixes issue #2225 .
2010-11-08 18:22:43 +00:00
3e1045c258
Update VirtualTree component to r287
2010-11-08 18:21:22 +00:00
5f9c49c856
Update VirtualTree code to r274
2010-08-14 07:06:21 +00:00
288a4a1ebc
Merge latest changes (r258) from VirtualTree repository. Magically fixes issue #1832 .
2010-04-10 14:14:05 +00:00
7196c7859d
Fix missing and partly wrong search paths in project files for "release" configuration
2010-01-30 08:28:40 +00:00
7d98420602
Update VirtualTreeView sources to revision 250.
2010-01-29 20:43:26 +00:00
7d401ffde8
Upgrade to Delphi 2010:
...
* Removes TNT Unicode controls, which are no longer required. All VCL controls now have native Unicode support.
* Remove Delphi 11 packages, otherwise we would either need to keep TNT or break Unicode
* PngComponents update from Uwe Raabe on http://cc.embarcadero.com/Item/26127
* Adjust auto build process
* Since Delphi 2009, Strings are now UnicodeStrings, not AnsiStrings any longer. Fix a bunch of compiler errors which came along with this change.
TODO: Project should compile but give tons of compiler warnings.
2010-01-05 23:14:33 +00:00
bf22139798
Update VirtualTree component to r241
2010-01-03 21:44:17 +00:00
aaa02877a2
Cosmetic in project files:
...
* Move const.inc and compilers.inc back to main source directory
* Move remaining few lines of code from heidicomp.pas to helpers.pas
* Remove components/compilerdetection and components/heidisql
* Remove remainders of EDBImage component, unused since Aug 08.
2009-10-19 22:13:04 +00:00
08d32fea64
Merge updated VirtualTreeView component source to r229
2009-10-19 09:48:48 +00:00
ad0af37cea
Merge VirtualTree component to r221. Minor changes in it, e.g. removed Delphi 7 support, and nicer sort glyphs on Aero theming.
2009-09-15 22:49:40 +00:00
07c75d245f
Merge VirtualTree component source to v5.0.0 / r198 from their new repository at Google Code. Looks like various recent commits have been reverted here.
2009-06-21 20:30:22 +00:00
53da54e235
Merge VirtualTree component to unofficial v4.8.7. Fixes issue #1157 : Database tab select all disabled
2009-05-26 21:29:42 +00:00
072a7d18e2
Merge VirtualTree component to v4.8.6 (r181)
2009-05-17 05:50:06 +00:00
c1e24cdcc9
My change in r2327 found its way to VirtualTree's official branch. My nice comment not...
2009-03-14 07:22:00 +00:00
71d52e52c6
Fix VirtualTree to fire the "normal" OnHeaderClick event if a column with an icon was clicked. This error shows up in datagrid if you click a column for sorting twice - the second click is ignored.
...
Plus: OnHeaderImageClick was called when you click exactly on the column header glyph. But if no procedure was assigned here, even OnHeaderClick was not fired which is silly from a users point of view.
2009-03-11 00:22:12 +00:00
0bcc662c37
Merge updated VirtualTree component to 4.8.4 (r179) from svn://www.soft-gems.net/library/VirtualTreeview
2009-03-10 22:21:13 +00:00
694f3f15fd
Try to make it easier to debug a memory read outside an array's bounds (issue #997 ) by putting each indexing on it's own source code line.
2009-02-17 22:07:22 +00:00
c8991495a7
Workaround: reclaim used memory when TVirtualTree crashes in allocation of child nodes. The correct fix would be to postpone creation of child nodes until they are actually needed (dynamic allocation), but I'm not in a mood to learn how TVirtualTree internals work and Mike didn't seem too eager to produce a fix, so this is it for now. Fixes issue #761 .
2008-10-08 17:56:24 +00:00
9b4588912c
Uniform project settings for a brighter tomorrow.
2008-10-08 17:33:39 +00:00
007798c10a
Update VirtualTreeview component to 4.7.0, released on Aug 24, 2008.
2008-08-27 15:28:43 +00:00
d0086ea2dc
Added missing reference of TNT Component on Search Path of VirtualTreeview Component.
2008-08-15 03:49:18 +00:00
01de625adc
Acticate TNT support in VirtualTree package which magically enables Unicode in the built in inplace editor of ListTables, ListColumns etc. Unicode table names can now be renamed safely.
...
(VT now needs to be build after TNT has been built (see changes in the superpackage) otherwise we would get AVs in the IDE.)
2008-08-10 22:51:25 +00:00
18f7e4ac38
Remove no longer needed Delphi 10 packages.
2008-05-18 18:20:29 +00:00
6498d22f2e
Compiling Bugfix: Runtime packages path reference to Design and relative packages on Delphi 2007.
2007-11-09 02:42:36 +00:00
3a643d03f3
Synchronize build script and package output directories.
2007-10-22 11:14:17 +00:00
b3a9fc8c03
Update the include files reference for Delphi 2007 components.
2007-10-10 12:33:04 +00:00
b4f269ee57
Remove more empty resource files, not sure why the build process suddenly complain about these..
2007-10-10 12:20:23 +00:00
ea32099c2b
* Make the build script work on Delphi 10.
...
* Make the developer readme easier to update.
* Do the weird LIBSUFFIX thing on Delphi 10 too (?).
Untested.
2007-10-09 17:26:21 +00:00
d1f1d0fb5c
Enable checks and debug information.
...
Range and overflow checking can be turned off when building a release exe to improve performance slightly.
Debugging options can be turned off when building a release exe to reduce the executable file size.
2007-09-11 16:49:44 +00:00
3ad1b57608
Followup to rev 827, Delphi 2007:
...
- add search paths to "resources" and "compilerdetection"
- "debug"-defines
- adjust path to VirtualTreesD.dcr
2007-08-21 22:03:23 +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
53417c3336
Fix Delphi 10 packages:
...
- "VirtualTrees.dcu not found"
- "VirtualTrees.res not found"
- Set output dir for DCU's to ../../build like in D11 package
2007-08-20 20:49:38 +00:00
c0e34dc414
VirtualTrees: Fix "F2040 Seek error" for D2007
2007-08-17 15:49:53 +00:00
6f4df588ca
Add projectgroups for VirtualTreeView / Delphi 10 + 11 for easier startup.
2007-08-15 20:09:48 +00:00
84e72a5569
Add missing Delphi 10 packages for VirtualTreeView and add those to the superpackage.
2007-08-15 20:00:13 +00:00
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
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
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
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
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
d51c366c77
Adjust paths from previous commit.
2007-08-13 21:32:11 +00:00
855cdc0600
Move D10 package to subdirectory as in all other components.
2007-08-13 21:26:25 +00:00