49 Commits

Author SHA1 Message Date
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
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
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
7052236c17 Get rid of some rarely used class aliases, to avoid confusion when reading the code 2025-04-20 12:59:21 +02:00
406524ec53 Merge recent changes from master branch: #2101, #2103, #1986, #2119, #2123, #2128, #2123, #2132, #2133, #2139, and Unicode logic for password encryption 2025-04-20 12:14:16 +02:00
d78cb647c6 Issue #2130: add table tools dialog 2025-04-19 13:42:12 +02:00
48e3dc0b81 Issue #2137: enable automatic tab restore 2025-04-16 15:37:14 +02:00
561838d5e5 Issue #2127: add table editor 2025-04-03 20:06:00 +02:00
4eb370105e Issue #1482: immediately flush imported setting to disk, so the user is not left with an empty session list 2025-04-02 15:43:49 +02:00
57b315f786 Issue #1482: set project name and description for XP manifest, and remove some unused units from the "uses" clauses 2025-04-01 18:15:35 +02:00
306b74fc96 Issue #1482: revert back from TRegistry to TJsonRegistry, as TRegistry.KeyExists only accepts relative key names on Linux/XML 2025-03-31 17:05:19 +02:00
517425de94 Issue #1482: replace TJsonRegistry with Lazarus' TRegistry implementation, which reads and write an XML config on Linux 2025-03-30 20:24:43 +02:00
f9ce32542c Issue #1482: high DPI related: try to store and restore width and height of dialogs without DPI-back-calculation 2025-03-26 16:52:44 +01:00
28fe0076b7 Issue #1482: enable preferences dialog 2025-03-24 16:52:33 +01:00
3acdd774a1 Issue #1482: enable insert files dialog 2025-03-23 19:51:34 +01:00
15eab6fa06 Issue #1482: enable update check dialog 2025-03-23 16:51:29 +01:00
8afe721e6f Issue #1482: fix width and height of session manager being reset to design-time values through an internal Resize event. Now set dimensions in OnCreate rather than in OnShow without DPI awareness. Also, respect a non-96 value of a form's DesignTimePPI + PixelsPerInch in AppSettings.WriteIntDpiAware. 2025-03-22 18:33:08 +01:00
930d42afee Issue #1482: enable SynMemoQueryKeyPress + SynMemoQueryReplaceText events, THttpDownload class, PopupQueryLoadPopup dropdown menu 2025-03-21 11:12:57 +01:00
875bb7e7ed Issue #1482: make height of tree nodes slightly higher for better readability, activate OnStart/OnEndOperation 2025-03-21 08:22:53 +01:00
0bbc72cac7 Issue #1482: enable SQL execution from query tabs, enable copy/cut action 2025-03-20 16:08:39 +01:00
3c0fa72b12 Issue #1482: enable settings import from textfile generated by classic Windows version, fix DirnameUserAppData containing the main form's caption 2025-03-19 17:03:17 +01:00
071ccfd724 Issue #1482: migrate away from ini files in TAppSettings, use a new approach based on TJSONConf which better syncs with the Windows based TRegistry object 2025-03-19 12:36:28 +01:00
f9c9ea6d5c Issue #1482: get AppSettings to work, with .ini files in config folder and in session folder structure. Todo: import (and export?) settings 2025-03-14 14:13:52 +01:00
ae8a253820 Issue #1482: add search/replace dialog 2025-03-12 15:35:39 +01:00
fd7fdd5c9f Issue #1482: add user manager dialog and select database object dialog 2025-03-12 08:54:57 +01:00
f2394cd851 Issue #1482: add grid export dialog 2025-03-11 20:24:00 +01:00
3e1dd36bfc Issue #1482: set status bar panels to psText without icons, activate click on server panel, activate events on tabSetQuery and most of the remaining ApplicationEvents. 2025-03-11 16:19:50 +01:00
b0e4b687dd Issue #1482: sync order of properties in TMainForm with master branch 2025-03-11 13:00:54 +01:00
2f151f86d2 Issue #1482: enable query tab closing, adding, renaming etc., set SQL highlighter colors and font quality 2025-03-10 20:56:15 +01:00
7ea494d1b3 Issue #1482: activate events on treeHelpers, SynCompletionProposal and SynMemoQuery 2025-03-10 17:46:30 +01:00
f8114c2122 Issue #1482: activate table drop action 2025-03-09 20:59:10 +01:00
91be516f0f Issue #1482: add copy table dialog 2025-03-09 20:09:37 +01:00
b03583561c Issue #1482: add edit variable dialog 2025-03-09 19:28:01 +01:00
e742844889 Issue #1482: fix too dark background color for grid cells with same content, with dark tooltip 2025-03-08 11:38:39 +01:00
f7368e1ef9 Issue #1482: add CSV import dialog, and CSV detection dialog 2025-03-05 20:36:09 +01:00
4190baf7c4 Issue #1482: enable events on Data grid 2025-03-05 12:47:15 +01:00
ff8b7ecbef Issue #1482: add column selection dialog, and activate some of the data grid events 2025-03-04 20:33:49 +01:00
005f86243c Issue #1482: enable events on Database tab 2025-03-03 17:31:38 +01:00
690e509f0a Issue #1482: enable events on Databases and Variables tabs 2025-03-03 15:42:40 +01:00
68f04ae3dd Issue #1482: enable events on database tree 2025-03-03 12:08:14 +01:00
4fc23f4276 Issue #1482: create remaining TPopupMenu's with their TMenuItem's 2025-03-03 10:10:22 +01:00
6da7678fc6 Issue #1482: create all TAction's in main action list, with much of the connected OnExecute procedure code 2025-03-02 13:58:08 +01:00
0f7d516a7f Issue #1482: auto-detect installed libraries for MySQL, PostgreSQL and SQLite, and provide full qualified path per GetLibraries 2025-03-01 16:57:34 +01:00
21609f57b8 Issue #1482: restore compilation on Linux 2025-02-27 21:29:35 +01:00
ba27ab03af Issue #1482: add remaining libraries for connecting on Windows, functions*.ini files, get connection via command line running 2025-02-27 19:55:23 +01:00
06d4cc253c Issue #1482: add about box and generic_types unit 2025-02-26 20:34:49 +01:00
b166382d19 Issue #1482: activate some more code in apphelpers, and testwise load libmariadb on Linux and Windows 2025-02-26 08:50:56 +01:00
f9cd3e94a6 Issue #1482: first attempt of a code conversion to Lazarus/FPC, with a small bunch of 5 units (out of 50), and most code commented out 2025-02-24 20:37:38 +01:00