Commit Graph

61168 Commits

Author SHA1 Message Date
Jesus Reyes A
2d593b196f LazReport: Resizeable object inspector, fix issue #12156 2021-09-01 10:03:48 -05:00
dsiders
5ae19e4e88 Docs: LCL. Adds missing topics and content. 2021-09-01 01:34:46 +01:00
Jesus Reyes A
92805d1862 LazReport: Clear objInsp selection before deleting objects to avoid AV if objInsp is editing a property, fix issue #26060 2021-08-31 00:15:14 -05:00
dsiders
510899de02 Docs: LCL/grids. Adds missing topics, updates topic content. 2021-08-31 01:29:11 +01:00
dsiders
f8fae99933 Docs: LCL/forms. Adds missing topics or content. 2021-08-30 23:54:58 +01:00
dsiders
59b2adcee3 Docs: LCL/graphics. Adds missing topics, short descriptions, see also links. 2021-08-30 19:02:28 +01:00
Željan Rikalo
a84e602a48 Qt5: additional fix for hovered buttons. issue #38356 2021-08-30 12:43:18 +02:00
dsiders
284f51e4d0 Docs: LCL. Updates to DoAutoCompleteSelect topic.
* depends on fef094c56f
2021-08-29 16:33:57 +01:00
Jesus Reyes A
fef094c56f LCL: Fix updating list dataset on dblookupcombobox on selection or autocomplete, issue #39343 2021-08-29 00:49:48 -05:00
Željan Rikalo
52f2a8b88f Qt,Qt5: Fixed menu radio items. issue #37741 2021-08-28 20:03:54 +02:00
Željan Rikalo
fcf361530d Qt,Qt5: fixed changing TMenuItem.ImageIndex inside main menu. issue #37608 2021-08-28 19:26:29 +02:00
dsiders
31c207d9ed Docs: LCL. Adds missing content and see also links. 2021-08-28 17:56:13 +01:00
Željan Rikalo
5466d422e1 Qt,Qt5: Fixed checkboxes states after sorting in TListView. issue #38137 2021-08-28 17:21:08 +02:00
Željan Rikalo
ce63f619fc Qt,Qt5: Fixed slowness with TListBox. issue #39311 2021-08-28 14:20:36 +02:00
Jesus Reyes A
81a1feb88d IdeIntf: Fix BufDataset component editor "Save Data to File" verb 2021-08-27 17:45:57 -05:00
Joost van der Sluis
8edd40f3f3 LCLBase: Fpmake.pp, messages unit is non-windows only 2021-08-28 00:09:45 +02:00
Joost van der Sluis
bbe0b81f62 Lazutils: Fpmake.pp, added conditional dependency on winunits-base 2021-08-27 00:19:05 +02:00
Maxim Ganetsky
a5b32740f8 PoChecker: added .res file to version control 2021-08-27 00:43:20 +03:00
Maxim Ganetsky
0ab69e8387 .gitignore clean up 2021-08-26 18:00:00 +03:00
Maxim Ganetsky
e881c3e6aa Added executable names to .gitignore 2021-08-26 17:54:37 +03:00
mattias
266c74db95 tools: added git ignores for linux binaries and config 2021-08-26 16:09:40 +02:00
dsiders
7934337ee6 Docs: LCL. Reflects changes for DropDownCount, DropDownRows properties.
* depends on 1e64a658
2021-08-25 22:08:13 +01:00
Jesus Reyes A
19530e0548 LCL: Grids: Fix size of moved block in AutoFillColumns 2021-08-25 10:06:20 -05:00
Jesus Reyes A
1e64a65808 LCL: Deprecated TDBLookupComboBox DropDownCount property in favor of DropDownRows to improve delphi compatibility, issue #35864 2021-08-25 00:58:24 -05:00
Jesus Reyes A
976c56ef7c LCL: Grids, allow compiling with FPC 3.0.4 2021-08-24 20:09:24 -05:00
dsiders
cfccdb8ca2 Docs: LCL/Grids. Updates TCustomGrid topics for AutoFillColumns,
* depends on 7b9589dc61
2021-08-24 16:49:09 +01:00
Jesus Reyes A
1eeb23074a LCL: fix TValueListEditor LoadContent in case of exceptions, issue #36182 2021-08-24 02:24:27 -05:00
Jesus Reyes A
f530072937 LCL: grids: AutoFillColumns, loop should count down to 0 as sometimes it deletes columns 2021-08-23 23:54:30 -05:00
Jesus Reyes A
239be664c0 LCL: Grids, fix typo that breaks compiling. 2021-08-23 12:45:01 -05:00
Jesus Reyes A
7b9589dc61 LCL: grids: Implements MinSize/MaxSize column properties for grids with AutofillColumns=true, issue #34548 2021-08-23 12:21:06 -05:00
dsiders
06a60b60b6 Docs: LCL, LazUtils. Updates topic content.
* docs/xml/lazutils/lazfileutils.xml
Expands content in ResolveDots.

* docs/xml/lcl/dialogs.xml
Updates wording in InputQuery.
2021-08-23 15:53:15 +01:00
Bart
6df7e87568 tests: add another test for TestTrimFileName. 2021-08-20 18:54:50 +02:00
Bart
840389dad3 LazFileUtils: make ResolveDots a little more consitent w.r.t. having the result ending with a PathDelim. Issue #37188. Do not merge to Fixes 2.2. 2021-08-20 18:43:37 +02:00
dsiders
5e0cc9032a Docs: LCL. Fixes wording and see also link in AutoSizeColumns. 2021-08-19 23:12:41 +01:00
dsiders
d5fe15d448 Docs: LCL. Updates topics in ShellCtrls.xml.
* Adds topics for TCustomShellListView.AutoSizeColumns.
* Updates TCustomShellListView.Resize.
2021-08-18 20:00:06 +01:00
wp_xyz
89299a2f6a LCL/ShellListView: Reserve space for vertical scroll bar in Resize. Issue #39333, based on patches by Don Siders. 2021-08-18 19:16:38 +02:00
dsiders
10c474f730 Docs: LazUtils. Updates content to reflect current constant values. 2021-08-17 20:53:48 +01:00
dsiders
3313ccc17c Adds and updates grids, dbgrids topics for merges to fixes_2_2. 2021-08-16 02:37:32 +01:00
dsiders
fb27fcd12a Docs: LazControls. Adds, updates topic content. 2021-08-15 03:43:01 +01:00
Jesus Reyes A
a80484b538 LCL, fix dbgrid right click selection when dgAnyButtonCanSelect option is active, patch by Emil Totev, issue #37357 2021-08-14 16:42:06 -05:00
Martin
1c87dc96eb FpDebug: refactor external debug info / Enable for Linux and Windows 2021-08-14 15:23:17 +02:00
dsiders
0467d7cf0f Docs: LazUtils. Adds missing content and see also links. 2021-08-14 03:41:18 +01:00
dsiders
5db1922e37 Docs: LCL. Updates topic content and links. 2021-08-13 06:21:55 +01:00
dsiders
ac39e408c7 Docs: LazUtils. Adds missing topics. Updates content. 2021-08-13 05:15:52 +01:00
Jesus Reyes A
a61af93917 LCL: Fix DBGrid AutoAdjustColumns for memo fields when dgDisplayMemoText option is active, issue #37776 2021-08-12 22:36:51 -05:00
dsiders
172b6d5464 Docs: LCL. Fixes tagging for Assign operator. Adds missing content. 2021-08-13 03:10:27 +01:00
Sławek Załęcki
5a9d725dfe Update packagesystem.pas - fix curly brackets to square brackets 2021-08-13 00:30:00 +03:00
Maxim Ganetsky
3945f7302f updatepofiles: improved diagnostic output 2021-08-12 00:38:13 +03:00
Jesus Reyes A
fc83aefbd9 LCL: add FixedRowsExtra property to allow derived grids add more fixed rows. Fix issue #29303 2021-08-10 21:14:11 -05:00
Maxim Ganetsky
e2f89909cf updatepofiles: improved diagnostic output 2021-08-11 02:36:11 +03:00