Commit graph

49 commits

Author SHA1 Message Date
Alexander Koblov
d0d54299bb ADD: Show localized field name 2019-05-03 21:21:38 +00:00
Alexander Koblov
a1c92c35ae UPD: Disable controls when read only mode 2019-03-09 21:25:13 +00:00
Alexander Koblov
062ecd86bb FIX: Don't show unneeded progress window 2018-11-22 17:01:59 +00:00
Alexander Koblov
e52a470178 FIX: Memory leak 2017-12-17 11:47:53 +00:00
Alexander Koblov
d8a50cc157 FIX: Don't show size for link to directory under Unix 2017-11-06 10:19:13 +00:00
Alexander Koblov
4a282f39f7 FIX: Don't show size for link under Unix 2017-11-06 09:32:56 +00:00
Alexander Koblov
8ebb1c94a6 FIX: Build under Linux 2017-10-25 18:20:18 +00:00
Alexander Koblov
a25b1cda41 ADD: Capability to select and copy data from file properties dialog 2017-09-24 09:09:36 +00:00
Alexander Koblov
6bf12118bf ADD: Pass CONTENT_DELAYIFSLOW when get info from content plugins in file properties dialog to skip a slow fields 2017-09-22 11:48:56 +00:00
Alexander Koblov
96f020206e ADD: Show info from content plugins in file properties dialog (Posix) 2017-09-22 09:52:26 +00:00
Alexander Koblov
2f0ccdac5d FIX: Show attributes as text in file properties dialogs #2 2017-06-18 10:43:15 +00:00
Alexander Koblov
282cfdec88 FIX: Show attributes as text in file properties dialogs 2017-06-18 10:18:34 +00:00
Alexander Koblov
557bfc851f FIX: Label visibility 2017-01-14 18:29:24 +00:00
Alexander Koblov
76cbef984b ADD: Make file as executable by one click 2017-01-14 17:17:28 +00:00
Alexander Koblov
67cb49feca ADD: Show exif make and model fields 2017-01-08 10:00:32 +00:00
Alexander Koblov
c118c691f8 ADD: Show image exif data in file properties dialog 2017-01-08 09:47:29 +00:00
Alexander Koblov
98f8659be8 ADD: Show icon in file properties dialog 2016-08-30 19:25:21 +00:00
meteu
906fd470ca Enter in Find files working under Linux 2016-04-26 07:10:28 +00:00
Alexander Koblov
0a9dd9adba ADD: Show symlink target in properties dialog in GVFS 2016-01-20 19:22:11 +00:00
Alexander Koblov
3ef999a06d UPD: Prepare FPC 3.0 support 2015-11-21 19:45:12 +00:00
Alexander Koblov
b56d384a05 UPD: Use libc lchown function (see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803984) 2015-11-07 12:43:38 +00:00
Alexander Koblov
982856c3f7 UPD: Use CreationTime under Windows and ChangeTime under Unix 2015-09-16 17:57:38 +00:00
Alexander Koblov
2ce3e1f52e FIX: Change owner/group under root 2015-06-27 11:38:36 +00:00
Alexander Koblov
b7082dcc99 ADD: Show folder statistics (folders/files count) in file properties dialog (Unix) 2012-06-17 12:01:27 +00:00
cobines
98782e58a2 FIX: Don't clear SUID bit whenever file properties are set (Unix). Issue [0000077]. 2012-05-07 17:50:00 +00:00
cobines
fbf0db8c37 FIX: Change buttons on set file properties dialog (Unix) to be more informative. [0000077] 2012-05-07 17:36:52 +00:00
Alexander Koblov
c327939385 FIX: Compilation under Linux 2012-04-14 19:37:30 +00:00
cobines
47aec6b94c UPD: Move some code to a separate package so that it can be reused in components or plugins. 2012-04-09 00:38:34 +00:00
cobines
7ef8d9fd3e UPD: Support multiple queues in OperationsManager. 2012-03-19 03:57:28 +00:00
cobines
761a8f89ca FIX: Bug [0000298] Don't always reload file list after Show File Properties. 2012-03-06 20:47:28 +00:00
cobines
b031f81f36 ADD: Switch between pages in File Properties dialog with Ctrl+Tab, Ctrl+Shift+Tab (issue [0000133]). 2011-12-10 01:51:40 +00:00
cobines
a179c87720 UPD: Improve support for non-UTF-8 locale on Unix (bug [0000037]). 2011-11-05 20:17:16 +00:00
Alexander Koblov
fa057ca89d UPD: Use FPC resources for forms 2011-02-01 18:25:55 +00:00
Alexander Koblov
5f494aeac3 UPD: Use TBitBtn for Close button 2011-01-30 08:56:55 +00:00
Alexander Koblov
1b1f3fad2a FIX: Error when calculate folder size in "File properties" with some directories 2010-07-23 18:52:03 +00:00
Alexander Koblov
5933983d7a FIX: Change file owner via "File properties" dialog 2010-07-23 18:16:09 +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
Alexander Koblov
20eb32c3bf FIX: Also fixes for bug [2954358] error with write permissions 2010-02-21 12:13:34 +00:00
cobines
eff193423d UPD: Always require setting Path for TFile and TFiles. 2010-01-19 22:22:33 +00:00
Alexander Koblov
faac482c77 UPD: File properties dialog interface alignment 2010-01-19 16:52:08 +00:00
Alexander Koblov
30cd14237c ADD: Show folder size in file properties dialog under Linux 2010-01-18 09:43:53 +00:00
cobines
10a62fae67 UPD: Cleanup. 2009-12-21 23:21:12 +00:00
cobines
6c5ec86ba9 UPD: Changed handling file times to allow displaying and setting distant past and future times. Now Windows UTC time is used instead of MS-DOS time on Windows and on Unix a 64-bit type is used on x86_64. 2009-12-21 05:18:05 +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
f7a0dfa76f UPD: Cleanup. 2009-11-17 08:38:31 +00:00
cobines
cd102fff1b UPD: Cleanup, removed some compiler warnings. 2009-10-14 12:06:00 +00:00
cobines
748906274e UPD: Restored showing file properties on Unix. 2009-08-17 09:27:45 +00:00
cobines
79d5da2bfc UPD: Code cleanup, formatting. Removed some compiler warnings. 2009-07-05 17:01:55 +00:00
Alexander Koblov
2801b1d2f9 UPD: Continue source code relocation 2009-04-20 19:09:10 +00:00
Renamed from ffileproperties.pas (Browse further)