On Wed, Nov 25, 2009 at 3:23 PM, Martin Geisler <m...@lazybytes.net> wrote:
> Steve Borho <st...@borho.org> writes:
>
>> On Wed, Nov 25, 2009 at 1:30 PM, Martin Geisler <m...@lazybytes.net> wrote:
>>> Sune Foldager <sune.folda...@me.com> writes:
>>>
>>>> # HG changeset patch
>>>> # User Sune Foldager <sune.folda...@edlund.dk>
>>>> # Date 1259164839 -3600
>>>> # Node ID 19efd1f442c48132e941a735628ecddd982652b4
>>>> # Parent  5c9682fb8cd7f5b6e44b3243a92800c8df28d4d4
>>>> changeset: add changeset and issue tracker links (#315)
>>>
>>> Very nice! I tried the patch on Linux... and was told that os has not
>>> startfile attribute :-) Small typo: you called it os.system in the
>>> commit message.
>>>
>>>
>>> Anyway -- I would really like this functionality on Linux too... :-)
>>> Could the patch be changed to use code like in hgtk/about.py which
>>> launches a browser in a cross-platform way?
>>
>> The version which was pushed does just that.  Now we just need to move
>> that code out of about.py, that's just silly it's still in that file.
>
> Great that you fixed the browser launch -- it works here on Linux!
>
> It would be nice if the mouse cursor would switch to the normal HAND2
> cursor when hovering over links (issue links and changeset links). I
> looked briefly at it, but I don't think it's entirely straightforward.
> You'll need to manually set and restore the cursor when entering and
> leaving the links.

It's the kind of thing that, if PyGtk doesn't handle it internally,
there's not much point in trying to add it in our code.  You don't
want mouse events piping through a Python hook.

--
Steve Borho

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to