Ansgar Becker
|
768bc001cb
|
Table editor: Make it impossible to (accidentally) click the save button twice. Closes #527
|
2019-02-10 13:02:33 +01:00 |
|
Ansgar Becker
|
c9f00734df
|
Translate data type categories not too early, but after activating the user-wanted language. Closes #533
|
2019-02-10 12:49:14 +01:00 |
|
mmeyer2k
|
f72a2b70c2
|
Insert carats for blob and text sizes in mysql
|
2019-02-05 20:46:56 +01:00 |
|
Ansgar Becker
|
8a05bcb144
|
Fix selection of SQL color presets, when preset names were translated. See https://www.heidisql.com/forum.php?t=26504
|
2019-02-02 14:04:30 +01:00 |
|
Ansgar Becker
|
4585b3c8f7
|
Support searching selected text from SQL editor in help dialog. See https://www.heidisql.com/forum.php?t=26482
|
2019-01-29 17:03:19 +01:00 |
|
Ansgar Becker
|
2c254a0fe8
|
Issue #448: Use better fitting icons for some buttons: "clear edit box", "close query tab", "close filter panel"
|
2019-01-27 18:35:40 +01:00 |
|
Ansgar Becker
|
07de1dc7b8
|
Issue #448: Get old Silk icons back into a second TImageCollection, and let the user chose his preferred icon pack in Preferences > General
|
2019-01-27 14:57:48 +01:00 |
|
Ansgar Becker
|
aa0540921c
|
Issue #448: Apply 192 new icons mainly from Icons8 gallery, with an OpenSource permission (talked to Eugenie from Icons8)
|
2019-01-26 19:15:25 +01:00 |
|
Ansgar Becker
|
420c69fd35
|
Increase allowed size of table from 1g to 5g for fetching number of same values in quick filter menu, if that column is indexed.
|
2019-01-24 08:41:34 +01:00 |
|
Ansgar Becker
|
09ea93639c
|
Issue #57: Prevent more SynEdit paint exceptions if connection was killed outside.
|
2019-01-19 17:19:04 +01:00 |
|
Ansgar Becker
|
b3c676d752
|
Silence rare crash when calculating current query duration. Closes #490.
|
2019-01-19 10:27:02 +01:00 |
|
Ansgar Becker
|
993d6542c8
|
Issue #483: Update Vcl.Styles sources to current master branch, from Jan 4, 2019
|
2019-01-16 20:18:49 +01:00 |
|
Ansgar Becker
|
8927b6849c
|
Fix misplaced buttons on procedure editor in high dpi mode. Closes #482.
|
2019-01-14 19:05:32 +01:00 |
|
Ansgar Becker
|
a6f688f806
|
Clean up again dimensions and position of various controls preferences dialog, and use (and extend) my old SQL source for the preview.
|
2019-01-13 14:26:35 +01:00 |
|
Ansgar Becker
|
fe3660b274
|
Fix crash in checklist cell editor, eg used for column selection in foreign key list. Closes #473.
|
2019-01-13 13:54:28 +01:00 |
|
Ansgar Becker
|
8d27e1d4ec
|
Avoid EAccessViolation when pressing F5 too quickly. See https://www.heidisql.com/forum.php?t=26327
|
2019-01-13 13:38:55 +01:00 |
|
Ansgar Becker
|
92c8eb5bc8
|
Slightly increase height of nodes in VirtualTree's. Closes #468.
|
2019-01-12 20:52:57 +01:00 |
|
Ansgar Becker
|
806c9e51d3
|
Do the same selection in any grid when pressing Shift+Ctrl+End/Home, not only in datagrid. See #453 and https://www.heidisql.com/forum.php?t=26307
|
2019-01-12 15:29:56 +01:00 |
|
Ansgar Becker
|
0ca022a124
|
Make sure ValidateControls detects the grid as focused when its grid contextmenu pops up, which is not the case when it has 0 nodes, even with TreeOptions.SelectionOptions.RightclickSelect enabled. See https://www.heidisql.com/forum.php?t=26329
|
2019-01-10 19:58:30 +01:00 |
|
Ansgar Becker
|
6918f06680
|
Animate "Open" button on session manager while connecting
|
2019-01-09 20:49:45 +01:00 |
|
Ansgar Becker
|
fb081d3fa7
|
Do not apply selected theme from within the preferences dialog, as that crashes sporadically. Instead, rely on the info dialog telling the user he should restart the app. Related to #465, and probably solves it.
|
2019-01-09 07:48:12 +01:00 |
|
Ansgar Becker
|
a9684dbf24
|
Revert to legacy SQL colors in "Light" preset, which have a better contrast on white background. Closes #475
|
2019-01-08 11:55:00 +01:00 |
|
Ansgar Becker
|
ae297ee52f
|
Show ellipsis button on inplace text edit box of table editor. See https://www.heidisql.com/forum.php?t=26293
|
2019-01-07 19:57:58 +01:00 |
|
Ansgar Becker
|
96dfef6046
|
Silence sporadic EAccessViolation when accessing TWinControl.Parent
|
2019-01-06 12:35:53 +01:00 |
|
Ansgar Becker
|
bf6694d401
|
Overtake fixed colors for Material SQL color preset, from https://github.com/HeidiSQL/HeidiSQL/issues/425#issuecomment-451337603
|
2019-01-05 10:36:10 +01:00 |
|
Ansgar Becker
|
6b3e25a319
|
Add "Material" vcl style, contributed by github user CharlieEtienne in issue #425
|
2019-01-05 10:31:13 +01:00 |
|
Ansgar Becker
|
0e3d36dc6f
|
Prevent crash when resizing query helpers box in an early stage of creating a new query tab. Closes #466
|
2019-01-05 10:10:35 +01:00 |
|
Ansgar Becker
|
ab67e03265
|
Restore old look of tooltips in grids and trees, like it was before the recent VirtualTree update.
|
2019-01-03 20:38:48 +01:00 |
|
Ansgar Becker
|
06df04b45e
|
Implement input box for user/password prompt from plink process. Password prompt hides characters, like advised on https://stackoverflow.com/a/21122864/4110077 . Closes #129.
|
2019-01-02 20:30:47 +01:00 |
|
Ansgar Becker
|
a4e20cc9bc
|
Check "copy to clipboard" radio button internally, when copying selected rows per quick menu. Closes #459.
|
2019-01-02 19:30:09 +01:00 |
|
Ansgar Becker
|
5a5d55fafa
|
Add "Material" color preset for SQL editors. See https://github.com/HeidiSQL/HeidiSQL/issues/425#issuecomment-450724251
|
2019-01-01 16:05:25 +01:00 |
|
Ansgar Becker
|
dd22108c40
|
Remove debug code
|
2019-01-01 10:41:05 +01:00 |
|
Ansgar Becker
|
90bccc02a0
|
Fix clipped text in preferences dialog. Closes #461.
|
2018-12-31 12:58:02 +01:00 |
|
Ansgar Becker
|
8493b73198
|
Auto-select fitting color presets for SQL and grid text when selecting a theme. Closes #425.
|
2018-12-30 19:05:11 +01:00 |
|
Ansgar Becker
|
bd8cc07bc8
|
Add presets dropdown for quick selection of grid text colors, with light, dark, black and white presets.
|
2018-12-30 14:46:59 +01:00 |
|
Ansgar Becker
|
0d626096b3
|
Remove no longer used constant FORMS_DPI
|
2018-12-30 12:50:09 +01:00 |
|
Ansgar Becker
|
aaa78ed708
|
Realign checkboxes and other controls on preferences dialog, so all tabs have the same horizontal column layout (8px + 191px). Requires to shorten some labels.
|
2018-12-30 12:48:30 +01:00 |
|
Ansgar Becker
|
7417cf003f
|
Modify declaration of mysql_options() API method, so its second parameter is guaranteed to be a 32bit integer. Fixes failures when setting MYSQL_PLUGIN_DIR in 64bit mode. Closes #163.
|
2018-12-28 20:15:30 +01:00 |
|
Ansgar Becker
|
07a0c30560
|
Make detection of current editor in save-to-file action a bit more stable. Closes #353
|
2018-12-26 19:31:02 +01:00 |
|
Ansgar Becker
|
39f06c849e
|
Pressing enter in query editor with opened proposal dropdown with an underlying identifier, containing a quote char to the left, quoted that quote again, resulting in a quote mess. Change that behavior and tell HeidiSQL to force quoting if the left char is a quote. Closes #6.
|
2018-12-25 12:13:24 +01:00 |
|
Ansgar Becker
|
d6fb9e46ac
|
Fix crash when trying to run explain analyzer for an invalid SQL query. Closes #194
|
2018-12-24 15:09:05 +01:00 |
|
Ansgar Becker
|
b41baac3a8
|
Rephrase default names of "MySQL *" network types to "MariaDB or MySQL *"
|
2018-12-24 14:41:49 +01:00 |
|
Ansgar Becker
|
7093bf2322
|
Fix wrong width/height of trigger body editor in high-dpi mode. Closes #420
|
2018-12-24 14:14:35 +01:00 |
|
Ansgar Becker
|
eb1b46d5e9
|
Fix EAccessViolation in TSynCustomHighlighter.Next when logging a user-query in a just reconnected session
|
2018-12-23 17:21:42 +01:00 |
|
Ansgar Becker
|
c46d194a07
|
Restore functionality of home and end key in data grid, like it was before recent VirtualTree update. Closes #453.
|
2018-12-23 15:00:38 +01:00 |
|
Ansgar Becker
|
0f700d1b0c
|
Fix growing column widths of VirtualTrees through SaveListSetup and RestoreListSetup. Related to #446, see https://github.com/HeidiSQL/HeidiSQL/issues/446#issuecomment-448837365
|
2018-12-22 15:54:53 +01:00 |
|
Ansgar Becker
|
e61c87f1cd
|
Silence "Floating point division by zero." - see https://www.heidisql.com/forum.php?t=26218
|
2018-12-20 14:03:56 +01:00 |
|
Ansgar Becker
|
367be7c839
|
Unhide first two quick filter items when no node is focused. See #449.
|
2018-12-20 13:50:19 +01:00 |
|
Ansgar Becker
|
8df68dd03a
|
Add various missing translation strings. Closes #449
|
2018-12-20 13:44:09 +01:00 |
|
Ansgar Becker
|
993fdec3df
|
Silence potential crashes in TDBConnection.PrefetchCreateCode, when Heidis cached list of tables has a table which does not exist at the time when the proposal shows up. Closes #452.
|
2018-12-20 11:50:38 +01:00 |
|