]> spindle.queued.net Git - midori/commit
Rework downloading into Midori.Download interface
authorChristian Dywan <christian@twotoasts.de>
Sun, 9 Sep 2012 11:42:59 +0000 (13:42 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 9 Sep 2012 12:07:30 +0000 (14:07 +0200)
commite3a71596bc740b41c60dc54f8642470c1641e371
tree5b9670f8d6e47ce5a04b6e982e5602b82d7aea05
parentb3e604881bb82eab51d5a90987569ce4a44c81e7
Rework downloading into Midori.Download interface

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
katze/midori-uri.vala
midori/midori-browser.c
midori/midori-download.vala [new file with mode: 0644]
midori/midori-view.c
midori/sokoke.c
midori/sokoke.h
panels/midori-transfers.c
po/POTFILES.in
toolbars/midori-transferbar.c