Commit Graph

61431 Commits

Author SHA1 Message Date
dsiders
5e67b02e81 Docs: LazControls/spinex. Adds topics for overloaded SameValue() methods in TCustomFloatSpinEditEx and TCustomSpinEditEx.
* Depends on 182cc8b8e6, 7f45938388, 5523c58bc9 0e5fdc884a, c301731931.

(cherry picked from commit 15e62fda4d)
2021-11-29 02:16:20 +03:00
Juha
69e9028c85 IDE: Show Frame's contents in designer also when its component package is installed in palette. Issue #39488.
(cherry picked from commit 05382f4ddf)
2021-11-29 02:16:20 +03:00
wp_xyz
8b4a580354 LazControls/TSpinEditExBase: IFDEF the previous commit (workaround for an already solved FPC bug). Issue #39490/39491.
(cherry picked from commit 5523c58bc9)
2021-11-29 02:16:19 +03:00
wp_xyz
a8a4e42e1f LazControls/SpinEditExBase: Fix compilation issue with FPC 3.2.0. Issue #39491.
(cherry picked from commit 7f45938388)
2021-11-29 02:16:19 +03:00
dsiders
f4daa8fde9 Docs: LCL/forms. Adds and updates topic content.
* Adds new topics in TScreen for BeginScreenCursor, EndScreenCursor.
* Corrects spelling errors.

(cherry picked from commit c301731931)
2021-11-29 02:16:19 +03:00
dsiders
aaa826ce6a Docs: LazControls/spin. Adds new topic for TSpinEditExBase.SameValue. Depends on 182cc8b8.
(cherry picked from commit 0e5fdc884a)
2021-11-29 02:16:18 +03:00
wp_xyz
ccf2b094dd LazControls/SpinEditExBase: Add virtual method SameValue() to fix compilation issue on Win/x64 for a currency descendant. Issue #39490.
(cherry picked from commit 182cc8b8e6)
2021-11-29 02:16:18 +03:00
Martin
eba951e985 FpDebug: Dwarf location-parser, allow to deref a register-location. See merge-request !28
(cherry picked from commit 0a7f1b1da9)
2021-11-28 12:06:25 +01:00
Martin
05a6267205 FpDebug: refactor external debug info / Enable for Linux and Windows
(cherry picked from commit 1c87dc96eb)
2021-11-28 12:04:20 +01:00
martin
36f418134e FpDebug: Start external dbg file support for Win
git-svn-id: trunk@65390 -
(cherry picked from commit 686e81d6e3)
2021-11-28 12:02:28 +01:00
Martin
22a136c663 FpDebug/FPD: Add FpDbgDwarfFreePascal - This activates the FPC specific dwarf interpretation.
(cherry picked from commit a365f46170)
2021-11-28 10:57:03 +01:00
Martin
98905fa395 Merge branch 'fpd1' into 'main'
Fix compilation of fpdebug\app\fpd

See merge request freepascal.org/lazarus/lazarus!49

(cherry picked from commit b03c9ccbb7)
2021-11-28 10:56:25 +01:00
Martin
0ecfcb3f2a Debugger: Fix "use instance class" button, in watches properties.
(cherry picked from commit 9e41ef446f)
2021-11-27 23:05:25 +01:00
Maxim Ganetsky
cbc6b141e2 Translations: French translation update by Gilles Vasseur, issue #39487
(cherry picked from commit 738e48c6b7)
2021-11-26 03:58:45 +03:00
wp_xyz
fb308f81d8 Revert "lcl/win32: Fix of disappearing underline of CourierNew text for some font sizes. Issue #39472."
This reverts commit 3875655f5b.
2021-11-26 00:05:56 +01:00
Juha
91d47a7e97 IDE: Disable Build-buttons in Configure Build Lazarus dlg when the IDE already compiles. Issue #26884.
(cherry picked from commit e17301cab0)
2021-11-25 00:55:05 +03:00
Juha
8d8ee178c7 Education package: Fix compilation after cbc97e5a03.
(cherry picked from commit b1e6affa83)
2021-11-25 00:55:05 +03:00
Juha
cdb3eee512 IDE: Update ComponentList after component visibility in Palette changed. Issue #23541.
(cherry picked from commit cbc97e5a03)
2021-11-25 00:55:05 +03:00
dsiders
e966701661 Docs: LCL/dialogs. Updates topic for DefaultPromptDialog.
(cherry picked from commit 163a3a2018)
2021-11-24 01:06:37 +03:00
Juha
f0f6ac33e6 ProjectGroups: Call ActiveChanged() when compiling all. Updates an indicator in the GUI. Issue #32475.
(cherry picked from commit 229162c203)
2021-11-24 01:06:36 +03:00
dsiders
8a09136ced Docs: LCL/dialogs. Updates content for the DefaultPromptDialog routine.
* Includes text from the forum message: https://forum.lazarus.freepascal.org/index.php/topic,46202.msg328576.html#msg328576

(cherry picked from commit 3abc423cba)
2021-11-24 01:06:36 +03:00
Juha
1c45f41387 FontEnum example: Add a missing alphabet. Issue #39480, patch by Don Siders.
(cherry picked from commit 6708a746c8)
2021-11-22 01:17:50 +03:00
wp_xyz
3875655f5b lcl/win32: Fix of disappearing underline of CourierNew text for some font sizes. Issue #39472.
(cherry picked from commit c5fae8fdd1)
2021-11-22 01:17:50 +03:00
Ondrej Pokorny
0dbd616f23 win32: fix setting TMenuItem.Visible := True in the top menu bar. Issue #39458 2021-11-20 10:05:27 +01:00
dsiders
93e97c6838 Docs: LCL/dbctrls. Adds topic for TDBEdit.TextHint. Depends on 4b12f85e.
(cherry picked from commit 21e9073aed)
2021-11-18 00:41:10 +03:00
Juha
dc1c3530f5 LCL: Publish TDBEdit.TextHint. Issue #39470.
(cherry picked from commit 4b12f85ede)
2021-11-18 00:41:09 +03:00
Juha
4e9324236f Designer: Name Menu separators as "SeparatorX" to make name clashes less likely. Issue #39471.
(cherry picked from commit 641c3a73f0)
2021-11-18 00:41:09 +03:00
Juha
de4b4ff80d ProjectTemplates: Prevent wrongly replacing "project" in .lpi file. Issue #39467.
(cherry picked from commit dda96a3864)
2021-11-18 00:41:09 +03:00
Patriccollu
33d1906384 Translations: addied LCL Corsican translation
Merge request freepascal.org/lazarus/lazarus!47

(cherry picked from commit dda3cc7c81)
2021-11-17 01:21:11 +03:00
Maxim Ganetsky
dc1dd00112 POChecker: added Corsican language support, regenerated translations and updated Russian translation
(cherry picked from commit b584409a3b)
2021-11-17 01:21:11 +03:00
Maxim Ganetsky
51c94cdf94 IDE: regenerated translations and updated Russian translation
(cherry picked from commit 58b84d453d)
2021-11-17 01:21:10 +03:00
Maxim Ganetsky
64a2b01134 IDE: added Corsican language support
(cherry picked from commit ad9215fe5e)
2021-11-17 01:21:10 +03:00
dsiders
b23c642762 Docs: LCL/controls. Adds or updates topic content.
(cherry picked from commit 9cfc817173)
2021-11-17 01:21:09 +03:00
dsiders
454da4cb26 Docs: LCL, LazUtils. Updates topics for changes in 53fe133e.
(cherry picked from commit 6bcaef208f)
2021-11-17 01:21:09 +03:00
Juha
48beacf452 IDE: Open also projects and packages when their names are drag/dropped, or passed as cmd line for a running instance. Issue #39338.
(cherry picked from commit 805c9e3169)
2021-11-17 01:21:09 +03:00
Sven Barth
9766005317 * for FPC 3.2.3 and newer alias GraphType.TGraphicsColor to System.UITypes.TColor, Graphics.PColor to System.UITypes.PColor and LCLType.COLORREF to System.UITypes.TColorRef to avoid type conflicts when both System.UITypes and the LCL units are used
Merge request freepascal.org/lazarus/lazarus!46 with minor change (enabled aliasing for FPC 3.2.3 too).

(cherry picked from commit 53fe133e43)
2021-11-16 00:40:47 +03:00
dsiders
3850fdc7fd Docs: LazUtils/lazloggerbase. Comments see also links to unit properties flagged as build warnings.
(cherry picked from commit c0540bb8b0)
2021-11-15 02:13:10 +03:00
mattias
1ff7a16725 ipro: fixed range check font size 2021-11-12 16:33:05 +01:00
dsiders
cd71d115c1 Docs: LCL. Removes duplicated content and links to updated original.
(cherry picked from commit f506e095e4)
2021-11-12 01:02:29 +03:00
Maxim Ganetsky
011e67767a IDE: regenerated translations
(cherry picked from commit f9a2339a88)
2021-11-11 00:23:47 +03:00
Juha
d53212bdf5 LCL-fpGUI: Fix compilation. Issue #39354, patch by Peter Blackman.
(cherry picked from commit 43da8c5047)
2021-11-11 00:23:46 +03:00
Juha
12e37d68f7 IDE: Remove unused resource strings.
(cherry picked from commit b6e4d70821)
2021-11-11 00:23:46 +03:00
dsiders
307078a0b5 Docs: LCL/grids. Fixes spelling error.
(cherry picked from commit f642074957)
2021-11-11 00:23:46 +03:00
dsiders
45e4591348 Docs: LCL/forms. Adds missing topics or content.
(cherry picked from commit bbd1e41311)
2021-11-11 00:23:45 +03:00
dsiders
f1f0190d47 Docs: LCL/controls. Updates Hint-related topics in TControl.
(cherry picked from commit 79e6efe7eb)
2021-11-10 00:49:33 +03:00
Željan Rikalo
59eb318814 Qt,Qt5: fixed OnCloseUp event for TDBCustomComboBox. issue #39455
(cherry picked from commit d43d4618e4)
2021-11-09 01:21:31 +03:00
Juha
63ed2c8183 Codetools: Ignore empty () in function description. Generate function body correctly. Issue #39441, patch by Domingo Galmés.
(cherry picked from commit 937b6bdfef)
2021-11-08 00:44:03 +03:00
Maxim Ganetsky
fd7222fae9 .gitignore: unified backup directory matching expression with ones for units and lib directories
(cherry picked from commit 647a86feb5)
2021-11-08 00:42:31 +03:00
Maxim Ganetsky
0563917145 Added backup subdirectories with their content to .gitignore
(cherry picked from commit 74e27157fd)
2021-11-08 00:42:30 +03:00
Juha
35df1923c0 IdeIntf: Rebuild the OI component tree after comp deletion. CollectionItems do not get deleted otherwise.
(cherry picked from commit 46a1f547f0)
2021-11-08 00:41:07 +03:00