Commit Graph

6139 Commits

Author SHA1 Message Date
Ansgar Becker
dacc1d7c99 Issue #577: skip informational error output from new plink version 2019-03-28 20:04:59 +01:00
Ansgar Becker
aa649af23a Show full filter in data tab's recent filter drop down, make it higher to show more items, plus optimize incremental searching when it has focus. See https://stackoverflow.com/questions/37477244/tcombobox-autocloseup-property-what-does-it-do 2019-03-28 17:06:08 +01:00
Ansgar Becker
1ef13788f4 Pause after compiling resources, so user has a chance to read the (error) output 2019-03-18 21:50:55 +01:00
Ansgar Becker
5aafc46fca Sort encoding names in CSV import dialog alphabetically. Closes #579. 2019-03-18 20:22:52 +01:00
Ansgar Becker
0fb341bb88 Issue #140: add "Files" tab to preferences dialog, move "Prompt for file save" checkbox there, and introduce two new checkboxes for restoring opened and unsaved query tab contents (both new yet without functionality in their back) 2019-03-17 11:57:09 +01:00
Ansgar Becker
3975db0a1c Simplify language selector populating: extract potentially existing lang name from long string, rather than holding a complex list 2019-03-17 09:06:48 +01:00
Ansgar Becker
c0dcc87666 Reveal yet hidden languages in language selector on preferences dialog. Reveals hr_HR Croatian, which was present on Transifex but missing in hardcoded language list from dxgettext/languagecodes.pas 2019-03-17 08:45:17 +01:00
Ansgar Becker
d5fe0ebd0d Add missing zh_CN "Chinese (China)" to language selector. Closes #498. 2019-03-15 19:48:00 +01:00
Ansgar Becker
4dcedf61b9 Issue #498: Update gettext unit to r124 from https://sourceforge.net/p/dxgettext/code/HEAD/tree/trunk/dxgettext/sample/gnugettext.pas 2019-03-15 07:55:59 +01:00
Ansgar Becker
dace95b10d Issue #433: Additional line break after SQL export comments for skipping data 2019-03-15 07:44:32 +01:00
Ansgar Becker
7780904fbd Issue #498: Display current locale abbreviation in "Auto detect" item of language selector 2019-03-14 21:11:24 +01:00
Ansgar Becker
d2a795655b Prevent sporadic crash on startup 2019-03-14 20:22:50 +01:00
Ansgar Becker
f8acaa7af3 Protect from crash when pressing ctrl+tab before main form is displayed. Closes #574 2019-03-14 20:21:07 +01:00
Ansgar Becker
d6dc4cde2e Support spaces in definer of a view. Closes #571. 2019-03-14 20:06:17 +01:00
Ansgar Becker
16afa3cafb Don't export data of FEDERATED tables, just like MRG_MyISAM. Closes #433. 2019-03-14 07:57:56 +01:00
Ansgar Becker
6107bc973c Fix still disabled union text input on table designer, when engine MRG_MyISAM is selected 2019-03-14 07:50:32 +01:00
Ansgar Becker
0ef9b64947 Make preferences dialog resizable, and store/restore its dimensions for the next time it opens 2019-03-10 14:18:22 +01:00
Ansgar Becker
7ae15992f9 Issue #196: Prefer to take comment from SHOW TABLE STATUS result, to support single quotes without including some "compression" option on TokuDB 2019-03-10 08:08:51 +01:00
Ansgar Becker
098c526b15 If previous word is preceded by a dot, it is most probably a table, column or some alias, so do not uppercase it then. Closes #494 2019-03-09 08:40:48 +01:00
Ansgar Becker
d6c35d9474 Implement TPGConnection.SetCharacterSet to get a persistent utf-8 setting. Closes issue #22. 2019-03-07 12:19:59 +01:00
Ansgar Becker
880fdb47ad Catch all kinds of exceptions when connecting to MSSQL did not work, not just EOleException. Seems the thrown exception changed, probably when switching OLEDB driver. Closes #517. 2019-03-07 10:03:05 +01:00
Ansgar Becker
187fd51126 Issue #553: Add registry hack for enabling (yet ugly) toolbar captions 2019-03-02 20:19:59 +01:00
Ansgar Becker
bfcb7c2c74 Increase height of nodes in VirtualTree's even more, after having done that for #468. Closes #557. 2019-03-02 19:47:01 +01:00
Ansgar Becker
548553e366 Issue #548: Revert a line from 651b485af3 which lead to loading entire BLOB contents into the grid, instead of the first 256 bytes only. 2019-03-02 19:30:36 +01:00
Ansgar Becker
107a933eeb Remove semicolon from last case block, so the "else" after it is not counted as a default block. Closes #543 2019-02-20 19:26:56 +01:00
Ansgar Becker
97d798f337 Remove right anchor from "File" label in grid export dialog. Fixes disappearing label when resizing the dialog. 2019-02-20 06:38:19 +01:00
Ansgar Becker
c6971c66bb Call PQfinish() when PostgreSQL connection failed to initialize. Closes #544. 2019-02-19 19:26:42 +01:00
Ansgar Becker
638b5e562a Issue #516: Display MemSQL icon and name for those sessions 2019-02-16 10:16:47 +01:00
Ansgar Becker
8cf93ab910 Issue #516: Silence error when retrieving unavailable (and non-vital) "Row_format" column from SHOW TABLE STATUS on MemSQL server 2019-02-16 10:02:31 +01:00
Ansgar Becker
0f6b3ff695 Make column selection dialog more crash safe against clicks between items. Closes #534. 2019-02-10 14:28:19 +01:00
Ansgar Becker
25394f423f Issue #496: fix potentially undefined result of TAdoDBQuery.IsNull 2019-02-10 13:13:14 +01:00
Ansgar Becker
074f61c318 Silence EOleError when checking field value for NULL: "Multiple-step operation generated errors. Check each status value.". Closes #496 2019-02-10 13:09:16 +01:00
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
92a88b2776 Add some useful badges from Shields.io to the top area of readme.md 2019-02-03 13:01:54 +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
CharlieEtienne
7dd603fa0b Update Material Theme to 1.2 2019-01-29 06:58:04 +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
da3ad90ae2 Issue #448: Add translation string for preferences label 2019-01-27 18:06:31 +01:00
Ansgar Becker
d0f95d3acd Issue #448: Add copyright notice for Icons8 pack 2019-01-27 18:04:00 +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
181940cf8d Prepare 10.1 bugfix release 10.1 2019-01-26 07:15:29 +01:00
Ansgar Becker
2a518b9851 Delete heidisql32.exe in new installer, if 10.0 installer did install it 2019-01-26 07:08:23 +01:00
Ansgar Becker
26488faffe Fix {#ProgExeName} precompiler variable name to not include that "32" in its filename, so the target executable is again heidisql.exe, not heidisql32.exe 2019-01-25 19:48:15 +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
28154aa26b Prepare upcoming v10 release 10.0 2019-01-23 18:39:04 +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