Commit graph

38 commits

Author SHA1 Message Date
Alexander Koblov
ddcfc127f0
FIX: Compiling 2024-10-22 08:55:27 +03:00
Skif-off
4adfa52f83
UPD: More correct sorting of the "Path" and "Link to" fields. (#1884) 2024-10-22 08:41:04 +03:00
Alexander Koblov
c5afc77495 FIX: Bug [0002619] Can't sort file list by [DC().GETFILECOMMENT{}] column 2021-03-03 18:22:16 +00:00
cordylus
48eb6cd7e6 UPD: New faster natural sorting algorithm
ADD: Sort methods for special characters
2019-12-31 20:56:31 +00:00
Alexander Koblov
ad983aeaad UPD: Use CompareStrings to compare content plugin fields 2017-09-30 17:53:12 +00:00
Alexander Koblov
0bfb4a8aa3 ADD: Sorting by content plugin columns 2017-09-30 14:57:52 +00:00
Alexander Koblov
d373b61ad0 FIX: Bug [0001345] Root [..] should always be the topmost entry 2017-08-31 17:47:03 +00:00
Alexander Koblov
985adb14bb FIX: Sort by file change time
ADD: Show file change time under Windows >= Vista
2017-03-18 16:36:32 +00:00
Alexander Koblov
eefc03e33c FIX: Bug [0001296] "Sorting by file type cannot be reversed" 2016-02-06 11:13:37 +00:00
cobines
f696e1a733 UPD: Don't use columns specific sorting, always use generic sorting by sort functions. Fixes bug [0000292]. 2012-04-27 14:41:18 +00:00
cobines
47aec6b94c UPD: Move some code to a separate package so that it can be reused in components or plugins. 2012-04-09 00:38:34 +00:00
cobines
6f9022095d UPD: Cleanup. 2012-03-21 02:20:30 +00:00
cobines
898ed636fe ADD: Option to insert new files at top, bottom of filelist, after directories or at normal sorted position (issue [0000012]). 2012-03-15 20:24:53 +00:00
cobines
87e785a4f3 FIX: Crash when inserting files into an empty filelist (bug [0000362]). 2012-03-13 12:56:45 +00:00
cobines
382698bebd UPD: Faster inserting more than one file into filelist. 2012-03-08 21:20:31 +00:00
cobines
9af09309f7 UPD: Refactoring. 2012-03-08 04:11:29 +00:00
cobines
4370231d93 UPD: Faster inserting single file into filelist. 2012-03-08 03:30:07 +00:00
cobines
52521940b1 UPD: Faster resorting single file after updating. 2012-03-08 02:40:31 +00:00
cobines
f3f1a4ee8d ADD: Support for FileCreated, FileDeleted, etc., events in the file view (#0000012). 2012-03-05 23:05:22 +00:00
cobines
ee1e3f7e42 UPD: Change how display file lists are created, so that display properties (icon and selection currently) do not disappear on reload.
UPD: Performance enhancements for redisplaying file list and filtering: cache strings on demand, reread file properties only when needed, minimize need for full resorting.
2012-03-04 12:46:35 +00:00
Alexander Koblov
8d5686cca0 ADD: Feature [0000196] Sorting folders differently (patch by Holger Segler with modifications) 2012-01-15 07:39:46 +00:00
cobines
254c1ab342 ADD: Case sensitive sorting with first upper case then lower case (issue [0000085]). 2012-01-08 17:13:07 +00:00
cobines
4f7ea2ce40 UPD: Some tweaks to sorting. 2011-05-22 00:00:18 +00:00
cobines
dc49c98bf9 UPD: Move some code from TColumnsFileView to TFileView. 2011-02-22 01:20:51 +00:00
cobines
caa8a15d52 UPD: Cleanup, silence some warnings. 2011-02-10 05:27:42 +00:00
Alexander Koblov
f4b127a797 ADD: New sort method: "Natural sorting: alphabetical and numbers" 2010-07-14 16:50:25 +00:00
cobines
47f7f66132 UPD: Split file functions from columns unit + formatting, refactoring. 2010-04-23 10:43:37 +00:00
cobines
02594403c3 UPD: Enable sorting by group, owner, create time, last access time, file type. 2010-04-22 13:08:57 +00:00
cobines
de3bd6f2cb UPD: Made cm_ReverseOrder work for any file view and multiple sortings.
DEL: Removed cm_SortByColumn since it is not really useful.
2010-03-01 14:10:46 +00:00
cobines
4d00046093 UPD: Allow setting sorting for abstract file view. In columns view it is translated to columns sorting.
FIX: Made cm_SortBy... commands working again.
2010-03-01 12:30:34 +00:00
cobines
922654eec8 FIX: Correctly sort by date/time. Apply sorting from configuration on startup. 2009-12-21 20:35:11 +00:00
cobines
6c5ec86ba9 UPD: Changed handling file times to allow displaying and setting distant past and future times. Now Windows UTC time is used instead of MS-DOS time on Windows and on Unix a 64-bit type is used on x86_64. 2009-12-21 05:18:05 +00:00
Alexander Koblov
798c708e1c FIX: Range check error 2009-11-24 11:46:31 +00:00
cobines
cd102fff1b UPD: Cleanup, removed some compiler warnings. 2009-10-14 12:06:00 +00:00
cobines
83511f53a3 UPD: Restored some checks for a link to directory. 2009-07-18 07:43:21 +00:00
Alexander Koblov
f02605feec UPD: Start to implement new design 2009-07-15 19:35:20 +00:00
cobines
c6dc60d70f UPD: Use sorter object to sort file list. 2009-06-10 14:38:52 +00:00
cobines
64758c86a5 UPD: Moved file sorting to separate file and reworked a bit. Restored automatic sorting by name, extension. 2009-06-10 13:32:13 +00:00