Commit graph

5,795 commits

Author SHA1 Message Date
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
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
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
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
e9e3b236ee ADD: Patch that adding image zoom command to Viewer by Rustem 2010-04-10 17:01:38 +00:00
Alexander Koblov
7b6d772514 UPD: Mark modified text as saved after save file in Editor 2 2010-04-09 14:40:56 +00:00
Alexander Koblov
df7b387b51 UPD: Mark modified text as saved after save file in Editor 2010-04-09 14:36:03 +00:00
cobines
209a5e2803 UPD: Language files. 2010-04-08 21:59:35 +00:00
cobines
afd94a3872 UPD: Small text change. 2010-04-08 21:52:37 +00:00
cobines
8025f4cd66 UPD: Localize size and time units in Find Files dialog. 2010-04-08 21:38:12 +00:00
cobines
a91e75cc52 UPD: Nightly builds .lpi file. 2010-04-08 20:44:58 +00:00
cobines
c356df6531 UPD: Localize string grids in options dialogs. 2010-04-08 20:42:25 +00:00
cobines
e2ae062079 DEL: Removed unneeded labels captions (it ends up in .po files unnecessarily). 2010-04-08 20:08:51 +00:00
cobines
2af6cc5c7e ADD: Editor for attributes in Find Files dialog. 2010-04-08 19:53:41 +00:00
cobines
1f0c715180 UPD: Missing updated file in commit 2665. 2010-04-08 15:45:11 +00:00
cobines
285eb3171d UPD: Make objfpc default mode (for new units). 2010-04-08 13:00:26 +00:00
cobines
63fd63e82d ADD: Support environment variables in external differ. 2010-04-08 12:52:12 +00:00
cobines
0873cca944 ADD: Simple search result file source. 2010-04-08 12:48:55 +00:00
Alexander Koblov
e53e308fca ADD: Support environment variables in path to external tools 2010-04-06 18:51:48 +00:00
Alexander Koblov
558d9b1242 ADD: Patch that adding rotate image command to Viewer by Rustem (with some optimizations) 2010-04-06 18:10:24 +00:00
Alexander Koblov
d9f5813ab0 FIX: Encoding in CallContentGetSupportedField
UPD: Code formatting
2010-04-04 16:05:22 +00:00
Alexander Koblov
da79c92ef8 FIX: Don't show submenu for ft_multiplechoice field 2010-04-04 15:47:28 +00:00