Commit graph

5,795 commits

Author SHA1 Message Date
Alexander Koblov
b167fa01b2 ADD: Copy default multiarc.ini 2011-03-29 18:01:45 +00:00
Alexander Koblov
7980f2fbc6 UPD: Language files 2011-03-29 17:30:09 +00:00
Alexander Koblov
650e120485 UPD: Interface alignment (patch by Fuhrer) 2011-03-29 17:19:51 +00:00
Alexander Koblov
5628348e17 ADD: Extract without path to "Options" dialog 2011-03-29 17:16:10 +00:00
cobines
c60f915117 FIX: Patch [3253097] "FreeBSD getfsstat syscall fix with FPC 2.5.1". 2011-03-29 16:58:22 +00:00
Alexander Koblov
d7f8061052 UPD: Improve search usability (patch by Fuhrer) 2011-03-29 16:53:04 +00:00
Alexander Koblov
dd4e774e7c ADD: More date/time formats (patch by Fuhrer) 2011-03-29 16:36:59 +00:00
Alexander Koblov
6fbb681d6e ADD: Options "ExtractWithoutPath" and "FileExists" to extract operations 2011-03-29 16:34:00 +00:00
cobines
a9d62df45a FIX: FileSystemWatcher events on Linux. 2011-03-29 10:49:26 +00:00
cobines
9f6d0ac692 UPD: FileSystemWatcher Linux: remove ioctl() since it's a leftover from polling. Use constant buffer for read(). 2011-03-29 10:07:30 +00:00
Alexander Koblov
8a7d88b922 ADD: FileExistsOption to TWcxArchiveCopyOutOperation 2011-03-29 03:31:29 +00:00
cobines
969e5bacf6 FIX: Crash on shutdown. 2011-03-28 22:26:50 +00:00
cobines
a478793da1 FIX: Crash on shutdown when filelist loader active. 2011-03-28 07:48:56 +00:00
cobines
583e8178e7 FIX: Autosize labels in file operation dialog. 2011-03-28 06:00:36 +00:00
cobines
cbd7e49048 UPD: Reload filesystem file source after operations if filesystem watcher is not active. Previously file source was not reloaded if watcher was enabled in options, but activating it may fail for some mapped paths, like network. 2011-03-27 20:14:45 +00:00
Alexander Koblov
dfa94210c8 UPD: Button size 2011-03-27 11:27:31 +00:00
Alexander Koblov
804227d9b2 UPD: Interface alignment 2011-03-27 10:40:30 +00:00
Alexander Koblov
7052f06f2e FIX: Compilation with FPC 2.4.2 under Linux 2011-03-27 10:25:18 +00:00
Alexander Koblov
81a1ca5528 FIX: Compilation with FPC 2.4.2 under Linux 2011-03-27 10:12:40 +00:00
Alexander Koblov
2162a29800 DEL: Unneeded cycle 2011-03-27 07:51:58 +00:00
Alexander Koblov
945877b400 UPD: Change button caption 2011-03-27 07:30:32 +00:00
Alexander Koblov
e9fda4ec49 UPD: Rewrite cm_FileSpliter command as TFileSourceOperation 2011-03-27 07:24:03 +00:00
cobines
21f507ec5b UPD: Don't add watcher if handle could not be created. Restart watcher thread it crashed or finished. 2011-03-27 00:50:48 +00:00
cobines
23ccacc88f FIX: Move creating handles to constructor to avoid race condition. 2011-03-26 21:11:39 +00:00
cobines
adbc918ca1 UPD: Only remove, add watch if current path has changed. 2011-03-26 21:08:33 +00:00
cobines
f4abac2632 UPD: Use S_IRWXUGO mode when creating directories on Unix (bug [3243807]). 2011-03-26 20:45:43 +00:00
cobines
090107fa5e UPD: Add more detailed events for FileSystemWatcher. 2011-03-26 20:41:36 +00:00
Alexander Koblov
29906c05fc UPD: Copy all file times in FileCopyAttr (patch by Fuhrer) 2011-03-25 21:52:12 +00:00
Alexander Koblov
205647799c UPD: Rewrite cm_FileLinker command as TFileSourceOperation 2011-03-25 21:31:56 +00:00
cobines
684cc9d26e FIX: A/V when handle being waited on is closed. 2011-03-25 10:18:00 +00:00
Alexander Koblov
055902a58b ADD: Save last used packer 2011-03-25 06:25:35 +00:00
cobines
92761cffa8 UPD: Rename functions returning copies of files for clarity. 2011-03-25 06:15:52 +00:00
cobines
92f548a6bf FIX: Compilation. 2011-03-25 06:11:01 +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
Alexander Koblov
7ca50820fe UPD: Query special icon for folder only if it has "read only" or "system" attributes 2011-03-25 05:02:18 +00:00
cobines
1d01b673f2 UPD: Change execute operation to consume ExecutableFile parameter. 2011-03-24 21:50:39 +00:00
cobines
65b4ae7409 FIX: Memory leak. 2011-03-24 21:44:36 +00:00
cobines
92a87fed63 UPD: Make window waiting for finishing executing show up in taskbar. 2011-03-24 21:43:39 +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
f889356ded FIX: Typo. 2011-03-24 18:12:33 +00:00
Alexander Koblov
aff72a75dc UPD: Use MinimizeFilePath in fFileOpDlg (patch by Fuhrer) 2011-03-24 06:45:07 +00:00
Alexander Koblov
be7e1ca422 FIX: Color of packed file text box in fpackinfodlg 2011-03-22 11:35:12 +00:00
cobines
558227c00e FIX: Call GetLocalName on a copy of file. 2011-03-22 05:52:50 +00:00
cobines
f904e389ff UPD: Autosize buttons in find file form. 2011-03-21 05:41:54 +00:00
cobines
dc4ef04f08 UPD: Autosize controls in mask input form. 2011-03-21 05:06:04 +00:00
cobines
5ff6ae99f3 UPD: Autosize buttons in set file properties form. 2011-03-21 04:38:44 +00:00
cobines
145ed7b5ad UPD: Interface alignment, size. 2011-03-21 04:29:59 +00:00
Alexander Koblov
3cd4b3d42b ADD: Support of extract archive via MultiArc with predefined password 2011-03-20 09:41:34 +00:00
cobines
a89bfd1537 UPD: Don't set SAVEPICTUREDIALOG.TITLE in viewer. 2011-03-19 23:53:32 +00:00
Alexander Koblov
a7340bc9b2 UPD: Redesign of "Extract files" dialog (patch by Fuhrer) 2011-03-19 20:15:26 +00:00