Commit Graph

37 Commits

Author SHA1 Message Date
163fc26cf0 Checking errors when calling setlocale() 2012-09-10 21:53:39 +00:00
f6dbab0606 Like cp, default to -P with -R or -H without 2012-06-06 23:13:33 +00:00
fb11ee3023 Let the window have a fixed size 2012-06-02 11:23:00 +00:00
2dfea32754 Tracking the remaining time for a copy as well 2012-06-02 11:17:18 +00:00
227c4f4621 Also display the total amount copied 2012-06-02 10:40:50 +00:00
92056461e5 Also display the current amount copied 2012-06-02 10:33:51 +00:00
1737ece922 Copy should be re-implemented 2012-04-19 12:55:12 +00:00
ab0a1bffb6 Avoid copying identical files over themselves 2011-05-11 20:59:27 +00:00
028a207284 The "Cancel" button had no callback 2011-01-31 03:41:47 +00:00
f299f07ac4 Stricter checks 2011-01-02 21:01:03 +00:00
b5091cec75 Fixed many encoding errors, some interface improvements, a memory corruption 2010-12-26 10:52:04 +00:00
ae9de28c2c Forgot to translate a string 2010-11-27 15:47:58 +00:00
e05552605b Freeing some memory after preparing the main window 2010-11-08 18:23:58 +00:00
5b6c7c7167 Minor improvements to dialog windows 2010-08-11 22:43:23 +00:00
3deb996930 Compile with less warnings 2010-05-18 20:15:32 +00:00
27455d3902 Translating some more 2010-04-05 14:31:00 +00:00
b131d0d80f Check the arguments 2009-09-06 22:06:58 +00:00
f05af80ee9 The progress bar for the arguments count was wrong 2009-09-06 22:02:07 +00:00
d42808ad22 Changed label "Argument" to "Copying" 2009-07-04 13:25:33 +00:00
74a720b5f9 Made the window not resizable 2009-06-20 11:01:15 +00:00
3551b628da Improved the appearance of the window 2009-06-20 10:59:07 +00:00
3d8a039516 Let the progress bar always have the same height 2009-06-20 10:27:34 +00:00
d6994ea8c0 Copying files from within an idle loop 2009-06-19 15:32:27 +00:00
fd394b5998 Put all major TODO/FIXME information in a common file 2008-10-15 11:18:27 +00:00
6771bed455 GPLv3'ing 2008-10-15 11:11:13 +00:00
c5c1932bf7 Code review 2008-03-12 01:02:24 +00:00
0ec1fbdb7c Fixed typo when copying multiple files 2008-01-22 14:37:47 +00:00
9fa0e397ee Safer use of basename() 2007-12-13 00:12:22 +00:00
247a2c39a5 Safer use of basename() 2007-12-13 00:09:13 +00:00
af4a193d23 Had to re-license under the DeforaOS Project License to avoid conflict 2007-08-17 16:18:24 +00:00
774f0a31a8 Fixed usage screen 2007-08-12 17:19:33 +00:00
3f81e3cb20 Need to convert filenames from the filesystem encoding 2007-08-03 03:55:46 +00:00
f3e74dfb45 Fixed display of the total number of files copied or moved 2007-08-03 03:37:49 +00:00
49d0fe3cbd Fixed use before initialization 2007-08-03 01:36:58 +00:00
22fd713acd Code cleanup 2007-08-03 01:32:59 +00:00
7f7815ff80 Code cleanup 2007-08-03 01:16:47 +00:00
4a9f484ca2 Added target copy 2007-08-03 01:06:37 +00:00