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

Re: Repobrowser shows size for folders, and other small issues

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-05-05 11:03:36 CEST

Simon Large wrote:
> Hi folks,
>
> Just noticed that the browser is showing all folders as 0 bytes. The
> 1-pane version suppressed sizes for folders, like explorer does.

Fixed in revision 9327.

> If you right drag a folder, and when the context menu appears press
> ESC or click outside the menu, you get a commit dialog anyway.

Fixed in revision 9328.

> When right dragging an item over the left pane, the auto-expansion
> seems to happen very quickly (I'm guessing the 300 msec timeout used
> with arrow keys). This feels a bit short to me for dragging as you
> only have to stop moving the mouse briefly and you get a hangup while
> the node expands. Wasn't this set to 2 seconds at one time? If you
> can't use different values for mouse and arrows, maybe a compromise of
> 1 second would be better? Just an idea.

The time used to expand the tree node is actually a system defined one:
it's the 'mouse hover time' of the OS, which is also used by the
explorer for this. (See SystemParametersInfo and the
SPI_GETMOUSEHOVERTIME param).

> The commit dialogs in repobrowser all have "Enter log message" as the
> title. I think the title would be more useful of it reflects the
> operation being done, ie. move, rename, add folder, etc.

But they also have a hint text showing above the edit box which should
be enough for the user?

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat May 5 11:04:11 2007

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.