Alexander Koblov
939dc5926d
FIX: Wrong statistics when copying to phone (issue #2154 )
...
(cherry picked from commit 7c80c8ab23 )
2025-02-11 20:11:57 +03:00
Alexander Koblov
edd44b0e23
FIX: Multiarc copy Copying dialog shows incorrect speed and time remaining on the first copy start ( fixes #1609 )
...
(cherry picked from commit a19d3c3ad5 )
2024-05-04 15:44:39 +03:00
Alexander Koblov
e3664c5749
ADD: Operation progress - show only percent when size unknown
...
(cherry picked from commit dca8d10726 )
2023-10-14 00:19:17 +03:00
Andrey
0085139487
UPD: Format file sizes and counts in file dialogs (v.2) ( #816 )
...
Now DC uses options for file size when file replacing and also format number of files according to regional settings of OS.
2023-02-18 13:07:55 +03:00
Alexander Koblov
f398072a13
ADD: Confirmation when accidentally pressed Esc during copying/moving/etc ( fixes #393 )
2022-04-10 11:39:50 +03:00
Alexander Koblov
d1b749b2a7
FIX: Copy window size wrong on Linux ( fixes #261 )
2021-12-09 21:47:56 +03:00
Alexander Koblov
ea61e98dee
ADD: Feature [0002256] Add path tooltips to moving/copying files window
2020-10-08 17:18:45 +00:00
Alexander Koblov
4637d2e288
ADD: Feature [0001731] Counter of files while moving/copying them #3
2018-12-16 09:04:42 +00:00
Alexander Koblov
d1239276cd
ADD: Feature [0001731] Counter of files while moving/copying them #2
2018-12-15 08:48:29 +00:00
Alexander Koblov
db3a3d496c
ADD: Feature [0001731] Counter of files while moving/copying them
2018-12-14 22:04:18 +00:00
Denis Bisson
46dd0a1603
ADD: User may now personalized the unit he will see for file size.
...
ADD: New option to set the way the header/footer memory size are displayed (hard disk space/current selection).
ADD: New option to set the way the memory size is displayed in the operation box (where we see transfer speed).
ADD: Translatable strings regarding memory file size abreviations (B, K, M, G, T and others).
ADD: Translatable strings for "<DIR>" and "<LNK>".
ADD: New unit for file size "TB".
RMV: Remove four unnecessary .lrt files replaced by .lrj ones.
2018-11-29 04:39:57 +00:00
Alexander Koblov
db86a8eb2a
FIX: SetFilePropertyOperation - show progress #2
2018-09-21 19:47:47 +00:00
Alexander Koblov
7f59ab9178
FIX: SetFilePropertyOperation - show progress
2018-09-21 19:38:00 +00:00
Alexander Koblov
22ed01c13b
FIX: Calculate checksum operation, show current file name in progress dialog
2017-11-19 18:47:38 +00:00
Alexander Koblov
7ac7d6614f
FIX: Don't use "finalize" function name (fpc issue 0031795)
2017-05-11 18:25:39 +00:00
Alexander Koblov
1ee32150da
FIX: Bug [0001234] Wrong estimated remaining time, if total amount of time is greather than 24 hours
2017-05-09 09:45:44 +00:00
Alexander Koblov
4907cde757
FIX: Bug [0001323] GUI stops responding to mouse input after overriding file over ftp
2016-03-20 14:00:09 +00:00
Alexander Koblov
dd429d7271
FIX: Crash when minimize progress window
2016-02-14 13:34:46 +00:00
Alexander Koblov
8905ac4495
UPD: Don't show some buttons in modal mode
2016-01-16 18:07:59 +00:00
Alexander Koblov
c2c569d1c6
FIX: Disable minimize button when modal operation progress dialog
2016-01-16 17:54:28 +00:00
Alexander Koblov
e2bd120ca5
UPD: Execute copy operation in main thread (wfx plugins)
2016-01-16 11:15:01 +00:00
Alexander Koblov
4dc4d21dba
ADD: Workaround: Internal error 200130121
2015-12-11 22:19:08 +00:00
Alexander Koblov
90bf9952cd
FIX: Progress bar
2015-04-25 12:51:48 +00:00
Alexander Koblov
b5bee39d27
FIX: Delete operation progress
2015-04-25 12:26:30 +00:00
Alexander Koblov
99c122319c
FIX: Progress for wcx plugins
2015-04-25 11:00:10 +00:00
Alexander Koblov
6122abeb7b
FIX: Progress dialog
2015-04-25 08:40:15 +00:00
Alexander Koblov
c17894f67f
FIX: Bug [0000730] "Copy files expects user response but there's no dialogue box"
2014-01-14 18:46:31 +00:00
Alexander Koblov
b6702144d1
FIX: Bug [0000729] "when I move directory, after <enter> pressed, doublecmd loose focus"
2013-09-15 13:49:45 +00:00
Alexander Koblov
68a2a94b94
UPD: Use one button type in dialog for same look under Mac OS X (fixes 0000626)
2013-02-02 11:54:48 +00:00
cobines
604185dae9
FIX: Change for..in loop to indexed access because it crashes with FPC < 2.7.1. Bug [0000389].
2012-04-04 23:14:44 +00:00
cobines
2a0f01af65
ADD: Option to choose how file operations progress is shown initially: separate window, minimized window or in the operations panel.
2012-03-30 10:10:36 +00:00
cobines
9024ae2eb7
FIX: Cancel queue when closing progress window.
2012-03-28 09:03:58 +00:00
cobines
fc40d78137
UPD: Move some file source operation functions to separate unit.
2012-03-28 08:03:58 +00:00
cobines
8541cfe6e8
UPD: Replace progress for queue with a nr of left operations.
2012-03-28 07:33:03 +00:00
cobines
0ca2980ad5
UPD: Change header of FileOpDlg. The unit has been completely rewritten since the beginning.
2012-03-27 19:50:11 +00:00
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