Commit graph

25 commits

Author SHA1 Message Date
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