104 Commits

Author SHA1 Message Date
a7e209276a Issue #2130: fix non found form resource 2025-04-19 14:21:37 +02:00
f36b7d7548 Issue #2130: enable AutoSize on upper TPageControl on table tools dialog 2025-04-19 14:17:51 +02:00
048c0f6c1f Issue #2130: set anchors on table tools dialog 2025-04-19 14:13:51 +02:00
d78cb647c6 Issue #2130: add table tools dialog 2025-04-19 13:42:12 +02:00
9a4e57ea46 Issue #1482: numerous fixes and activation of converted code, e.g. unix timestamp insertion, saving query tab to file, set up remaining syneditors 2025-04-16 16:32:14 +02:00
48e3dc0b81 Issue #2137: enable automatic tab restore 2025-04-16 15:37:14 +02:00
b9d40bd214 Issue #2127: activate AutoSize on upper PageControls, to ensure there's enough height for all edit's and comboboxes 2025-04-16 12:18:59 +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
34801da31b Issue #2127: fix anchors on view editor 2025-04-14 16:35:38 +02:00
a5cfcd77b1 Issue #2127: add view editor 2025-04-14 16:28:12 +02:00
cb4eda7345 Issue #2127: revert previous commit, disable OnDragDrop event again, ActiveX unit is not available for Linux 2025-04-04 13:12:07 +02:00
eb54d8ae9b Issue #2127: enable OnDragDrop event on listColumns and treeIndexes, introducing ActiveX in the uses clause 2025-04-04 10:52:01 +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
4b0f09fc09 Issue #1482: fix not found plugins by libmariadb, by not setting the MYSQL_PLUGIN_DIR option on Linux 2025-04-02 14:15:54 +02:00
7db196e9de Issue #1482: fix more anchor siblings, disable TExtForm.PageControlTabHighlight 2025-04-02 13:58:14 +02:00
14950f416d Issue #1482: fix sporadic crash with too wide completion proposal, sync code for tab close button, fix anchor siblings on edit variable dialog 2025-04-02 12:15:37 +02:00
db9156c5b7 Issue #1482: use 64bit numbers for MYSQL_FIELD.length and .max_length on Linux. Not sure why but otherwise .flags contains wrong data. 2025-04-02 11:15:03 +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
9386d78fbd Issue #1482: fix anchor siblings in preference dialog 2025-04-01 18:03:30 +02:00
761ce25919 Issue #1482: fix anchor siblings in data tab and preview panel 2025-04-01 17:53:14 +02:00
9d15393949 Issue #1482: fix anchor siblings 2025-03-31 21:40:20 +02:00
e1f5600cf7 Issue #1482: fix anchor siblings 2025-03-31 21:37:08 +02:00
7567ec9f59 Issue #1482: fix anchor siblings 2025-03-31 21:27:34 +02:00
b382e02f86 Issue #1482: fix some anchor siblings 2025-03-31 17:32:59 +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
b266d1475e Issue #1482: high DPI related: call RestoreListSetup in any FormShow event, not FormCreate, move FixVT again to FormShow 2025-03-30 12:41:06 +02:00
b2b5cf6ad3 Issue #1482: high DPI related: descale more settings before storing them in OnDestroy, maximize main window in OnActivate 2025-03-30 12:23:38 +02:00
16651e9a3e Issue #1482: high DPI related: remove 20x20 pixel icons in ImageListIcons8, prefer auto-scaling per OnGetWidthForPPI event 2025-03-29 15:59:23 +01:00
83bf91e6f4 Issue #1482: high DPI related: add 20x20 pixel icons in ImageListIcons8, used at 125% DPI 2025-03-27 20:24:31 +01: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
56b46f1b89 Issue #1482: high DPI related: test if TForm.OnDestroy is suitable for storing width and height of controls without DPI-back-calculation 2025-03-26 16:05:11 +01:00
b45bcbc8d5 Issue #1482: set anchor siblings on remaining forms 2025-03-26 15:44:16 +01:00
6c93087f11 Issue #1482: fix wrong anchor sibling and set NumbersOnly property for removed TUpDown's 2025-03-25 20:35:55 +01:00
52b067a6ca Issue #1482: set remaining anchor siblings on session manager tabs 2025-03-25 20:30:42 +01:00
954770e052 Issue #1482: first attempt to set anchor siblings on edits and comboboxes 2025-03-25 19:51:24 +01:00
28fe0076b7 Issue #1482: enable preferences dialog 2025-03-24 16:52:33 +01:00
8af8711f25 Issue #1482: fix missing reference to ImageList in text editor 2025-03-24 15:31:36 +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
48bddbc3b6 Issue #1482: move auto-arrangement of controls from OnCreate to OnShow, so the final height of a TEdit is considered (35px vs 28px on Ubuntu with 100% DPI) 2025-03-23 15:39:39 +01:00
483a7ca386 Issue #1482: experimental auto-arrangement of controls on session manager, due to much different height of controls 2025-03-23 13:48:35 +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
d4bc6feec8 Issue #1482: fix next + previous tab actions 2025-03-20 20:25:45 +01:00