Commit Graph

64499 Commits

Author SHA1 Message Date
mattias
58c07c66a0 IDE: ParseBasePackages 2023-03-19 01:31:04 +01:00
dsiders
90fb0f9e0c Docs: LCL/comctrls. Updates content and See Also links for topics, including:
* TCustomTrackBar.Reversed
* TCustomTrackBar.ScalePos
* TCustomTrackBar.SelEnd
* TCustomTrackBar.SelStart
* TCustomTrackBar.ShowSelRange
2023-03-19 00:56:02 +01:00
dsiders
332acd4b8f Docs: RttiControls/rttictrls. Removes a work-in-progress marker. 2023-03-19 00:55:29 +01:00
mattias
3c5f804e9d IDE: moved LazarusIDEBasePkgNames to unit of its own for easy parsing 2023-03-19 00:36:06 +01:00
mattias
e0316329e4 IDE: clean up 2023-03-19 00:35:12 +01:00
mattias
0f766e6e08 IDE: clean up 2023-03-19 00:35:08 +01:00
mattias
5807e56509 ide: find in files window: hints 2023-03-19 00:31:54 +01:00
Michaël Van Canneyt
bfde9bed13 * Re-added erroneously removed units 2023-03-18 23:50:26 +01:00
Michaël Van Canneyt
4442d3bd3f * Remove duplicate units that are also in staticpackages.inc 2023-03-18 22:48:50 +01:00
dsiders
10f276e266 Docs: RttiControls/rttictrls. Adds links to inherited topics including those in external packages. 2023-03-18 07:15:53 +01:00
wp_xyz
a87955ec91 TAChart: Cleanup after af597e4d16 2023-03-18 00:10:23 +01:00
Martin
33556f939f FpDebug: unrolling stack, using CFI - fixed address in stack-entry (do not subtract 1) 2023-03-17 21:26:23 +01:00
Martin
f0a22e1596 Debugger: Watches-dialog, fixed DisplayName after drag and drop 2023-03-17 21:26:23 +01:00
dsiders
42fd1bf230 Docs: DateTimeCtrls/dbdatetimepicker. Updates content in topics including:
* TDBDateTimePicker
* TDBDateTimePicker.ConfirmChanges
* TDBDateTimePicker.UndoChanges
* TDBDateTimePicker.DataField
* TDBDateTimePicker.DataSource
* TDBDateTimePicker.ReadOnly
2023-03-17 20:36:37 +01:00
wp_xyz
af597e4d16 TAChart: Separate color map functionality from TColorMapSeries into a generally-usable class TColorMap (unit TAColorMap). 2023-03-17 20:09:36 +01:00
dsiders
f0ae6049c6 Docs: LCL/shellctrls. Fixes invalid See Also links. 2023-03-16 09:19:01 +01:00
Martin
a2eae52805 Debugger: asm window, fix crash when closing IDE 2023-03-15 22:01:44 +01:00
dsiders
1248f728ee Docs: LCL/shellctrls. Adds version information for changes in 499f0150. 2023-03-15 21:34:42 +01:00
dsiders
433ce4fb28 Docs: LCL/shellctrls. Deletes commented content in TCustomShellListView.Resize which was removed in 06701d05a7. 2023-03-15 21:22:28 +01:00
dsiders
499f015011 Docs: LCL/shellctrls. Adds and updates topics for changes in 6a85abf6.
* Adds:
*   TShellListItem
*   TShellListItem.FFileInfo
*   TShellListItem.IsFolder
*   TShellListItem.FileInfo
*   TCustomShellListView.CreateListItem

* Updates:
*   TCustomShellListView.PopulateWithRoot
2023-03-15 21:19:09 +01:00
Bart
6a85abf640 ShellCtrls: subclass TListItem, so we can store a TSearchRec in the list items of a TShellListView. 2023-03-15 17:23:32 +01:00
Martin
e54924787c Debugger: Allow assembler window to go back/forward (history) and ctrl click call/jmp targets (with fpdebug) 2023-03-15 14:04:14 +01:00
Martin
981c7d949e FpDebug: Disassembler fix line addr/offs for annotation 2023-03-15 13:55:15 +01:00
Martin
ee4e48864e LazDebuggerFp, FpDebug: Disassembler now annotates lines with call,jmp,je,... with info on the target address. 2023-03-15 00:19:40 +01:00
Michaël Van Canneyt
57e0738de1 * Fix some warnings about unused variables 2023-03-14 22:32:33 +01:00
Martin
2e9b654c16 Debugger: undo nil assignment from 179dc59dc6 / the value (even if dangling) may be needed for comparison 2023-03-14 21:38:06 +01:00
Martin
9ce9b07dbd Debugger: Asm window, Fix handle access - anchor-docking forces a window to be minimized, even if not supported by the window. Issue #40158 2023-03-14 21:35:34 +01:00
Željan Rikalo
77f502b2c3 Qt,Qt5,Qt6: Fixed drawing line with pattern pen. issue #40165 2023-03-14 17:50:05 +01:00
wp_xyz
8ea105ce5d LHelp: Fix poor quality of icon on Linux taskbar. Reworked LHelp tree icons. Some new general purpose icons. All done by Roland Hahn. 2023-03-14 16:49:15 +01:00
Maxim Ganetsky
3150888bc3 LazDataDesktop: cleaned up unused strings, regenerated translations and updated Russian translation 2023-03-14 00:40:15 +03:00
Maxim Ganetsky
803e16830d LazReport: cleaned up unused strings, regenerated translations 2023-03-14 00:33:34 +03:00
Maxim Ganetsky
90485e6c95 IDEDebugger: updated Russian translation 2023-03-14 00:12:17 +03:00
Maxim Ganetsky
7bd9344e7b IDE: regenerated translations 2023-03-14 00:06:27 +03:00
Martin
ad0396ae2a Debugger: moved asm dialog to IdeDebugger 2023-03-13 17:38:12 +01:00
wp_xyz
272d93e058 ImageListEditor: Adjust form's Constraints at runtime. 2023-03-13 13:39:26 +01:00
Martin
cac376d0f9 LazDebuggerFp, FpDebug: Fix watch-function-call when debuggee has crashed. Prevent the function call 2023-03-13 12:32:30 +01:00
Martin
42ae1a7765 LazDebuggerFp, FpDebug: deal with process-exit while watch-eval-function-call 2023-03-13 12:32:29 +01:00
Michaël Van Canneyt
8d7ad0ab18 * correct IsTransactionActive implementation 2023-03-13 08:59:50 +01:00
dsiders
0178542dc1 Docs: LCL/stdctrls. Adds content to replace the inherited description.
* Adds information about properties introduced in TCustomLabel.
2023-03-13 07:24:53 +01:00
mattias
fda255ba15 codetools: class completion: insert first method body behind/in front of neighbour class 2023-03-13 05:26:41 +01:00
mattias
d3a9a217b2 codetools: test class completion: insert first method body 2023-03-13 05:26:41 +01:00
Martin
2d20810ef6 FpDebug: fixed intrinsic "pos", added: lower, upper, round, trunc 2023-03-13 00:02:39 +01:00
mattias
c8ff4ec3ee codetools: fixed complete event assignment 2023-03-12 23:11:26 +01:00
mattias
d0a8be0821 codetools: add test complete event assignment 2023-03-12 23:11:06 +01:00
mattias
82edbea0ac codetools: clean up 2023-03-12 22:52:25 +01:00
mattias
f2050ac1c3 codetools: comment 2023-03-12 22:43:19 +01:00
Martin
db27ef882d FpDebug: clean up compile hints 2023-03-12 22:34:28 +01:00
Martin
ca71d82350 FpDebug: Implement substrings via the range-index. MyStr[5..9] now return a substring. 2023-03-12 22:34:27 +01:00
Martin
d331e3ef77 FpDebug: fixes for "substr" intrinsic / optimize using new substring reading 2023-03-12 22:34:27 +01:00
Martin
ea78367138 FpDebug: Improve reading char from "string[index]". Read only the char in question / Do not fail on MemLimit.MaxStringLen 2023-03-12 22:34:27 +01:00