Commit graph

4,421 commits

Author SHA1 Message Date
cobines
d3bd4b6fc4 ADD: Option that specifies where to put updated files in the file list, similar as the option for new files. 2012-03-17 20:44:58 +00:00
Alexander Koblov
7ca025c6a6 UPD: Improve encoding auto detect for Cyrillic locale (issue 0000379) 2012-03-17 18:12:13 +00:00
cobines
491707e8a9 FIX: Comparing FileSource interfaces. 2012-03-17 18:07:23 +00:00
cobines
fe033ebc79 FIX: Getting mouse cursor position at drop in external drag&drop on Windows. Drag starting position was used instead. Bug [0000084]. 2012-03-17 17:41:49 +00:00
cobines
d11b69af6a FIX: Sorting by name, extension was not automatically added to file list builder (bug [0000385]). 2012-03-17 15:59:36 +00:00
Alexander Koblov
81fcc8451f UPD: Version number (0.5.4) 2012-03-17 15:51:48 +00:00
Alexander Koblov
56b38d9b51 UPD: Merge fixes from trunk (4319,4330,4355-4357,4375,4380,4388,4391-4393) 2012-03-17 13:42:02 +00:00
cobines
a657247b95 UPD: Update filtered files list the same way as filesource files list, without the need to recreate whole list again. 2012-03-17 07:36:11 +00:00
cobines
783e310cd3 UPD: Refactor file filtering so that there is a separate function filtering single file. 2012-03-17 06:40:56 +00:00
cobines
8ad319ec88 UPD: Replace TStringList with TFPList for pending events. 2012-03-17 04:43:59 +00:00
cobines
009510fdc4 FIX: Rely only on the last incoming event to get current file state and adapt to cases where file list is not consistent. 2012-03-17 04:25:19 +00:00
cobines
91afc5e7a7 UPD: Add BeginUpdate/EndUpdate for handling file list, so that changes and notifications happen as little as possible. 2012-03-16 23:25:47 +00:00
cobines
540cc0dd78 FIX: Quick search/filter in ColumnsFileViewVTV. 2012-03-16 20:06:40 +00:00
cobines
02760d2249 FIX: Crash when moving mouse while tab is being closed. 2012-03-16 19:15:56 +00:00
cobines
e27935198c FIX: Remove Lazarus 0.9.31 properties (bug [0000380]). 2012-03-16 16:19:17 +00:00
cobines
75e8dd5299 FIX: Checking if file has Size property assigned (bug [0000378]). 2012-03-16 15:59:13 +00:00
cobines
580e2cedd1 UPD: Remove updating file if it exists on adding. When FS will change the file it will/should send FileChanged event. 2012-03-16 05:33:34 +00:00
Alexander Koblov
c791ae5529 UPD: Polish language file by Robert Kolatzek 2012-03-16 05:15:13 +00:00
cobines
76d78c4a25 ADD: Store incoming fswatcher events while the file list is being reloaded and apply them after it is loaded (issue [0000012]). 2012-03-16 04:09:27 +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
4ba752fd69 FIX: Pack info dialog sometimes disappearing immediately when shown after Enter pressed (GTK2). 2012-03-14 20:21:52 +00:00
Alexander Koblov
9f8cd5eb6d FIX: Save converted highlighters file immediately after the import 2012-03-14 05:05:32 +00:00
Alexander Koblov
d79e23974f UPD: Use same font as in Editor in highlighters preview 2012-03-14 04:52:03 +00:00
Alexander Koblov
d14fb05da7 FIX: Bug [0000382] Default highlighting 2012-03-14 04:39:23 +00:00
cobines
473107bdda ADD: Scroll grid horizontally with left, right arrow keys when LynxLike mode is disabled. 2012-03-13 23:43:44 +00:00
cobines
43f0f44f30 FIX: Grid jumping horizontally. 2012-03-13 22:58:47 +00:00
cobines
1056892290 UPD: Reduce flickering when reloading file list. 2012-03-13 22:47:35 +00:00
cobines
a133aa2c3d UPD: Don't need to initialize nodes at all, since we have no properties associated with it. 2012-03-13 16:49:32 +00:00
cobines
702756f5f5 UPD: Optionally use previous behaviour of renaming file; by default use shell to rename from Vista up (for UAC). 2012-03-13 16:47:26 +00:00
Alexander Koblov
be5431213c UPD: Disable minimize button in some modal dialogs 2012-03-13 16:13:13 +00:00
Alexander Koblov
be96e9642e UPD: Disable minimize button in file linker dialog 2012-03-13 16:03:03 +00:00
Alexander Koblov
a8c04cf5e2 UPD: Patch [0000261] by denis230 with small modification 2012-03-13 15:55:13 +00:00
cobines
f4c598dd45 UPD: Reduce reloading filelist after execute operation. 2012-03-13 13:06:50 +00:00
cobines
87e785a4f3 FIX: Crash when inserting files into an empty filelist (bug [0000362]). 2012-03-13 12:56:45 +00:00
cobines
ec60761de5 FIX: Don't store pointers to temporary variables. 2012-03-13 12:19:07 +00:00
cobines
072e6b8947 UPD: Display a different message if no files have been loaded. 2012-03-13 04:17:09 +00:00
cobines
ed4316aec0 UPD: Reduce reloading file list when changing file sources. 2012-03-13 04:06:13 +00:00
cobines
248fd30ac4 UPD: Update name and extension of TFile after assigning attributes. 2012-03-13 02:58:04 +00:00
cobines
1bf0d33905 ADD: Alternative implementation of columns file view based on Virtual Tree View. To test need to add lclextensions, virtualtreeview packages and build with -dCOLUMNSFILEVIEW_VTV. 2012-03-13 02:54:14 +00:00
cobines
d4010c38aa UPD: Small optimization for drawing. 2012-03-12 15:25:28 +00:00
cobines
cdb1f499f5 UPD: Allow overwriting files when renaming. 2012-03-12 15:21:09 +00:00
cobines
2ca10720b9 FIX: Don't store pointers to temporary variables for later usage. Temp variables might be destroyed before the code in the next source line is executed. 2012-03-12 15:17:01 +00:00
cobines
4f29549beb DEL: Not needed check. 2012-03-11 21:43:57 +00:00
cobines
3cdf68116f FIX: Don't update format settings when they change. 2012-03-11 18:27:34 +00:00
cobines
76a48a9c9e UPD: Move loading the file list on creation to TFileView. 2012-03-11 15:52:40 +00:00
cobines
800620f317 UPD: Use dcpcrypt and chsdet as packages. 2012-03-11 13:18:07 +00:00
cobines
563c8fe354 FIX: Bug [0000345] Copying text from the viewer adds a 00 character to the end of the copied text. 2012-03-11 12:15:25 +00:00
cobines
fd425755dd FIX: Create directory for ignorelist file. 2012-03-11 03:35:17 +00:00
cobines
5b20b2b23e UPD: Move reloading file list on UpdateView to TFileView. Always recreate file list on UpdateView. 2012-03-11 03:30:39 +00:00
cobines
7c27831aa3 FIX: Update files views when columns sets change, bug [0000339]. 2012-03-11 02:55:48 +00:00