11 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
7f1388c26d Issue #2182: silence EInvalidOperation when editUsername is not able to focus yet 2025-06-11 14:17:43 +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
1af77ff8ce Unify dropdown menu handling via ShowPopup() method 2025-04-20 12:27:33 +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
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
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
b45bcbc8d5 Issue #1482: set anchor siblings on remaining forms 2025-03-26 15:44:16 +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
fd7fdd5c9f Issue #1482: add user manager dialog and select database object dialog 2025-03-12 08:54:57 +01:00