Commit Graph

69297 Commits

Author SHA1 Message Date
wp_xyz
8e72df6b62 Examples: Remove semicolon after "then" in virtualtreeview and pen_brush examples. Part of MR !403 by n7800 2024-12-13 11:23:55 +01:00
Željan Rikalo
4c1940a28c Qt5: fixed blurred text when drawing QImage and QPixmap and hidpi enabled for qt libs >= 5.14. issue #41276 2024-12-12 16:41:56 +01:00
Martin
5cb22fbc12 LazControls:
- Incompatible: Change property access from TStringList to TStrings
- TreefilterEdit, Change internal storage
- Change to merge sort
2024-12-12 13:22:59 +01:00
Martin
4008995d38 LazUtils: Added GetLazNormalizedFilename / docs 2024-12-12 13:18:35 +01:00
Martin
f856a8cc8c LazUtils: Added GetLazNormalizedFilename 2024-12-12 13:18:35 +01:00
wp_xyz
72a834edba TAChart: Fix crash when Hide is called for an inactive chart tool. 2024-12-12 11:58:38 +01:00
Maxim Ganetsky
c17363c521 IDE: component list layout improvements by Don Siders, issue #41273 2024-12-11 02:03:34 +03:00
Željan Rikalo
563018b0c5 Qt5: Use QColorDialog_getColor() instead of QColorDialog_getRgba() so we can set title and options. issue #22717 2024-12-10 21:06:50 +01:00
Bart
7c3e5aa112 Win32: ifdef then const declaration of CC_ANYCOLOR for fpc < 3.3.1. 2024-12-10 18:26:39 +01:00
Martin
9e143167ff IDE: Project/SourceEdit, optimize finding default highlighter. Only call codetools, if source has a pas-HL. 2024-12-10 13:19:58 +01:00
Martin
2a690eac26 IDE: Project/SourceEdit, reimplement user-set custom highlighter. Only calculate default if needed. 2024-12-10 13:06:53 +01:00
Martin
046947520c IDE: SourceEditor change Highlighter, don't show internal dummy HL. 2024-12-09 20:16:32 +01:00
Željan Rikalo
7ae7202855 Qt5: fixed crash with uninitialized menubar. issue #41271 2024-12-09 16:42:55 +01:00
dsiders
8477f6087d Docs: LCL/dialogs. Adds and updates TColorDialog topics for changes in 9077ef32. Issue #22717.
* Affects:
* TColorDialogOption
* TColorDialogOptions
* TColorDialog.Options
* TColorDialog.Create
* DefaultColorDialogOptions
2024-12-08 18:12:09 +00:00
Bart
9077ef32a2 LCL: implement TColorDialog.Options. Currently only supported for Win32/Win64 widgetset. Issue #22717.
The default value differs from Delphi (7) for backwards compatibility (CC_FULLOPEN flag was always set in Windows).
2024-12-08 13:56:30 +01:00
DomingoGP
f41f2bded2 Jedi code format: fix wrong error line number when formating selection. 2024-12-08 12:19:42 +01:00
dsiders
52c27a7cd9 Docs: LazControls/treefilteredit. Adds TTreeFilterEdit.SetTreeFilterSilently topic for changes in 9e8dbdc9. Issue #41259. 2024-12-07 18:12:50 +00:00
Bart
4204fa7a65 TListView: fix potential AV in SetDropTarget. Issue #19083. 2024-12-07 18:45:20 +01:00
Martin
3e73ce083c IDE, Project: remove property "Marked", in SourceEditor pass option as param. 2024-12-07 10:26:26 +01:00
Juha
ca8d8b9b84 IDE: In ComponentList show Designer when selecting component or clicking on selection button. Merge request !399 by n7800. 2024-12-07 08:58:21 +02:00
n7800
e5f9504c5f IDE/MessagesWnd: Adding shortcuts in the window for some actions. Merge req. !397, issue #41258, corrected #40347 2024-12-07 07:21:49 +02:00
n7800
fa5e89719b IDE/MessagesWnd: Check modifier key presses in the KeyDown method 2024-12-06 06:24:21 +02:00
Juha Manninen
9b726c777f Merge branch 'IDE/PjInsp/PropPanelLimit' into 'main'
IDE/ProjectInspector: Limit the height of the properties panel

See merge request freepascal.org/lazarus/lazarus!395
2024-12-03 20:58:08 +00:00
Juha Manninen
47ac7c5dbd Merge branch 'IDE/PkgEd/PropPanelLimit' into 'main'
IDE/PackageEditor: Limit the height of the properties panel

See merge request freepascal.org/lazarus/lazarus!396
2024-12-03 20:55:25 +00:00
n7800
ace400800b IDE/ProjectInspector: Limit the height of the properties panel 2024-12-03 20:21:37 +00:00
n7800
8241e502b7 IDE/PackageEditor: Limit the height of the properties panel 2024-12-03 20:19:54 +00:00
Juha
40abf67e3b IDE: Take care of PPI resolution when saving Project Inspector panel size. Issue #39955, patch by n7800. 2024-12-03 06:16:52 +02:00
mattias
a4e973c943 ide: fixed asking for reopen project when editing lpi in source editor and external change 2024-12-01 16:31:09 +01:00
Martin
337d747d4d IDE, Project: refactored unit lists for units with specific flags. 2024-12-01 11:37:38 +01:00
Juha
5dc0aebd74 IDE: Minor optimization and formatting. 2024-12-01 12:25:15 +02:00
dsiders
0f4a7bbc7e Docs: LCL/editbtn. Updates TCustomControlFilterEdit topics for changes in d326f3e9e7. Issue #41259.
* d326f3e9e7 IDE In search results window, do not expand nodes when switching tabs.
* Added: TCustomControlFilterEdit.FAlreadyFiltered
* Updated: TCustomControlFilterEdit.InvalidateFilter, TCustomControlFilterEdit.Destroy
2024-12-01 04:51:44 +00:00
Maxim Ganetsky
ae599e9b61 LazDebuggers: reverted part of e1aff780f0 to hopefully unbreak compilation on Windows 2024-12-01 03:05:51 +03:00
Juha
b9ba41e89c IDE: In Messages window open selected line with Enter key. Ieeus #41258. 2024-12-01 01:20:44 +02:00
Juha
d326f3e9e7 IDE In search results window, do not expand nodes when switching tabs. Issue #41259. 2024-12-01 00:35:10 +02:00
Juha
e1aff780f0 LazDebuggers: Cleanup in unit DebugProcess. 2024-12-01 00:35:09 +02:00
Martin
acb3f71e60 IDE: rename function GetSourcesChangedOnDisk / incorrect name 2024-11-30 19:53:05 +01:00
Martin
a81ad6381b SynEdit: Pas-Highlighter. Treat some utf8 as identifiers, to avoid splitting combining marks. Related to Issue #41228 2024-11-24 18:41:12 +01:00
Martin
ed45ec5224 SynEdit: partly implement handling of space followed by combining mark. Issue #41228 2024-11-24 18:15:23 +01:00
Martin
79be6943b5 SynEdit: PascalHighlighter, remove some false detection of continue/break/exit 2024-11-24 17:57:52 +01:00
Željan Rikalo
08438724ec Qt5,Qt6: fixed regression, signals should not be stopped for button with focusPolicy = QtNoFocus. issue #41237 2024-11-23 21:43:30 +01:00
robsean
adf1c1e591 IDE: Chinese translation update by robsean, merge request !392 2024-11-23 22:08:47 +03:00
Željan Rikalo
3afef2e176 Qt5, Qt6: do not change floatSpinbox value on mouse move. issue #41255 2024-11-23 18:09:38 +01:00
Martin
bbcdf77e01 FpDebug: Update "dwarf-4 fix for broken fpc". Fpc 3.2.3 has been fixed 2024-11-23 14:55:28 +01:00
Martin
9b406db211 FpDebug: test, clean up signed enum tests 2024-11-23 14:55:27 +01:00
Martin
ba0a9c5bf7 FpDebug: fix checks for end of CIE-data. Don't read outside the section data. 2024-11-23 14:55:27 +01:00
Martin
9fd6981814 FpDebug: Linux, check if thread is known. 2024-11-23 14:55:27 +01:00
Juha
8583ffa716 LCL: Formatting. 2024-11-23 08:10:58 +02:00
Juha
ce99987f79 LCL-GTK2: Don't fire "OnChange" and "OnEditingDone" when TSpinEdit/TFloatSpinEdit lose focus. Issue #41254. 2024-11-22 23:35:08 +02:00
Michaël Van Canneyt
e9df17213c * OpenAPI support 2024-11-22 14:17:34 +01:00
Željan Rikalo
ea838aa496 Gtk2: fixed bitmap creation when ratio DataSize/MaskSize have remainder. issue #41070 2024-11-21 19:52:47 +01:00