Commit Graph

69390 Commits

Author SHA1 Message Date
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
Željan Rikalo
37e4202ec6 Qt,Qt5,Qt6: proper initialization of scrolled offset. issue #41513
(cherry picked from commit 9b5d42ffa5)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
2025-03-25 19:40:33 +01:00
Maxim Ganetsky
a53bc7e03d LazReport: Fix enable/disable export filters. By gucao issue #41149
(cherry picked from commit 5f3ad1e7eb)

Co-authored-by: Jesus Reyes Aguilar <jesusrmx@gmail.com>
2025-03-23 17:36:39 +03:00
Maxim Ganetsky
fa7acccad5 IDE: committed automatically regenerated resource file 2025-03-21 22:34:35 +03:00
mattias
0919af14bd set fixes version to 4.0RC3 2025-03-21 19:32:09 +01:00
mattias
d44799c623 codetools: fixed CompareCodeXYPositions 2025-03-21 19:27:21 +01:00
Martin
ca2e64716d SynEdit: PasHighlighter, don't attempt to merge nil attrib
(cherry picked from commit f74f454aee)
2025-03-21 16:21:43 +01:00
Martin
4ed95ee337 SynEdit: elastic tab, fix stack overflow with shared text buffers. Ping-pong between 2 elastic-tab-views.
(cherry picked from commit 4b3cb64bd6)
2025-03-21 15:07:06 +01:00
Martin
6ebe6d6e88 IdeDebugger: Don't assert address of empty string. Exit early.
(cherry picked from commit 55c94bee7b)
2025-03-16 22:27:41 +01:00
Martin
d1120b1898 SynEdit: PasHighLighter, do not change FRange when processing comments
(cherry picked from commit 434454b4ed)
2025-03-16 22:27:41 +01:00
Martin
fd2daa7db3 IdeDebugger: fix crash in watches window. Issue #41530 / Disable "Format watch" if no watch selected.
(cherry picked from commit 3d0e837d14)
2025-03-15 09:42:49 +01:00
Martin
4186441ba3 Win32: Prevent Splitter from activating the "resize bar" window. Avoid focus changes to the form, or its components. Issue #41506 Patch by Lipinast Lekrisov
(cherry picked from commit 12afdd137b)
2025-03-13 13:27:43 +01:00
Martin
dc81b2e397 IDE: SourceEditor, fix context menu for choosing Highlighter. If there are items present after the skipped "asm hl" (e.g. loaded tml HL)
(cherry picked from commit 0356c69cdd)
2025-03-13 13:27:43 +01:00
Martin
fb6edd5b06 IDE: SourceEditor change Highlighter, don't show internal dummy HL.
(cherry picked from commit 046947520c)
2025-03-13 13:27:42 +01:00
Maxim Ganetsky
17dd1f61a0 IDE/Instances: Use a "USERNAME" environment variable in Windows instead of "USER"
(cherry picked from commit b2229d4e82)

Co-authored-by: n7800 <14154601-n7800@users.noreply.gitlab.com>
2025-03-13 01:13:35 +03:00
Martin
8bce574728 SynEdit: fix OnClearMark, checking the correct fields for assigned. Issue #41522
(cherry picked from commit 6c2a52efe0)
2025-03-11 10:28:02 +01:00
Željan Rikalo
7e3817c7c0 Qt5,Qt6: fixed designing on scrolled forms. issue #41517
(cherry picked from commit 9de7888945)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
2025-03-09 19:44:15 +01:00
Željan Rikalo
991f69be70 Qt5,Qt6: do not wrap text in TStaticText. issue #41515
(cherry picked from commit b623211e02)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
2025-03-09 00:40:00 +01:00
Željan Rikalo
ae8b54f696 Qt5,Qt6: make wheel scroll work at design time. issue #41512
(cherry picked from commit cb8c130883)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
2025-03-08 19:56:13 +01:00
DomingoGP
c1d95b4283 Jedi code format: fix allowed file types.
(cherry picked from commit db66ebdbb3)
2025-03-08 15:30:15 +01:00
Željan Rikalo
280d382b58 Qt5,Qt6: fixed design time drawing of non visible controls over QAbstractItemView and QTextEdit classes. issue #41510
(cherry picked from commit adf11362e1)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
2025-03-08 08:43:17 +01:00
dsiders
29b1e0e1ce Docs: LCL/extctrls. Updates the TUNBPages.AddObject topic to correct, clarify content.
(cherry picked from commit 9ad6dd94f8)
2025-03-08 01:56:20 -05:00
dsiders
ac7e53838c Docs: LCL/extctrls. Updates the TUNBPages.AddObject topic for changes in a641e34b. Issue #36957.
(cherry picked from commit dfe9bc5e3e)
2025-03-08 01:56:07 -05:00
Juha
43826bad9b LCL: One more sanity check for a new Notebook page name. Issue #36957. 2025-03-08 01:16:43 +02:00
Juha
da72bc4790 LCL: Improve getting an unused name for a new Notebook page. Issue #36957. 2025-03-08 01:16:18 +02:00
Juha
7ce60d77d9 LCL: Figure out an unused name for a new Notebook page. Issue #36957. 2025-03-08 01:16:04 +02:00