317 Commits

Author SHA1 Message Date
c4e66fbb32 Last required addition to the double minus comment bugfix. http://www.heidisql.com/forum.php?t=15621 2014-06-16 18:23:38 +00:00
8aa3e82cd8 Try to fix SynEdit's double minus comment bug. http://www.heidisql.com/forum.php?t=15621 2014-06-16 18:13:50 +00:00
2436cdf388 Reapply modifications from r2787 to detect successive backslashes as escape chars, so '\\' does not display text right besides that as string. Fixes issue #3452. 2013-12-03 05:36:29 +00:00
7d67fd4bc0 Revert r4599 and fix a glitch in Tconnform.btnNewClick. Fixes issue #3408 , this time effectively. 2013-11-03 13:21:00 +00:00
0f3c603c44 Prefer Delphi's Indy library over Synapse for encoding URL parameters. Remove Synapse code, which was meant to help in implementing the HTTP tunnel code which can easily be done with Indy. 2013-11-02 06:23:41 +00:00
6d1acb1136 Disable assertions in VirtualTree, as it was previously to the last update. Seems we run into one in a false positive approach. Fixes issue #3408. 2013-11-01 14:09:23 +00:00
92d57a6627 Fix compiler warning in additional SynEdit code, broken in r4123. 2013-11-01 06:31:30 +00:00
7319d1b647 Prefer Delphi's various TGraphic descendants over the out-dated GraphicEx library. PNG images even show their transparency now. Removes support for the myriad of exotic image formats listed on http://www.delphi-gems.com/index.php/libs/graphicex-library 2013-11-01 06:07:51 +00:00
0f2590c917 Prefer Delphi's new TZipFile class over mORMot's TZipWrite for creating zipped exports (issue #3354) 2013-10-31 20:19:22 +00:00
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
ca668f9ffe Automatic changes by IDE 2013-10-17 04:45:06 +00:00
b82fdcb6e8 Automatic changes by IDE 2013-10-17 04:42:38 +00:00
f1be5e345f Get the VirtualTree XE5 package running 2013-10-16 20:36:52 +00:00
75c2103cb5 Get the SynEdit XE5 package running 2013-10-16 20:19:05 +00:00
6ebb86ad07 * Update VirtualTree component code to 5.2.1 (r567)
* Add Delphi XE5 package
2013-10-16 19:17:23 +00:00
077b119b66 Update SynEdit component to their revision 114, and add Delphi XE5 packages. 2013-10-16 18:05:33 +00:00
34c420cbce Automatic changes applied by IDE 2013-10-16 17:27:28 +00:00
5c1a0a6e4c Introduce compressed .sql file export. Using SynZip unit from mORMot framework. Fixes issue #3354. 2013-10-07 04:32:20 +00:00
f5c2f45f11 Revert *.res inclusion from previous commit, to fix compile error "E1026 File not found: 'VirtualTreesR.res'" 2013-01-19 16:22:30 +00:00
5fe5454997 Update VirtualTree component code to 5.1.0 (r450) 2013-01-19 16:16:53 +00:00
3ba4711b0f Fix broken SynEdit compilation: Include added files in project files. 2013-01-12 17:33:59 +00:00
db2b431f1c Update SynEdit component sources to r100 from https://synedit.svn.sourceforge.net/svnroot/synedit/SynEdit 2013-01-12 17:10:25 +00:00
583a8350b8 Install Ararat Synapse library (r169 from trunk), as a preparation for HTTP tunnel implementation. See issue #1405. 2012-10-21 12:17:43 +00:00
8295a66808 Use 3-retries approach in TCustomSynEdit.DoCopyToClipboard when opening clipboard, for cases in which that crashes due to MS Office managing clipboard. Fixes issue #2076. 2012-04-01 18:05:44 +00:00
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
110e7ca2ed Update SynEdit component to latest SVN revision 76. 2012-03-24 23:04:29 +00:00
84d27865e2 Fix mixed up GRANT privilege in user manager, caused by errors and high complexity in regular expression. See issue #2671. Revert modification in SynRegExpr.pas again, now that we have only about 10 parentheses left. 2012-01-06 01:03:12 +00:00
aedbb997ab Support GRANT .. REQUIRE syntax in user manager with a new "SSL options" tab. Fixes issue #2671. 2012-01-05 20:44:49 +00:00
0ea3a2cdbb Try again a fix for SynEdit exceptions, similar to what I've already tried in r3922. The approach was right, only there was Mainform.SetupSyneditors accessing all TSynMemos in a thread when reconnecting.
* fixes issue #2605
* should also fix issue #2545
* should also fix issue #2358 (again)
* reverts r3924 and r3925, SynEdit modifications which should not be required any longer now that logging is postponed for the mainthread
2011-11-14 23:14:41 +00:00
b93106a6fe Update VirtualTree component to r320 2011-11-01 09:32:34 +00:00
08953bafc8 Try to silence another SynEdit crash around threaded query logging. See issue #2358. 2011-08-16 17:54:17 +00:00
fe30837321 Work around access violations in SynEdit, fixes issue #2358. 2011-08-16 17:44:19 +00:00
98c872909c Support virtual columns in MariaDB 5.2. Fixes issue #2451. 2011-06-10 23:36:38 +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
372b41490f Fix issue #1579 again, this time with the official change from kvlahos 2010-11-03 22:56:17 +00:00
5f9c49c856 Update VirtualTree code to r274 2010-08-14 07:06:21 +00:00
340d3638f8 Adjustments for GraphicEx to make it running in Delphi 2010 with (Unicode)Strings and friends. Modifications taken from http://www.songbeamer.com/delphi/ , plus some compiler warning silencers from me. 2010-06-03 22:37:55 +00:00
3bff90496a Preparation for image previewer: Add Mikes GraphicEx library in order to get support for multiple image files in TImage. License: MPL 1.1, see http://www.soft-gems.net/index.php?option=com_content&task=view&id=13&Itemid=33 2010-06-01 23:30:33 +00:00
9c3453c77e Add missing SQL function names to syntax highlighter. Fixes issue #1600. 2010-05-08 11:15:36 +00:00
288a4a1ebc Merge latest changes (r258) from VirtualTree repository. Magically fixes issue #1832. 2010-04-10 14:14:05 +00:00
e045cb3d76 Delphi 2010 has PNG + alpha channel support in TImageList, so we don't need PNGcomponents any longer. 2010-02-08 00:36:17 +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
2e00bdf37d Add SOME keyword to keyword highlighter. Fixes issue #1606 2010-01-16 14:42:18 +00:00