Commit graph

48 commits

Author SHA1 Message Date
cobines
334964252a UPD: Displaying progress window for operations queues. 2012-03-27 08:59:21 +00:00
cobines
ff4878d6c1 UPD: Unify functions for pause/unpause operation and queue, getting progress and operation state. 2012-03-27 02:40:23 +00:00
cobines
82d5657136 UPD: Operations viewer: Display more details about operations. 2012-03-26 05:41:26 +00:00
cobines
90c42d61a1 UPD: Make each operation able to describe what it does. 2012-03-23 02:53:21 +00:00
cobines
6234a5b424 UPD: Automatically update visibility of operations panel when operation progress window is opened/closed. 2012-03-22 04:35:24 +00:00
cobines
d4bd4cb71b UPD: Display multiple queues in operations viewer. 2012-03-20 03:39:57 +00:00
cobines
7ef8d9fd3e UPD: Support multiple queues in OperationsManager. 2012-03-19 03:57:28 +00:00
cobines
896d8d091d UPD: Keep a list of opened progress dialogs instead of a property in operations manager. 2012-03-19 00:09:49 +00:00
cobines
6367601220 UPD: Replaced OperationsManager entries with class for easier access. 2012-03-18 23:09:49 +00:00
vitaliyg
be32fbc389 UPD: better autosize and tab support 2012-01-02 17:32:05 +00:00
cobines
bea5bd7f82 ADD: Show some info for "calculate statistics" operation. Patch from Fuhrer. 2011-05-22 14:12:04 +00:00
cobines
66d8ec3258 UPD: Use more precision for operation progress than 0-100 integer. Progress bar display will be more smooth. Patch from Fuhrer with modifications. 2011-05-12 21:27:34 +00:00
Alexander Koblov
b4fdd1404c UPD: Use pbstMarquee ProgressBarStyle while operation is starting 2011-04-21 03:51:57 +00:00
Alexander Koblov
21bb3e16f9 UPD: Use TKASProgressBar in fFileOpDlg 2011-04-06 12:24:52 +00:00
Alexander Koblov
e9fda4ec49 UPD: Rewrite cm_FileSpliter command as TFileSourceOperation 2011-03-27 07:24:03 +00:00
Alexander Koblov
205647799c UPD: Rewrite cm_FileLinker command as TFileSourceOperation 2011-03-25 21:31:56 +00:00
Alexander Koblov
aff72a75dc UPD: Use MinimizeFilePath in fFileOpDlg (patch by Fuhrer) 2011-03-24 06:45:07 +00:00
cobines
caa8a15d52 UPD: Cleanup, silence some warnings. 2011-02-10 05:27:42 +00:00
Alexander Koblov
c1d6b914d9 UPD: Use FPC resources for forms 2011-02-01 18:10:44 +00:00
Alexander Koblov
5a2c69ece3 FIX: Don't resize file operation dialog on pause/start 2011-01-28 21:57:33 +00:00
Alexander Koblov
bd9a55cdfb UPD: Apply patch from Rustem (gradient drive free space indicator) 2010-03-28 11:01:59 +00:00
Alexander Koblov
d18ebb2ed5 UPD: Apply patch that added operations panel, drive free space indicator, extended operation control from Rustem 2010-03-20 19:19:19 +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
cobines
148ccc9202 UPD: Always use short format for displaying speed in operation progress dialog (bug [2960635]). 2010-03-01 09:05:29 +00:00
Alexander Koblov
60a6ec5fc5 UPD: Finish TestArchive operation 2010-02-03 21:41:08 +00:00
cobines
7ac6556a39 UPD: Recognize fsoCopy operation in progress dialog. 2010-02-01 08:24:39 +00:00
cobines
7a3f50765d UPD: Show Move operation in progress dialog. 2009-11-03 14:38:56 +00:00
cobines
a92147a20d ADD: Generic mechanism for acquiring connections; use them in WcxFileSource to limit number of concurrent operations per type. 2009-11-03 14:11:13 +00:00
cobines
cd102fff1b UPD: Cleanup, removed some compiler warnings. 2009-10-14 12:06:00 +00:00
cobines
286cb5c60c UPD: Cleanup; disable some old code. 2009-08-28 10:59:58 +00:00
cobines
b953f4abfe UPD: Displaying statistics in operation progress dialog. 2009-08-05 16:49:35 +00:00
cobines
c82f6aade5 UPD: Calculate checksum operation for filesystem. 2009-08-05 02:54:36 +00:00
Alexander Koblov
dec2ef54ab UPD: Clean up 2009-08-02 10:41:15 +00:00
Alexander Koblov
3d1801a47d ADD: Wipe operation 2009-08-02 10:20:01 +00:00
cobines
0e935f1417 UPD: Delete operation for filesystem. 2009-07-26 16:58:32 +00:00
cobines
4f03ef50f1 UPD: Stop operation when closing progress dialog; add button to continue running in background. 2009-07-26 06:57:21 +00:00
cobines
56825c6016 UPD: Copy operation for file system. 2009-07-25 09:48:28 +00:00
cobines
3c9a3930fa ADD: Interface for operations communication with user. 2009-07-21 09:16:38 +00:00
cobines
ff897e60ef UPD: Wait for scheduled events before finishing operation; removed redundant queueing of notifications of events. 2009-07-21 02:34:13 +00:00
cobines
c0591e41e9 UPD: Controlling operations state (pause, start, stop); queueing operations via operations manager. 2009-07-20 02:42:55 +00:00
cobines
bc1df274e3 UPD: Further work on file source operations. 2009-07-19 12:16:46 +00:00
cobines
376a365c35 ADD: Started implementing operations manager. 2009-07-18 12:58:18 +00:00
Alexander Koblov
f02605feec UPD: Start to implement new design 2009-07-15 19:35:20 +00:00
cobines
79d5da2bfc UPD: Code cleanup, formatting. Removed some compiler warnings. 2009-07-05 17:01:55 +00:00
Alexander Koblov
f96dc7e037 ADD: Use pbstMarquee style for progress bar while counting files 2009-06-23 16:32:33 +00:00
Alexander Koblov
89bfb484a8 UPD: Use 2 file name labels (from and to) in progress dialog 2009-06-23 16:08:15 +00:00
cobines
4309f36c17 FIX: Progress bar during copy and move operations.
UPD: Reduce flickering in file operations dialog.
2009-04-28 17:38:23 +00:00
Alexander Koblov
2801b1d2f9 UPD: Continue source code relocation 2009-04-20 19:09:10 +00:00
Renamed from fFileOpDlg.pas (Browse further)