Commit Graph

64 Commits

Author SHA1 Message Date
bart
6a3eb32754 ShellTreeView: fix SetPath (issue #0026088).
git-svn-id: trunk@44839 -
2014-04-28 18:12:25 +00:00
bart
f745a17097 TShellTreeView: publish OnAdvancedCustomDraw, OnAdvancedCustomDrawItem, OnCustomDraw, OnCustomDrawItem.
Issue #0024732.

git-svn-id: trunk@42066 -
2013-07-12 14:44:18 +00:00
bart
3074084317 ShellCtrls: Add public method TCustomShellTreeView.Refresh(ANode: TTreeNode) (Delphi compatibility)
git-svn-id: trunk@41728 -
2013-06-16 12:57:27 +00:00
juha
7b162087fd Improve license headers in sources, part 1. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
git-svn-id: trunk@41387 -
2013-05-24 18:30:06 +00:00
bart
4afc35bcd3 LazFileUtils: Fix TCustomShellTreeView.GetPathFromNode when Node.Text from "RootNode" <> GetRootPath.
git-svn-id: trunk@41157 -
2013-05-12 15:29:21 +00:00
bart
0ebfa05375 LazFileUtils: Fix TShelltreeView.SetPath for Windows is Root is empty string
git-svn-id: trunk@41156 -
2013-05-12 14:43:47 +00:00
bart
d846a1451d ShellCtrls: Yet another attempt to fix TShellTreeView.SetPath after recent changes.
git-svn-id: trunk@41153 -
2013-05-12 14:06:23 +00:00
bart
2b795c385b ShellCtrls: Use ExpandFileNameUtf8 instead of ExpandFileName.
git-svn-id: trunk@41150 -
2013-05-12 11:09:46 +00:00
bart
1650d36464 ShellCtrls: Fix not applying FileSortType if Root <> ''. Issue #0018530.
git-svn-id: trunk@41149 -
2013-05-12 10:55:58 +00:00
bart
544e9831c2 ShellCtrls: don't use ExcludeTrailingPathDelimiter when calling DirectoryExistsUtf8 (it fails on '/' and '\').
git-svn-id: trunk@41148 -
2013-05-12 10:05:59 +00:00
mattias
83c6aa7374 LCL: simplify code for fpdoc
git-svn-id: trunk@40798 -
2013-04-12 14:40:01 +00:00
sekelsenmat
c48f864fc6 Updates the example Android app now that I learned that only onLoad and onUnload need to be statically exported. Some other very minor fixes.
git-svn-id: trunk@40796 -
2013-04-12 12:58:39 +00:00
bart
c0f42ef5b4 ShellCtrls: Restore an empty line in source code, because it marks what the comment is about.
git-svn-id: trunk@40753 -
2013-04-08 21:27:14 +00:00
bart
4b45b1b4b0 ShellCtrls: Adjust TShellTreeView.SetPath after the changes to SetRoot.
Raise an exception if Path is not valid (Delphi compatibility).

git-svn-id: trunk@40742 -
2013-04-07 15:56:43 +00:00
bart
b379a5290b ShellCtrls: Raise an exception when trying to set an invalid Root for TShellTreeView and TShellListview (Delphi compatibility).
git-svn-id: trunk@40734 -
2013-04-07 13:11:04 +00:00
bart
cb7146f41b ShellCtrls: Add a Node for Root in SetRoot. Fixes issue #0024230.
git-svn-id: trunk@40732 -
2013-04-07 10:59:07 +00:00
bart
2b3ef514e9 ShellCtrls: declare property ViewStyle of TShellListView as "default vsReport".
Fixes issue #0024226.

git-svn-id: trunk@40723 -
2013-04-06 14:50:21 +00:00
juha
d2ff23f085 LCL: improving ShellTreeView's property Path on Windows once more, issue #22538
git-svn-id: trunk@38224 -
2012-08-10 18:08:54 +00:00
juha
5b3c99a51b LCL: Fix ShellTreeView's new property Path. Issue #22538, modified from patch of "ocean"
git-svn-id: trunk@38221 -
2012-08-09 23:31:00 +00:00
juha
306517127e LCL, ShellTreeView: fix getting and setting the new Path property when root is empty
git-svn-id: trunk@38181 -
2012-08-06 19:52:31 +00:00
juha
f88fab8bc7 LCL, ShellTreeView: publish property Images (and HotTrack). Issue #14903
git-svn-id: trunk@38177 -
2012-08-05 16:29:46 +00:00
juha
6e442d0bf6 LCL, ShellTreeView: Implement property Path. Issue #22538
git-svn-id: trunk@38174 -
2012-08-05 12:06:33 +00:00
juha
0be8b02a9f LCL: Sort ShellListView after changing contents. Issue #22439, patch from Sven Barth
git-svn-id: trunk@37953 -
2012-07-15 19:44:31 +00:00
paul
de7eaefc28 lcl: fix crash in ShellTreeView by José Mejuto, issue #0021360
git-svn-id: trunk@36208 -
2012-03-22 02:28:53 +00:00
sekelsenmat
24da8046f7 LCL-CustomDrawn: Fixes crash in themes due to Themes calling DrawControl calling Themes and improves TBitBtn support
git-svn-id: trunk@36028 -
2012-03-15 12:26:04 +00:00
sekelsenmat
c25543b689 shellctrls: Now it will show the root of the filesystem if it makes sense in the platform. Corrects the first contents of a shelllistview connected to a shelltreeview with root<>empty. See bug #18534
git-svn-id: trunk@34976 -
2012-01-27 13:41:46 +00:00
andrew
b758561187 Fixed another crash when destroying a ShellTreeView after the ShellListView is assigned and then unassigned
git-svn-id: trunk@32633 -
2011-10-02 23:08:08 +00:00
andrew
32c6e290a3 Fixed crash when deleting ShellTreeview or ShellListView from a form when the ShellListView or ShellTreeView properties are assigned
git-svn-id: trunk@32632 -
2011-10-02 22:46:37 +00:00
zeljko
d065ad0b1a TShellTreeView: when root property is changed, also change root property of TShellListView (if assigned).issue #18534
git-svn-id: trunk@31473 -
2011-06-30 10:39:34 +00:00
juha
481b0956e0 LCL: in ShellTreeView fix an eternal loop when expanding a node and AutoExpand is True. Issue #19572.
git-svn-id: trunk@31382 -
2011-06-25 12:56:49 +00:00
juha
3abbb28e51 LCL: Make ShellTreeView sorting work also when root path is empty. Issue #19571
git-svn-id: trunk@31303 -
2011-06-20 16:37:21 +00:00
sekelsenmat
82427d006f Patches from bug #17761 TShellListView Mask: duplicated items if mask is " *.ext;*.ext "
git-svn-id: trunk@30896 -
2011-05-25 08:33:29 +00:00
sekelsenmat
8d3f19d755 Implements adding a different base path to TShellTreeView
git-svn-id: trunk@28996 -
2011-01-13 15:28:33 +00:00
mattias
b643681b2b LCL: clean up
git-svn-id: trunk@27603 -
2010-10-07 11:15:16 +00:00
sekelsenmat
d291ed049d Implements support for multiple masks separated by semi-comma in the shell controls. See bug #17222
git-svn-id: trunk@27576 -
2010-10-04 15:09:03 +00:00
sekelsenmat
c5a28ad1c4 Shelllistview column sizing improvement and starts support for sorting by size
git-svn-id: trunk@27539 -
2010-10-01 15:49:12 +00:00
sekelsenmat
e5b69bef2d Improves wince platform detection and adds a new convenience routine to customshelltreeview
git-svn-id: trunk@27111 -
2010-08-16 14:35:59 +00:00
sekelsenmat
e307883ee0 Makes the Items property public for TShellListView and TShellTreeView, fixes bug #15374
git-svn-id: trunk@25096 -
2010-05-01 12:37:06 +00:00
sekelsenmat
4ec26a9c40 Adds support to FPC 2.2.0 for Windows CE
git-svn-id: trunk@25090 -
2010-05-01 10:59:17 +00:00
paul
fe226671fc lcl: apply patch of Juha which adds 2 published properties to TShellTreeView (issue #0016280)
git-svn-id: trunk@24648 -
2010-04-16 08:29:17 +00:00
sekelsenmat
43abe1e7a9 Patches from dmitry for TShellTreeView, fixes #15908 and #15937
git-svn-id: trunk@23983 -
2010-03-14 00:40:30 +00:00
mattias
d93c965185 LCL: TCustomShellTreeView.GetFilesInDir check hidden files under unix, bug #15355
git-svn-id: trunk@23166 -
2009-12-17 15:08:21 +00:00
vincents
2f775eda3a LCL: made shellctrls unit UTF8 safe, reported on the mailing list by haword
git-svn-id: trunk@22744 -
2009-11-24 09:35:24 +00:00
paul
8b5fdfc0d4 lcl: ShellListView, don't use OnResize event, override Resize method
git-svn-id: trunk@22718 -
2009-11-23 07:15:32 +00:00
mattias
55264e4666 LCL: TShellTreeview: using overrides instead of events
git-svn-id: trunk@22147 -
2009-10-13 16:10:07 +00:00
sekelsenmat
9d1b80451a Changes all dynamic methods in the ide, lclintf and lcl to virtual methods, because they are the same in fpc and dynamic is a legacy directive
git-svn-id: trunk@21280 -
2009-08-18 14:44:25 +00:00
mattias
9770ba86c1 LCL: TShellListView, TShellTreeView: fixed disconnect
git-svn-id: trunk@21271 -
2009-08-17 20:26:34 +00:00
mattias
20ea2c5116 TSheeTreeView, TShellListView: fixed using overrides instead of events
git-svn-id: trunk@21270 -
2009-08-17 20:13:51 +00:00
sekelsenmat
caf480d8bc Adds the possibility to link a TFilterComboBox to a TShellListView. Adds a TFilterComboBox to wince dialogs
git-svn-id: trunk@21268 -
2009-08-17 19:58:12 +00:00
sekelsenmat
deead46265 Fixes FileUtil.FileSize for wince and adds unicode filename support in win32
git-svn-id: trunk@21243 -
2009-08-16 12:51:59 +00:00