aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@src.gnome.org>2003-10-17 01:28:46 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-10-17 01:28:46 +0800
commit24fc218c90c70a06011a851df6991bf34b72d6c3 (patch)
tree6bb9ee7e434a3b10e636634cbaaa997e6ccebf1f /TODO
parentb7a8e995fde6c3cf6ac82ea2390c3c4b510024c5 (diff)
downloadgsoc2013-epiphany-24fc218c90c70a06011a851df6991bf34b72d6c3.tar
gsoc2013-epiphany-24fc218c90c70a06011a851df6991bf34b72d6c3.tar.gz
gsoc2013-epiphany-24fc218c90c70a06011a851df6991bf34b72d6c3.tar.bz2
gsoc2013-epiphany-24fc218c90c70a06011a851df6991bf34b72d6c3.tar.lz
gsoc2013-epiphany-24fc218c90c70a06011a851df6991bf34b72d6c3.tar.xz
gsoc2013-epiphany-24fc218c90c70a06011a851df6991bf34b72d6c3.tar.zst
gsoc2013-epiphany-24fc218c90c70a06011a851df6991bf34b72d6c3.zip
Merge new-downloader branch. We reworked the backend, the user
interface is still incomplete.
Diffstat (limited to 'TODO')
-rw-r--r--TODO18
1 files changed, 18 insertions, 0 deletions
diff --git a/TODO b/TODO
index 56d616772..0808ad264 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,21 @@
- Check that filtering is not done more than one time on bookmarks dialogs init
- change font size pref name or convert if possible
+
+Downloader:
+
+- Update rate (used for estimated time) only after some time, otherwise estimated
+keep to chang in an annoying way
+- Fixup column sizing. Ideally filename should get all available space, the
+others column can get the minimum (for progress we can just fixup requisition
+in the renderer to something sane)
+- Fix hash table destruction. Free row refs and unref download objects.
+- Cleanup downloader-view, there is prolly still crap here and there
+- Add LOGs on all objects involved in download. Init/Finalize and in c++
+constructor/destructor. Verify that references are correct == objects
+are destroyed at right time.
+- Probably use cur from total instead of just total in the size field
+- Deal with the case where total size is unknown (we need special rendering
+for progress too I guess)
+- Initialize progress values when starting the download
+- Need a way to do downloads without view, for favicons
- expand filename col in downloader