Commit Graph

63789 Commits

Author SHA1 Message Date
wp_xyz
efd6c16934 LCL/ShellCtrls: New property TExpandCollapseMode. Fixes issue #40022. Partly based on patch by @d7_2_laz. 2022-11-29 12:16:57 +01:00
wp_xyz
bb65b8022c TAChart: Fix TDataPointMarksClickTool crashing when series is empty. 2022-11-28 19:14:48 +01:00
mattias
84f716a2ff IDEIntf: added AddHandlerFPCSrcDirScanned 2022-11-28 15:34:20 +01:00
dsiders
497aa0a34a Docs: LazUtils/laz_xmlstreaming. Adds missing content for various topics. 2022-11-28 07:40:04 +00:00
dsiders
012e42419d Docs: LazUtils/laz2_xmlcfg. Adds a missing short description. 2022-11-28 07:39:45 +00:00
dsiders
826a6324fb Docs: LazUtils/laz2_dom. Adds a missing short description. 2022-11-28 07:39:03 +00:00
dsiders
89bf2d7035 Docs: LazUtils/fpcadds. Adds missing parameter description. 2022-11-28 07:38:34 +00:00
Ondrej Pokorny
369b6b255e lcl: label: change left when making label visible for right-aligned autosized label. issue #21898 2022-11-27 19:18:45 +01:00
dsiders
316d8c1de0 Docs: LCL/actnlist. Updates content for various topics. 2022-11-27 02:57:09 +00:00
dsiders
12ea373894 Docs: LCL/lcltaskdialog. Adds a version note to TTaskDialog.Execute about use of the width argument on the Windows platform. 2022-11-27 02:56:43 +00:00
Maxim Ganetsky
3bdcb55eb2 SQLDb: regenerated translations and updated Russian translation 2022-11-26 03:10:34 +03:00
Maxim Ganetsky
b019eb73e0 SQLDb: fixed a typo in a resource string 2022-11-26 03:07:11 +03:00
Bart
46e8e195a9 LazUtf8: fix UTF8CompareLatinTextFast to be consistent with Utf8CompareText, when comparing lower ASCII values. Issue #40014 2022-11-25 17:26:14 +01:00
zeljan1
405a23618b Qt5: removed deprecated stuff (since qt-4.5), fixed TQtFileDialog.setReadOnly 2022-11-25 11:59:35 +01:00
zeljan1
e0e905677a Qt6: removed deprecated enum QFileDialogDirectoryOnly, fixed setting file mode. 2022-11-25 11:57:49 +01:00
zeljan1
16e54b9154 Qt6: fixed bug with TSelectDirectoryDialog. 2022-11-25 11:37:47 +01:00
wp_xyz
a9c050a248 LCL/TaskDialog: Clean-up previous commit 2022-11-25 00:19:37 +01:00
wp_xyz
84697cbb79 LCL/TaskDialog: Improved layout of the emulated dialog when there is no MainIcon and no Title text. 2022-11-25 00:06:41 +01:00
wp_xyz
e6f85953d8 SQLDB: Improved German translation of GenerateSQLDlg. 2022-11-24 19:26:24 +01:00
wp_xyz
3b8b43040d LCL/TaskDialog: Fix incorrect width of native dialog. 2022-11-24 18:18:04 +01:00
wp_xyz
aba5738ffd SQLDB: Improved usability of GenerateSQLDlg. 2022-11-24 17:38:29 +01:00
dsiders
ea7e6144ff Docs: LCL/lcltaskdialog. Updates the TTaskDialog.Execute topic for changes to the AWidth argument in 68e61689. 2022-11-24 02:22:50 +00:00
dsiders
8347219368 Docs: LCL/dialogs. Adds TCustomTaskDialog.Width, TTaskDialog.Width topics for changes in 68e61689. 2022-11-24 02:22:30 +00:00
dsiders
1613a1bad8 Docs: LCL/dialogres. Adds information about finalization handler in the DialogRes unit topic. 2022-11-23 23:47:07 +00:00
dsiders
a6b667d689 Docs: LazUtils/lazutf8. Updates TStringListUTF8Fast.DoCompareText topic for changes in c67c7456. 2022-11-23 23:47:07 +00:00
wp_xyz
68e6168982 LCL/TaskDialog: Add new property Width to override the default width. 2022-11-23 23:43:18 +01:00
Željan Rikalo
c7164f5b58 Qt6: removed invalid overloaded function. issue #40017 2022-11-23 20:20:48 +01:00
Bart
c67c745669 LazUtf8: honour CaseSensitive in TStringListUTF8Fast.DoCompareText. 2022-11-23 14:23:20 +01:00
wp_xyz
86c08fcb3a Images: Update laz_images.res after previous commit. 2022-11-23 11:19:02 +01:00
wp_xyz
6b81daf48e Images: Rework of the codetooldefines icons by Roland Hahn. Prepare two of them for general-purpose folder (cube, flag) 2022-11-23 11:11:23 +01:00
Ondrej Pokorny
4d8f933b50 DialogRes: destroy DialogGlyphs with interface finalization. solves issue #40015 2022-11-23 09:34:53 +01:00
dsiders
74dfcb9fd5 Docs: LCL/grids. Updates content and See Also links in various topics. 2022-11-23 07:49:22 +00:00
Martin
bcb511f8c1 FpDebug: fix parsing linemap, after commit 5e1326dab3 2022-11-22 16:29:09 +01:00
Martin
6793da0620 SynEdit: fix crash/hang (endless loop) in SearchReplace. Advance 1 char, if regex returns an zero-len match. Issue #39999 2022-11-22 15:44:40 +01:00
dsiders
47787bf0cb Docs: LCL/stdctrls. Updates topics for changes in 75ebb1fc4a.
* TCustomLabel.Color
2022-11-22 08:43:49 +00:00
dsiders
21d0ac5fad Docs: LCL/controls. Updates topics for changes in 5ee7f1a519, 75ebb1fc.
* TControlStyleType.csAutoSize0x0
* TControl.Color
2022-11-22 08:43:28 +00:00
mattias
5e1326dab3 fpdebug: fixed crash 2022-11-22 02:36:49 +01:00
mattias
5ee7f1a519 lcl: comment 2022-11-22 01:16:18 +01:00
Ondrej Pokorny
712cf0f33a partially revert 75ebb1fc4a - keep only TLabel.Color default 2022-11-21 12:56:44 +01:00
Ondrej Pokorny
75ebb1fc4a * lcl control: use only ColorIsStored for Color - no other default value (see 1837c65413) 2022-11-21 12:06:22 +01:00
wp_xyz
7a73eac63a SQLDB: Fix several layout issues in GenerateSQLDlg. Based on patch by Don Siders, issue #40009 2022-11-21 11:47:32 +01:00
Juha
c34f009b5a Debugger: Prevent a crash when adding and then deleting a new debugger backend. 2022-11-21 12:04:38 +02:00
Juha
2c216480d1 Packager: Add a frame's unit to uses section when the frame is part of project. Issue #40003. 2022-11-21 09:59:01 +02:00
Juha
fa711164a9 IdeIntf: procedure DoAfterComponentAdded does not need to be virtual. Formatting. 2022-11-21 09:21:32 +02:00
Juha
ecdb59db7c IDE: Refactoring, separate function FinalizeSavingProject from function ShowSaveProjectAsDialog. 2022-11-20 20:31:33 +02:00
Juha
fa224fda62 IDE: Simplify function ShowSaveProjectAsDialog. UseMainSourceFile parameter and sfSaveMainSourceAs flag are not needed. 2022-11-20 20:31:33 +02:00
wp_xyz
ecf49109b1 SQLDB: Enforce usage of default SynEdit font in GenerateSQLDlg form. Patch by Don Siders (see issue #39975). 2022-11-20 16:32:34 +01:00
wp_xyz
f40f8d5c28 SQLDB: Fix generation of incomplete SQL statements by component editor. Modified patch by Don Siders, issue #39975. 2022-11-20 16:08:51 +01:00
Željan Rikalo
0a3429053c Qt6: cleanup 2022-11-19 22:29:44 +01:00
Željan Rikalo
af2916c4ba Qt6: all platforms now use Qt native event loop. 2022-11-19 22:08:20 +01:00