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
082a3a7590
SynEdit fix: Word-wrapping in SynEdit is limited to a maximum of 255 chars per line. Work around AV when editor is wider than that. Fixes issue #1579 .
2010-01-16 08:11:40 +00:00
b09e8a6816
Extend list of known MySQL keywords with those in http://dev.mysql.com/doc/refman/5.5/en/reserved-words.html , but not in our own list. Fixes issue #1600 .
2010-01-13 19:45:53 +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
dfe7515c93
Additional, official changes from the new SynEdit repository at SF: https://synedit.svn.sourceforge.net/svnroot/synedit
2009-12-31 15:48:38 +00:00
6b11615e83
Update SynEdit component to latest version from mh-nexus.de (September 28). Fixes issue #1122 .
2009-12-31 15:39:08 +00:00
5c180cc141
Detect multiple successive backslashes as escape char, so '\\' does not display text right besides that as string. Fixes issue #1308 .
2009-11-24 20:13:51 +00:00
e2674cadb8
Remove no longer used Zeos packages and related stuff
2009-10-28 00:34:52 +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
2fd976620e
Enhance SynEdit's TSynHotKey:
...
* Add events OnChange, OnEnter and OnExit
* Use gray text when disabled
2009-09-24 18:45:18 +00:00
ca8fd5b118
Reveal a nice component in the SynEdit package which could work as an alternative to the VCL's broken THotKey.
2009-09-22 20:34:37 +00:00
c6be8dd575
Implement customizing of shortcuts for all available TActions and SynEditor commands. Fixes issue #536 .
2009-09-21 23:12:21 +00:00
3209cd9d8b
Minor: missing changes for previous commit. In-memory changes were not saved yet.
2009-09-17 23:05:41 +00:00
60beacc049
Implement a second tab on the table tools dialog: "Find text on server". Scans all tables with OR'd LIKE clauses for a given text. User can restrict that search to a data type category (integer, text, etc.). Fixes issue #529 .
2009-09-17 23:00:29 +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
e0796b153f
Refactor maintenance dialog:
...
* Replace checklist box by a virtual tree with checkboxes
* Make "Maintenance" a single tab on a TPageControl, so there may follow other tools (e.g. issue #529 )
* Replace button layout by a combobox
* Add "CHECKSUM" operation and various options
2009-09-14 00:09:03 +00:00
b2b7e4d66d
Make filter panel in "Host" tab usable for all tabs. Plus: support regular expressions and one filter per tab. Fixes issue #810 .
2009-09-07 23:40:28 +00:00