Commit Graph

61468 Commits

Author SHA1 Message Date
dsiders
d01ed68806 Docs: RttiControls/rttigrids. Fixes invalid topic link.
(cherry picked from commit 68a0b6fd59)
2022-04-05 02:24:14 +03:00
dsiders
e6c79a4338 Docs: RttiControls. Updates output file names to match package name.
(cherry picked from commit 31bb92943f)
2022-04-05 02:23:54 +03:00
dsiders
f71dead073 Docs: RTTIControl/rttigrids. Adds, updates topic content.
(cherry picked from commit 089d619fcf)
2022-04-05 02:23:33 +03:00
dsiders
16a8d7d640 Docs: Fixes typo in build script.
(cherry picked from commit 89a9d84d34)
2022-04-05 02:23:12 +03:00
dsiders
f7f43c1274 Docs: RttiControls. Adds project file, css, and script needed to produce help formats.
(cherry picked from commit e6f66a8da3)
2022-04-05 02:21:37 +03:00
dsiders
83330f6e0a Docs: RttiControls. Adds missing topics for current source revision.
* Mostly skeletons with minimal content.
* Restores formatting compatible with SynEdit-based editors.

(cherry picked from commit c334298026)
2022-04-05 02:21:20 +03:00
dsiders
0511f47cd4 Docs: LazUtils/lazloggerbase/lazlogger. Updates topics for routines from include files.
(cherry picked from commit 455af077fa)
2022-04-05 02:18:29 +03:00
dsiders
341246f96b Docs: LazUtils/lclproc. Updates topic content. Removes topics not needed for current source code.
(cherry picked from commit 79868a41b3)
2022-04-05 02:17:49 +03:00
dsiders
a93619f6fb Docs: LazUtils/fileutil. Updates topic content and links.
(cherry picked from commit 8e5d00ff3a)
2022-04-05 02:17:24 +03:00
dsiders
2b7a8cfff4 Docs: LCL/stdctrls. Updates topics for code removed in b0f6b29a.
(cherry picked from commit c8241f1ebd)
2022-04-05 02:16:34 +03:00
dsiders
04237ebe78 Docs: LCL/extctrls. Adds TPanel.OnChangeBounds topic for changes in f9e896f0.
(cherry picked from commit 28c2a3348f)
2022-04-05 02:16:15 +03:00
marcoonthegit
1af1c06e97 * try to fix sitemap editor. Still the whole concept is rough, and probably also suffers from changes wrt projectdir, since the sitemaps are saved to a different directory
(cherry picked from commit c0c92c1b57)
2022-04-05 02:15:41 +03:00
wp_xyz
364afccf48 Tools/chmmaker: Fix crash when editing table-of-contents of loaded sample project.
(cherry picked from commit 61ad4be039)
2022-04-05 02:15:21 +03:00
michl
0f22d87a53 LCL: Label.ParentColor stored default True. Revert 53362c37. Issue #38976
(cherry picked from commit b0f6b29ad8)
2022-04-05 02:14:59 +03:00
dsiders
3df444e3b6 Docs: LazUtils/textstrings. Fixes an XML error introduced in the previous commit.
(cherry picked from commit 1f7f5418a1)
2022-04-05 02:14:38 +03:00
dsiders
5ab52afded Docs: Adds a link to LazUtils on the Online Help page.
(cherry picked from commit b63949616e)
2022-04-05 02:14:12 +03:00
dsiders
f8cabc0609 Docs: LazUtils/lazsysutils/textstrings. Fixes links to external topics.
(cherry picked from commit fce9b1ebba)
2022-04-05 02:13:24 +03:00
dsiders
39b5c9a78e Docs: LazUtils/lazfileutils. Updates topic content, links, formatting in code tags.
(cherry picked from commit 4d46c0b812)
2022-04-05 02:08:54 +03:00
dsiders
3959d39947 Docs: LazUtils/fileutil. Updates topic content and links.
(cherry picked from commit c6e64db4d2)
2022-04-05 02:08:34 +03:00
dsiders
693a5935e7 Docs: LCL/comctrls. Updates topics for TListColumn, TListColumns.
(cherry picked from commit 1cbba92872)
2022-04-05 01:59:34 +03:00
Juha
62bd9dbb9a IDE: Improve treatment of a .lpr project file dropped onto the IDE. Ask to open as a file/project. Issue #39663.
(cherry picked from commit 7ef64b00e4)
2022-04-05 01:59:11 +03:00
Maxim Ganetsky
a02fb4b56b Translations: reverted some changes (merging artifacts) from IDE Turkish translation 2022-04-05 00:08:41 +03:00
Maxim Ganetsky
a44ea1ac1a Translations: IDE Turkish translation update by ONUR ERÇELEN, issue #39695 2022-04-04 04:19:45 +03:00
Martin
ffeb0372e5 IDE: fixed editor context menu, show bookmarks in the main pop-up. (not under "file settings")
(cherry picked from commit c4d93041c3)
2022-04-01 17:53:10 +02:00
Martin
594f4eccd3 Debugger: Inspect Window, fix some update issues. 2022-04-01 15:10:41 +02:00
Martin
549a0395f7 SynEdit: Fix color calculation 2022-04-01 15:10:41 +02:00
Martin
8f1bf7104e FpDebug: Fix stack-overflow for types with recursive declaration.
(cherry picked from commit c7e123fd8d)
2022-04-01 15:10:03 +02:00
Martin
d9ad23e4d5 FpDebug: Fix QuoteWideText => wrong result len
(cherry picked from commit 624696270b)
2022-04-01 15:10:03 +02:00
Martin
ffc50c888c FpDebug: Fix RangeCheck, TByteArray has an upper limit of 32k.
(cherry picked from commit 27f4c50dbd)
2022-04-01 15:10:03 +02:00
Martin
9e36e91b7d Debugger: Registers, clear incorrectly cached values. Fix wrong value shown, if display-format is changed.
(cherry picked from commit 448ccc8ca1)
2022-04-01 15:10:03 +02:00
Martin
b464aafe69 LazDebuggerLldb, FP: fix register for Apple M1 (arm64). Required to get exception class and message.
(cherry picked from commit 699b7e240a)
2022-03-06 17:47:22 +01:00
Martin
1adfc8ebac FpDebug: Win64, Fix "Run (F9)" incorrectly triggered watch/stack updates while the app was running.
Similar to the Win32 fix at a92db946ec

(cherry picked from commit d38a268f3d)
2022-03-06 17:47:22 +01:00
Martin
a235f82a6d FpDebug: Fixed uninitialized variables.
(cherry picked from commit 8335731953)
2022-03-06 17:47:22 +01:00
Martin
3606c97376 IDE: Color Config, fix layout / anchor-sides.
(cherry picked from commit 3ba594f827)
2022-03-06 17:47:22 +01:00
Martin
9e889b7a40 FpDebug: Ensure internal breakpoint is freed, if cmd is finished. Add asserts
(cherry picked from commit 2333696004)
2022-03-06 17:47:22 +01:00
Martin
81d940d51d LCL: Fix Canvas.RoundRect with zero radius, wrong size for non-win. Issue #39628
(cherry picked from commit f7f41f0116)
2022-03-06 17:47:21 +01:00
Martin
8c625ac0c6 FpDebug: fix uninitialized return value
(cherry picked from commit 2e8783e5e0)
2022-03-06 17:47:21 +01:00
Martin
728e5108bc FpDebug: add {$else} for targets not matched by any of the ifdef
(cherry picked from commit 4482e0ddb8)
2022-03-06 17:47:21 +01:00
Martin
44330df658 VirtualTreeView: fix SetWindowLongPtrW
(cherry picked from commit 967ec6c4f6)
2022-03-06 17:47:21 +01:00
Martin
6e70893241 VirtualTreeView: fix mouse cursor for panning
(cherry picked from commit 965dee4181)
2022-03-06 17:47:21 +01:00
Martin
fd23cf7d02 LazDebuggerFp: Check callback is assigned.
(cherry picked from commit 2fa72c8755)
2022-03-06 17:47:20 +01:00
Martin
465dbb4951 IDE: Fixed saving address Breakpoints in Project session
(cherry picked from commit baa12a8519)
2022-03-06 17:47:20 +01:00
Martin
ef3bac2c66 LazDebuggerTestBase: file forgotten in fcd147a0bf / remove design time from package
(cherry picked from commit d5d01deed4)
2022-03-06 17:47:20 +01:00
Martin
be39996bec FpDebug, CmdLineDebuggerBase: Remove "design time".... / Add missing changes in packagefile
(cherry picked from commit ad58ebedf8)
2022-03-06 17:47:20 +01:00
Martin
f379733e35 CmdLineDebuggerBase: Add missing license
(cherry picked from commit 92257eaa94)
2022-03-06 17:47:19 +01:00
Martin
32c857e8a9 FpDebug, CmdLineDebuggerBase, LazDebugTestBase: Remove "design time", those are run-time packages (they are for use in the IDE, be serving as base classes to other design time packages. But they should not be listed for installation into the IDE on their own.
(cherry picked from commit fcd147a0bf)
2022-03-06 17:47:19 +01:00
Maxim Ganetsky
9beb9b6c38 Revert "Qt5: added QPixmapCache_Clear() to pascal binding. part of issue #38844"
This reverts commit df61f81b7d.
2022-03-03 15:54:03 +03:00
Maxim Ganetsky
9c8ed5dcb9 Revert "Qt5: added QPixmapCache_clear(). part of issue #38844"
This reverts commit ed5a249484.
2022-03-03 15:53:39 +03:00
Maxim Ganetsky
22c99fe134 Revert "Qt5: increased libQt5Pas version. issue #39655"
This reverts commit 543c809dbf.
2022-03-03 15:53:21 +03:00
Maxim Ganetsky
d46b6e1065 Revert "Qt5: fixed session management bug. issue #39655"
This reverts commit bd30173c24.
2022-03-03 15:52:55 +03:00