Commit Graph

35 Commits

Author SHA1 Message Date
Ansgar Becker
b97629b1e1 Update SynEdit component to latest sources from their master branch 2019-11-10 08:57:55 +01:00
Ansgar Becker
44c7df7501 Remove no longer maintained package files 2019-07-22 07:20:40 +02:00
Ansgar Becker
7a80ca8b9a Upgrade all package files to Delphi 10.3 2018-12-09 11:31:03 +01:00
Ansgar Becker
5d9dbe20a9 Issue #372: Create Delphi 10.2 packages, and modify manifest file to tell Windows that HeidiSQL supports high DPI settings. 2018-10-22 21:49:51 +02:00
Ansgar Becker
6da2bd6d43 Update SynEdit component code to tag 2.1.0-beta. Potentially helps fixing #57. 2017-12-31 11:28:13 +01:00
Ansgar Becker
b229ecc762 Update SynEdit component to 0470dcbf16 from Sep 9, 2015 2015-12-08 17:46:19 +00:00
Ansgar Becker
6a356fdabf Remove no longer maintained XE packages and build batch files. heidisql.com now builds with a PHP script. 2013-10-31 05:23:25 +00:00
Ansgar Becker
b82fdcb6e8 Automatic changes by IDE 2013-10-17 04:42:38 +00:00
Ansgar Becker
75c2103cb5 Get the SynEdit XE5 package running 2013-10-16 20:19:05 +00:00
Ansgar Becker
077b119b66 Update SynEdit component to their revision 114, and add Delphi XE5 packages. 2013-10-16 18:05:33 +00:00
Ansgar Becker
34c420cbce Automatic changes applied by IDE 2013-10-16 17:27:28 +00:00
Ansgar Becker
3ba4711b0f Fix broken SynEdit compilation: Include added files in project files. 2013-01-12 17:33:59 +00:00
Ansgar Becker
de758373f3 Disable assertions in SynEdit. Not sure but it seems some of them do a false positive detection. Fixes issue #2801. 2012-03-29 20:59:08 +00:00
Ansgar Becker
110e7ca2ed Update SynEdit component to latest SVN revision 76. 2012-03-24 23:04:29 +00:00
Ansgar Becker
7225c031e4 Delete unsupported packages 2011-02-17 00:36:17 +00:00
Ansgar Becker
cb9572d8d0 Adjust Delphi XE package files with automagic changes, failed to send these in previous commit. 2011-01-01 09:36:42 +00:00
Ansgar Becker
69b8201273 Add Delphi XE packages. 2010-12-29 23:04:18 +00:00
Ansgar Becker
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
Ansgar Becker
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
Ansgar Becker
e7874bc4b7 Update UniSynEdit to latest version from October 3, 2008 (no repository available unfortunately)
* Merge with heidi related changes (basically only SingleLineMode)
* Readd missing file changelog.htm to keep that file list consistent with the downloaded one
* Merge our own compiler detection again
* Disable including a further compiler includefile jedi.inc
2008-10-18 13:09:16 +00:00
rosenfield.albert
9b4588912c Uniform project settings for a brighter tomorrow. 2008-10-08 17:33:39 +00:00
Ansgar Becker
18f7e4ac38 Remove no longer needed Delphi 10 packages. 2008-05-18 18:20:29 +00:00
Ansgar Becker
35ebc27761 Merge SynEdit sources with Unicode enabled version from http://www.mh-nexus.de/unisynedit.htm 2007-12-05 12:37:49 +00:00
Francisco Ernesto Teixeira
6498d22f2e Compiling Bugfix: Runtime packages path reference to Design and relative packages on Delphi 2007. 2007-11-09 02:42:36 +00:00
rosenfield
3a643d03f3 Synchronize build script and package output directories. 2007-10-22 11:14:17 +00:00
Ansgar Becker
bd53f04693 Delete packages from components and heidisql we don't support. 2007-10-10 22:21:41 +00:00
Francisco Ernesto Teixeira
b3a9fc8c03 Update the include files reference for Delphi 2007 components. 2007-10-10 12:33:04 +00:00
rosenfield
b4f269ee57 Remove more empty resource files, not sure why the build process suddenly complain about these.. 2007-10-10 12:20:23 +00:00
rosenfield
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
rosenfield
c2f5e22a3f Enable safe compiler optimizations. 2007-09-11 17:10:07 +00:00
rosenfield
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
Ansgar Becker
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
Ansgar Becker
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
rosenfield
125ce6c450 Get rid of compatibility CFG files in Delphi 10 projects. 2007-06-26 11:50:40 +00:00
rosenfield
bffc0206f2 Organize repository into standard trunk/branches/tags structure. 2007-06-26 11:26:18 +00:00