11 Commits

Author SHA1 Message Date
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
2d20176554 Convert last TSortListView to standard TListView, so we can nuke TSortListView completely from our components list.
The ListView in tbl_properties won't support sorting by columnclicking any longer, but that was useless with such a small amount of items anyway.

Further finetuning of list:
- Disable column-click
- Avoid animation on columns + items creation
- Autosize columns correctly
- Refactor WITH .. DO statements
2007-09-05 09:03:08 +00:00
87352ed697 Follow up to rev 888: Get D10 package running again. 2007-09-04 15:32:19 +00:00
1c6dc32f53 Add build command script. Will be helpful for creating nightly builds. Adjustments of the project files included to get the build script running without errors with D10 + D11 packages. 2007-09-04 15:24:03 +00:00
d64cc11e37 Automatic changes by Delphi 11:
* Fix paths to rtl.dcp and vcl.dcp
* Adds missing references to packages in HeidiComponents.dproj (followup to rev 751)
* Drop paths to DCP files which are already specified in search paths
2007-07-29 08:56:34 +00:00
9e26d96887 Add dependent project references to D11 package of HeidiComponents. Avoids warning about automatic addition at first time building. 2007-07-18 19:06:04 +00:00
ba0aa73e1b Changes on HeidiComponents package for D2007:
- Add dbrtl;
- Project Options, Directories/Conditionals:
  Build Configuration: Release
  Search path: ..\..\..\zeosdbo\build
  Build Configuration: Debug
  Search path: ..\..\..\zeosdbo\build
2007-07-03 17:51:15 +00:00
c79febe7b4 Defer execution of TDataSet Post() and ExecSQL() to background thread. 2007-06-30 00:25:11 +00:00
d6eacddc40 Followup to recent file movements to /source 2007-06-28 22:44:00 +00:00
125ce6c450 Get rid of compatibility CFG files in Delphi 10 projects. 2007-06-26 11:50:40 +00:00
bffc0206f2 Organize repository into standard trunk/branches/tags structure. 2007-06-26 11:26:18 +00:00