Commit Graph

63205 Commits

Author SHA1 Message Date
Olly
db81590f90 synhighlighterpas: support multiline double quoted strings 2022-08-14 12:06:24 +02:00
dsiders
c303bd45d2 Docs: LCL/forms. Updates content in TControlScrollBar, TScrollingWinControl, TScrollBox topics. 2022-08-13 01:18:10 +01:00
Maxim Ganetsky
af52a74383 LCL: regenerated translations 2022-08-13 02:11:34 +03:00
Maxim Ganetsky
ae88991017 Merge branch 'Patriccollu-main-patch-31263' into 'main'
LCL: Update Corsican translation

See merge request freepascal.org/lazarus/lazarus!105
2022-08-12 22:57:42 +00:00
Maxim Ganetsky
1a05fd9bc3 Merge branch 'lazarus-Patriccollu-main-patch-31263'. See merge request !105. 2022-08-13 01:48:05 +03:00
Patriccollu
89940985cc LCL: Update Corsican translation 2022-08-13 01:41:08 +03:00
Maxim Ganetsky
de37de9b85 CI: re-enable building of target i386-win32 (FPC 3.2.0) now that issues are resolved 2022-08-13 01:09:04 +03:00
mattias
d90aee4c2d simplewebservergui: use external instead of linklib 2022-08-12 20:26:28 +02:00
Martin
f50c813229 Debugger: fix compile with fpc 3.2.0 2022-08-12 14:57:00 +02:00
Željan Rikalo
0c85e0ffb6 Qt5: fixed TListView checkbox state change on mouse click. issue #39852 2022-08-12 09:41:02 +02:00
Maxim Ganetsky
69fd4ceb83 CI: temporarily disable automatic building of failing target i386-win32 (FPC 3.2.0) until the issue is resolved 2022-08-12 04:22:04 +03:00
Maxim Ganetsky
edc0363a39 CI: Enable automatic building of x86_64-gtk2 (FPC 3.2.2) and i386-win32 (FPC 3.2.0). This covers most cases (two widgetsets, two FPC versions, two bitnesses, two OS platforms). All other targets can be still run manually if desired.
The reason Qt widgetset was not enabled: high build times (24-25 min). Other targets take 4-5 min each and updating build environment image process takes 19 min.
2022-08-12 03:42:37 +03:00
Maxim Ganetsky
ff0ee07384 Rewritten CI configuration.
1. Added Dockerfile.buildenv to generate build environment image. It is based on Debian 11 x86_64 (contains GTK2, GTK3, Qt5 libraries and FPC (versions 3.2.0, 3.2.2) for x86_64-linux with x86_64-win64 and i386-win32 cross-compilers.

2. New CI configuration with jobs to build Lazarus with both FPC versions for x86_64-gtk2, x86_64-qt5, x86_64-win64, i386-win32. Also there is a job to update build environment image, which should be only run when Dockerfile.buildenv and/or FPC version constants in .gitlab-ci.yml file were updated.

All jobs were set to manual (don't trigger automatically) mode for now.
2022-08-12 03:26:45 +03:00
dsiders
8425924181 Docs: LCL/various. Updates topic formatting.
* Removes whitespace used to indent content.
* Wraps text at 80 characters and adds EOL for wrapped lines.
2022-08-12 01:14:10 +01:00
Martin
871038c1a0 Merge branch 'fix-missing-DW_AT_XX_pc' into 'main'
FpDebug: Handle case where DW_AT_high_pc = 0 for compiled unit

See merge request freepascal.org/lazarus/lazarus!102
2022-08-11 18:43:20 +00:00
juha
d623f68c1d IdeIntf: Prevent bogus entries in TEnumPropertyEditor better. Issue #39832. 2022-08-11 18:57:32 +03:00
Patriccollu
5820a19343 LCL: Update Corsican translation 2022-08-11 15:18:32 +00:00
juha
686b056fcf IdeIntf: Prevent bogus entries with a non-contiguous enum in TEnumPropertyEditor. Issue #39832. 2022-08-11 11:54:28 +03:00
juha
62e33c59a2 LazReport: Add options for new PreviewButtons. Issue #39845, patch by michalgw. 2022-08-11 08:59:37 +03:00
juha
0bd2462114 LCL: Clean comments in Grid Options. Issue #39848, patch by Alexey Torgashin. 2022-08-11 08:15:44 +03:00
dsiders
78aa444a26 Docs: LazUtils/various. Updates topic formatting.
* Removes whitespace used to indent content.
* Wraps text at 80 characters and adds EOL for wrapped lines.
2022-08-11 02:47:56 +01:00
dsiders
7150c071cc Docs: LCL/grids. Fixes invalid See Also link. 2022-08-11 02:47:25 +01:00
Bart
8abffea77a Grids: capitalize Sender. Patch by Alexey Torgashin. Issue #39849. 2022-08-10 23:00:28 +02:00
dsiders
6ac600c33d Docs: LCL. Fixes awkward tagging for long URLs. 2022-08-10 16:48:28 +01:00
dsiders
b599991baf Docs: LCL/grids. Fixes grammar, and adds missing See Also links. 2022-08-10 16:38:01 +01:00
Ondrej Pokorny
f1daf18fa8 Revert "LCL: Graphics: DefFontData is to be changed, declare it as var"
This reverts commit a1a3a98062.
2022-08-10 10:11:24 +02:00
dsiders
f7d5147489 Docs: LazUtils. Updates topic formatting.
* Removes whitespace used to indent topic content.
* Wraps text at 80 characters and restores EOL for wrapped lines.
2022-08-08 15:36:03 +01:00
ccrause
4c3d53137f Only break out of search loop if current Result contains the sfHasLine flag. 2022-08-08 09:25:20 +02:00
dsiders
4d5df8c403 Docs: LazUtils. Updates tagging for True, False values.
* Removes whitespace used to indent topic content.
* Wraps text at 80 characters and restores EOL.
2022-08-08 03:11:12 +01:00
Martin
2468eac09e Debugger: Feedback dialog, use ParentColor. Issue #39839 2022-08-07 23:44:13 +02:00
wp_xyz
2b63ae02b5 tools/icons_to_html: Minor refactoring. 2022-08-07 23:21:15 +02:00
Martin
20a05aea86 LazLogger: fix parsing parameters (handling "=") / Issue #39812 2022-08-07 23:20:22 +02:00
Martin
795b94703f FpDebug: missing result initialization 2022-08-07 23:19:17 +02:00
dsiders
8c274698ab Docs: LazUtils/lazfileutils. Updates topic content. Fixes spelling and grammar errors.
* Removes whitespace used to indent topic content.
* Wraps text in content at 80 characters.
2022-08-07 19:19:04 +01:00
dsiders
d75d2884f7 Docs: LazUtils/fileutil. Updates tagging for True, False values.
* Removes whitespace used to indent topic content.
* Wraps text in content at 80 characters.
2022-08-07 19:18:45 +01:00
wp_xyz
8e559b1fe9 Images: "open envelop", a new general-purpose image motive by Roland Hahn. 2022-08-07 19:34:30 +02:00
dsiders
ab0220e48a Docs: RttiControls/rttigrids. Updates TTICustomGrid, TTIGrid topics and See Also links.
* Includes a trailing space on word-wrapped lines.
2022-08-07 01:12:07 +01:00
dsiders
ba7e61ad45 Docs: RttiControls/rttictrls. Updates topic content and See Also links.
* Includes a trailing space on word-wrapped lines.
2022-08-07 01:11:40 +01:00
wp_xyz
0ddb329d2a tools/icons_to_html: Minor refactoring of ini storage for IconTable project. 2022-08-06 12:15:29 +02:00
Maxim Ganetsky
a76721ce2e .gitlab-ci.yml: return to correct directory after installing compiler 2022-08-06 00:57:31 +00:00
Maxim Ganetsky
3cdf766f43 .gitlab-ci.yml: add diagnostic output 2022-08-06 00:47:33 +00:00
Maxim Ganetsky
d9a7f4f8a1 .gitlab-ci.yml: try 4 to fix job failure 2022-08-06 00:31:01 +00:00
Maxim Ganetsky
7cc5633856 .gitlab-ci.yml: add missing space character 2022-08-06 00:03:33 +00:00
Maxim Ganetsky
4d778a3487 .gitlab-ci.yml: try 3 to fix job failure 2022-08-05 23:57:59 +00:00
Maxim Ganetsky
3842d49c9f .gitlab-ci.yml: another try to fix job failure 2022-08-05 23:42:27 +00:00
Maxim Ganetsky
ff9be93e98 .gitlab-ci.yml: try to fix job failure by suppressing install.sh error output 2022-08-05 23:33:06 +00:00
Maxim Ganetsky
c4b04842e4 .gitlab-ci.yml: also install build-essential packages (needed for 'make') 2022-08-05 23:09:25 +00:00
wp_xyz
9a3132f99f Images: Update html preview of general-purpose images. 2022-08-06 00:56:48 +02:00
Maxim Ganetsky
b1cab800e6 .gitlab-ci.yml: let apt-get work non-interactively 2022-08-05 22:50:49 +00:00
Maxim Ganetsky
14783ceac0 Created initial CI configuration (build on Linux/FPC3.2.2/GTK2) 2022-08-05 22:47:32 +00:00