39 Commits

Author SHA1 Message Date
5ec8c4c725 Issue #2229:
* prefer const over constref for FPC>=3.2.4
* fix unsupported TabOrder on TSpeedbutton
* pass a float value to FloatToStr
* remove unused units from uses clause in lpr project file
2025-08-05 13:01:24 +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
c0752bce30 Issue #2189: fix wrong encoding of formatted numbers 2025-06-11 13:46:45 +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
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
d78cb647c6 Issue #2130: add table tools dialog 2025-04-19 13:42:12 +02:00
4130d01c46 Issue #2127: add event editor 2025-04-15 19:57:48 +02:00
1ea81d5210 Issue #2127: add trigger editor 2025-04-15 19:22:00 +02:00
e7637e7b75 Issue #2127: add routine editor 2025-04-15 18:18:36 +02:00
a5cfcd77b1 Issue #2127: add view editor 2025-04-14 16:28:12 +02:00
561838d5e5 Issue #2127: add table editor 2025-04-03 20:06:00 +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
28fe0076b7 Issue #1482: enable preferences dialog 2025-03-24 16:52:33 +01:00
539e5bf7f1 Issue #1482: text editor dialog and customize highlighter dialog 2025-03-24 14:23: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
3de5774f91 Issue #1482: enable SQL help window 2025-03-20 16:33:53 +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
a08a8527ab Issue #1482: add session manager dialog 2025-03-15 18:15:21 +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
b99eeeae4b Issue #1482: add reformat dialog 2025-03-12 11:13:10 +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
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
a2a29d4127 Issue #1482: add create database dialog 2025-03-09 17:20:34 +01:00
f7368e1ef9 Issue #1482: add CSV import dialog, and CSV detection dialog 2025-03-05 20:36:09 +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
68aaa451a8 Issue #1482: add data sorting dialog 2025-03-04 19:52:01 +01:00
a4dc12c517 Issue #1482: add printlist dialog, yet non-functional due to undefined EnablePrint constant 2025-03-04 16:39:40 +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
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