Commit graph

1,672 commits

Author SHA1 Message Date
cobines
caa8a15d52 UPD: Cleanup, silence some warnings. 2011-02-10 05:27:42 +00:00
cobines
dc12b9e597 FIX: Different fix for the range check error in previous commit. Int64 should be converted to QWord in mixed expressions. 2011-02-08 02:06:19 +00:00
Alexander Koblov
090b4d346e FIX: Range check error 2011-02-07 19:30:06 +00:00
cobines
0d934b1bc7 UPD: Move some units to implementation section, specify some types, added const to some string params. 2011-02-07 05:33:29 +00:00
cobines
679bd4a5f0 FIX: Converting date/time to local when timezone is UTC-xx. 2011-02-07 05:09:49 +00:00
Alexander Koblov
172fdf5999 FIX: Bug [2920077] 2011-02-06 16:32:17 +00:00
Alexander Koblov
a6de4c137f FIX: Run time error 2011-02-06 14:42:10 +00:00
Alexander Koblov
8e111446b7 FIX: TParserControl.isdigit function 2011-02-06 13:41:16 +00:00
Alexander Koblov
64be45c23b ADD: Patch [3173661] "Allow environment variables in cm_ChangeDir" 2011-02-05 20:01:49 +00:00
Alexander Koblov
5b571d5631 ADD: Patch [3173660] "ChangeDir in Toolbar" 2011-02-05 19:56:39 +00:00
Alexander Koblov
721ff11d34 ADD: Capability to set hotkeys for Viewer (patch by Rustem with some modifications) 2011-02-05 19:50:33 +00:00
Alexander Koblov
9c918dc52f FIX: Remove cbListFilesInThreadChange from foptions.lfm 2011-02-05 13:22:20 +00:00
cobines
e41e3fe405 UPD: Always allow using "Load icons after file list" option and make it default. 2011-02-05 07:07:49 +00:00
cobines
7a9796ddb3 FIX: Save all command line entries to history (issue [3141676]). 2011-02-05 02:18:39 +00:00
cobines
b7c3afc963 UPD: Change "remaining time" to "time remaining" (issue [3173135]). 2011-02-05 02:07:19 +00:00
cobines
eb218c7e4f ADD: Possibility to navigate through file view history with extra mouse buttons (issue [3172996]). 2011-02-05 01:57:18 +00:00
cobines
ae90bdb6ae FIX: Compiling on Unix. 2011-02-05 01:40:50 +00:00
cobines
626f002cf1 UPD: Allow stopping workers with Escape key. 2011-02-03 08:54:34 +00:00
cobines
2ea6f5c347 FIX: Switching to hourglass cursor when workers are working (fixes bug [3047504]). 2011-02-03 04:50:54 +00:00
cobines
6f45209f6f DEL: Remove unneeded files, since we use FPC resources now. 2011-02-03 02:56:22 +00:00
cobines
0ba2ca1472 UPD: Change link descriptions (fixes [3002680]), move symbolic link before hard link in menu, since it is more often used.
UPD: Autosize buttons of hard link and symbolic link forms.
2011-02-03 02:39:17 +00:00
cobines
65b947d28e UPD: Improved symlink and hardlink form sizing. 2011-02-02 07:57:24 +00:00
cobines
7de8807670 UPD: File view workers: allow more than one updater at the same time, added start and finish events. 2011-02-02 05:33:49 +00:00
Alexander Koblov
22e4f5c6e8 ADD: cm_GoToFirstFile and cm_GoToLastFile commands 2011-02-01 18:57:16 +00:00
Alexander Koblov
e7a116b38d UPD: Use FPC resources for forms 2011-02-01 18:27:38 +00:00
Alexander Koblov
fa057ca89d UPD: Use FPC resources for forms 2011-02-01 18:25:55 +00:00
Alexander Koblov
c1d6b914d9 UPD: Use FPC resources for forms 2011-02-01 18:10:44 +00:00
cobines
a04f585fa3 FIX: Building with Lazarus 0.9.31. 2011-02-01 08:00:21 +00:00
cobines
1a8059dbf9 FIX: Dissappearing icon in taskbar button in Windows (bug [3146571]). 2011-02-01 00:10:11 +00:00
cobines
577929b28b FIX: Comparing file source interface viariables (should fix refreshing when not using file watcher). 2011-01-31 07:17:35 +00:00
Alexander Koblov
cb00490683 FIX: Bug [3077527] "typos and grammar on 'Behaviors' options page" 2011-01-30 10:06:58 +00:00
Alexander Koblov
5f494aeac3 UPD: Use TBitBtn for Close button 2011-01-30 08:56:55 +00:00
Alexander Koblov
2517eeeb4d FIX: Compilation under Mac OS X 2011-01-30 08:46:44 +00:00
Alexander Koblov
dcc743c198 FIX: Linking under FreeBSD 2011-01-29 21:49:58 +00:00
Alexander Koblov
940f88c085 FIX: Compilation under Windows 2011-01-29 20:28:00 +00:00
Alexander Koblov
c92899d91d FIX: Some fixes for compilation under FreeBSD 2011-01-29 20:08:55 +00:00
Alexander Koblov
d74c3d7e4c FIX: Some fixes for compilation under BSD 2011-01-29 18:17:51 +00:00
Alexander Koblov
ed99f0573e FIX: Compiling for BSD 2011-01-29 16:18:02 +00:00
Alexander Koblov
98c55e3b17 FIX: Compiling for BSD 2011-01-29 16:11:43 +00:00
Alexander Koblov
a8728ab24e UPD: Use LibC under non Linux Unix'es 2011-01-29 16:03:26 +00:00
Alexander Koblov
5a2c69ece3 FIX: Don't resize file operation dialog on pause/start 2011-01-28 21:57:33 +00:00
cobines
527b2f2bb6 UPD: Make CalculateSpace into a worker (fixes bug 3153496 and hopefully 3073431). 2011-01-28 06:15:13 +00:00
cobines
760a6dc952 FIX: Save picture dialog title (leave empty so that it is auto translated). 2011-01-25 23:53:51 +00:00
Alexander Koblov
cfa62e7095 FIX: Find files with IsNotOlderThan option 2011-01-24 19:57:40 +00:00
Alexander Koblov
fba7874e9f FIX: Run binary files under Linux 2011-01-23 20:39:23 +00:00
Alexander Koblov
9eac169f83 FIX: Snapshots building 2011-01-23 10:19:21 +00:00
Alexander Koblov
b47884e26a FIX: Compilation with Lazarus 0.9.31 2011-01-22 14:16:35 +00:00
Alexander Koblov
d159630e2d FIX: Delete preview (patch by Rustem) 2011-01-22 13:23:41 +00:00
Alexander Koblov
8ff6b78d78 FIX: Out of bounds error in Viewer (patch by Rustem) 2011-01-19 05:48:55 +00:00
cobines
d20dd28e82 FIX: Correction for using the new TNotebook component in Lazarus 0.9.31. 2011-01-17 22:59:11 +00:00