Commit Graph

64187 Commits

Author SHA1 Message Date
mattias
4db15c7bce ide: find in files wnd: path editor 2023-01-01 21:07:24 +01:00
mattias
dc9124cb4e ide: TPathEditorButton.AssociatedComboBox 2023-01-01 21:07:24 +01:00
mattias
fbb3adf777 IDE: find in files wnd: load history 2023-01-01 21:07:24 +01:00
dsiders
b05acdb4f8 Docs: LCL/controls. Updates content for TWinControl and TControlChildSizing topics. 2023-01-01 18:58:30 +00:00
dsiders
c2843c14e4 Docs: LCL/forms. Modifies TCustomForm.DelayedEvevent topic for changes in 49c7830b. Issue #40043.
* Assumes the milestone is 2.2.6. Not specified on the issue report or commit.
2023-01-01 18:58:06 +00:00
wp_xyz
4f95fc8f17 fpvectorial: Avoid empty line at end of text written to svg files. Less hints and warnings. 2023-01-01 15:48:46 +01:00
Juha
49c7830b4a LCL: Call OnShow event also for a maximized form. Issue #40043. 2023-01-01 14:11:46 +02:00
Juha
abf6ed4748 Jedi Code Format: Support "noreturn" keyword. Issue #40074, patch by Domingo Galmés. 2023-01-01 13:38:03 +02:00
Ondrej Pokorny
71ac105bc7 Fix AV 2023-01-01 10:49:58 +01:00
Ondrej Pokorny
09845999ff fix AV 2023-01-01 03:06:58 +01:00
Michaël Van Canneyt
2fb475adfb * Instantsearch package 2022-12-31 18:58:51 +01:00
wp_xyz
07d796bdb3 fpvectorial: Add sample project to demonstrate usage of debug tree. 2022-12-31 16:59:54 +01:00
wp_xyz
52aec8a6a1 fpvectorial: Re-add and fix TvTable.AddColWidth (removed in commit 6b9ae632bc). Fixes compilation issue of sample project fpvtextwritetest2. 2022-12-31 15:57:39 +01:00
wp_xyz
038158c292 fpvectorial: Fix writing of utf8-encoded text. 2022-12-31 12:58:45 +01:00
wp_xyz
9e4c3a217d fpvectorial: Move sample projects into separate folders 2022-12-31 12:02:45 +01:00
wp_xyz
53f7749d99 fpvectorial: Font size as floating point value, issue #40073, patch by Johann Glaser. 2022-12-31 00:49:47 +01:00
Ondrej Pokorny
cc81fa77a5 IDEMessages: add OpenSelection function 2022-12-30 22:43:56 +01:00
Ondrej Pokorny
ba918c5eb2 TLazIDEInterface: add OnPackageBuilding handler 2022-12-30 22:43:17 +01:00
Ondrej Pokorny
76e16c5bd1 BuildIntf: publish LazProject1 so that it can be read from packages 2022-12-30 21:32:32 +01:00
mattias
5d4e6e72e4 ide: componenttree: change parent of non lcl components 2022-12-30 18:20:10 +01:00
mattias
f480047750 designer: ask mediator for default size 2022-12-30 13:10:17 +01:00
Ondrej Pokorny
cbef44b7ef CodeTools: fix attribute resolver - remove exception handling 2022-12-28 08:55:51 +01:00
Ondrej Pokorny
0f438c98fe CodeTools: fix attribute resolver 2022-12-28 02:07:17 +01:00
wp_xyz
5f76b3e31c LCL: additional fix to TWinControl.GetClientRect wcfBoundsRealized (DockedFormEditor issue), issue #40052. Patch by rich2014. 2022-12-27 15:48:12 +01:00
dsiders
822f606e97 Docs: LCL/comctrls. Adds content for overridden TPageControl.ChildClassAllowed topic. 2022-12-26 22:23:54 +00:00
dsiders
dea606d77f Docs: LCL/printers. Removes TODO entry that has already been handled. 2022-12-26 22:18:53 +00:00
Maxim Ganetsky
eb59ad598f JCF: regenerated translations and updated Russian translation 2022-12-26 02:15:26 +03:00
Juha
5719672f10 Codetools: Fix SmartHint for generic specialized types. Issue #29860. 2022-12-23 15:25:06 +02:00
dsiders
425db255bd Docs: LCL/editbtn. Adds and updates topics for changes in 5f4aa964. 2022-12-23 10:05:30 +00:00
dsiders
421193c712 Docs: LazControls/treefilteredit. Adds and updates topics for changes in 5f4aa964. 2022-12-23 10:05:13 +00:00
dsiders
c4dcb8c515 Docs: LazControls/listviewfilteredit. Adds and updates topics for changes in 5f4aa964. 2022-12-23 10:04:55 +00:00
dsiders
9a99d112b5 Docs: LazControls/listfilteredit. Updates topics for changes in 5f4aa964. 2022-12-23 10:04:24 +00:00
mattias
c2a26476f9 buildintf: comment 2022-12-23 10:08:05 +01:00
Juha
5ea4a1e270 Tools: Fix handling program parameters in runwait.sh. Issue #40045, patch by Dean Mustakinov. 2022-12-23 09:41:28 +02:00
Juha
edbe283fc6 Jedi Code Format: Eliminate an assertion failure in debug mode. Issue #40053, patch by Domingo Galmés. 2022-12-23 09:22:27 +02:00
Juha
2e160e525d Jedi Code Format: Improve the text for an indentation option. Issue #40054, patch by Domingo Galmés. 2022-12-23 09:19:29 +02:00
Juha
d6bfb829cf Jedi Code Format: Fix a memory leak. Issue #40058, patch by Domingo Galmés. 2022-12-23 09:09:05 +02:00
Juha
0777a5b939 Jedi Code Format: Fix indentation of generic function forward declarations. Issue #40055, patch by Domingo Galmés. 2022-12-23 09:04:40 +02:00
Juha
be093cd40d Add an example project for FilterEdits. Issue #40035, modified from patch by dbannon. 2022-12-22 22:09:08 +02:00
Juha
5f4aa96422 LazControls, FilterEdits: Improve setting the filter programmatically. Invalidate after properties change. 2022-12-22 20:50:05 +02:00
Maxim Ganetsky
70bc333d28 Merge branch 'main' into 'main'
Added NativeFilterEvent hook in qt5/qt6

See merge request freepascal.org/lazarus/lazarus!126
2022-12-22 16:13:47 +00:00
Matteo Salvi
2461afd1b1 Cleanup the code and update libqt*pas version 2022-12-22 16:11:02 +01:00
Matteo Salvi
5d47e14a50 Added NativeEventFilter hook in qt5 2022-12-22 16:10:18 +01:00
Matteo Salvi
7702f3d65a Added NativeEventFilter hook in qt6 2022-12-22 16:10:17 +01:00
Ondrej Pokorny
f0e459f047 FPC: Extend System.UITypes 2022-12-22 15:07:14 +01:00
Ondrej Pokorny
99caa084fc Revert TFontStyles to the original size 2022-12-22 15:07:14 +01:00
Maxim Ganetsky
fe6b88d8da CI: added a comment to configuration 2022-12-22 01:52:48 +03:00
Maxim Ganetsky
57cc6997fc CI: added manual job for building docs (and emitting them as artifact) with FPDoc from stable FPC 2022-12-21 15:15:09 +00:00
Željan Rikalo
3e36732de6 laz.virtualtrees: fixed crash with qt widgetsets on windows. issue #40056 2022-12-21 13:49:32 +01:00
Željan Rikalo
d115ec0399 Qt6: fixed building cbindings on windows. 2022-12-21 13:44:49 +01:00