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.56
2012/10/06 01:34:55
khorben
Added an embedded mode to the download utility
1.55
2012/09/10 22:13:36
khorben
Code cleanup
1.54
2012/06/23 22:07:22
khorben
Slightly improved the usage screen
1.53
2012/06/02 11:18:32
khorben
The window can no longer be resized
1.52
2012/06/02 11:11:00
khorben
Added missing include
1.51
2012/06/02 11:09:22
khorben
Look & feel while maximized
1.50
2012/06/02 11:04:14
khorben
Added a label for the time remaining
1.49
2012/06/02 10:32:46
khorben
Code cleanup
1.48
2012/06/02 10:21:37
khorben
Code cleanup
1.47
2012/06/02 10:17:56
khorben
Code cleanup
1.46
2012/06/02 09:50:24
khorben
Displaying the speed along the data received
1.45
2012/02/25 03:50:10
khorben
Code cleanup
1.44
2012/02/24 04:51:10
khorben
Avoid a warning when compiled in debugging mode (at least for 64-bits)
1.43
2011/07/18 11:21:36
khorben
Added an icon to the download window
1.42
2011/06/11 16:36:15
khorben
Added a configuration value to automatically close downloads once completed
1.41
2011/05/27 11:46:49
khorben
Added a filter when opening files
1.40
2011/05/14 16:19:34
khorben
Partial implementation of proxy support for the "download" utility
1.39
2011/05/14 15:46:59
khorben
Removed useless memory allocation
1.38
2011/04/11 17:37:52
khorben
Added a button to open the download folder once the download complete
1.37
2011/03/16 14:33:36
khorben
Fixed deletion of the file downloaded if the window is closed automatically
1.36
2011/03/11 02:02:17
khorben
The checkbox is currently useless when the download is complete
1.35
2011/02/20 00:09:31
khorben
Fixed erroneous deletion of downloaded content
1.34
2011/02/19 13:38:25
khorben
Also unlink incomplete output files with WebKit's download backend
1.33
2011/02/19 13:35:06
khorben
The Download class now corrects URLs on the fly as well
1.32
2011/02/19 13:25:27
khorben
Avoid another couple of type casts
1.31
2011/02/19 13:20:23
khorben
Let the address field be a non-editable text entry
1.30
2011/02/02 06:52:57
khorben
Avoid a warning
1.29
2011/02/02 06:44:03
khorben
Also displaying the current address in the download dialog
1.28
2010/12/05 01:16:15
khorben
Code cleanup
1.27
2010/12/05 01:15:01
khorben
Fixed downloading with WebKit when output filename is not absolute
1.26
2010/12/05 01:05:25
khorben
Avoid an illegal free() when automatically guessing the output filename
1.25
2010/12/03 22:38:17
khorben
Apparently more accurate download window with WebKit and unknown file size
1.24
2010/11/27 15:30:31
khorben
The error dialog looks nicer
1.23
2010/11/27 15:28:03
khorben
The download dialog switches to MB (megabytes) when relevant
1.22
2010/11/15 02:18:23
khorben
Keep cookies by no longer separating the download process (with webkit)
1.21
2010/11/15 01:32:21
khorben
Added download.h
1.20
2010/11/15 01:18:59
khorben
Code cleanup
1.19
2010/04/27 00:44:25
khorben
Fully licensed under the GPL version 3
1.18
2010/04/11 10:19:47
khorben
Allowed the download utility to be translated too
1.17
2010/02/21 11:03:06
khorben
Show the total size of the file when known
1.16
2010/02/20 10:51:04
khorben
Added a field to track the amount of data obtained
1.15
2009/12/04 02:08:05
khorben
Can now download an arbitrary number of files at the same time
1.14
2009/12/03 11:51:48
khorben
The download class can now be instantiated
1.13
2009/12/03 11:25:49
khorben
Added a checkbox to close the window when the download is complete
1.12
2009/12/03 00:21:40
khorben
Almost completed the WebKit version of the download utility
1.11
2009/12/02 23:32:25
khorben
Adding a WebKit-based backend to the download utility
1.10
2009/07/12 00:06:09
khorben
Fixed warnings with -pedantic
1.9
2009/03/08 16:10:08
khorben
Improved usage screen
1.8
2009/03/06 13:39:58
khorben
It seems gnet requires threading support
1.7
2009/02/19 23:31:30
khorben
Avoid a compilation warning
1.6
2009/01/11 21:14:33
khorben
More code re-use and error checking
1.5
2009/01/11 20:31:06
khorben
Cleaning and optimizing
1.4
2009/01/11 20:16:53
khorben
Nicer user interface
1.3
2009/01/10 03:22:37
khorben
Allow setting the user agent
1.2
2009/01/09 07:32:37
khorben
Improved error handling
1.1
2009/01/09 07:15:00
khorben
Initial release