Articles
Downloads
Manual
News
Projects
Search
Advanced search
Users
Login
Password reset
Wiki
Username:
Password:
Desktop
Homepage
Members
Timeline
Gallery
Download
Bug reports
Revisions
Revision
Date
Author
Message
1.51
2012/10/07 23:31:01
khorben
Also display the remaining time
1.50
2012/10/06 01:20:47
khorben
Fixed build with Gtk+ 3.0
1.49
2012/10/06 01:18:41
khorben
Implemented an embedded mode
1.48
2011/11/27 20:27:45
khorben
Reporting more errors
1.47
2011/04/16 19:20:56
khorben
Fixed build with Gtk+ < 3.0
1.46
2011/04/15 23:27:54
khorben
Migrated to Gtk+ 3.0
1.45
2011/04/15 23:27:13
khorben
Do not let the cancel button resize
1.44
2011/02/18 23:37:48
khorben
Nicer error dialogs
1.43
2011/01/02 15:23:45
khorben
Stricter sanity check
1.42
2010/12/04 17:24:55
khorben
Avoided some warnings
1.41
2010/07/04 11:37:11
khorben
Let errors be modal
1.40
2010/04/22 11:55:30
khorben
Updated copyright and license information
1.39
2010/02/21 11:24:16
khorben
Code cleanup in the timeout handler
1.38
2010/02/21 11:13:17
khorben
Also display the total size of the file when known
1.37
2010/02/13 20:38:50
khorben
Also display how much data was transferred so far
1.36
2009/09/20 10:33:38
khorben
progress stopped working after the first write
1.35
2009/07/12 22:35:26
khorben
Error messages always were always using errno instead of GError
1.34
2009/07/12 00:41:28
khorben
Implemented -b (choosing the buffer size)
1.33
2009/06/28 20:32:19
khorben
Automatically free the GError object in _error_do()
1.32
2009/06/28 20:31:18
khorben
Detect EOF on output as well
1.31
2009/06/19 12:32:25
khorben
Using g_io_channel_read_chars() instead of g_io_channel_read() (deprecated)
1.30
2009/06/19 12:24:41
khorben
Close the input file when the end is reached and slightly improve performance
1.29
2009/06/19 00:39:18
khorben
Only update the progress bar if the fraction has changed (improves performance)
1.28
2009/06/19 00:27:50
khorben
Code cleanup
1.27
2009/06/19 00:16:53
khorben
No longer forget to write the end of the destination file
1.26
2009/06/19 00:15:47
khorben
Code cleanup
1.25
2009/06/18 23:55:43
khorben
Displaying the speed in MB/s when relevant
1.24
2009/06/18 23:49:00
khorben
Always using a buffer of 64kB (seems to drastically improve performance)
1.23
2009/06/18 23:48:16
khorben
Really using the idle loop between file operations
1.22
2009/05/25 22:06:26
khorben
Removed an unused variable
1.21
2009/05/25 21:55:14
khorben
Re-arm the IO channel handlers only when idle (fixes unresponsive UI)
1.20
2009/01/09 07:33:53
khorben
Really close the error dialog
1.19
2008/04/10 19:04:53
khorben
Code cleanup
1.18
2007/12/01 15:17:36
khorben
Code cleanup
1.17
2007/09/24 14:19:49
khorben
Implemented -z in revision 1.14
1.16
2007/09/24 14:03:24
khorben
Allowed the user to set the window title
1.15
2007/09/24 13:59:02
khorben
Polling when reading too
1.14
2007/09/18 22:03:10
khorben
Implemented -z
1.13
2007/09/18 22:02:03
khorben
Fixed rate estimation
1.12
2007/09/18 22:00:40
khorben
Code cleanup
1.11
2007/09/18 22:00:07
khorben
Made labels use a bold font
1.10
2007/09/15 20:17:47
khorben
Left-aligned labels
1.9
2007/09/15 12:25:42
khorben
Speed estimation is implemented
1.8
2007/09/15 12:22:11
khorben
Fixed behaviour with standard input
1.7
2007/09/15 12:16:28
khorben
Added a speed counter
1.6
2007/09/15 11:50:02
khorben
Added a label in front of the filename
1.5
2007/09/15 11:34:25
khorben
Added a cancel button
1.4
2007/09/15 11:32:48
khorben
Added callback when closing the window
1.3
2007/09/15 11:27:25
khorben
Forgot to handle -l
1.2
2007/09/15 10:47:11
khorben
Separated internal data from the preferences data
1.1
2007/09/15 10:13:31
khorben
Added target progress