diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-10-19 17:53:50 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-10-19 17:53:50 +0800 |
commit | ffba6a5ae788b7c8ad83809a944907caa7a8fe84 (patch) | |
tree | db6f0f070124b950f7ed6109b2ff0ba477e6eafd /TODO | |
parent | 80f66913e794ce851a9e38145fd2f0cf0ca7dd31 (diff) | |
download | gsoc2013-epiphany-ffba6a5ae788b7c8ad83809a944907caa7a8fe84.tar gsoc2013-epiphany-ffba6a5ae788b7c8ad83809a944907caa7a8fe84.tar.gz gsoc2013-epiphany-ffba6a5ae788b7c8ad83809a944907caa7a8fe84.tar.bz2 gsoc2013-epiphany-ffba6a5ae788b7c8ad83809a944907caa7a8fe84.tar.lz gsoc2013-epiphany-ffba6a5ae788b7c8ad83809a944907caa7a8fe84.tar.xz gsoc2013-epiphany-ffba6a5ae788b7c8ad83809a944907caa7a8fe84.tar.zst gsoc2013-epiphany-ffba6a5ae788b7c8ad83809a944907caa7a8fe84.zip |
Update remaning time every two seconds
2003-10-19 Marco Pesenti Gritti <marco@gnome.org>
* TODO:
* embed/ephy-download.c: (ephy_download_class_init),
(ephy_download_init), (update_remaining_time),
(ephy_download_get_remaining_time):
* embed/ephy-download.h:
Update remaning time every two seconds
* embed/mozilla/mozilla-download.cpp:
Source/target was swapped
* embed/mozilla/EphyHeaderSniffer.cpp:
* embed/mozilla/EphyHeaderSniffer.h:
Fix style
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -3,8 +3,6 @@ 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) @@ -13,4 +11,5 @@ in the renderer to something sane) 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 -- fix EphyHeaderSniffer style +- when porting to the new file picker get rid of FilePicker.cpp and +show the dialog in Sniffer, so we can have proper filename |