There is no feedback whatsoever when clicking the "Use a New Identity" button. The button doesn't "click" indicating anything has happened, there is no message that a circuit has been created, no way to know that the users desire has been carried out and subsequent uses of Tor will come from a different exit.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
If you don't have growl or something similar, no, you won't see any visible feedback. This is because of the custom clickable label implementation, which is left out in alpha.
I'm going to leave this open for now, but it is not something that I will focus on since Vidalia alpha will become stable in not so long. I will, on the other hand, accept patches that fix this.
I can take care of this. Which one should it be - add some kind of "click" indicator to VCLickLabel class (like different background color between press and release events), or a message in status bar, or both ?
Trac: Username: sebb Status: new to assigned Cc: N/Ato chiiph, sebb Owner: chiiph to sebb
The message in the status bar will be tricky, because we are assuming that the user does not have something like growl.
I think just visual feedback from the vclicklabel is enough for this. Have in mind that the alpha already solves this, so the fix for the current stable shouldn't be too time consuming.
Have you seen the flashing code for VClickLabel? Now that I come to think about it, may be we can merge the idea of having a pressed VClickLabel with a flashing one. What do you think?
I haven't tested your branch yet, in terms of code it looks good.