RSS/Atom feed Twitter
Site is read-only, email is disabled

Two notes for UI (inconsistency and cleanup)

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

5 of 5 messages available
Toggle history

Please log in to manage your subscriptions.

Two notes for UI (inconsistency and cleanup) Vladimir Savic 19 Oct 21:21
  Two notes for UI (inconsistency and cleanup) Nemes Ioan Sorin 19 Oct 19:57
   Two notes for UI (inconsistency and cleanup) Vladimir Savic 19 Oct 22:16
  Two notes for UI (inconsistency and cleanup) Sven Neumann 22 Oct 20:33
   Two notes for UI (inconsistency and cleanup) Vladimir Savic 24 Oct 16:37
Nemes Ioan Sorin
2007-10-19 19:57:26 UTC (over 17 years ago)

Two notes for UI (inconsistency and cleanup)

Vladimir,

things are in change, nothing can be done over night.

I found a lot of ...let say "...here could be better" in few areas - but I prepare my material and my studies for the guys which work right now for GIMP UI redesign.

Please consider following links:

http://gimp-brainstorm.blogspot.com/ http://gui.gimp.org/index.php/GIMP_UI_Redesign

See you there,

Sorin

Vladimir Savic wrote:

As I can see, GIMP UI is undergoing some minor cleanups in svn version. Just two observations. Nothing major. :)
I've noticed that only Smudge Tool doesn't have brush scaling, which is just inconsistent to to other tools.
And second one is about Pressure sensitivity. Opening that tab could align it's sub-options vertically not just horizontally (if tool window width is too small, of course). As is right now, everything fits into window here, but hitting the expand arrow brings sliders which can easily destroy window's layout.

Regards,
Vlada

Vladimir Savic
2007-10-19 21:21:38 UTC (over 17 years ago)

Two notes for UI (inconsistency and cleanup)

As I can see, GIMP UI is undergoing some minor cleanups in svn version. Just two observations. Nothing major. :)
I've noticed that only Smudge Tool doesn't have brush scaling, which is just inconsistent to to other tools.
And second one is about Pressure sensitivity. Opening that tab could align it's sub-options vertically not just horizontally (if tool window width is too small, of course). As is right now, everything fits into window here, but hitting the expand arrow brings sliders which can easily destroy window's layout.

Regards,
Vlada

Vladimir Savic
2007-10-19 22:16:04 UTC (over 17 years ago)

Two notes for UI (inconsistency and cleanup)

On Friday 19 October 2007 07:57:26 pm Nemes Ioan Sorin wrote:

Vladimir,

things are in change, nothing can be done over night.

I'm aware of that. I didn't want to sound like pushing someone to do something. If I did, then sorry... (but I'm not even in position for doing things like that)

I found a lot of ...let say "...here could be better" in few areas - but I prepare my material and my studies for the guys which work right now for GIMP UI redesign.

Oh, well... I can't find my "proposal" to be bug or/and feature request. So I didn't open ticket in tracker. It's not UI redesign neither. It's more like, as I've said, inconsistency... :) But that's more like subjective classification.... :)

I threw it in on mailing list. If developers/users think I need to fill report, I'll gladly do that.

Please consider following links:

http://gimp-brainstorm.blogspot.com/ http://gui.gimp.org/index.php/GIMP_UI_Redesign

See you there,

As soon as I do some redesign proposition, I'll catch you there.

Vlada

Sorin

Vladimir Savic wrote:

As I can see, GIMP UI is undergoing some minor cleanups in svn version. Just two observations. Nothing major. :) I've noticed that only Smudge Tool doesn't have brush scaling, which is just inconsistent to to other tools. And second one is about Pressure sensitivity. Opening that tab could align it's sub-options vertically not just horizontally (if tool window width is too small, of course). As is right now, everything fits into window here, but hitting the expand arrow brings sliders which can easily destroy window's layout.

Regards, Vlada

Sven Neumann
2007-10-22 20:33:14 UTC (over 17 years ago)

Two notes for UI (inconsistency and cleanup)

Hi,

On Fri, 2007-10-19 at 21:21 +0200, Vladimir Savic wrote:

I've noticed that only Smudge Tool doesn't have brush scaling, which is just inconsistent to to other tools.

This is not an oversight. The Smudge tool doesn't handle changes to the brush size currently. There's already a bug report for that.

And second one is about Pressure sensitivity. Opening that tab could align it's sub-options vertically not just horizontally (if tool window width is too small, of course). As is right now, everything fits into window here, but hitting the expand arrow brings sliders which can easily destroy window's layout.

We use a GtkWrapBox there and it is known to not work perfectly. I have adjusted the aspect ratio now and this seems to improve it at least for my setup. But we really need a better solution. Hopefully the new GTK+ layout model (see http://rapicorn.org/cmpgtk.html#resizing-hysteresis) can help us with this.

Sven

Vladimir Savic
2007-10-24 16:37:07 UTC (over 17 years ago)

Two notes for UI (inconsistency and cleanup)

On Monday 22 October 2007 08:33:14 pm Sven Neumann wrote:

Hi,

On Fri, 2007-10-19 at 21:21 +0200, Vladimir Savic wrote:

I've noticed that only Smudge Tool doesn't have brush scaling, which is just inconsistent to to other tools.

This is not an oversight. The Smudge tool doesn't handle changes to the brush size currently. There's already a bug report for that.

OK. Thanx for the info.

And second one is about Pressure sensitivity. Opening that tab could align it's sub-options vertically not just horizontally (if tool window width is too small, of course). As is right now, everything fits into window here, but hitting the expand arrow brings sliders which can easily destroy window's layout.

We use a GtkWrapBox there and it is known to not work perfectly. I have adjusted the aspect ratio now and this seems to improve it at least for my setup. But we really need a better solution. Hopefully the new GTK+ layout model (see http://rapicorn.org/cmpgtk.html#resizing-hysteresis) can help us with this.

Doesn't help here but I hope GTK+ will fix that. I can live with current tool behavior...

Regards,
Vlada

Sven