69 Commits

Author SHA1 Message Date
88b3666bf1 Support search/replace in data and result grids. Fixes issue #2979. 2013-01-15 20:46:41 +00:00
068c263923 Add new translation strings, forgotten in previous commit. 2012-12-31 11:11:04 +00:00
a7c57e377f Add missing item captions for translation, from "New" drop down button on session manager. See issue #557. 2012-12-30 09:45:55 +00:00
9c6cd82798 Add new caption introduced by second to last commit. 2012-12-28 20:17:55 +00:00
c86d834b92 Add tree style option captions to language source. 2012-12-26 19:21:14 +00:00
f9af910ffe Block close button on query tab while its query thread is running. Fixes issue #3063. 2012-12-18 18:30:14 +00:00
4662ebf31e Support filename and dirname patterns in export target combobox. Fixes issue #2622. 2012-12-13 20:37:01 +00:00
ff1d7fa001 Fix typo in variable editor, and make "on"/"off" buttons slightly wider, so different translation fit. 2012-12-10 22:27:45 +00:00
e9c549f3a0 Remove "Ping server" debug message from translation 2012-12-05 05:35:46 +00:00
68b1c957f1 Translate error message footer hint 2012-12-03 18:27:59 +00:00
8bec8e4975 Add hint "requires restart" to the language selector in preferences dialog. See issue #3016. 2012-12-02 09:37:16 +00:00
911402d830 Introduce translatable message/error/confirmation dialogs. 2012-11-29 22:45:51 +00:00
d326efbdc3 Translate FLUSH commands, now that their captions do not get into the SQL command. See issue #557. 2012-11-29 18:12:03 +00:00
7f190f389f Fix usage of translated FLUSH commands. See issue #557. 2012-11-29 18:03:57 +00:00
645a9f3c7f Make message strings from const.inc translatable 2012-11-29 06:15:44 +00:00
9d8b4cd83a Make more inline strings translatable. 2012-11-28 23:27:31 +00:00
86f75cafa0 Update libmysql to v6.0.2. Taken from http://www.mysql.com/downloads/connector/c/#downloads . Fixes some crashes in that library, e.g. mentioned here: http://www.heidisql.com/forum.php?t=8568 2012-11-28 22:51:05 +00:00
024a1a4d5e Straighten some more translation strings 2012-11-28 05:55:05 +00:00
80d41dcc9e Fix typos and optimize a bunch of translations. Technical stuff such as variable names and version numbers should not be subject of translations. 2012-11-27 21:26:59 +00:00
4435346fc4 Fix erroneous formatted string in grid export dialog 2012-11-26 09:08:01 +00:00
f96288fce9 Translate string variables and literals in .pas files. TODO: translate constants. 2012-11-26 05:44:01 +00:00
9531981d76 Remove various labels from english source language file, so these are never translated. 2012-11-14 20:57:35 +00:00
585b88cd8b Add manual language selector in preferences dialog. See issue #557. 2012-11-14 20:54:02 +00:00
14e197dc31 Remove various SQL keywords from the source translation file. See issue #3016. 2012-11-11 09:28:07 +00:00
28bae96813 Issue Issue #557:
* Move english default.po to the folder where assemble.exe finds it
* Add dxgettext_assemble.exe, self built from https://dxgettext.svn.sourceforge.net/svnroot/dxgettext/trunk/dxgettext/tools/assemble/
* Call dxgettext_assemble.exe from auto-build process
2012-11-10 16:19:58 +00:00
24163c14d5 Add hints for portable mode and Win2000 support 2012-10-21 12:35:17 +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
76bb88f8b1 Update year in copyright phrasing 2012-02-12 12:23:06 +00:00
c5a52475c5 Decrease memory requirement for compressing files in installer, by using ZIP instead of LZMA2. 2012-02-02 21:09:37 +00:00
5b60d7047e Add basic support for pluggable authentication:
* Implement and export callback function "mysql_authentication_dialog_ask"
* Update libmysql.dll to the one from MariaDB 5.2.10
* Copy dialog.dll from MariaDB into plugins subfolder
* Modify installer so it creates the plugins folder and its dll files
* Fixes issue #2658
2011-12-23 17:11:36 +00:00
5882219337 Auto build installer by InnoSetup command line 2011-12-09 21:07:35 +00:00
994ad81bb2 * update feature list
* add author of directory watch unit to credits
2011-08-22 05:31:35 +00:00
16384ccd01 Allow custom portable settings filename as a command line switch. Fixes issue #2469. 2011-06-20 22:05:32 +00:00
22ba3b55e8 Introduce Inno Setup Preprocessor constants in order to automate most version strings and other commonly used literals. 2010-11-20 17:40:25 +00:00
8f9812714a Remove uninstall icon from being created by installer. As suggested here: http://www.heidisql.com/forum.php?t=6699 2010-10-30 06:58:22 +00:00
9b57294110 Phrasing changes 2010-08-14 07:00:54 +00:00
9877e09d95 Revert r3218 - let user run into errors when he's trying to install to c:\program files\... as non-admin. So, at least he can chose a different directory and is not completely blocked from installing. Fixes issue #899. 2010-04-23 19:15:14 +00:00
63fa44d0fd Prepare 5.1 version for installer 2010-04-14 23:04:22 +00:00
f787b08659 Fix old remaining SourceForge URL in license.txt 2010-03-26 22:03:16 +00:00
bcd2215858 Installer: Fix wrong URLs 2010-03-26 21:58:39 +00:00
1614508c62 Installer: Prepare version numbers for coming release 2010-03-26 21:30:11 +00:00
dd7efd3ea6 Installer: Ensure readme file can be used in the last step when user checks "View readme" 2010-03-26 21:28:50 +00:00
d8949f8569 Installer: Admin privs are required as we write to c:\program files, and the installer should ensure that it runs with appropriate privs. 2010-03-26 21:25:16 +00:00
ed5ec1e122 Rethink portable releases:
* Remove complicated and unreadable NSIS stuff. No need to have a installer for a developer application. ZIP file is fine.
* On startup, if a portable_settings.txt exists in the application folder, heidisql.exe will read its contents into a unique registry key.
* In MainForm.OnDestroy, settings are written to that file again, and the reg key gets deleted.
* Avoid using Microsoft's .reg file syntax, as you need admin privileges to store and restore such files, even when using the appropriate Windows API functions.
2010-03-22 21:10:38 +00:00
678807335a Start over creating portable setup file. This is the original NSIS template taken from http://www.loncarek.de/downloads/ApplicationPortableTemplate.nsi 2010-03-20 00:42:22 +00:00
83360ba269 Fix readme file: Remove obsolete notice wrt Windows Scripting Host, add a hint for Wine/Linux usage. 2010-02-23 23:21:34 +00:00
1d0f90eb86 Try a newer client library from a 5.1.44 / 32bit server. 2010-02-23 22:11:03 +00:00
8d647f81c8 Preparations for upcoming major release 2010-01-30 08:02:37 +00:00
881df6bf0b Update readme.txt: Add documentation on command line switches, adjust wording in general, fix wrong infos. 2010-01-28 23:26:32 +00:00
83a8df4f64 Keep release version number also in builds, instead of x.y. Can help to identify the right version one is using and looks less ugly in all places. Fixes issue #1372. 2009-11-17 00:30:00 +00:00