Commit Graph

5259 Commits

Author SHA1 Message Date
Ansgar Becker
89508bc510 Fix crash when taskbar button interface is not available for some reason. See http://www.heidisql.com/forum.php?t=22451 2016-10-24 19:00:01 +00:00
Ansgar Becker
01ae878942 Prepare upcoming v9.4 release 9.4 2016-10-20 16:22:13 +00:00
Ansgar Becker
5152fcaea2 Catch exception when clicking "Cancel running operation" and the KILL command cannot be executed. See http://www.heidisql.com/forum.php?t=22339 2016-10-12 20:04:49 +00:00
Ansgar Becker
b2b5c62030 Accept SSL session settings as command line parameters. See
* http://www.heidisql.com/forum.php?t=22181
* http://www.heidisql.com/help.php#commandline
2016-10-11 18:41:35 +00:00
Ansgar Becker
0e6c3c9757 Support session name in placeholders for filename. See http://www.heidisql.com/forum.php?t=22320 2016-10-11 18:16:29 +00:00
Ansgar Becker
6d04877106 Fix typo 2016-10-08 10:24:20 +00:00
Ansgar Becker
287ac27f0a Fix crash when showing hint (animation) on grid cells with large text portions.
See
* http://www.heidisql.com/forum.php?t=20458#p20548
* http://www.heidisql.com/forum.php?t=22277
2016-10-05 20:15:04 +00:00
Ansgar Becker
2b12bbc4de Next attempt to fix conversion of float values to int/unixtimestamps. See http://www.heidisql.com/forum.php?t=22092#p22159 2016-09-23 19:48:30 +00:00
Ansgar Becker
66c55d2e0a Remove FromLocaleFormat from MakeFloat and MakeInt. See http://www.heidisql.com/forum.php?t=22092#p22133 2016-09-21 17:45:39 +00:00
Ansgar Becker
24be88d043 Support all integer and real data types for displaying as Unix timestamp. See http://www.heidisql.com/forum.php?t=22092 2016-09-17 12:50:22 +00:00
Ansgar Becker
3e81d33f49 Add translation strings for new "Go to" menu 2016-09-04 11:01:08 +00:00
Ansgar Becker
04877c4ae7 Add some hotkeys for focusing table filter, database tree and main tabs. Also, add a new main menu with these actions, so the user can look up these hotkeys. 2016-09-03 07:10:36 +00:00
Ansgar Becker
ebaafb113f Clear contents of filter boxes when pressing Esc key. See http://www.heidisql.com/forum.php?t=21911 2016-08-29 18:50:56 +00:00
Ansgar Becker
ade0bd3f44 Support multiple objects selected in user manager > add object. 2016-08-29 18:37:00 +00:00
Ansgar Becker
c20915c3c1 Add some missing translation strings 2016-08-22 17:21:59 +00:00
Ansgar Becker
7d7b78fcf3 Merge latest changes from official SynEdit repository. Fixes slow highlighter when TableNames contains several 1000's of strings. Removes limitation to 1000 table names for highlighting. See
* http://www.heidisql.com/forum.php?t=16307
* https://github.com/SynEdit/SynEdit/issues/28
2016-08-15 18:07:05 +00:00
Ansgar Becker
55342752b6 Move plink.exe path to lpCommandLine parameter instead of passing it as lpApplicationName. This way, a folderless plink.exe call should use the first available one from the path environment. See http://www.heidisql.com/forum.php?t=21873 2016-08-11 15:17:08 +00:00
Ansgar Becker
ceeefe17d3 * Move some menu items for configuring data grids into a new submenu labelled "Grid view options"
* Create a duplicated menu item there, for "View binary data as text" button from the main toolbar
* Create a new menu item there, for jumping to the "Data" tab in the preferences window
* Add related translation strings
2016-08-05 11:01:46 +00:00
Ansgar Becker
d81a16605c Support Windows authentication via command line parameter W or winauth. See http://www.heidisql.com/forum.php?t=20752 2016-08-04 15:58:41 +00:00
Ansgar Becker
174183e21d Revert r5078. Do not prepend we're DPI aware. See http://www.heidisql.com/forum.php?t=21729 2016-07-20 16:05:16 +00:00
Ansgar Becker
c23015613a Use exact text data types instead of their whole category for detecting special binary columns. Fixes unquoted JSON content in SQL exports. See http://www.heidisql.com/forum.php?t=20655 2016-07-19 17:38:34 +00:00
Ansgar Becker
064d4e2a04 Loosen exception handling in MakeInt(), so that not only EInvalidOp results in errors. Probably related to http://www.heidisql.com/forum.php?t=21727 2016-07-16 07:54:27 +00:00
Ansgar Becker
63f2d8c25a Revert previous commit. 2016-06-19 15:46:00 +00:00
Ansgar Becker
d3566b74f8 Attempt to fix window flicker issue on Windows 10 by disabling ApplicationEvents.OnIdle event temporarily. See http://www.heidisql.com/forum.php?t=21342#p21635 2016-06-19 15:40:23 +00:00
Ansgar Becker
a3853b5d6c Propagate changed list of object names in selected database through the new event OnObjectnamesChanged to the owner object, not through an internal reference to a string list. 2016-06-18 07:24:41 +00:00
Ansgar Becker
ecd1c14ef6 Expired passwords: Initialize form font, and trigger actual string translations 2016-06-17 20:20:42 +00:00
Ansgar Becker
4e2750e937 Update SynEdit component from https://github.com/SynEdit/SynEdit.git/ 2016-06-17 20:09:42 +00:00
Ansgar Becker
2ae52246a7 Expired passwords: Show password strength indicator as long as repeated password is still empty. 2016-06-16 17:53:08 +00:00
Ansgar Becker
0f08bd6c54 Expired passwords: Release strings for translation 2016-06-15 19:14:01 +00:00
Ansgar Becker
2f3f296e66 Expired passwords: Implement a simple password-strength checker with a progressbar. 2016-06-15 18:54:33 +00:00
Ansgar Becker
e2af21c633 Add client plugin for MariaDB's GSSAPI authentication, basically Windows authentication. 2016-06-15 17:58:32 +00:00
Ansgar Becker
9cc8af14d6 Missing constant CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS, see previous commit. 2016-06-13 18:08:34 +00:00
Ansgar Becker
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
Ansgar Becker
350d9ba487 Update Transifex command line client to 0.12.1. See https://github.com/transifex/transifex-client/releases 2016-06-11 07:39:13 +00:00
Ansgar Becker
4125a7a539 Cosmetics: Make status bar panel for server version a bit wider. See http://www.heidisql.com/forum.php?t=21585 2016-06-11 07:31:27 +00:00
Ansgar Becker
b2f77108af Cosmetics in session manager: Rearrange and resize labels in statistics tab. See http://www.heidisql.com/forum.php?t=21585 2016-06-11 07:25:46 +00:00
Ansgar Becker
67a30de7bb Display network type in tooltip over server status panel. See http://www.heidisql.com/forum.php?t=21556 2016-06-09 20:16:56 +00:00
Ansgar Becker
45d74f2a0e Trim database names when passed as semicolon separated list. See http://www.heidisql.com/forum.php?t=21505 2016-06-07 18:10:38 +00:00
Ansgar Becker
3641a180e4 Rewind result set for column comments before iterating over it, as it's an inner loop. See http://www.heidisql.com/forum.php?t=21504 2016-06-07 18:03:34 +00:00
Ansgar Becker
0ec226ce47 Do not complain about empty password when SHOW GRANTS output does not include the IDENTIFIED BY clause on MySQL 5.7.6+. See http://www.heidisql.com/forum.php?t=21351 2016-06-06 17:57:28 +00:00
Ansgar Becker
775c71c109 Preferences: Give each tab an individual icon, and use flat button style for tabs. 2016-06-02 18:59:20 +00:00
Ansgar Becker
05ca87f3cd Preferences: Add checkbox for "Horizontal scrollbar" in Logging tab. 2016-06-02 18:39:22 +00:00
Ansgar Becker
881f33a014 Add new item "Logging preferences" to context menu in SQL log panel 2016-06-02 18:27:51 +00:00
Ansgar Becker
76e038c6d4 Support wildcard options in "Find text on server" dialog in a new drop down box, to provide a possibility to find exact matches. See http://www.heidisql.com/forum.php?t=21388 2016-05-25 18:53:51 +00:00
Ansgar Becker
9754d5d3b2 Fix EArgumentOutOfRangeException in TDBConnection.PrefetchResults when SQL batch could not be separated correctly. Should be a rare case, but happened, see http://www.heidisql.com/forum.php?t=21380 2016-05-24 16:14:22 +00:00
Ansgar Becker
4db4931753 Display number of selected besides available columns on "Columns" button in "Data" tab. 2016-05-24 16:06:23 +00:00
Ansgar Becker
3396012d54 Display number of sorted columns on "Sorting" button. See http://www.heidisql.com/forum.php?t=17463#p21386 2016-05-24 15:58:24 +00:00
Ansgar Becker
23b2d8badd Fix wrong FLOAT data type mapping between DB.TFieldType and TDBDatatypeIndex, in TAdoDBQuery.Execute. See http://www.heidisql.com/forum.php?t=21306 2016-05-23 18:55:26 +00:00
Ansgar Becker
f0eb57d5bb Attempt to fix high DPI awareness. See http://www.heidisql.com/forum.php?t=21287 2016-05-16 10:44:22 +00:00
Ansgar Becker
909cd70388 Missing file for r5073: BIT column syntax. See http://www.heidisql.com/forum.php?t=20333 2016-05-06 16:01:16 +00:00