Commit graph

170 commits

Author SHA1 Message Date
cobines
a478793da1 FIX: Crash on shutdown when filelist loader active. 2011-03-28 07:48:56 +00:00
cobines
92761cffa8 UPD: Rename functions returning copies of files for clarity. 2011-03-25 06:15:52 +00:00
cobines
69805fa9bc UPD: FileSystemWatcher:
- Use only a single thread
- Instead of polling sleep indefinitely when no events
- Watch all tabs (currently always enabled)
2011-03-25 05:29:04 +00:00
cobines
fa49a6af5b UPD: ActiveFile must return a copy because it may be destroyed while using, by for example executing a write operation on the file source. 2011-03-24 18:54:03 +00:00
cobines
b2d077fd5c FIX: Drawing fixed rows when header disabled. 2011-02-27 03:24:46 +00:00
cobines
dc49c98bf9 UPD: Move some code from TColumnsFileView to TFileView. 2011-02-22 01:20:51 +00:00
cobines
d82183de97 UPD: Move TPathLabel to separate unit. 2011-02-19 06:58:16 +00:00
cobines
0e780cc17d UPD: Structures for passing parameters list to workers. 2011-02-14 08:40:24 +00:00
cobines
caa8a15d52 UPD: Cleanup, silence some warnings. 2011-02-10 05:27:42 +00:00
cobines
eb218c7e4f ADD: Possibility to navigate through file view history with extra mouse buttons (issue [3172996]). 2011-02-05 01:57:18 +00:00
cobines
626f002cf1 UPD: Allow stopping workers with Escape key. 2011-02-03 08:54:34 +00:00
cobines
2ea6f5c347 FIX: Switching to hourglass cursor when workers are working (fixes bug [3047504]). 2011-02-03 04:50:54 +00:00
cobines
7de8807670 UPD: File view workers: allow more than one updater at the same time, added start and finish events. 2011-02-02 05:33:49 +00:00
Alexander Koblov
22e4f5c6e8 ADD: cm_GoToFirstFile and cm_GoToLastFile commands 2011-02-01 18:57:16 +00:00
cobines
527b2f2bb6 UPD: Make CalculateSpace into a worker (fixes bug 3153496 and hopefully 3073431). 2011-01-28 06:15:13 +00:00
cobines
335cb0e8d1 UPD: Refactoring. 2011-01-17 21:13:40 +00:00
cobines
33b5200efb UPD: Change file list builder into separate helpers, decouple from columns file view. 2011-01-17 07:23:20 +00:00
cobines
1ff7ee1bb0 FIX: Bug [2794492] "Примонтированные диски". 2010-12-20 16:59:42 +00:00
cobines
bf4e5da56b FIX: Notification when changing file source, fixes bug [3136397] and changing file source in a locked tab. 2010-12-19 03:31:12 +00:00
Alexander Koblov
b13f57b217 FIX: Get some file properties on display when gListFilesInThread disabled 2010-11-20 21:11:47 +00:00
cobines
5cd85692de FIX: Draw frame cursor last. so that it doesn't get overridden by text background or grid lines.
FIX: Text color under cursor with inverted selection and overcolor.
2010-11-12 19:31:21 +00:00
cobines
f45341be63 ADD: Some debugging info at startup/shutdown. 2010-11-07 02:26:17 +00:00
cobines
2231c9e247 UPD: Load system icon for folder and executable for modes > sim_standard (Windows).
UPD: When file icon not yet loaded use default icons also for folder and executable.
2010-10-29 00:23:55 +00:00
cobines
27de17ade8 UPD: Load some file properties and icons on demand, when they are about to be displayed. 2010-10-25 05:03:11 +00:00
Alexander Koblov
4689eb335e FIX: Exit from rename mode when click on another file 2010-10-13 19:05:18 +00:00
Alexander Koblov
5768cc18d5 FIX: Compilation under Linux with last Lazarus SVN 2010-10-03 15:13:43 +00:00
Alexander Koblov
290660785b FIX: Finding files with "Space" and "[]" in name 2010-10-03 08:17:42 +00:00
Alexander Koblov
e96061c203 UPD: When select with "Control" key if there is no selected files then select also previous file 2010-09-19 09:13:38 +00:00
Alexander Koblov
51cb0f6e65 UPD: Behavior on click on empty space
UPD: German language file by Vacon
2010-09-12 08:20:33 +00:00
Alexander Koblov
aacbb4e1d1 FIX: Determining when mouse on grid 2010-09-11 10:04:04 +00:00
Alexander Koblov
880401dd92 UPD: Start to implement background context menu 2010-09-11 09:37:35 +00:00
B4rr4cuda
aa36a95403 ADD: Use file specified color as textcolor for framecursor 2010-08-24 09:58:01 +00:00
B4rr4cuda
acbd062da7 ADD: Frame cursor style 2010-08-23 17:33:36 +00:00
Alexander Koblov
2fccf78c42 ADD: Up/Down keys in quick filter mode 2010-08-20 13:42:30 +00:00
Alexander Koblov
bf3a3bff99 UPD: Calculate directory size when it not selected otherwise clear selection 2010-08-17 17:30:56 +00:00
Alexander Koblov
9781592c1c FIX: Bug [3039358] Inline rename does not "release" when done 2010-08-15 17:56:54 +00:00
Alexander Koblov
32aaaae0e7 FIX: Don't showing '..' for hidden folders 2010-08-15 14:13:02 +00:00
Alexander Koblov
4d1a89db83 ADD: Patch to improve inline rename function by gfdice 2010-08-04 14:36:09 +00:00
Alexander Koblov
9efa1bd1e0 FIX: Show hot directory menu on incorrect file panel on mouse middle click 2010-07-30 09:44:49 +00:00
Alexander Koblov
1bd32daeb5 FIX: Rename edit height 2010-07-15 09:03:09 +00:00
Alexander Koblov
8906cae4d1 ADD: Patch [3006449] "Selection with right mouse button fix" with small modifications 2010-06-02 14:13:52 +00:00
Alexander Koblov
3cdfa0067d FIX: Address label alignment 2010-05-22 20:46:19 +00:00
cobines
6a73418c62 UPD: Added saving file view history for each tab (for filesystem only). Changed format of tab info in configuration, so that each file view and file source get their own config node. 2010-05-04 23:06:19 +00:00
cobines
18923b6ddf FIX: Errors when removing last tab of notebook. 2010-05-04 22:00:25 +00:00
cobines
77f21637d6 FIX: Crash when adding column. 2010-04-29 19:01:13 +00:00
cobines
aed651fb74 FIX: Sorting columns not being applied at start. 2010-04-27 17:17:10 +00:00
cobines
dc8b300450 ADD: Show file view history as popup menu when clicked on path label. 2010-04-27 16:22:43 +00:00
cobines
0edfed4c0e FIX: Bug [2992767] "Show occupied space broken" (broken in rev. 2728). 2010-04-27 12:34:51 +00:00
cobines
14e510e1c4 ADD: Initial support for file view history. 2010-04-27 10:47:03 +00:00
cobines
8b4cafeb4e UPD: Don't change brush style in drawing columns, because it doesn't affect drawing text anyway (unless Opaque had been set). 2010-04-23 15:39:46 +00:00