5008 Commits

Author SHA1 Message Date
04c2d949a0 Issue #1906: add preference option for grayscale/color icons on inactive tabs 2024-02-10 15:37:21 +01:00
8f099dcfe2 Issue #178: use filter icon without drop-down arrow, as there is no drop-down menu 2024-02-10 14:38:34 +01:00
e6b8d68afe Issue #178: fix now wrong calculation of selected objects size sum 2024-02-10 11:06:00 +01:00
61f95c8239 Issue #178: add database and table filter boxes to table tools dialog - same as on main form 2024-02-10 10:18:32 +01:00
6d3f24b022 Fix emptied "SHOW WARNINGS" pool due to queried @max_error_count in warning dialog. See https://www.heidisql.com/forum.php?t=41753 2024-02-07 07:31:02 +01:00
d43893ba85 Issue #1899: fix wrong column number on column selector above data grid 2024-02-04 12:02:42 +01:00
b8d587647b SQL export dialog: cut long file list down to 20 latest items 2024-02-04 11:14:48 +01:00
17f4cb2949 Refresh sorting controls per timer when user presses the delete button of one sorting. Fixes issue #520 2024-02-03 18:51:48 +01:00
95151d6a3e Issue #1512: add basic support for indexes with descending column direction 2024-02-02 08:16:37 +01:00
74f872db77 Reset LineStyle to lsDotted in grids, and give data grid's column header more height again. 2024-01-29 21:37:08 +01:00
f3ce46af4d Update VirtualTrees component code to release v7.6.6 from Jan 12 2024 2024-01-29 15:00:26 +01:00
ad3709529c After reformatting SQL code, unify new lines to Windows line feeds, so the selection's end in SynMemo is correct 2024-01-21 16:10:23 +01:00
79ce5edcf3 Fix retrieving MySQL events from the current database on older servers which return a lower case schema name, by turning the comparison case insensitive. Further more, don't compare the schema at all on newer servers with a fix for MySQL bug 41907. See https://bugs.mysql.com/bug.php?id=41907#c360194 and https://www.heidisql.com/forum.php?t=41682 2024-01-18 19:33:15 +01:00
c6394fb6db Make pressed state of favorites button more noticeable, by using the gray-scale icon in unpressed state 2024-01-15 07:27:34 +01:00
61af816c63 Issue #1429: add "SQL INSERT IGNORE" output format to grid export dialog 2023-12-13 17:26:37 +01:00
9d55335e8b Performance: call TimerHostUptimeTimer event every 20 seconds only, instead of each second 2023-12-02 14:10:51 +01:00
d9304007b6 Issue #1879: add drop down menu to "Apply filter" button, with an option to overwrite the current filter based on the different input text 2023-12-02 14:04:24 +01:00
bbcebc8507 Static row id: always use the color of the session the result belongs to 2023-11-27 22:03:11 +01:00
5755c3a128 Add item in Tools main menu for resetting panels to their default dimensions. Useful for quite a few people who move their app window between screens with different resolutions. See https://www.heidisql.com/forum.php?t=41505 2023-11-26 12:27:06 +01:00
78d1acc0b3 Search replace: ignore numbers in static row id column 2023-11-25 15:35:02 +01:00
8f1ae4000d Fix activated SSH tunnel for a network type which does not support that, after changing the network type from an explicit SSH-tunnel-type to a TCP/IP version. 2023-11-15 21:43:05 +01:00
fcb0d15413 Detect Windows 11 in about dialog, and remove functions only required for the no longer supported Windows Store version 2023-11-14 18:16:37 +01:00
6ca09de320 Issue #1870: support VARCHAR columns with a length of 0, in temporary fake tables for exporting views 2023-11-14 11:33:46 +01:00
e640b8db7e Remove debug stuff to force exception in f_() 2023-11-12 16:51:39 +01:00
1098d25ad3 Fix crash in f_() function with invalid format specifiers from some translation. Happened in Japanese recently. 2023-11-12 16:49:30 +01:00
2715af3363 Fix crash in SynCompletionProposalChange, happening when scrolling very fast to the top of the list 2023-11-11 15:03:23 +01:00
8507c85d19 Enhance readability of focused text in result grid using dark styles. TreeOptions.PaintOptions.toGhostedIfUnfocused grays out text otherwise. See https://www.heidisql.com/forum.php?t=41458 2023-11-11 15:02:01 +01:00
9e809a9079 Less intrusive donate buttons with colors from active style 2023-11-11 14:49:46 +01:00
ad71496037 Warn the user about potential data loss when loading a (csv) file with encoding set to "auto-detect". There are still EEncodingError reports uploaded. 2023-11-05 10:05:13 +01:00
30d2c5af88 Fix ON UPDATE part of DEFAULT clause with no parentheses on MySQL 8, which are required only for the DEFAULT value. Closes #1826 2023-11-04 15:22:42 +01:00
f9297d4c7d Use the same hotkey (Ctrl+S) for saving a table/trigger/... as for saving a query file. Closes #1619 2023-11-03 12:43:07 +01:00
aa2e93a801 Support removing shortcuts per button in preferences. Closes #940 2023-11-03 12:35:30 +01:00
a1ebf37021 Keyboard shortcuts: allow the user to accept duplicate assignments per ignore button. Useful in case of F9 for "Run SQL" and "Apply filter". 2023-11-03 11:41:59 +01:00
b1ddfc5234 Scroll tabs horizontally per mouse wheel, if .MultiLine is disabled 2023-11-02 07:22:06 +01:00
d722bfed68 Issue #752: leave away misleading comment for VIEW in second export pass 2023-10-31 17:46:01 +01:00
efb46314fc Fix EAccessViolation in TMainForm.DBtreeFocusChanged:124 2023-10-31 17:29:38 +01:00
a3f99e4f0f SQL export: do DROP VIEW/TABLE/... only in first export pass, not even in the second one where we convert tables to views. In the second pass the original view is definitely dropped and DROP VIEW on the temp table generates an "xyz is not view" error on MySQL 8. Closes #752 . 2023-10-31 17:10:16 +01:00
38a9c157f7 Issue #1863: simplify GetExecutableBits with a simple compiler conditional, which should not even fail on Wine 2023-10-31 16:33:58 +01:00
7c406c1f2b Fix sporadic crash with focused Host tab while connecting to another session 2023-10-30 12:23:11 +01:00
38788e432d Add right-click option for MultiLine property of PageControlMain, for users preferring tabs in one line 2023-10-27 13:08:01 +02:00
6f909b52b7 Provide custom background color in very first "Custom" item of background selector 2023-10-25 07:45:50 +02:00
8d4dbfe165 Fix crash in TMainForm.DBtreeGetText happening while connecting through SSH tunnel 2023-10-25 07:44:12 +02:00
70897e6d98 Catch OLE exception when provider names cannot be listed 2023-10-25 07:36:05 +02:00
3cdb86eefa Fix crash after reconnect, when query helpers' functions are collapsed 2023-10-25 07:09:52 +02:00
89b3fcbbdb Fix crash in printer dialog, when printer is somehow not available 2023-10-25 06:57:38 +02:00
b276609e5c Fix compiler warnings, broken in 2ef4662b4878a2b292902ca8d4f3dee8ff9f85aa 2023-10-24 06:54:26 +02:00
acbfaee004 Issue #861: Fix crash when leaving application, broken in previous commit. 2023-10-24 06:29:57 +02:00
bef9488b71 Issue #861: use session background color for row id column 2023-10-24 06:22:45 +02:00
2ef4662b48 Catch additional EReadError crash in RunQueryFile 2023-10-23 21:08:09 +02:00
904274d521 Issue #1640: Attempt to fix crash in MouseUp event of query tab close button, through closing/freeing the tab and button through a timer event 2023-10-23 20:33:40 +02:00