7e63af8b51
Issue #1568 : fix ineffective temporary disabling of OnChange handler
2022-12-27 19:44:23 +01:00
5b31188351
Issue #1568 : content in SQL editor is modified in SynMemoQueryKeyPress. Attempt to prevent some endless loop through OnChange event.
2022-12-27 19:17:56 +01:00
0d9de512cd
Remove unit scopes from project settings, prefer fully qualified unit names in uses clauses. Enhance readability and compiler performance.
2022-12-26 17:59:19 +01:00
d03e1e8fd9
Update gnugettext.pas to rev 148 from http://svn.code.sf.net/p/dxgettext/code/trunk/dxgettext/sample/gnugettext.pas
2022-12-26 16:58:56 +01:00
6219e928ea
Issue #418 : restart via task scheduler after build update, decreasing privileges to the normal user instead of administrator
2022-12-25 13:18:37 +01:00
e0a6176215
Prefer extracted-comments style over translator-comments, which are not displayed on Transifex for some reason. See https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html#The-Format-of-PO-Files
2022-12-23 11:13:01 +01:00
7e035298bf
Issue #1733 : Sign uninstaller within InnoSetup script. This also signs the installer from InnoSetup now, while removing the sign call from the build process.
2022-12-23 08:29:02 +01:00
f02bdcf113
Issue #1733 : sign yet unsigned 3rd party libraries with my own Authenticate certificate
2022-12-22 16:39:05 +01:00
f20852aed0
Create project files for Delphi 11.2, with disabled HighEntropyVa setting so the 64bit builds will run without crash.
2022-12-20 19:50:57 +01:00
d000a8b441
Add comment to more joined short+long hints in translation
2022-12-17 09:20:18 +01:00
f0581d0428
Add comment to joined short+long hint in translation. See 8fc6dba6e3 (r93385116)
2022-12-17 09:14:06 +01:00
465b3dae86
Use red background for SQL errors in log panel too. See https://www.heidisql.com/forum.php?t=40110
2022-12-12 19:27:48 +01:00
7039db1a13
Issue #1722 : rephrase text hint on filter input so it matches an existing translation string
2022-12-12 19:00:08 +01:00
9c5d8358e0
Automagic modifications to form files, done through updates of IDE and some components. Especially removes no longer published properties OldCreateOrder and PixelsPerInch.
2022-12-11 14:54:48 +01:00
8fc6dba6e3
Issue #1722 : add missing translation strings to master file
2022-12-11 12:51:58 +01:00
d02fdb8a22
Fix wrong tab order of recent filters pulldown on data grid filter panel
2022-12-11 12:47:25 +01:00
3ce5672240
Enhance user query error handling. See https://www.heidisql.com/forum.php?t=40085
...
* try to find error position in 1M of SQL instead of only 1KB
* do not reset cursor if position was not found
* paint red background on line with error, just until user presses any key
2022-12-10 16:02:38 +01:00
aef3b7c1f5
Issue #1724 : silence another exception in MS SQL mode, when checking for IsNull on a field. Seems to be just a different version of the same bug described in #496
2022-12-10 14:55:24 +01:00
2e25f71f11
PostgreSQL: update OpenSSL libraries to v1.1.1s, taken from http://wiki.overbyte.eu/wiki/index.php/ICS_Download#Download_OpenSSL_Binaries_.28required_for_SSL-enabled_components.29
2022-12-10 14:17:26 +01:00
2c609a6c61
Issue #1725 : add history menu pulldown to global filter edit box
2022-12-09 16:46:08 +01:00
4e817c2249
Add missing translation string for new header-click option. See 7bea342b9f (r92151280)
2022-12-06 19:10:51 +01:00
7b36063ec6
Add option to turn off warning dialog for active but unused SSL settings. See https://www.heidisql.com/forum.php?t=40080
2022-12-06 19:05:00 +01:00
ea14eea01c
Bump version for v12.3 release
12.3
2022-12-05 19:23:50 +01:00
889a1b33c7
SQL export: Calculate a reasonable LIMIT clause when "Get full table status" session setting is disabled, causing AvgRowLen<=0. See https://www.heidisql.com/forum.php?t=40058
2022-12-04 20:17:51 +01:00
78dd4c2bd2
Fix too narrow column widths restored with high DPI setting, due to Delphi's Round() function using the nearest *even* number. Use the better suited "kaufmännisch runden" approach.
2022-11-30 21:12:00 +01:00
7bea342b9f
Make clicks on grid column headers configurable, so the user may disable it, preventing him from accidental sortings on large tables. See https://www.heidisql.com/forum.php?t=40026
2022-11-28 20:55:39 +01:00
954850d36b
Forgotten dfm modification for previous commit 70d64a276e381f29df737a3235686b22ddcba098
2022-11-27 13:33:31 +01:00
70d64a276e
Query helpers tree: sync logic behind "Insert at cursor" with what doubleclick does. Enables that menu item for table columns, keywords, functions and snippets. See https://www.heidisql.com/forum.php?t=40022
2022-11-27 11:31:38 +01:00
d42766c373
Quote BIT values again, in EscapeString version with data type. Closes #1709
2022-11-24 18:34:45 +01:00
b20635258c
Use rds_kill_query procedure on RDS to kill a running query. Closes #1705
2022-11-24 18:03:59 +01:00
09e6d1709c
Issue #1616 : force update check to overwrite old HeidiSQL_update.exe in temp directory, once through different file size, and by logic when old one is older than 30 days. Fixes still used old updater with bugs.
2022-11-24 07:54:40 +01:00
7c6cc45437
Issue #1705 : Add new network type "MySQL on RDS", to support its different query for killing a process. New icon provided by @Bens-ct.
2022-11-23 20:04:43 +01:00
29ccf59219
Revert background color of selected text in Material style to its original, again causing unreadable link text on dialogs described in issue #993 . Readability of selected text seems more important to me. See https://www.heidisql.com/forum.php?t=40003
2022-11-22 19:53:33 +01:00
7fccb07c8d
Update plink binaries to latest v0.78. Closes #1430
2022-11-21 20:17:55 +01:00
f47609ab0e
Include application version and path of selected session in the session manager's window caption
2022-11-21 20:15:39 +01:00
16c71fa234
Bump version for v12.2 release
12.2
2022-11-15 17:22:04 +01:00
9f526aa9cf
Update SQLite libraries to v3.39.4 from 2022-09-29
2022-11-14 20:41:05 +01:00
9265598d41
CSV scanner: lowercase name of table and columns, and unify non-word characters to underscore
2022-11-14 20:22:25 +01:00
28e34b9942
Fix crash when scanning CSV file with more values in data than in header line. Closes #1698
2022-11-14 20:07:37 +01:00
9339304356
Fix trailing linebreak counted to last column name in first CSV line
2022-11-14 19:56:34 +01:00
f33ccc708f
Fix wrong finish message in log result, when doing something different than an export. See https://www.heidisql.com/forum.php?t=39913
2022-11-14 19:45:01 +01:00
dc408630fc
Issue #1700 : exactify positions of line breaks in auto-filter on data grid, to prevent sporadically too long lines
2022-11-13 18:15:18 +01:00
b55eb2b2fa
Issue #1536 : auto-resize height of data grid filter while user types text in it
2022-11-13 13:44:36 +01:00
4e0747ac27
Issue #1616 ; Fix broken updater code and binaries, by fixing wrong parameter definition of WindowProc and wrong type cast in a SendMessage() call
2022-11-12 19:43:58 +01:00
b929972360
Issue #1616 : revert previous modifications on updater binaries, which now do nothing and don't trigger the WM_SHOWWINDOW message
2022-11-08 21:16:20 +01:00
39377cc979
Issue #1695 : attempt to fix a check for a named session before storing the currently used database name
2022-11-04 18:43:48 +01:00
f110122f40
Prefer CopyFile + DeleteFile over MoveFile, in a second place, where the old binary is backup'd. See issue #1616
2022-11-02 19:40:42 +01:00
56a7218705
Add log message after finished export, to make it more noticeable the user has control again. See https://www.heidisql.com/forum.php?t=39913
2022-10-31 17:26:14 +01:00
9b68360b54
SSH tunnel: process error pipe contents only if std pipe is empty. See https://www.heidisql.com/forum.php?t=39851
2022-10-27 17:27:34 +02:00
1756d46d8b
Allow hex values to have an odd number of digits. See https://www.heidisql.com/forum.php?t=39864
2022-10-26 19:22:07 +02:00