Commit Graph

70691 Commits

Author SHA1 Message Date
mattias
09dee74383 ide: find lfm refs: better hack for revert designer, from Włodzimierz Bień 2025-05-16 16:20:52 +02:00
mattias
d80d642a7e codetools: fixed typo 2025-05-16 15:42:47 +02:00
zeljan1
1f9623085b Qt5,Qt6: continue paint when using docked form designer. 2025-05-16 13:08:52 +02:00
dsiders
5d97a5e529 Docs: LCL/graphics. Adds, updates topics for changes in f9cc0dca. Issue #41642.
* TGradientDirection
* gdVertical
* gdHorizontal
2025-05-15 20:15:49 -04:00
wp_xyz
f9cc0dca29 LCL/Graphics: Fix compilation issue of AggPas, BGRABitmap, ... after introduction of GradientFill in FPCanvas of FPC 3.3.1. Issue #41642. 2025-05-15 22:42:48 +02:00
mattias
2adbf891cc codetools: test for find refs in lfm 2025-05-15 16:07:29 +02:00
mattias
1b3878ba9d codetools: started test for rename in lfm 2025-05-15 16:07:29 +02:00
rich2014
cbcb7e8105 LCL: fix the issue in TCustomImage.GetCanvas(), #36093 2025-05-15 21:13:20 +08:00
Maxim Ganetsky
8b9257f79a IDE: regenerated translations and updated Russian translation 2025-05-15 15:50:38 +03:00
rich2014
86cc65cb54 Cocoa: fix the issue that WidgetSet.DropFiles() was not called 2025-05-15 19:24:40 +08:00
Martin
4475b7c6b1 Merge branch 'IDE/Options/Editor/Display/Colors/Samples' into 'main'
IDE/Options: Fix color names in code samples

See merge request freepascal.org/lazarus/lazarus!463
2025-05-15 13:04:46 +02:00
n7800
bd4a3c1888 IDE/Options: Indicate the new color name "Selected text" in code samples. Related to !367 2025-05-15 12:34:29 +02:00
Mattias Gaertner
674292b85b Merge branch 'IDE/MsgWnd/HeaderSeparators' into 'main'
IDE/MessagesWnd: Remove the drawing of dashed separation lines

See merge request freepascal.org/lazarus/lazarus!472
2025-05-15 09:56:38 +00:00
Martin
34541a9c02 SynEdit: fix painting gutter-part with margin. Issue #41638 2025-05-15 10:46:22 +02:00
Juha Manninen
207ede94da Merge branch 'IDE/BuildLazDlg/KeyAccels' into 'main'
IDE/BuildLazDialog: Added keyboard accelerators

See merge request freepascal.org/lazarus/lazarus!474
2025-05-15 07:35:54 +00:00
n7800
d34dffb10c IDE/BuildLazDialog: Added keyboard accelerators 2025-05-15 07:05:54 +00:00
dsiders
4156a98ab6 Docs: LCL/lcltype. Updates topics for changes in 95c0189a. Issue #41631.
* TLCLHandle
* INVALID_HANDLE_VALUE
2025-05-14 12:12:29 -04:00
wp_xyz
4fd9cec6c7 LCL/TreeView: Fix compilation in FPC 3.3.1 after change in FreeAndNil in commit 3df8de199470da796a9c00fc01f7ed6c3a07dc18 2025-05-14 16:39:18 +02:00
Maxim Ganetsky
8001f45c6a Chmmaker: Improved filename handling. Patch by David Mizzell, issue #41634. 2025-05-14 16:27:56 +03:00
Maxim Ganetsky
95c0189acd LCL: reintroduced INVALID_HANDLE_VALUE constant to LCLType, issue #41631 2025-05-14 15:45:12 +03:00
Juha Manninen
c5b2f69010 Merge branch 'IDE/BuildLazDlg/Shortcuts' into 'main'
IDE/BuildLazDialog: Added keyboard shortcuts

See merge request freepascal.org/lazarus/lazarus!473
2025-05-14 11:26:04 +00:00
zeljan1
26266caedc Qt5,Qt6: fixed painting in designer when using docked form designer. issue #41640 2025-05-14 13:17:17 +02:00
zeljan1
b83ff6e8b4 Qt5: added LCLQt_DestroyWidget to keep in sync with qt6 and easier merging. 2025-05-14 13:00:46 +02:00
n7800
5eea711f78 IDE/BuildLazDialog: Added keyboard shortcuts 2025-05-14 10:53:01 +00:00
zeljan1
ae99aee828 Qt5,Qt6: fixed client size when design in dockedformeditor + form contains main menu. issue #41637 2025-05-14 12:41:53 +02:00
Juha
661d542787 LazUtils: Remove ThousandSeparator handling from function IntToStrWithSuffix. 2025-05-14 08:08:19 +03:00
n7800
4f03bfd796 IDE/MessagesWnd: Remove the drawing of dashed separation lines 2025-05-14 04:30:34 +05:00
mattias
753d458a35 ide: find lfm identifiers: do not check uses, by Włodzimierz Bień 2025-05-13 16:38:11 +02:00
mattias
ac1d006ca6 ide: comment 2025-05-13 12:33:33 +02:00
mattias
20bd76f8a3 codetools: added test for UsesSectionToUnitnames, added FindUnitFileInAllUsesSections, IsUnitInUnitPath 2025-05-13 12:18:35 +02:00
Martin
800b2cd836 IDE: Editor color options, keep custom colors between invocations of color picker (currently only within the same frame) 2025-05-13 12:18:21 +02:00
zeljan1
cb87ad069d Qt5,Qt6: fixed offset when using docked form editor and form contains main menu.issue #41637 2025-05-13 10:33:35 +02:00
Maxim Ganetsky
8fb7e57694 IDEDebugger: updated Russian translation 2025-05-12 17:47:59 +03:00
zeljan1
935518694c Qt6: Use custom event for widget destroy. issue #41470 2025-05-12 15:47:23 +02:00
Martin
acfe1ea112 IDE, Debugger: change stack "current" caption. Issue #38655 2025-05-12 11:05:36 +02:00
Juha
7c96763d18 LazUtils: Use parameter name Value in IntToStrWithSuffix(), matching IntToStr() parameter. 2025-05-12 11:14:13 +03:00
Juha
d1e7421b13 LazUtils, IDE: Add a new function IntToStrWithSuffix and use it in Code Browser. Fix a wrong ThousandSeparator. 2025-05-12 10:45:16 +03:00
Maxim Ganetsky
88271c66eb Merge branch 'main' into 'main'
Qt5, Qt6 bindings: don't export unneeded symbols in libQt5Pas.so.1 and libQt6Pas.so.6

See merge request freepascal.org/lazarus/lazarus!410
2025-05-11 16:42:54 +03:00
BZZZZ
c728c309c2 Qt5, Qt6 bindings: don't export unneeded symbols in libQt5Pas.so.1 and libQt6Pas.so.6 2025-05-11 16:42:54 +03:00
Martin
093a68b134 SynEdit: improve EnsureCursorPosVisible, don't force a persistent selection into view 2025-05-10 20:01:41 +02:00
Martin
fe839fa1a1 SynEdit: remove debug output from syncro edit 2025-05-10 20:00:57 +02:00
Massimo Magnano
6cc25dbb6d LCL-GTK2: Fixed TMenuItem.Default property. Issue #41528. 2025-05-10 16:15:25 +03:00
Juha
83c1c08a14 LCL-GTK2: Improve and refactor function Ampersands2Underscore. By Massimo Magnano, merge request !449. 2025-05-10 15:50:18 +03:00
n7800
505f2dc9bd Favorites: Correct package description after adding packages to the "Open ..." toolbar button drop-down menu. Merge request !416. 2025-05-10 15:09:47 +03:00
n7800
fc79b027e7 IDE/Options: Cleaning up the "Files" options frame after eac9c6e5c6. Merge request 416. 2025-05-10 15:07:47 +03:00
Juha Manninen
7b5d9402fe Merge branch 'IDE/MsgWnd/SearchFocus' into 'main'
IDE/MessagesWnd: Restore the focus when closing the search panel

See merge request freepascal.org/lazarus/lazarus!469
2025-05-10 10:52:27 +00:00
zeljan1
294300d25d Qt5,Qt6: keep safe if mouserelease destroys QLineEdit of TComboBox 2025-05-10 12:50:18 +02:00
Juha Manninen
7cae2183b1 Merge branch 'IDE/MsgWnd/ShortCuts' into 'main'
IDE/MessagesWnd: Assigning shortcuts for some context menu commands via "MenuItem.ShortCut"

See merge request freepascal.org/lazarus/lazarus!468
2025-05-10 10:49:03 +00:00
zeljan1
7fe4213c44 Qt5: fix potential crash when push button is destroyed or recreated inside mouseRelease event (potential because qt5 still uses deleteLater()) 2025-05-10 12:24:51 +02:00
n7800
921b3b4996 IDE/MessagesWnd: Restore the focus when closing the search panel 2025-05-10 10:22:32 +00:00