Commit Graph

65728 Commits

Author SHA1 Message Date
rich2014
9b775cefb6 Cocoa/TPageControl: Fix #40554 about the visual position of the current Page, Merge branch 'cocoa/tabcontrol' 2023-10-14 21:33:19 +08:00
Martin
6d54d9ccd4 FpDebug: 32bit linux target. "HasId" takes an untyped arg. The caller must always pass 64 bits. (itu8 is used to create the map)
(cherry picked from commit d55f353980)
2023-10-14 15:03:00 +02:00
Martin
b2d23daac6 FpDebug: Handle overflow for relocation with 32bit target. RelocationOffset is stored as QWord, but can be negative. For 32bit targets the overflow must be masked out.
(cherry picked from commit 0fad4e40d9)
2023-10-14 15:03:00 +02:00
Martin
6169d36d26 FpDebug: prevent crash, if library is added twice (incorrect handling for Linux in SynchronizeProcMapsWithLibraryList)
(cherry picked from commit a6999c26a6)
2023-10-14 15:03:00 +02:00
Martin
dd778f0c8d FpDebug: On Linux read .dynsym if .symtab does not exist. If .symtab exists, then .dynsym should be a subset.
(cherry picked from commit 1db2f6aab4)
2023-10-14 15:02:59 +02:00
dsiders
2767d7fcc5 Docs: LCL/xmlpropstorage. Updates content in TCustomXMLPropStorage, TXMLPropStorage topics.
(cherry picked from commit 0525ede13b)
2023-10-14 06:41:40 +01:00
Martin
cee9bb2be3 FpDebug: fix disassembler vmov.. Issue #40552 patch by Red_prig (Pavel)
(cherry picked from commit 62e7f5665a)
2023-10-13 20:29:28 +02:00
Martin
7824207ffc FpDebug: fix disassembler vzero... / test reg.l Issue #40546 and #40549 patch by Red_prig (Pavel)
(cherry picked from commit 9cff61c5a0)
2023-10-13 13:37:10 +02:00
Martin
07c3071d31 TScrollBox: fix flicker when Form.AutoSizeAll is called. Do not call ShowScrollBar when nothing changed.
(cherry picked from commit 4891f1f0e1)
2023-10-13 13:37:10 +02:00
dsiders
597f0e6736 Docs: LCL/lcltranslator. Updates TUpdateTranslator.UpdateTranslation topic for changes in ddbcec7b.
(cherry picked from commit 7e508e3fba)
2023-10-13 06:15:35 +01:00
Maxim Ganetsky
e8d88eb17c LCL, LCLTranslator: Do not check if a property has a setter before even attempting to read what it is and thus ignoring classes (with translatable properties) returned by properties without setters. Check if a property setter is present only just before actually writing to it.
Fixes translation of TLabeledEdit.EditLabel.Caption (EditLabel is a property without setter there).

It was a regression after commit 36c7ef29ed which fixed issue #35202.


(cherry picked from commit ddbcec7bcc)
2023-10-12 23:45:15 +00:00
Martin
d8689e5c87 LazDebugger[Fp]Lldb: fix for new Apple-LLDB version. Read new format for eval results (e.g. exception data)
(cherry picked from commit 07025f3b9c)
2023-10-10 19:28:00 +02:00
ACTom
5ea589fc81 Translations: Chinese translation update by ACTom, merge request !239
(cherry picked from commit dba31d62c4)
2023-10-10 03:00:22 +03:00
Martin
5ae56860a1 FpDebug: fix disassembler movq/vmovq Issue #40541 patch by Red_prig (Pavel)
(cherry picked from commit 67069ef84b)
2023-10-09 18:35:18 +02:00
mattias
f5ee63fd14 set fixes version to 3.0RC2 2023-10-08 21:13:37 +02:00
DomingoGP
f0509583c3 Jedi code format: Fix memory leak.
(cherry picked from commit 8a98df0369)
2023-10-08 14:36:11 +02:00
Martin
e9bdb9a3a6 Debugger: Assembler view, don't ctrl-jump when clicking gutter for changing breakpoint.
(cherry picked from commit 27d50a74a8)
2023-10-08 14:08:23 +02:00
Martin
e49d174f17 LazDebuggerFp: Fixed line number for exceptions.
(cherry picked from commit bacefb51ae)
2023-10-08 13:33:06 +02:00
mattias
8316b021bc codetools: fixed SetApplicationTitleStatement for Application as param 2023-10-08 00:19:22 +02:00
Martin
b8017cdb28 LazDebuggerFp: fixed uninitialized result
(cherry picked from commit a50a1e18b5)
2023-10-07 19:51:20 +02:00
rich2014
534df9995a Cocoa: trigger CM_MOUSEMOVE when the APP Deactive 2023-10-07 22:47:42 +08:00
rich2014
c424cd8c5a Cocoa: TabControl: jumping to the First/Last tab supported, Merge branch 'cocoa/tabcontrol' 2023-10-07 22:47:42 +08:00
ACTom
b9e8dfe262 Opkman: Chinese translation update by ACTom, merge request !238
(cherry picked from commit 07d0ca37e2)
2023-10-07 17:31:39 +03:00
Martin
ed52d68381 FpDebug: fixes for stack frame search
(cherry picked from commit 97c7e680b7)
2023-10-07 14:08:56 +02:00
Maxim Ganetsky
ef3d0d8d54 LazReport: added INI file of editor sample to .gitignore
(cherry picked from commit 46dfa16fb4)
2023-10-07 02:59:42 +03:00
Maxim Ganetsky
ac60cb055f DocEditor: added INI file to .gitignore
(cherry picked from commit 129f443bfe)
2023-10-07 02:59:41 +03:00
Maxim Ganetsky
dd148bd7a6 Examples: .gitignore generated PDF file by fpReport example
(cherry picked from commit 19cd17230c)
2023-10-07 02:59:41 +03:00
Maxim Ganetsky
0517ca7b87 .gitignore: added *.dbg files
(cherry picked from commit 787f5e851f)
2023-10-07 02:59:41 +03:00
Maxim Ganetsky
e2230d995d Tools: added missing *.res file for pofilemaintenance tool 2023-10-07 02:58:46 +03:00
Maxim Ganetsky
29cce82545 Tools: added missing *.res file for glazres tool 2023-10-07 02:57:57 +03:00
Željan Rikalo
098a312ff0 Anchordocking: do not manage THintWindow. issue #40519
(cherry picked from commit 3a4dd50e93)
2023-10-06 18:43:05 +00:00
Željan Rikalo
536dd59cdb Qt5,Qt6: fixed QTabWidget clientRect calculation when showTabs = false. issue #40460
(cherry picked from commit 7c901cbaae)
2023-10-06 18:40:58 +00:00
Željan Rikalo
055fe9690b Qt5,Qt6: fixed QTabWidget default clientRect, issue #40460
(cherry picked from commit 44d402cde6)
2023-10-06 18:32:21 +00:00
dsiders
1030726ec3 Docs: LCL/graphics. Fixes typos in See Also links.
(cherry picked from commit 053f0cec6a)
2023-10-06 17:24:52 +01:00
Martin
44756c803f Installer, Win: Add OPT="-OoNOSTACKFRAME" to fpc build. Help the debugger unwind callstacks
(cherry picked from commit b4244d781b)
2023-10-06 16:03:53 +02:00
dsiders
5f0809334b Docs: LCL/graphics. Revises content in TBitmap.LoadFromStream. Patch by Werner Pamler.
(cherry picked from commit b97c0935e7)
2023-10-05 23:14:08 +01:00
DomingoGP
540f2470ab Jedi code format: Fix identation and bug in commit 8035014eaf
(cherry picked from commit 462eece676)
2023-10-05 22:33:50 +02:00
DomingoGP
f0f492df56 Jedi code format: adds an extra space lines at sections end. Issue #40539
(cherry picked from commit 77f9fb9cd0)
2023-10-05 22:33:07 +02:00
Martin
70e8e1e211 FpDebug: fix for some missing stackframes
(cherry picked from commit 8da9f2d084)
2023-10-05 20:00:27 +02:00
dsiders
6ecf0f00f4 Docs: LCL/graphics. Updates TBitmap.LoadFromStream topic for changes in 3b4b6dd3. Issue #40529.
(cherry picked from commit 7fda2221b8)
2023-10-05 03:23:55 +01:00
wp_xyz
52490b39fe LCL/TBitmap: TBitmap.LoadFromStream accepts RT_RCDATA bitmap resources. Issue #40529.
(cherry picked from commit 3b4b6dd3ed)
2023-10-04 12:42:32 +02:00
Martin
8aab525f26 FpDebug: fix file locations in stack / don't use absolute path, files may have been pre-build in a different location (build vs install dir).
(cherry picked from commit 32ea407ca3)
2023-10-03 21:39:11 +02:00
Jesus Reyes A
cad23a6698 LazReport: Add support for 'StrikeOut' style in a Memo 'Script' property, by paweld, issue #40521
(cherry picked from commit 05e9728fc5)
2023-10-03 13:53:01 +00:00
DomingoGP
6b1e474e2b Jedi code format: dont't ident comments before procedures at the end of sections. Issue #40533.
(cherry picked from commit 8035014eaf)
2023-10-02 22:57:05 +02:00
DomingoGP
33f1955e14 Jedi code format: support const or var array of record in Delphi mode. Issue #40532
(cherry picked from commit f453aa8a45)
2023-10-02 22:56:44 +02:00
Martin
036e754db3 FpDebug: fix disassembler "vround"/"vmovm" Issue #40525 #40524 patch by Red_prig (Pavel)
(cherry picked from commit 710fa6f135)
2023-10-02 11:58:17 +02:00
Bart
62590ee65e Win32: TListBoxOnSelectionChange is fired whenever the user clicks the item, regardless of it's previous state. Issue #33618.
(cherry picked from commit f26bc899a8)
2023-10-02 02:07:01 +03:00
rich2014
e4e5f327b2 Cocoa: Fix #40531: Alignment of TStaticText supported, Merge branch 'cocoa/statictext' 2023-10-01 20:56:11 +08:00
rich2014
bb816b0e8c Cocoa: Fix #40527: WindowState functions added to TCocoaWSCustomForm.ShowHide(), Merge branch 'cocoa/windowstate' 2023-10-01 19:19:45 +08:00
rich2014
fd23b819bd Cocoa: Fix #40528: Initialize TComboBox correctly according to Index when Style=csDropDownList 2023-10-01 19:19:08 +08:00