Commit graph

3,484 commits

Author SHA1 Message Date
Alexander Koblov
f7a4f392d3 UPD: Ukrainian language file by Ma$terok 2010-03-17 17:32:26 +00:00
cobines
2aa3d6c6f1 FIX: [Zip plugin] Compiling on Linux. 2010-03-17 16:59:47 +00:00
cobines
3c1242e018 FIX: Stopping Find Files operation not working. 2010-03-17 16:11:25 +00:00
cobines
c3d8ccb490 UPD: Update DSXLocate plugin after changes to DSX interface. 2010-03-17 16:08:01 +00:00
cobines
0806ac6322 UPD: Use 'sb' for sticky bit attribute in Find Files. 2010-03-17 13:22:11 +00:00
cobines
dab6cd80b1 ADD: Help for attributes format in Find Files. 2010-03-17 13:12:56 +00:00
cobines
8985b53cac FIX: Using octal attributes on Unix in Find Files. Use space as separator for attributes, not as 'enabled'. 2010-03-17 13:01:45 +00:00
Alexander Koblov
4a9b2b44b1 FIX: Help files 2010-03-17 12:06:15 +00:00
Alexander Koblov
eee65380d5 UPD: Russian help 2010-03-17 11:51:10 +00:00
Alexander Koblov
a5b74b30db ADD: Context help for toolbar configuration 2010-03-17 11:38:23 +00:00
cobines
4df3451c4f FIX: [Zip plugin] Use Unicode functions for file access [bug 2971195]. 2010-03-16 16:03:46 +00:00
cobines
930a6a0416 UPD: Changes to find files:
- Use different structure for Find Files and Search Template than for DSX. Change DSX structure to use stack memory.
- Now all find files settings are saved to templates.
- Changed how attributes work, now it is more like chmod. Allows for some more refined search (AND's and OR's).
- Fixed resources leaks when find thread was created but not executed.
- Reformatted text in some units.
2010-03-16 14:09:16 +00:00
cobines
2901487d68 ADD: Functions handling Int64 to XmlConfig. 2010-03-16 13:26:50 +00:00
Alexander Koblov
ed3817624a UPD: Language files 2010-03-16 10:32:08 +00:00
Alexander Koblov
3bbced1dd2 FIX: Crash if can not open pixmaps.txt 2010-03-11 22:15:00 +00:00
cobines
3a00b471b3 FIX: [Zip plugin] In TAR files only add ustar prefix if it is present. 2010-03-11 15:25:40 +00:00
cobines
302b4458b5 UPD: Store Lazarus forms of plugins as FPC resources, so that external lfm files are not needed at runtime. Modified DialogApi accordingly. 2010-03-11 14:04:26 +00:00
cobines
738f72d89b FIX: [Zip plugin] Compiling. 2010-03-11 13:28:05 +00:00
cobines
d11c5fb234 FIX: [Zip plugin] Corrected assignment of memory for password (use static array to be safe). 2010-03-11 13:19:25 +00:00
Alexander Koblov
fad58414db FIX: Read symlink target for some links 2010-03-10 15:15:14 +00:00
Alexander Koblov
3d4181d995 FIX: Follow link only under FileSystemFileSource 2010-03-09 19:20:05 +00:00
Alexander Koblov
0f6f6a6b34 FIX: Can not open some symbolic links under Vista/Seven 2010-03-09 19:03:53 +00:00
Alexander Koblov
14de814686 FIX: Double create links 2010-03-09 15:03:35 +00:00
Alexander Koblov
56e49e7e64 UPD: Functions for work with NTFS links 2010-03-09 14:52:31 +00:00
cobines
c433a0c287 FIX: [Zip plugin] Converting unicode names from Xceed extra fields in Zips. 2010-03-08 16:11:16 +00:00
cobines
6cac3203e0 FIX: [Zip plugin] Fix reading extra fields (was broken in rev. 1864). Another attempt to remove compiler warnings when compiling for 64-bit. 2010-03-08 16:01:06 +00:00
cobines
589f615156 UPD: File search dialog picture in docs. 2010-03-08 14:30:16 +00:00
cobines
6e6c44d3b9 FIX: [Zip plugin] UTF-8 support in Zips on Linux (don't convert names to Ansi). 2010-03-08 14:18:34 +00:00
cobines
c69d0b80a2 FIX: [Zip plugin] Compiling on Linux. 2010-03-08 13:55:12 +00:00
cobines
cd02cf746d FIX: [Zip plugin] Making file list in unicode. 2010-03-08 13:48:31 +00:00
Alexander Koblov
628a9d7bb8 FIX: Show correctly symlinks to files (Vista/Seven) 2010-03-08 12:21:19 +00:00
Alexander Koblov
f4811e582d UPD: Cleanup 2010-03-08 12:10:59 +00:00
cobines
7aa892f086 FIX: Missing parentheses in previous commit. 2010-03-07 16:42:29 +00:00
cobines
48e3cb38d1 FIX: Correct some pointer types and compiler warnings for 64-bit. 2010-03-07 16:27:25 +00:00
cobines
d44d922747 UPD: Reverted changes on Linux from previous commit. 2010-03-07 15:59:21 +00:00
cobines
8c0f9b8f42 UPD: Better Unicode support on Windows in ZIP plugin. 2010-03-07 15:22:50 +00:00
cobines
004a89f645 UPD: Update .lpi to use new library directories. 2010-03-05 06:25:47 +00:00
cobines
b4b3a7f87a DEL: Delete old libraries directories. 2010-03-05 06:23:09 +00:00
cobines
e173b023e7 UPD: Change external libraries directories to specify CPU and OS. 2010-03-05 06:17:52 +00:00
cobines
252c366d3f DEL: Remove the Abbrevia units that we don't use (mostly visual controls). (wasn't applied in previous commit) 2010-03-05 06:06:00 +00:00
cobines
eb1f2296e6 UPD: Merge some changes from Abbrevia SVN (up to rev. 287). This adds Unicode support for Zips, read/write bzip2 support (external libbz2 required) and some bug fixes. Still have to review filenames encoding code.
DEL: Remove the Abbrevia units that we don't use (mostly visual controls).
2010-03-05 05:59:17 +00:00
cobines
78847764a9 FIX: First shutdown HAL and then close DBUS connection, not the other way around. HAL might still be using that connection on shutdown. 2010-03-04 11:12:11 +00:00
cobines
92732f0d75 UPD: Show custom text on progress bar in operation progress dialog (on GTK2 and QT4; on Windows it's not supported). [2960626] 2010-03-04 10:40:15 +00:00
Alexander Koblov
288c56f297 UPD: Save main window size only if it's not Maximized (for not break normal size) 2010-03-03 21:23:19 +00:00
Alexander Koblov
445d2de1c6 UPD: Language files 2010-03-03 20:54:16 +00:00
Alexander Koblov
f1159d77a5 ADD: Capability to change WheelScrollLines count 2010-03-03 20:43:26 +00:00
cobines
d37be630ee FIX: Compiling (after rev. 2587). 2010-03-03 15:49:45 +00:00
cobines
2614e32207 FIX: Don't crash when WCX plugin cannot be loaded when packing - display error message. 2010-03-03 15:47:48 +00:00
cobines
0c85c6594b UPD: Set packing options for each operation separately instead of for the file source. 2010-03-03 15:35:40 +00:00
cobines
0a5eef9a41 FIX: Extracting Dwarf debug line info from Win64 PE+ files. 2010-03-03 11:34:32 +00:00