wp_xyz
4e939b31dd
Replace locally implement operator overload for method comparison by already available SameMethod. Proposed by n7800 in MR !431
2025-02-02 12:09:48 +01:00
wp_xyz
d11d9793b2
LCL/ShellTreeView: Fix error when clicking a non-default root node in sorted ShellTreeView. Issue #41373 .
2025-02-01 12:46:38 +01:00
wp_xyz
14cab142ef
LCL/ShellCtrls: Change internal format string for displaying GB file sizes in TShellListView.
2025-01-19 19:17:13 +01:00
wp_xyz
8e3b710abb
LCL/ShellCtrl: ShellListView can display file size in GB.
2025-01-19 16:40:41 +01:00
wp_xyz
8c094c3349
LCL/ShellCtrls: For folders in TShellListView, show generic file type "Folder" and hide value in Size column.
2025-01-19 10:55:59 +01:00
Massimo Magnano
b6b298978f
TShellListView Added FileSortType, OnSortCompare
2025-01-15 16:16:58 +01:00
Juha
c601117c43
LCL: Delete commented property lines because they show in OI info box for the next property. Merge request !342 .
2024-10-19 12:35:40 +03:00
Bart
44e3241162
TShellTreeView: rename a function, no functional changes.
2024-02-13 19:29:40 +01:00
Bart
1b2d06b80d
TShellTreeView: fix crash if ObjectTypes is changed at runtime. Issue #40766 .
2024-02-12 18:45:41 +01:00
wp_xyz
eb5db964c6
LCL/ShellCtrls: Improve TShellTreeView.UpdateView when a folder has been created in an empty folder.
2024-01-30 17:49:57 +01:00
wp_xyz
9035cf4f5d
LCL/ShellCtrls: Change TShellListView/TShellTreeView.ReadOnly to be true by default.
2024-01-29 14:45:34 +01:00
Bart
9f02bfab4a
TShellTreeView: ifdef some code which only applies to windows (desktop). Reported by rens groenewegen.
2024-01-23 23:31:30 +01:00
Bart
b3ccc3d69a
TShellTreeView: fix bug in SetPath if AValue was an absolute path but still had '..' in it.
2024-01-23 23:24:16 +01:00
Juha
ef8b5603be
LCL: Restore a class procedure TCustomShellTreeView.GetFilesInDir. Rename a helper procedure to avoid name clash.
2023-12-02 14:54:49 +02:00
wp_xyz
4b6c4e06e3
LCL/ShellCtrls: Improved updating of ShellListView (based on code by d7_2_laz)
2023-11-17 22:40:30 +01:00
wp_xyz
cd92f94f6b
LCL/ShellCtrls: Avoid unnecessary updates of the ListView by TShellTreeView.UpdateView.
2023-11-13 19:51:08 +01:00
wp_xyz
6fd30d194f
LCL/ShellCtrls: Update ShellListview when ObjectTypes changes.
2023-11-12 17:24:06 +01:00
wp_xyz
222117e473
LCL/ShellCtrls: Do not raise a silent exception when the current path in the TreeView does not exist any more.
2023-11-12 17:06:03 +01:00
wp_xyz
01d11f00ee
LCL/ShellCtrls: Optimize the new UpdateView method of the tree and listview.
2023-11-12 16:48:29 +01:00
wp_xyz
8fa26c3c71
LCL/ShellCtrls: Add method UpdateView to TShellTreeView and TShellListView which updates these controls and keeps the selection and the expanded nodes. Based on patch by tcrass ( https://forum.lazarus.freepascal.org/index.php/topic,65100.msg495622.html ).
2023-11-05 16:20:36 +01:00
wp_xyz
0cbb6646f7
LCL/all units with controls: stream events at the end.
2023-08-12 14:55:46 +02:00
Juha
e65a102527
Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x.
2023-07-07 17:39:03 +03:00
Juha
0ff44ca90a
Revert some of the earlier LCLProc commit. Fix compilation on Windows.
2023-06-18 17:29:03 +03:00
Juha
e045ba01d2
Remove units from uses sections, especially LCLProc which now contains many wrappers to other non-LCL units.
2023-06-18 14:57:06 +03:00
Bart
6a85abf640
ShellCtrls: subclass TListItem, so we can store a TSearchRec in the list items of a TShellListView.
2023-03-15 17:23:32 +01:00
wp_xyz
e9d296ce8e
LCL/ShellTreeView: Move FFileInfo from private into protected section of TShellTreeNode.
2022-12-08 22:12:17 +01:00
wp_xyz
cbf44a384b
lcl/shellctrls: Add a custom compare function for sorting the nodes in the ShellTreeView while collecting the files/dirs.
2022-11-30 00:20:15 +01:00
wp_xyz
efd6c16934
LCL/ShellCtrls: New property TExpandCollapseMode. Fixes issue #40022 . Partly based on patch by @d7_2_laz.
2022-11-29 12:16:57 +01:00
wp_xyz
3f3e32ce9b
lcl/(Shell)TreeView: Add "FindOptions" so that FindNodeWithTextPath works in TShellTreeView even with collapsed nodes and in case-insensitive file systems.
2022-11-08 15:55:17 +01:00
wp_xyz
9cce03ac94
LCL/(Shell)TreeView: Add property PathDelimiter to TCustomTreeView to allow OS path delimiter in ShellTreeView.
2022-11-08 15:30:03 +01:00
wp_xyz
4fba69291d
LCL/ShellListView: Fix accessing unallocated handle in PopulateWithRoot/GetBuiltInImageIndex, issue #39860 .
2022-08-15 13:46:55 +02:00
Juha
82b9902b12
LCL: Prevent an occational range error in ShellListView. Remove useless checks.
2022-03-04 12:50:22 +02:00
wp_xyz
931246668e
LCL/ShellTreeView: Fix incorrect behavior of TShellTreeView after propagating node renaming to the file system. Issue #39629 .
2022-02-04 10:50:42 +01:00
wp_xyz
06701d05a7
LCL/ShellCtrls: Fix issues in resizing the width of TShellListView, issue #39447 .
2021-10-29 11:33:40 +02:00
Juha
964d5f4d69
LazUtils: Improve naming of types and variables in Masks. Follow naming conventions of other code.
2021-10-23 23:28:30 +03:00
Juha
d7036bb000
LazUtils: Restore the José Mejuto's version of TMask. Faster and better. Can be tested now without hurry.
2021-10-13 17:51:02 +03: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
Basile Burg
09ee2173ab
LCL/ShellListView: fix #39298 - TShellListView realign columns too aggressively
2021-08-08 23:26:59 +02:00
Werner Pamler
733a0abd03
Revert "Merge branch 'shelllistview-autoszcol' into 'main'"
...
This reverts merge request !3
2021-08-08 15:57:11 +00:00
Basile Burg
2fd65c8928
fix #39298 - TShellListView realign columns too aggressively
...
Add a `AutoSizeColumns` property to `TShellListView`.
By default it is set to `true` to preserve previous behavior.
When set to `false` the user has a full control over the columns size.
2021-08-03 12:20:12 +02:00
wp
f22bca8150
LCL/ShellTreeView: Speedup when opening a node with many subfolders a second time.
...
git-svn-id: trunk@65455 -
2021-07-15 08:47:38 +00:00
wp
ee25f78baf
LCL/ShellTreeView: Speed-up of populating a folder with many subfolders (example: c:\Windows\WinSxS)
...
git-svn-id: trunk@65454 -
2021-07-15 08:26:48 +00:00
wp
1ea2257e11
LCL/ShellCtrls: Publish the inherited TShellListView properties LargeImagesWidth and SmallImagesWidth.
...
git-svn-id: trunk@65220 -
2021-06-11 19:26:47 +00:00
juha
d9c207b72b
Corrections for spelling errors in LCL and Components. Issue #38986 , patch by Don Siders.
...
git-svn-id: trunk@65216 -
2021-06-11 07:11:44 +00:00
wp
6b4be3bcd9
LCL: Undo r65060 #5589d83d68 because it breaks qt5/gtk2/gtk3 on Windows. Issue #38831 .
...
git-svn-id: trunk@65079 -
2021-05-02 09:01:56 +00:00
wp
5589d83d68
LCL/ShellCtrls: Show built-in shell icons for gtk2, gtk3 and qt5 widgetsets. Patch by Salvadorbs, issue #18247 .
...
git-svn-id: trunk@65060 -
2021-04-24 20:26:24 +00:00
wp
2c9ec4c1ed
LCL/ShellCtrls: Display default shell icons in TShellListView. Issue #18247 .
...
git-svn-id: trunk@64764 -
2021-03-07 14:39:17 +00:00
wp
e431045dac
LCL/ShellTreeView: Add ShellCtrls to widgetsets. Widgetset-based solution for automatic shell icons in TShellTreeView (implemented for win32 only).
...
git-svn-id: trunk@64747 -
2021-03-05 15:14:19 +00:00
wp
cb4eead6e1
LCL/ShellCtrls: Fix ShellTreeView crashing when a node is opened.
...
git-svn-id: trunk@64697 -
2021-02-28 22:37:39 +00:00
wp
dfaea13f4b
LCL/ShellCtrls: Temporarily deactivate changes in ShellCtrls made by r64575 #e32b62e6b4. Issue #38517 .
...
git-svn-id: trunk@64679 -
2021-02-27 21:07:56 +00:00