[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: [TSVN] Log Dialog small Bug and suggestions

From: Lübbe Onken <l.onken_at_rac.de>
Date: 2005-05-06 10:56:48 CEST

Hi Steve,

Yesterday was a holiday in Germany which I spent working in the garden. Now
I'm working my way through a backlog of mails.

> > - Is there any chance to show activity *after* hitting
> "show all" and
> > *before* the progress bar indicates that log messages are
> fetched? The
> > simple hourglass always makes me think "It hangs".
>
> What do you propose to show?

For example a status line at the bottom that goes through several steps and
displays a text. For example:
- Looking up server...
- Contacting repository...
- Fetching revision numbers...
- More steps...
- Fetching log messages (now the progress bar is active?!?)

If there are more steps, just add them.

Another, maybe better possibility. If you reserve 20% of the progress bar
for the actions *before* the log messages are fetched, each step above would
just be a step on the progress bar.
For an application I wrote, I implemented a recursive progress bar, where I
could pass the handle and a range of the progress bar (0%..20%) to a
subroutine, which uses this range as its own 100% range, can pass a subrange
on to another subroutine and so on. This made it terribly easy to make a
progress bar follow recursion without any of the subroutines knowing
anything about each other. This progressbar doesn't (cannot) reflect the
real duration of each subroutine, but there's progress all the time :-)

Cheers
- Lübbe

--
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri May 6 10:57:10 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.