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

Re: [TSVN] Refresh commit dialog - no hourglass?

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-06-09 18:32:18 CEST

Simon Large wrote:
> Peter Mounce wrote:
>
>>In v1.2.0-release, if I use F5 to refresh the commit dialog, the
>>OK/cancel buttons disable, but the cursor does not turn into a "doing
>>something but still a cursor" cursor (as opposed to the hourglass).
>>
>>Is that because my refresh doesn't take long enough (there are only a
>>half-dozen files to refresh), or by design, or by bug?
>
>
> If the mouse is over an edit area you always get the I-beam cursor. That
> is OK because there is no busy variant of that cursor, and you can edit
> the log message during refresh.
>
> If the mouse is over the file list you get an hourglass when you first
> invoke commit (OK) and a standard pointer when you refresh (wrong). I
> think it should be an hourglass because you can't usefully select files
> during refresh.

Fixed in revision 3659.

> If the mouse is anywhere else you get an hourglass when you first invoke
> commit and a standard pointer when you refresh. I think both of these
> should be a busy pointer (pointer with small hourglass) because eg. the
> 'Help' button is always active.

That cursor you mentioned is not supposed to be used that way. It's
defined in the SDK as IDC_APPSTARTING.
It should only be used if an app is starting up, or if an app is doing
something in the background, but you still can use all/most of its
features. And the commit dialog is blocked during that time (you can
*only* enter a log message, but nothing else).

Stefan

-- 
        ___
   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 Thu Jun 9 18:32:44 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.