diff options
author | Norbert Preining <preining@logic.at> | 2008-11-03 11:02:06 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-11-03 11:02:06 +0000 |
commit | 4e4103915544ed530b9aeb97188164e8b3aadd40 (patch) | |
tree | 3177fcf4ca748100cfcfbe64e0df4a9c07cd10e8 | |
parent | 4258d87c59647f9becb5be94dbc02fc612c00fbc (diff) |
add more TODOs from Werner
git-svn-id: svn://tug.org/texlive/trunk@11163 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/install-tl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl index d32b691efdf..0589b2939e9 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -19,6 +19,21 @@ # testing for network access ... # loading tlpdb, this can take some time ... # (Werner 28.10.08) +# - make GUI updates/refresh work better. It is strange the the events we +# are working on are not enough for handling the refresh. I guess I have to +# find a better way to do refreshs. +# (Werner 02.11.08) +# - echo the final welcome string to stdout/terminal AND the gui windows, or +# make the gui window cut'n'paste aware +# - increase the information (on cmd line and status bar) +# [034/456] installing foobar ... +# maybe, when downloading, also compute the total compressed size and and +# the already downloaded compressed sized and give a time estimate +# It also could be useful to add the size of the compressed package to +# the status bar/cmd output so that users see whether this is a big package +# or a small one: +# [034/456] downloading and installing lmodern (25Mb compressed) ... +# # my $svnrev = '$Revision$'; |