Commit Graph

69465 Commits

Author SHA1 Message Date
Bart
210cc0b1bb Dialogs: some more improvements to descriptions of TOpenOptions. Based upon MR !455 by n7800.
(cherry picked from commit 0cb42a6598)
2025-05-02 15:29:50 +03:00
Martin
2f73b3fbd4 FpDebug: fix finding breakpoint addresses for generics. Related to https:/bugs.freepascal.org/view.php?id=37658
(cherry picked from commit b94af816fe)
2025-04-27 11:38:16 +02:00
Martin
aef034caf8 Win32, LCL: fix crash of TWin32WSCustomShellTreeView on Win-XP.
(cherry picked from commit 92d902d141)
2025-04-25 20:15:28 +02:00
Martin
7f2d12f0f3 SynEdit: Fixed crash due to uninitialised pointer. ATokenInfo.Tk.TokenStart may be trash, but the caller needs nil if there is no data.
(cherry picked from commit 05a5c1f416)
2025-04-21 21:26:04 +02:00
Martin
b94f2d82e8 FpDebug: Additional security for b1a29e7546 "race condition during exit". Defer the state, till after the ProcessMessages
(cherry picked from commit 9285940e2b)
2025-04-21 12:42:01 +02:00
Martin
c1d338eaaf FpDebug: fix race condition, during exit debug session (new command started while FDbgControllerProcessExitEvent called ProcessMessages)
(cherry picked from commit b1a29e7546)
2025-04-20 20:54:59 +02:00
dsiders
0c69d72456 Docs: LCL/valedit. Fixes awkward wording in the TValueListEditor.FixedCols topic.
(cherry picked from commit 0a773a82e44596452853717549abcfe97f8fa752)
(cherry picked from commit c29e9d7815)
2025-04-18 22:17:17 -04:00
dsiders
36b1008c67 Docs: LCL/valedit. Adds content to TValueListEditor.FixedCols topic. For changes in f826b898. Issue #41589.
(cherry picked from commit 6e2f277d5cf7b82b9a022fa36fee90bb909832cc)
(cherry picked from commit bc76863dfb)
2025-04-18 22:17:05 -04:00
wp_xyz
37341a2098 VirtualTreeViews: Fix crash due to incorrectly named cursor resources. Patch by Real-KGS, issue #41556.
(cherry picked from commit 99b6e9551a)
2025-04-19 00:17:57 +02:00
wp_xyz
d1669960fc Examples/lazfreetype: Fix incorrect painting of radiobuttons on Panel_Option
(cherry picked from commit c86da923f2)
2025-04-19 00:17:56 +02:00
wp_xyz
a33e695134 LCL/ValueListEditor: Fix mismatch of FixedCols default value in constructor and property declaration (issue #41589).
(cherry picked from commit f826b89848)
2025-04-19 00:17:56 +02:00
dsiders
c000c53155 Docs: LCL/dialogs. Updates content in TOpenOption topics. Changes in 5a6e95d7, fd8c8885.
(cherry picked from commit 6161cd2261)
2025-04-18 02:09:18 -04:00
Bart
9c6f77640d Dialogs: improve descriptions of several TOpenOptions.
(Also reduce the changes of future merge conflicts in this area).
2025-04-17 22:55:55 +02:00
Bart
4e5e964bec Dialogs: remove TOpenOptionEx.ofForcePreviewPaneOn and move it's functionality to TOpenOption.ofAutoPreview. 2025-04-17 20:36:57 +02:00
dsiders
a7b324b38c Docs: LCL/dialogs. Additional updates to TOpenOption.ofViewDetail, TOpenOption.ofAutoPreview topics. Fixes spelling error.
(cherry picked from commit 020ca3b42c)
2025-04-16 12:50:09 -04:00
dsiders
d05e796ab9 Docs: LCL/dialogs. Adds an omitted word. Depends on 5563082dfc.
(cherry picked from commit c605b74dab)
2025-04-16 12:49:19 -04:00
dsiders
5f052185fb Docs: LCL/dialogs. Updates content in the TOpenOption.ofNoReadOnlyReturn topic. Issue #41563. Depends on 9f23efb4.
(cherry picked from commit 5563082dfc)
2025-04-16 12:48:38 -04:00
Maxim Ganetsky
420f414262 LCL, LCLTranslator: search for translations in correct place on macOS, issue #41592
(cherry picked from commit 3e84fd961f)
2025-04-16 16:46:37 +03:00
dsiders
c8e7d6606e Docs: LazUtils/lazutf8. Updates UTF8Copy and UTF8Insert topics for changes in 162cbbfc, 913b749f, bad60c01.
(cherry picked from commit 3a913cf2dd)
2025-04-16 16:46:05 +03:00
Bart
18e40b905b LazUtf8: Fix Utf8Insert for StartCharIndex > Utf8Length(s)+1. Reason: consistent with System.Insert().
(cherry picked from commit bad60c010b)
2025-04-16 16:46:04 +03:00
Bart
5c7fcf1fc0 LazUtf8: correct a StartCharIndex < 1 in Utf8Insert. Reason: consistent with System.Insert().
(cherry picked from commit 913b749fa9)
2025-04-16 16:46:04 +03:00
Bart
03a8dcfd01 LazUtf8: correct a StartCharIndex < 1 in Utf8Copy. Reason: consistent with System.Copy().
(cherry picked from commit 162cbbfc1b)
2025-04-16 16:46:04 +03:00
dsiders
df6bafc20f Docs: LCL/grids. Updates TCustomGrid.KeyPress topic for changes in 4d4d4060. Issue #41503.
(cherry picked from commit 0d3a623812)
2025-04-16 16:46:04 +03:00
Bart
213e28c312 IDE: Fix crash in the Treeview Items Editor which allowed trying to open an non-existing file.
(cherry picked from commit 391169053b)
2025-04-16 16:46:03 +03:00
Maxim Ganetsky
b5fbc46391 LCL-Gtk2: fixed component position issues on bsSingle forms under Xfwm4, issue #41219
(cherry picked from commit 0845474588)
2025-04-16 16:26:55 +03:00
Maxim Ganetsky
ebf0cafab6 LCL-Gtk2: Fixed pasting text from Combobox to some other application when selecting/middle-clicking.
Makes its behavior consistent with TEdit. Also avoids accessing
uninitialized variables.

Follow-up of:
18f1d06255
5f8eacc23d

(cherry picked from commit 7e1d786c38)
2025-04-16 16:26:55 +03:00
dsiders
18a7ff4d0f Docs: LCL/lclversion. Fixes tagging for See Also links.
(cherry picked from commit 0e6bf19030)
2025-04-11 04:06:14 -04:00
Martin
8df5cc6966 Debugger, Gdbmi: set register validity if numeric value of different display format is requested. Issue #41578
(cherry picked from commit 47c395bf03)
2025-04-09 15:42:40 +02:00
Željan Rikalo
1cb679ef87 Qt,Qt5,Qt6: fixed menuitem radio items behaviour. issue #41577
(cherry picked from commit b066b08122)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
2025-04-09 10:58:20 +02:00
Željan Rikalo
937bfffe9d Qt5,Qt6: fixed swapped width/height. issue #41575
(cherry picked from commit 06a86413f2)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
2025-04-08 08:02:27 +02:00
Željan Rikalo
f06d34187d Qt5,Qt6: another fix of crash, also do not create scrollbars in GetWindowSize. issue #41575
(cherry picked from commit cb01b03ae6)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
2025-04-08 08:02:12 +02:00
Željan Rikalo
0620a80dcc Qt5,Qt6: fixed crash - regression from previous commit. issue #41575
(cherry picked from commit cc6c852f04)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
2025-04-08 08:01:51 +02:00
Željan Rikalo
08e7c91f0c Qt5,Qt6: fix GetWindowSize regression. issue #41575
(cherry picked from commit dadc0e93e2)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
2025-04-08 08:01:34 +02:00
Željan Rikalo
e54a83fb6e Qt,Qt5,Qt6: initialize scroll offset when handle is created. issue #41513
(cherry picked from commit c0f4946828)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
2025-04-07 21:15:14 +02:00
Martin
651963c199 IDE: Update Highlighter settings when changing mode (objfpc) in project settings (invalidate codetool cache). Issue #39633
(cherry picked from commit 4f17781352)
2025-04-06 11:02:56 +02:00
Željan Rikalo
0f5b634903 Qt4: fixed scrollCode messages. issue #41566
(cherry picked from commit 6e6cc23a74)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
2025-04-05 21:01:45 +02:00
Željan Rikalo
56ff701754 Qt5,Qt6: fixed scrollCode messaging. issue #41566
(cherry picked from commit b3c7e1ddd6)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
2025-04-05 21:01:19 +02:00
dsiders
7f2a8ae7dc Docs: LCL/dialogs. Updates TOpenOption topics for changes in 9f23efb4c4. Issue #41564.
* Modifies:
* TOpenOption
* TOpenOption.ofReadOnly
* TOpenOption.ofHideReadOnly
* TOpenOption.ofNoReadOnlyReturn
* TOpenOption.ofOldStyleDialog

(cherry picked from commit 28c9e339ab)
2025-04-05 10:03:53 -04:00
Željan Rikalo
22c2c19030 Qt5,Qt6: Fixed QLineEdit behaviour and automatic selectAll() by Qt when control is focused.Related issue #10155 and issue #41562
(cherry picked from commit 91fbaca370)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
2025-04-03 22:07:53 +02:00
Željan Rikalo
462cf19bbc Qt5,Qt6: fixes sizepos loop error. issue #41508
(cherry picked from commit a7c6c82c2b)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
2025-04-03 18:18:23 +02:00
Željan Rikalo
c6da667143 IDE: fixed wrong activation message. issue #41561
(cherry picked from commit 441180f7e0)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
2025-04-03 18:16:04 +02:00
Željan Rikalo
6e9f268657 Qt,Qt5,Qt6: fixed focus indication. issue #41562
(cherry picked from commit 33c532e60e)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
2025-04-03 18:10:40 +02:00
Željan Rikalo
e90c1c6516 Qt5,Qt6: make checkable listview check state work with mouse.
(cherry picked from commit 1fb8e5a099)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
2025-04-01 22:03:18 +02:00
Martin
e893aa4eda SynEdit: Improve d8e4b249c3, initialize out variable. issue #41553
(cherry picked from commit ebd7f56170)
2025-04-01 15:53:04 +02:00
Željan Rikalo
b20c594475 SynEditTextBuffer: initialize out variable. issue #41553
(cherry picked from commit d8e4b249c3)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
2025-03-31 19:28:38 +02:00
dsiders
29f1eec2f3 Docs: LazUtils/lazstringutils. Updates content in the TextToSingleLine topic.
(cherry picked from commit 66d1aa0774)
2025-03-28 21:30:16 -04:00
dsiders
613203cfaf Docs: LCL/grids. Updates the TCustomGrid.TitleImageList topic for changes in 8674f133. Issue #41554.
(cherry picked from commit be2a0f2765)
2025-03-27 13:43:28 -04:00
wp_xyz
b5ce582e7c Grids: Declare TCustomGrid.TitleImagelist as type TCustomImageList rather than TImagelist. Issue #41554.
(cherry picked from commit 8674f133af)
2025-03-27 16:29:15 +01:00
Željan Rikalo
236b351524 Qt5: bypass window manager for hint windows, fixes raising of hint window in system tray on some window managers eg xfwm4.
(cherry picked from commit 38292ecb71)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
2025-03-26 22:13:21 +01:00
Željan Rikalo
f61afd990e Qt5,Qt6: proper transform before draw grid at design time. issue #41513
(cherry picked from commit 5150173131)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
2025-03-26 21:54:47 +01:00