Commit Graph

54 Commits

Author SHA1 Message Date
8d8f6373ca Slightly improved the usage screen 2012-06-23 22:07:22 +00:00
5ebb692515 The window can no longer be resized 2012-06-02 11:18:32 +00:00
a133ccc0f9 Added missing include 2012-06-02 11:11:00 +00:00
1dbfe708ca Look & feel while maximized 2012-06-02 11:09:22 +00:00
8e14354958 Added a label for the time remaining 2012-06-02 11:04:14 +00:00
d2e280c8a0 Code cleanup 2012-06-02 10:32:46 +00:00
77a972c62e Code cleanup 2012-06-02 10:21:37 +00:00
864dc1e6a8 Code cleanup 2012-06-02 10:17:56 +00:00
dc298e13d1 Displaying the speed along the data received 2012-06-02 09:50:24 +00:00
4c89e69218 Code cleanup 2012-02-25 03:50:10 +00:00
bba457c8af Avoid a warning when compiled in debugging mode (at least for 64-bits) 2012-02-24 04:51:10 +00:00
7358d57c24 Added an icon to the download window 2011-07-18 11:21:36 +00:00
b32a5ae3d7 Added a configuration value to automatically close downloads once completed 2011-06-11 16:36:15 +00:00
323feb3073 Added a filter when opening files 2011-05-27 11:46:49 +00:00
1a8955c8c6 Partial implementation of proxy support for the "download" utility 2011-05-14 16:19:34 +00:00
b0dd9287f6 Removed useless memory allocation 2011-05-14 15:46:59 +00:00
57392b60a7 Added a button to open the download folder once the download complete 2011-04-11 17:37:52 +00:00
c6614bccfb Fixed deletion of the file downloaded if the window is closed automatically 2011-03-16 14:33:37 +00:00
958ca1c04a The checkbox is currently useless when the download is complete 2011-03-11 02:02:17 +00:00
1b16601599 Fixed erroneous deletion of downloaded content 2011-02-20 00:09:31 +00:00
99bab69414 Also unlink incomplete output files with WebKit's download backend 2011-02-19 13:38:25 +00:00
eef907bc2e The Download class now corrects URLs on the fly as well 2011-02-19 13:35:07 +00:00
5bf6e961d4 Avoid another couple of type casts 2011-02-19 13:25:27 +00:00
0fec08b469 Let the address field be a non-editable text entry 2011-02-19 13:20:23 +00:00
68c2e53311 Avoid a warning 2011-02-02 06:52:57 +00:00
c884a07685 Also displaying the current address in the download dialog 2011-02-02 06:44:03 +00:00
a9865b743a Code cleanup 2010-12-05 01:16:15 +00:00
44db3a6b8a Fixed downloading with WebKit when output filename is not absolute 2010-12-05 01:15:01 +00:00
0ed11dbddb Avoid an illegal free() when automatically guessing the output filename 2010-12-05 01:05:25 +00:00
bf6a08815c Apparently more accurate download window with WebKit and unknown file size 2010-12-03 22:38:17 +00:00
c8dccdbcd5 The error dialog looks nicer 2010-11-27 15:30:31 +00:00
39dd382486 The download dialog switches to MB (megabytes) when relevant 2010-11-27 15:28:03 +00:00
d8f2221264 Keep cookies by no longer separating the download process (with webkit) 2010-11-15 02:18:23 +00:00
f3fd2bc85e Added download.h 2010-11-15 01:32:21 +00:00
08c6243897 Code cleanup 2010-11-15 01:18:59 +00:00
b74ef557f9 Fully licensed under the GPL version 3 2010-04-27 00:44:25 +00:00
9542443e92 Allowed the download utility to be translated too 2010-04-11 10:19:47 +00:00
eab13e7bbc Show the total size of the file when known 2010-02-21 11:03:06 +00:00
978de0033c Added a field to track the amount of data obtained 2010-02-20 10:51:04 +00:00
9c9e947d12 Can now download an arbitrary number of files at the same time 2009-12-04 02:08:05 +00:00
ee8c4100cf The download class can now be instantiated 2009-12-03 11:51:48 +00:00
dd9f25d8ad Added a checkbox to close the window when the download is complete 2009-12-03 11:25:49 +00:00
356d2c6aaa Almost completed the WebKit version of the download utility 2009-12-03 00:21:40 +00:00
e27c882c39 Adding a WebKit-based backend to the download utility 2009-12-02 23:32:25 +00:00
013a2449a6 Fixed warnings with -pedantic 2009-07-12 00:06:09 +00:00
688cc83bf0 Improved usage screen 2009-03-08 16:10:08 +00:00
99a77b51f8 It seems gnet requires threading support 2009-03-06 13:39:58 +00:00
4a77cbc3f4 Avoid a compilation warning 2009-02-19 23:31:30 +00:00
298672abeb More code re-use and error checking 2009-01-11 21:14:33 +00:00
aa44e0103d Cleaning and optimizing 2009-01-11 20:31:06 +00:00