155 Commits

Author SHA1 Message Date
cbde322fde Issue #2221: enhance SQL completion proposal in a way SynEdit/Lazarus propagates it, with a focus on column names 2025-07-28 15:37:57 +02:00
103c580daa Issue #2227: enable formatter for JSON code in text editor 2025-07-26 17:11:55 +02:00
13338c6b22 Issue #2203: auto-convert Windows home path to Linux home path when importing a setting file 2025-07-13 15:12:00 +02:00
7555128a29 Issue #2222: fix missing last character in CREATE TABLE code on table editor and copy-table dialog 2025-07-10 22:07:19 +02:00
94939aad95 Issue #2202: show a more helpful hint when no library was selected (and none is available) for connecting 2025-07-09 16:07:30 +02:00
456951838e Issue #2216: remove predefined SynMemo keystrokes ecLineBreak, ecInsertLine, ecDeleteWord. The latter one inactivates Ctrl+T shortcut for new query tab 2025-07-04 09:03:59 +02:00
2c17d03d1e Issue #2182: increase dimensions of crash dialog 2025-06-18 11:52:30 +02:00
804f43eb8f User manager: reveal yet hidden edit boxes like editRepeatPassword, due to missing autosize properties on tabsheets 2025-06-16 17:33:15 +02:00
c6cf188781 Issue #2182: fix apphelpers.InvalidateVT on Linux, where VirtualTree needs an additional hit 2025-06-16 17:27:09 +02:00
097e816f5c Issue #2197: enable and fix non working file logging, plus fix two "Open folder" menu items 2025-06-16 16:02:23 +02:00
ea1b076f11 Issue #2182: show exceptions in a custom form with the callstack in a memo and a copy button 2025-06-13 10:15:00 +02:00
9e5b4e7947 Remove VCL styles related code, disable theme selection in preferences, to prevent confusion 2025-06-11 17:06:10 +02:00
48029f420e Enable Delphi compatibility mode per file, remove the global mode setting 2025-06-11 16:03:06 +02:00
b898352528 Issue #1253: fix index creation on PostgreSQL tables, use separate CREATE INDEX queries 2025-06-11 15:56:17 +02:00
2fa2d12d4d Issue #2187: Fixed EAccessViolation when closing editor while using non-default theme 2025-06-11 15:54:53 +02:00
661731776b Issue #2068: support MariaDB's new VECTOR index in table designer, without M and DISTANCE settings yet 2025-06-11 15:52:59 +02:00
9e5d78e756 Create helper table with the servers' default engine when exporting a view. See https://www.heidisql.com/forum.php?t=44125 2025-06-11 15:38:33 +02:00
967acb54b9 Issue #2186: fix wrong number of rows shown in grid export dialog when post filter is active 2025-06-11 15:37:16 +02:00
1ab8b0ad52 Issue #604: add context menu item "Select top 1000 rows" 2025-06-11 15:30:27 +02:00
641a0ea334 Issue #2172: prompt for password again, when connection has timeout or broke 2025-06-11 15:16:08 +02:00
9018807a6a Issue #2159: SQLite: export separated table indexes, and export views and triggers 2025-06-11 15:13:39 +02:00
39c9b5adc9 Issue #214: when refreshing, ask user if he wants to discard modifications in table/view/routine/... editors 2025-06-11 15:05:18 +02:00
65b96a99d9 Issue #2107: add "invert check" menu item on table tools tree 2025-06-11 14:54:04 +02:00
59af097acb Display number or rows in data tab header for views. See https://www.heidisql.com/forum.php?t=44057 2025-06-11 14:47:48 +02:00
a26b071479 Keep retrieving exact row count on data tab header after activated via context menu, until another table has focus 2025-06-11 14:44:47 +02:00
7f1388c26d Issue #2182: silence EInvalidOperation when editUsername is not able to focus yet 2025-06-11 14:17:43 +02:00
c0752bce30 Issue #2189: fix wrong encoding of formatted numbers 2025-06-11 13:46:45 +02:00
950beb787f Issue #2177: attempt to get AnyGridHeaderDrawQueryElements running, for displaying sort icons and column numbers 2025-05-21 14:41:17 +02:00
63b9361948 Issue #2168: turn off synchronize_seqscans variable in PostgreSQL mode, to be sure SELECT's show a stable row sorting. See https://www.postgresql.org/docs/8.3/runtime-config-compatible.html#GUC-SYNCHRONIZE-SEQSCANS 2025-05-18 16:40:10 +02:00
767754f2d4 Issue #2168: select rows from table to export by its primary key columns, so PostgreSQL does not apply a random sorting 2025-05-18 16:39:58 +02:00
cb7e5c0d19 Issue #2156: unescape generated column expression when loading from IS.COLUMNS 2025-05-18 16:39:04 +02:00
e39e95e23d Issue #2155: high DPI fix for painting icons in SQL export target drop-down 2025-05-13 19:00:05 +02:00
d2471e663c Issue #2155: paint session background and icon in session drop-down of SQL export dialog 2025-05-09 13:37:53 +02:00
cb293a98b0 Issue #2165: support perconaserverclient.so for MySQL/MariaDB mode, and filter away libraries like libmariadbd.so 2025-05-09 09:55:02 +02:00
80764bf46f Pass os=linux GET parameter to online update checker, and sync .deb filename with Windows installer filename 2025-05-06 17:46:50 +02:00
fe55cba097 Issue #2136: check if local port is in use before creating SSH tunnel, up to the next 20 higher port numbers 2025-05-05 20:50:18 +02:00
0ee5ccc92e Issue #2136: basic support for SSH tunneled connections 2025-05-05 17:09:23 +02:00
bee04c3e3c Issue #2148: show note about missing .mo files in app language drop-down 2025-05-03 17:20:21 +02:00
5c9b8ec993 Issue #2148: provide list of languages through available .mo files in preferences dialog 2025-04-29 17:49:16 +02:00
ce476ac59c Issue #2148: Apply a default translation logic, pulling translations from e.g. locale/heidisql.de.mo . Also support programmatical translations via TMoFile. 2025-04-28 12:15:53 +02:00
57771ddf37 Fix excluded process unit, removed in Windows mode but required on Linux 2025-04-25 16:07:29 +02:00
7a8566a91c Fix a bunch of compiler hints and warnings, and add a basic exception dialog showing the callstack 2025-04-25 14:29:42 +02:00
7c502976a7 Paint icons on status bar 2025-04-24 21:37:43 +02:00
dc19cda1d5 Issue #2131: add minimal border to column default editor and data type editor 2025-04-22 06:57:24 +02:00
8929f32d9b Enable bracket highlighting in SQL editors 2025-04-21 21:19:11 +02:00
2e8b0870c3 Issue #2131: fix anchors on popup text editor 2025-04-21 21:07:53 +02:00
ed8c248efa Issue #2131: add grid editor links unit 2025-04-21 20:40:14 +02:00
a4daba9b00 Issue #2131: add popup binary editor 2025-04-21 19:49:50 +02:00
7052236c17 Get rid of some rarely used class aliases, to avoid confusion when reading the code 2025-04-20 12:59:21 +02:00
1af77ff8ce Unify dropdown menu handling via ShowPopup() method 2025-04-20 12:27:33 +02:00