Commit graph

3,484 commits

Author SHA1 Message Date
Alexander Koblov
64494ceeb8 UPD: doublecmd_debug.lpi 2010-04-24 18:04:03 +00:00
Alexander Koblov
ecd64f7388 FIX: Small interface issues 2010-04-24 17:51:31 +00:00
Alexander Koblov
5e1f015dfb UPD: Language files 2010-04-24 17:43:24 +00:00
Alexander Koblov
af9efdf4e8 ADD: Patch that extend image handling in Viewer by Rustem 2010-04-24 17:36:12 +00:00
cobines
6d651fe8be FIX: Bug [2864020] Проблемы с правами. 2010-04-24 14:47:35 +00:00
cobines
3366472799 UPD: Allow opening archives from any file source (restores opening archive from archive). 2010-04-24 11:56:27 +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
cobines
ce32483775 ADD: Cache formatted strings for each column, so that they don't have to be reformatted at each repaint. 2010-04-23 14:33:15 +00:00
cobines
7982197637 UPD: Link dynamically with libutil. Removes warning when linking: Object libutil.a not found. 2010-04-23 13:16:07 +00:00
cobines
110ae67be2 UPD: Automatically set functions list when setting function string. 2010-04-23 13:06:26 +00:00
cobines
716d34f420 FIX: Do not use Application.CreateForm with forms that are manually destroyed. It is only valid for forms that last for the whole life of the application. This fixes some random AVs. 2010-04-23 11:31:51 +00:00
cobines
47f7f66132 UPD: Split file functions from columns unit + formatting, refactoring. 2010-04-23 10:43:37 +00:00
cobines
6951b658ae FIX: Setting language in options. 2010-04-22 19:32:19 +00:00
cobines
345dce0566 FIX: Crash when file properties are not available. 2010-04-22 14:35:11 +00:00
cobines
02594403c3 UPD: Enable sorting by group, owner, create time, last access time, file type. 2010-04-22 13:08:57 +00:00
cobines
4197bab8de FIX: Retrieving computer name in GetFileOwner. 2010-04-20 20:36:46 +00:00
Alexander Koblov
fc999e5e10 FIX: Bug [2989234] Does not work with icloud 2010-04-20 16:25:29 +00:00
Alexander Koblov
7eee715994 FIX: Open archive by content 2010-04-20 14:44:51 +00:00
Alexander Koblov
566e55d5f0 FIX: Access violation in GetFileOwner function 2010-04-20 14:31:07 +00:00
Alexander Koblov
f2f2826aab UPD: Added .txt extension for README and COPYING files 2010-04-18 13:56:55 +00:00
cobines
9c3bc55b1f UPD: Removed unused paths from index.theme. Renamed filesystems to places as per freedesktop.org spec. 2010-04-18 13:19:45 +00:00
Alexander Koblov
501fb12f01 ADD: Determine archive type by content in Zip plugin 2010-04-18 12:10:33 +00:00
Alexander Koblov
b13a26d81d FIX: Memory leak 2010-04-18 10:27:43 +00:00
Alexander Koblov
ec933d1498 UPD: Restore open archive by content (archive signature) 2010-04-18 08:22:15 +00:00
cobines
a6dc17f01b FIX: Crash when icon theme cannot be loaded.
FIX: Use Unicode functions for file access.
2010-04-16 21:00:32 +00:00
cobines
cd7b6af436 FIX: Building on Windows. 2010-04-16 20:50:10 +00:00
cobines
dad0b3aa0e UPD: Use DC pixmaps as a full icon theme. Try to use system icon theme first before using DC icons (Unix). 2010-04-16 19:24:27 +00:00
cobines
d5f7ffa9b2 FIX: Scaling pixbufs (GTK2). 2010-04-16 16:17:57 +00:00
cobines
121ff52e1c UPD: In FindEx when searching for all files don't need to use mask (Unix). 2010-04-16 12:01:56 +00:00
cobines
a4e06d9f97 UPD: When searching for a theme icon only need to scan directories that have size distance less than already found minimum. 2010-04-16 09:38:53 +00:00
cobines
3ad7240708 ADD: Display broken link icon in overlay icons mode. 2010-04-15 20:46:20 +00:00
cobines
41a163ec50 UPD: Get system icon for folder even when desktop.ini doesn't exist - it is possible to change it system-wide. Only in sim_all mode and above (Windows).
UPD: Draw symbolic link emblem in overlay icons mode also in Windows.
2010-04-15 12:34:59 +00:00
cobines
a62a2938b6 UPD: Don't need to pass SHGFI_SMALLICON or SHGFI_LARGEICON when getting file icon because it's only used to retrieve different system image list and we already retrieve it at start of program (Windows). 2010-04-15 12:05:16 +00:00
cobines
fc649aeee3 UPD: Reload file source after creating shortcut from context menu (Windows). 2010-04-14 20:32:54 +00:00
cobines
61155c44f0 ADD: Support for file type description property (Windows). 2010-04-14 20:20:54 +00:00
cobines
0561bf130e ADD: Support for owner file property on Windows. 2010-04-14 19:36:35 +00:00
cobines
4550a6c6e9 FIX: Check for errors when trying to get link's target file (Unix). 2010-04-13 20:06:53 +00:00
cobines
e0197513d7 UPD: Removed unused method in FileSource, defined default empty methods for some abstract ones. 2010-04-13 19:47:23 +00:00
Alexander Koblov
4db9d4ba2c UPD: Change some default options 2010-04-13 19:30:56 +00:00
cobines
9197bc1652 ADD: Use different icon for broken links (not with overlay icons). 2010-04-13 10:40:40 +00:00
Alexander Koblov
df98485f20 FIX: TWDXModuleList.Assign 2010-04-12 20:24:28 +00:00
Alexander Koblov
58640332f3 ADD: Addon type field to xpi_wdx plugin 2010-04-12 19:52:28 +00:00
Alexander Koblov
147527f192 UPD: Ukrainian language file by Ma$terok 2010-04-12 16:02:07 +00:00
cobines
99b3ec10c8 DEL: Remove unused file. 2010-04-11 18:06:20 +00:00
cobines
8c7097b672 ADD: Support for displaying creation, last access time, link to and group, owner (only Unix) properties. 2010-04-11 17:08:56 +00:00
cobines
9b17dfc596 FIX: Building on Unix after previous commit.
UPD: Cleanup, removed some compiler warnings.
2010-04-11 14:05:43 +00:00
cobines
4f6d2bb259 UPD: Removed separate TFile and TFiles classes for each file source as currently each file type is just a set of different properties and separate classes are not needed. We can always add them back as private classes when different behaviour is needed. Creators moved to TFileSource classes. Added accessors to TFile for each property and value for easier access. 2010-04-11 11:37:10 +00:00
Alexander Koblov
99f42e3c63 FIX: Current path and status bar autosize under Mac OS X Carbon 2010-04-11 08:05:35 +00:00
Alexander Koblov
c49e2427de FIX: Memory leak 2010-04-10 20:34:25 +00:00
Alexander Koblov
814b45d926 ADD: Target application field support in xpi_wdx plugin 2010-04-10 20:12:08 +00:00