Commit Graph

69512 Commits

Author SHA1 Message Date
Maxim Ganetsky
1425aab2f7 SynEdit (Python highlighter): removed dangling semicolon after "then", patch by n7800, merge request !403 2024-12-14 22:36:54 +03:00
Maxim Ganetsky
c53ead5cc8 Printers: removed dangling semicolon after "then", patch by n7800, merge request !403 2024-12-14 22:36:54 +03:00
n7800
b807160141 Aarre: removed dangling semicolon after "then", patch by n7800, merge request !403 2024-12-14 22:36:54 +03:00
Bart
99df3f6ad4 TColorDialog: implement option cdNoEyeDropperButton(QT6.6+) 2024-12-14 19:51:41 +01:00
Bart
4a9ba936a8 QT6: implement TColorDialog.AlphaChanneld and TColorDialog.Options cdShowAlphaChannel, cdNoButtons and cdDontUseNativeDialog. 2024-12-14 19:38:46 +01:00
Bart
47d9468d12 QT5: implement TColorDialog.Options cdNoButtons and cdDontUseNativeDialog 2024-12-14 16:56:59 +01:00
Bart
8fd7e96fa5 QT5: implement TColorDialog.AlphaChannel and associated TColorDialogOption cdShowAlphaChannel. 2024-12-14 16:49:48 +01:00
Bart
b511c5cafa QT: add missing Clipboard.EndX11SelectionLock in TQtWSColorDialog.ShowModal (copy paste error). 2024-12-14 16:41:38 +01:00
Bart
4360b24b70 QT: implement TColorDialog.Options cdNoButtons and cdDontUseNativeDialog. 2024-12-14 16:38:35 +01:00
Martin
1408958bc6 Merge branch 'Typos/Misspellings' into 'main'
IDE/SourceEditor: Fix a typo in the type name TSynHighlighterLazCustumPasAttribute

See merge request freepascal.org/lazarus/lazarus!404
2024-12-14 15:37:37 +00:00
Bart
2753fed6e8 QT implement TColorDialog.AlphaChannel and associated option cdShowAlphaChannel. 2024-12-14 16:20:28 +01:00
n7800
11ea7e7e46 IDE/SourceEditor: Fix a typo in the type name TSynHighlighterLazCustumPasAttribute 2024-12-14 15:08:33 +00:00
Bart
633cb5bbc0 TColorDialog: implement property AlphaChannel and associated option cdShowAlphaChannel for GTK2. 2024-12-14 15:54:25 +01:00
wp_xyz
5a4f5ca305 Commit missing files from 8e72df6b62 2024-12-13 17:57:26 +01:00
mattias
b66a32c36b gtk2: fixed application deactivate on switch using alt-tab 2024-12-13 12:11:51 +01:00
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