8856e82c53
Rename translation as done in dfm file in r4312
2013-03-09 07:34:02 +00:00
dc896b1a01
Add missing translation string for r4350.
2013-02-28 20:15:18 +00:00
f852ccdc4f
Add right click menu item for clearing data tab filter on current table. Fixes issue #3125 .
2013-02-27 18:40:27 +00:00
6fa32dc9fc
Make usage of query history optionally. Fixes issue #3122 .
2013-02-26 20:24:33 +00:00
f41f537481
Add missing translation strings for db and table filter
2013-02-25 17:41:59 +00:00
817fd1bd06
Add missing translation string, for r4322.
2013-02-21 15:58:01 +00:00
33730aa064
Create database dialog: Remove charset pulldown, leave collation pulldown alone. Init collation pulldown with the server variable "collation_server".
2013-02-21 08:56:58 +00:00
80577d8d89
Add missing tool tip hint for disconnect button.
2013-02-19 09:20:05 +00:00
5431204c5a
Create save/open dialogs per code, not per dfm file. That way, I can remove strings like "SQL files (*.sql)..." from the translation, and only let "SQL files" get translated. Avoids translation errors.
2013-02-18 07:27:44 +00:00
6ba892c534
Issue #400 : Compare data types and unsigned flags of source and reference columns, when leaving foreign column editor. Introduce a more helpful error message when these do not match, as a replacement for the servers poor message "Foreign key constraint is incorrectly formed".
2013-02-06 19:24:21 +00:00
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