|
f1e0a834ef
|
Fixed some compiler hints and warnings.
@ansgarbecker Please merge this commit to the master branch
|
2018-02-27 14:44:32 +01:00 |
|
|
5591b72e2a
|
Added new units to the HeidiSQL.dpr
|
2018-02-23 10:49:21 +01:00 |
|
|
12800db757
|
Added x86/x64 compiler switch for using the correct updater32.res or updater64.res
|
2018-02-23 10:43:20 +01:00 |
|
|
e09b58d21e
|
Compiler switch to use always the correct updater32.res or updater64.res
|
2018-02-23 10:28:33 +01:00 |
|
|
5a8a4af29a
|
Rename helpers unit to apphelpers, to overcome a naming conflict with the FireMonkey unit FMX.Canvas.GPU.Helpers. Closes #102.
|
2018-01-22 19:48:17 +01:00 |
|
|
ef13e15de6
|
New attempt to fix menu and buttons flicker on Win10, this time by with the help of Delphi Detours library. See https://www.heidisql.com/forum.php?t=19141
|
2017-11-01 19:38:29 +00:00 |
|
|
75fecfd3dd
|
MySQL/MariaDB: Implement support for expired passwords. Show a change-password dialog after the very first query of a connection when it returns "Error 1820: You must SET PASSWORD before executing this statement". See http://www.heidisql.com/forum.php?t=17921
|
2016-06-13 17:59:05 +00:00 |
|
|
fe411be351
|
* Display session name in caption of all message dialogs. See http://www.heidisql.com/forum.php?t=18606
* Add a custom icon for confirmation dialogs, with a question mark on it, so we don't have to use the "i" icon.
|
2015-06-14 13:13:45 +00:00 |
|
|
370b4cf212
|
Rewrite plink.exe process handling: Create our own class TPlink, which needs to be called with a .Connect method and raises an exception when some error occurs. Fixes issue #2902. See also: http://www.heidisql.com/forum.php?t=15224
|
2014-03-29 06:57:05 +00:00 |
|
|
51b531dbe3
|
Add Plinkremote unit as a preparation for a better integration of plink.exe into our SSH tunnel.
See
* http://www.delphipraxis.net/70989-komponente-fuer-ssh-verbindung-6.html
* http://www.heidisql.com/forum.php?t=15206
* issue #2902
|
2014-03-25 09:43:51 +00:00 |
|
|
0a7199a3d2
|
Display filename with path in query tab hint. Fixes issue #3527.
|
2014-03-15 06:36:19 +00:00 |
|
|
d9703178c6
|
Move useful commands from system menu to a "More" button with a drop down menu, and include import + export commands now. Fixes issue #2502.
|
2014-02-05 09:42:26 +00:00 |
|
|
7e14dcd60a
|
Revert r4652 - causes an AV here on start up, unknown cause.
|
2013-11-28 07:52:19 +00:00 |
|
|
bd35bebd41
|
Show session manager with a visible main form in the background. Should prevent HeidiSQL from stealing focus in OnShow, or wherever that happens. See http://www.heidisql.com/forum.php?t=14133
|
2013-11-28 04:49:14 +00:00 |
|
|
6e608f157e
|
Replace out-dated code which does not compile in 64bit mode in helpers.SetWindowSizeGrip. Use a TForm descendant in the new unit "extra_controls". Code parts taken from http://www.delphigroups.info/2/4/326787.html
|
2013-11-01 14:54:13 +00:00 |
|
|
cb37bd6dd7
|
Get madExcept running in Delphi XE5 package
|
2013-10-19 12:20:03 +00:00 |
|
|
f2616c1564
|
Create XE5 main package
|
2013-10-17 04:39:23 +00:00 |
|