summaryrefslogtreecommitdiff
path: root/midori/midori-download.vala
Commit message (Collapse)AuthorAgeFilesLines
* Move WebKit2 guards to resolve warningsChristian Dywan2013-10-291-0/+2
|
* Resolve remaining warnings for possibly undefined out argumentsChristian Dywan2013-10-281-4/+2
|
* Bump glib2 version to 2.32.4Paweł Forysiuk2013-06-261-6/+0
|
* Clean filename for launchers based on titleChristian Dywan2013-06-041-2/+2
|
* Fix overkill.Cody Garver2013-05-191-1/+1
|
* Update dates to 2013.Cody Garver2013-05-191-1/+1
|
* Fix download tooltip crash and extend test caseChristian Dywan2013-04-201-2/+2
|
* Ensure that download last-size is stored as a pointerChristian Dywan2013-04-171-2/+2
| | | | Fixes: https://bugs.launchpad.net/midori/+bug/1053386
* Add some #ifdef to build Midori with WebKit2 supportAndré Stösel2013-02-211-0/+34
| | | | Notice: Only --plain works right now
* Guard format_size in Midori.Download against GLib 2.30Christian Dywan2012-11-041-2/+6
|
* Resolve minor warnings for being() and errorsChristian Dywan2012-11-031-1/+1
|
* Don't include query in suggested filenamesChristian Dywan2012-09-281-5/+6
|
* Guard Glib.format_size against HAVE_GLIB_2_30Christian Dywan2012-09-241-2/+5
|
* Set error icon next to failed downloadsChristian Dywan2012-09-201-0/+2
| | | | Fixes: https://bugs.launchpad.net/midori/+bug/1053229
* Initial download tests for extension and unique filenameChristian Dywan2012-09-171-3/+3
|
* Don't mix up filesystem and file infoChristian Dywan2012-09-171-2/+4
|
* Use file info can-write instead of Posix.AccessChristian Dywan2012-09-151-2/+4
|
* Proper extension fallback for temporary filesChristian Dywan2012-09-091-2/+2
|
* Fix bogus speed display by removing old valuesChristian Dywan2012-09-091-2/+4
|
* No speed or remaining time for finished transfersChristian Dywan2012-09-091-0/+4
|
* Rework downloading into Midori.Download interfaceChristian Dywan2012-09-091-0/+310
Midori.URI get_folder Midori.Download is_finished get/set_type get_progress get_tooltip Consistent estimation of remaining time and speed. get_content_type Icons in dialog and panel. has_wrong_checksum Verification in both panel and toolbar. action_clear, action_stock_id, open Consistent behavior in both panel and toolbar. fallback_extension clean_filename Merged two separate functions. get_suggested_filename get_filename_suggestion_for_uri Now handles MIME types. get_extension_for_uri get_unique_filename Renamed from prepare_filename. prepare_destination_uri has_enough_space