Commit graph

5,795 commits

Author SHA1 Message Date
cobines
2a448b3049 UPD: Restored cm_OpenArchive (without detection, only for registered archives).
UPD: Moved functions changing to upper, lower directory to generic file view and use them for Ctrl+PgUp, Ctrl+PgDown commands.
UPD: Some cleanup, refactoring.
2009-11-21 07:41:30 +00:00
cobines
b3e39118d5 UPD: Restored viewing files from any file source. 2009-11-21 04:09:48 +00:00
cobines
3ebd41faea ADD: Temporary filesystem file source. 2009-11-21 03:38:52 +00:00
Alexander Koblov
3e9afb804e FIX: Change height of pnlCommand 2009-11-20 19:28:28 +00:00
Alexander Koblov
68f1b85238 UPD: Use timeout in kevent 2009-11-20 17:28:25 +00:00
Alexander Koblov
506bc0c390 UPD: Use timeout in kevent 2009-11-20 17:26:31 +00:00
Alexander Koblov
1ca5fb1b13 FIX: Close queue handle 2009-11-20 17:04:47 +00:00
Alexander Koblov
d88202daaf UPD: Implement file system watcher for Mac OS X and other BSD like OS 2009-11-20 16:57:45 +00:00
Alexander Koblov
1dcfe64493 UPD: Show mounted volumes under Mac OS X 2009-11-20 15:08:29 +00:00
Alexander Koblov
a0ae865b28 FIX: Compiling for Mac OS X 2009-11-20 14:24:54 +00:00
Alexander Koblov
aeb0830746 UPD: Move fpLChown to uMyUnix module because it is unix only function 2009-11-20 13:47:00 +00:00
cobines
a47dd9b99c UPD: Few optimizations. 2009-11-20 04:06:47 +00:00
cobines
7a3cd907f8 FIX: Memory leak. 2009-11-20 03:46:32 +00:00
cobines
9a2095b296 FIX: Draw overlay icons only for filesystem files.
FIX: Crash in SHGetOverlayIconIndex in case the path to file name is invalid.
2009-11-20 03:36:16 +00:00
cobines
0d51c8432d UPD: Restored possibility to set active file in the panel. 2009-11-19 08:27:15 +00:00
cobines
39047b0570 UPD: Restored cm_SymLink command. 2009-11-19 08:07:12 +00:00
cobines
5257559242 ADD: Function for creating/retrieving filesystem file source. 2009-11-19 07:19:16 +00:00
cobines
5cac50ae5c UPD: Restored cm_ExtractFiles command. 2009-11-19 07:06:39 +00:00
cobines
4e468412e8 UPD: Change WCX connections so that only one operation in total of given type may be run at any given time (instead of one operation per archive). This is due to shortcomings of WCX callbacks (progress reporting). 2009-11-19 07:01:26 +00:00
cobines
cda5b0b100 FIX: Memory leak. 2009-11-19 05:58:04 +00:00
Alexander Koblov
9780b9b6a3 DEL: Unneeded SetAttributes and SetDateTime operations 2009-11-18 15:39:49 +00:00
Alexander Koblov
0aff46a600 ADD: Save generic icons to cache for more quickly start 2009-11-18 14:59:23 +00:00
cobines
4edfbcd01a ADD: Quick filter files in the panel, cm_QuickFilter command with Ctrl+F as default hotkey. 2009-11-18 04:48:31 +00:00
Alexander Koblov
7025adf332 FIX: Compiling under Windows 2009-11-17 19:56:27 +00:00
cobines
f7a0dfa76f UPD: Cleanup. 2009-11-17 08:38:31 +00:00
cobines
097066f92a UPD: Cleanup, removed compiler warnings. 2009-11-17 07:43:05 +00:00
cobines
9332f21453 ADD: CompressedSize file property. 2009-11-17 06:38:53 +00:00
cobines
18932c0eb3 UPD: Update Multirename after recent changes. 2009-11-17 05:58:00 +00:00
cobines
41d4db562c UPD: Change error reporting in SetFileProperty operation. 2009-11-17 05:23:24 +00:00
cobines
9dcfd11353 UPD: Use SetFileProperty operation instead of Move to rename a single file. 2009-11-17 04:31:30 +00:00
cobines
c773b38d99 UPD: SetFileProperty operation: Clear new attributes parameter after assigning. Propertly create operation for WfxPlugin file source. 2009-11-17 04:21:27 +00:00
cobines
e3e1158ea8 ADD: SetFileProperty operation for WfxPlugin file source. 2009-11-17 03:56:49 +00:00
cobines
c966354892 ADD: SetFileProperty operation that can set any property for a file.
ADD: FileName, FileCreationDateTime, FileLastAccessDateTime properties.
2009-11-17 03:17:46 +00:00
Alexander Koblov
33121c28de UPD: Language files
UPD: Some interface alignment
2009-11-16 21:16:08 +00:00
Alexander Koblov
b4ef927798 ADD: Show overlay icons under Linux 2009-11-16 12:48:26 +00:00
Alexander Koblov
3e4167bfa1 FIX: Empty hotdir name when add root path 2009-11-16 10:50:40 +00:00
cobines
abc2de2b49 ADD: Option to enable/disable confirmation dialog on drag&drop operations. 2009-11-16 05:38:35 +00:00
cobines
fc096deaf9 ADD: Commands cm_CopyNoAsk, cm_RenameNoAsk that copy, move files immediately without showing confirmation dialog (no default hotkeys assigned). 2009-11-16 04:56:21 +00:00
Alexander Koblov
55b304bc70 UPD: Shrink big bitmaps before putting them into PixmapManager under GTK2 2009-11-15 22:36:44 +00:00
Alexander Koblov
9d3e8ad1d3 ADD: Show icons for special directories and *.desktop files 2009-11-15 22:13:24 +00:00
Alexander Koblov
1b9a6e1752 FIX: Shortcuts in hotdir and drive menu 2009-11-15 18:43:22 +00:00
cobines
681734aea3 FIX: Some access violation and range check errors. 2009-11-15 07:30:59 +00:00
Alexander Koblov
f25c4ab7cf FIX: Don't update caption on locked tab when change file source 2009-11-14 21:09:42 +00:00
cobines
2d2fc36b2c FIX: Crash when archive icon not loaded. 2009-11-14 20:28:02 +00:00
cobines
ee8a9b17c1 FIX: Don't free file source manually. 2009-11-14 20:25:12 +00:00
cobines
8c0bb7ec94 UPD: Use locale-independent date/time formatting in the exceptions log file. 2009-11-13 07:45:32 +00:00
cobines
0688522c4f UPD: Debug line info: Don't try to open files from the current directory. Always use absolute paths. 2009-11-13 07:30:30 +00:00
cobines
2ebe5913ea UPD: Display archive icon in the drive menu when an archive file source is used in the panel. 2009-11-13 03:32:44 +00:00
cobines
6ec69db26f UPD: Save exceptions log to user directory. 2009-11-12 23:34:52 +00:00
cobines
e1dbd8fa91 ADD: Write unhandled exceptions info to a log file. 2009-11-12 23:13:20 +00:00