Ondrej Pokorny
2a1ea2ca04
Revert "lcl: label: align to right for autosize and taRightJustify (Delphi compatibility)"
...
This reverts commit 29996ddc03
.
2022-11-30 10:16:12 +01:00
Ondrej Pokorny
f1b3d0ca11
Revert "lcl: label: change left when making label visible for right-aligned autosized label. issue #21898 "
...
This reverts commit 369b6b255e
.
2022-11-30 10:16:12 +01:00
dsiders
fbe348a264
Docs: LCL/shellctrls. Fixes tagging errors in topic.
2022-11-30 05:46:55 +00:00
dsiders
4ff892a279
Docs: LCL/shellctrls. Adds and updates topics for changes in cbf44a38
.
2022-11-30 03:49:09 +00:00
wp_xyz
cbf44a384b
lcl/shellctrls: Add a custom compare function for sorting the nodes in the ShellTreeView while collecting the files/dirs.
2022-11-30 00:20:15 +01:00
dsiders
24d0ade4bc
Docs: LCL/stdctrls. Adds and updastes topics for changes in 369b6b25
.
...
* Adds TCustomLabel.SetVisible topic.
* Modifies TCustomLabel.AutoSize to clarify interactions with Width, Height, WordWrap, Anchors, and Alignment properties.
* Updates topics to follow declaration order in the interface.
2022-11-29 20:57:27 +00:00
dsiders
aac79c4885
Docs: LCL/shellctrls. Adds and updates topics for changes in efd6c169
. Issue #40022 .
...
* Adds: TExpandCollapseMode, TCustomShellTreeView.Collapse.
* Updates: TCustomShellTreeView.CanExpand.
2022-11-29 20:56:57 +00:00
Bart
6ab3629c14
TDateTimePicker: implement properties MonthDisplay, CustomMonthNames and deprecate MonthNames property. Issue #39525 .
2022-11-29 19:07:13 +01:00
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