Commit Graph

61027 Commits

Author SHA1 Message Date
mattias
3d7e0f2f4f set fixes version to 2.2.0RC2
git-svn-id: branches/fixes_2_2@65398 -
2021-07-07 15:55:56 +00:00
martin
7bdd832152 Merged revision(s) 65386 #dd0c00b3a1 from trunk:
svn2revisioninc: improve lookup of git-svn-id
........

git-svn-id: branches/fixes_2_2@65387 -
2021-07-06 20:19:23 +00:00
martin
55e869b83c Merged revision(s) 65378 #3e9e2bbd3e from trunk:
AnchorDocking: DragNDrop of pages not working on GTK2. Issue #39166
........

git-svn-id: branches/fixes_2_2@65382 -
2021-07-06 11:50:32 +00:00
martin
caa5155f1c Merged revision(s) 65374 #912b44ef09 from trunk:
Fix spelling errors in lclproc.pas. Patch by Don Siders. Issue #0039161.

........

git-svn-id: branches/fixes_2_2@65381 -
2021-07-06 11:47:11 +00:00
martin
822876a09e Merged revision(s) 65363-65364 #94264d4795-#94264d4795 from trunk:
svn2revisioninc: add git describe
........
svn2revisioninc: refactor, improve lookup of git-svn-id
........

git-svn-id: branches/fixes_2_2@65380 -
2021-07-05 23:23:38 +00:00
maxim
0a415d125a Merged revision(s) 65372 #0711ae584c from trunk:
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #39152
........

git-svn-id: branches/fixes_2_2@65373 -
2021-07-04 21:58:21 +00:00
maxim
7b9d486ccf Merged revision(s) 65358 #2c1bd0534e, 65367 #3fc780574a from trunk:
Docs: LCL, LazUtils. Updates/adds topics. Fixes broken or missing links. Fixes spelling errors.
........
Docs: LCL. Fix duplicate enumeration value in TFontQuality.
........

git-svn-id: branches/fixes_2_2@65371 -
2021-07-04 21:37:20 +00:00
maxim
5962f85864 Merged revision(s) 65354 #5a21cedcbb from trunk:
IdeIntf: Disable copy/paste of TAction in Object Inspector tree because it does not work for some reason. Issue #19530.
........

git-svn-id: branches/fixes_2_2@65370 -
2021-07-04 21:35:18 +00:00
maxim
cd197341b0 Merged revision(s) 65304 #d8b67e5786, 65306 #38ed460e9e from trunk:
IDE: Remove EnvironmentOptions.DesignerPaintLazy to prevent paintings outside OnPaint resulting in painting artefacts. Fixes issue #23741 and #33781
........
IDE: regenerated translations
........

git-svn-id: branches/fixes_2_2@65369 -
2021-07-04 21:32:50 +00:00
maxim
0d0c704ffd Merged revision(s) 65348 #63997559b2 from trunk:
SQLdb: added pqteventmonitor.pas unit to LPK, bug #39097
........

git-svn-id: branches/fixes_2_2@65349 -
2021-07-02 22:43:55 +00:00
maxim
62f16f7b30 Merged revision(s) 65341 #3fb4c2c8a7 from trunk:
IdeIntf: Disable copy/paste of TMenuItem in Object Inspector tree because it does not work for some reason. Issue #19530.
........

git-svn-id: branches/fixes_2_2@65347 -
2021-07-02 21:53:38 +00:00
maxim
bd7ad56d42 Merged revision(s) 65330 #b088f3ec80, 65342 #ed7b09d857 from trunk:
IDE: Generate Dwarf3 for Debug build mode and for debug profile for the IDE itself.
........
IDE: Use Dwarf3 debug format for our projects. Needed when debugging with FPDebug.
........

git-svn-id: branches/fixes_2_2@65346 -
2021-07-02 21:52:41 +00:00
maxim
dff2d0d161 Merged revision(s) 65329 #4bcd8659cc from trunk:
Converter: Replace Mask with Masks, not MaskEdit. Issue #18361.
........

git-svn-id: branches/fixes_2_2@65345 -
2021-07-02 21:50:18 +00:00
maxim
8ece0c1112 Merged revision(s) 65328 #c070ee3ade, 65335 #16b5a4af7c, 65339 #ca3ae84782 from trunk:
Docs: LCL. Updates topic content. Adds missing topics. Fixes broken or missing links.
........
Docs: LCL. Updates topic content. Adds missing topics. Fixes broken or missing links.
........
Docs: LCL. Updates/adds topics. Fixes broken or missing links. Fixes spelling errors.
........

git-svn-id: branches/fixes_2_2@65344 -
2021-07-02 21:49:23 +00:00
maxim
a4cc771767 Merged revision(s) 65325 #c16bbd6e94 from trunk:
Docs: LCL. Updates topic content. Adds missing topics. Fixes broken or missing links.
........

git-svn-id: branches/fixes_2_2@65327 -
2021-06-29 21:17:46 +00:00
maxim
65164490ea Merged revision(s) 65320 #5ae03bd920 from trunk:
Fix spelling errors in grids.pas. Patch by Don Siders. Issue #0039093.
........

git-svn-id: branches/fixes_2_2@65324 -
2021-06-28 23:25:40 +00:00
maxim
52f34a4894 Merged revision(s) 65317 #12341ca190 from trunk:
Docs: LCL. Updates topic content. Adds missing topics. Fixes broken or missing links.
........

git-svn-id: branches/fixes_2_2@65323 -
2021-06-28 23:21:40 +00:00
maxim
e47fc5ceaa Merged revision(s) 65319 #e584193fc4 from trunk:
IDE: Update DefineTemplates (package graph) after adding a component, in case its package was not used earlier.
........

git-svn-id: branches/fixes_2_2@65322 -
2021-06-28 23:19:37 +00:00
maxim
f751d23e48 Merged revision(s) 65311-65312 #6857527965-#6857527965, 65318 #769e991253 from trunk:
IDE: Prepare to support multi-line selection in Messages window. Use IntegerList instead of one integer index.
........
IDE: Actually implement multi-line selection in Messages window. Copy to clipboard is supported.
........
IDE: Allow selecting the header line in Messages window's multi-line selection.
........

git-svn-id: branches/fixes_2_2@65321 -
2021-06-28 23:18:26 +00:00
maxim
9f42f210cb Merged revision(s) 65303 #ffa2a3f3c2 from trunk:
LCL: Revert revision 63847 #55d0c7bc3a fixing FormShow call at wrong time. Issue #38922
........

git-svn-id: branches/fixes_2_2@65308 -
2021-06-25 21:33:12 +00:00
maxim
b64ae7bdb6 Merged revision(s) 65300 #a0d68836cd, 65305 #5d1db7af91 from trunk:
Docs: LCL. Fixes missing or broken topics and links.
........
Docs: LCL. Fixes missing topics, broken or missing links.
........

git-svn-id: branches/fixes_2_2@65307 -
2021-06-25 21:30:56 +00:00
maxim
b5628d02a8 Merged revision(s) 65297 #4e0b593486 from trunk:
Docs: LCL. Updated content, fixed links in comctrls.xml.
........

git-svn-id: branches/fixes_2_2@65299 -
2021-06-23 20:58:06 +00:00
maxim
868b5d7d39 Merged revision(s) 65290 #593d7ef2e2, 65293 #101727cfec from trunk:
Docs: LCL. Updated content for TToolBar, TToolButton.
........
TAChart: Add xml documentation to the chart events.
........

git-svn-id: branches/fixes_2_2@65296 -
2021-06-22 22:42:53 +00:00
martin
fcf96d907a Merged revision(s) 65291 #0244c95a33 from trunk:
FpDebug: Dynamically load DebugBreakProcess
........

git-svn-id: branches/fixes_2_2@65292 -
2021-06-22 15:15:28 +00:00
maxim
bfe29e8fcc Merged revision(s) 65281 #3e313aeaee from trunk:
Docs: LazUtils. Added content in laz2_dom.xml.
........

git-svn-id: branches/fixes_2_2@65286 -
2021-06-22 00:48:35 +00:00
maxim
72c6ff665b Merged revision(s) 65252 #caf1ee88ad, 65276 #91e1a5a741 from trunk:
IDE: Add '.' to tooltip help if missing. Issue #39004, patch by CudaText man.
........
Reverted r65252 #caf1ee88ad: IDE: Add '.' to tooltip help if missing. Issue #39004, patch by CudaText man.

This caused a regression (bug #39011), and descriptions themselves had been corrected instead in order to have correct punctuation in all help output formats (CHM, HTML etc.)
........

git-svn-id: branches/fixes_2_2@65285 -
2021-06-22 00:46:49 +00:00
maxim
61aa952c85 Merged revision(s) 65243 #70e776f427, 65249 #a3ec8bf364, 65254-65256 #9556e1f744-#9556e1f744, 65261-65271 #9883a587f5-#9883a587f5, 65274 #03f68b4474, 65278-65279 #79264e3cc9-#79264e3cc9 from trunk:
Docs: LazUtils, Added topics for TWaitableSection.
........
Docs: LazUtils. Updated topic content in laz2_dom.xml.
........
Docs: LazUtils. Fixed content model error.
........
Docs: LazUtils. Updates for missing module descriptions.
........
Docs: LCL,LazUtils. Updates for module descriptions.
........
Docs: LCL,LazUtils. Updated topics for source changes in version 2.1.
........
Docs: LCL. Fixes missing punctuation in short descriptions (partial).
........
Docs: LCL. Fixes missing punctuation in short descriptions (partial).
........
Docs: LCL. Fixes missing punctuation in short descriptions (partial).
........
Docs: LCL. Fixes XML error in previous patch.
........
Docs: LCL. Fixes missing punctuation in short descriptions (partial).
........
Docs: LCL. Fixes missing punctuation in short descriptions (partial).
........
Docs: LCL. Fixes missing punctuation in short descriptions (FINAL).
........
Docs: LazUtils. Fixes missing punctuation in short descriptions (Partial).
........
Docs: LazUtils. Fixes missing punctuation in short descriptions (FINAL).
........
Docs: FreeType. Fixes missing punctuation in short descriptions.
........
Docs: LCL. Fixes missing punctuation in short descriptions after var tag.
........
Docs (LazControls, RTTIControls): added missing punctuation in short descriptions, patch by Don, bug #39018
........
Docs: LCL. Minor updates to TPen, LCL version constants.
........

git-svn-id: branches/fixes_2_2@65284 -
2021-06-22 00:43:37 +00:00
martin
f766a09ccc Merged revision(s) 65275 #57339c6efd from trunk:
CodeTools: Allow a "var" section inside a record with {$modeswitch advancedrecords}. Issue #38957, patch by Domingo Galmés.
........

git-svn-id: branches/fixes_2_2@65283 -
2021-06-21 17:29:10 +00:00
martin
52b9e351b3 Merged revision(s) 65248 #0ecb8aad9b from trunk:
Qt: removed unsupported QString_toHtmlEscaped. issue #38982

........

git-svn-id: branches/fixes_2_2@65282 -
2021-06-21 17:11:25 +00:00
martin
2a9e33cf33 Merged revision(s) 65244 #b9d3913b60 from trunk:
Installer, Windows: Fix cross build script
........

git-svn-id: branches/fixes_2_2@65245 -
2021-06-15 20:12:03 +00:00
mattias
0c34da7703 set fixes version to 2.2.0RC1
git-svn-id: branches/fixes_2_2@65240 -
2021-06-15 13:51:24 +00:00
mattias
45d390178d created branch fixes_2_2
git-svn-id: branches/fixes_2_2@65239 -
2021-06-15 13:35:10 +00:00
dsiders
68dce5c8ef Docs: Removed content for reverted code in 65228
git-svn-id: trunk@65238 -
2021-06-15 13:23:01 +00:00
martin
61292d7a4b SynEdit: Handle new Gtk2 IM / Experimental / Issue #38730 / Based on Patch by Do-wan Kim / Moved to new unit / See commit 65175 #176f0b3310
git-svn-id: trunk@65237 -
2021-06-15 13:06:15 +00:00
martin
060ea23a23 Improve new InputManager code for gtk2 / Experimental / Issue #38730 / Patch by Do-wan Kim / see commit 65174 #0d724cb5bb
git-svn-id: trunk@65236 -
2021-06-15 13:06:12 +00:00
maxim
b0c766a26d LazUtils: deprecate UITypes and alias its types only for FPC 3.2.0 and up
git-svn-id: trunk@65235 -
2021-06-14 21:13:09 +00:00
martin
fe94a1906a Update readme / outdate info removed
git-svn-id: trunk@65233 -
2021-06-14 18:58:59 +00:00
wp
59ef6bd154 TDbf: Do not add package unit to uses section.
git-svn-id: trunk@65232 -
2021-06-14 17:43:08 +00:00
martin
a9bdfda626 FpDebug: version 1.0
git-svn-id: trunk@65231 -
2021-06-14 17:00:52 +00:00
martin
d977133558 Debugger: Change default for *new* installations to FpDebug (Win/Linux)
git-svn-id: trunk@65230 -
2021-06-14 17:00:49 +00:00
martin
caa6a14163 FpDebug: "waitable section" / Protect some code from being entered twice
git-svn-id: trunk@65229 -
2021-06-14 08:12:49 +00:00
juha
a078714f63 Revert r65213 #595fb2c21d. It caused a regression.
git-svn-id: trunk@65228 -
2021-06-14 07:52:06 +00:00
martin
6661f86edd Debugger: allow to force lazloggerbase via define
git-svn-id: trunk@65227 -
2021-06-14 07:30:45 +00:00
martin
a0035c6097 LazDebuggerFp: tests for modify watch / build modes for test
git-svn-id: trunk@65226 -
2021-06-14 07:30:39 +00:00
martin
3deb9a41fe FpDebug: Improve target-mem read/write on Linux / Allow bigger writes
git-svn-id: trunk@65225 -
2021-06-14 07:30:37 +00:00
martin
699930263c DwarfViewer: fix compile
git-svn-id: trunk@65224 -
2021-06-14 07:30:35 +00:00
juha
6f17bec491 Jedi Code Format: Format operator := and "case" in records. Issue #38995, patch by Domingo Galmés.
git-svn-id: trunk@65223 -
2021-06-13 10:11:55 +00:00
juha
3347fe79d8 Docs: Updates for LCL. Issue #38992, patch by Don Siders.
git-svn-id: trunk@65222 -
2021-06-12 06:22:03 +00:00
juha
8ec75e6918 LCL: Fix the %MainUnit directive in custompage.inc. Issue #38991, patch from Don Siders.
git-svn-id: trunk@65221 -
2021-06-11 21:18:30 +00:00
wp
1ea2257e11 LCL/ShellCtrls: Publish the inherited TShellListView properties LargeImagesWidth and SmallImagesWidth.
git-svn-id: trunk@65220 -
2021-06-11 19:26:47 +00:00