Re: [Sugar-devel] [PATCH Browse] Display only the URL in the URL entry SL #3553

2012-09-27 Thread Martin Langhoff
On Thu, Sep 27, 2012 at 11:46 AM, Gary Martin wrote: > + exposing URLs for touch users. The cursor hover is the only way to expose > URLs when browsing (unless tap to editing them) Tap-to-switch-to-URL-and-edit, starting with "full URL is selected" is fine IMHO. You are missing a key "-", which

Re: [Sugar-devel] [PATCH Browse] Display only the URL in the URL entry SL #3553

2012-09-27 Thread Gary Martin
Hi Martin, On 27 Sep 2012, at 15:35, Martin Langhoff wrote: > If there is concensus that it's better, then it's ok. It was one of > those things where I liked Browse more than Chrome, but perhaps it's a > personal quirk. I don't think I'd explicitly noted the +/- reasons, just tried to make a q

Re: [Sugar-devel] [PATCH Browse] Display only the URL in the URL entry SL #3553

2012-09-27 Thread Martin Langhoff
If there is concensus that it's better, then it's ok. It was one of those things where I liked Browse more than Chrome, but perhaps it's a personal quirk. m On Thu, Sep 27, 2012 at 10:33 AM, Gonzalo Odiard wrote: > This change was discussed with Manuq and Gary. > I can't find the discussion now

Re: [Sugar-devel] [PATCH Browse] Display only the URL in the URL entry SL #3553

2012-09-27 Thread Gonzalo Odiard
This change was discussed with Manuq and Gary. I can't find the discussion now. CC both Gonzalo On Thu, Sep 27, 2012 at 11:25 AM, Martin Langhoff wrote: > Is this really an improvement in behaviour? > > - The tabs are often too small to show the title. > - The title is more important for the

Re: [Sugar-devel] [PATCH Browse] Display only the URL in the URL entry SL #3553

2012-09-27 Thread Manuel Kaufmann
On Thu, Sep 27, 2012 at 11:25 AM, Martin Langhoff wrote: > - The tabs are often too small to show the title. This behaviour is going to change because we are going to use the same version of the tabs that is on the Gtk3 port of Terminal. They use all the available space to be expanded. > - The

Re: [Sugar-devel] [PATCH Browse] Display only the URL in the URL entry SL #3553

2012-09-27 Thread Martin Langhoff
Is this really an improvement in behaviour? - The tabs are often too small to show the title. - The title is more important for the user than the URL. No? cheers, m On Mon, Sep 24, 2012 at 5:09 PM, Manuel Kaufmann wrote: > The Title of the current page is no longer shown in the URL > entry.

[Sugar-devel] [PATCH Browse] Display only the URL in the URL entry SL #3553

2012-09-24 Thread Manuel Kaufmann
The Title of the current page is no longer shown in the URL entry. Now, it's only shown in the tab and the current URL is visible all the time in the URL entry. Signed-off-by: Manuel Kaufmann --- browser.py| 13 + webtoolbar.py | 53 +--