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

Gimp-developer Digest, Vol 66, Issue 46

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.

3 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

mailman.180048.1206662567.1... 07 Oct 20:26
  Gimp-developer Digest, Vol 66, Issue 46 Alchemie foto\\grafiche 28 Mar 03:18
   Gimp-developer Digest, Vol 66, Issue 46 Sven Neumann 28 Mar 08:58
    Gimp-developer Digest, Vol 66, Issue 46 Sven Neumann 28 Mar 20:13
Alchemie foto\\grafiche
2008-03-28 03:18:19 UTC (over 16 years ago)

Gimp-developer Digest, Vol 66, Issue 46

peter sikking wrote

Tips (no longer of the day) are a good thing, as long as these tips are targeted to bring intermediates to expert level. So I want to promote them.

Sorry to contradict but as user i always found RANDOM tips absolutely useless

Instead will be handy a more advanced kind of tooltip...

just a example "File/open location"
now tooltip is "open a image from a specific location" what i would like is simply "open a image from a specific location...for more info click HERE"

And a click on that "HERE"( or clicking anywhere inside the tooltip if that technically more easy) will simply correspond to press F1...will hopen the contestual help and so the related help page

User may not know about contestual gimp help and pressing F1 but even the most dumb will understand "for more click here"

That will add usability to one of the best resource of gimp, the gimp help

And still i don't understand so much effort to create something more complex then a image windows opening with a blank drawable of default size ready to be resized at users wish or replaced by the first image loadad from File/open that , is all what user wish expect and know and are confident with

I fear they will not feel comfortable with something else more sophisticated and unusual

I'm confident that for most of new users only problem with the image windows is simply that it does NOT open at soon gimp is loaded

Opening Gimp they expect the most simple but for them, functional thing a image windows with a white drawable space ready to be resized or replaced by the first image they wish to open..simple as that

Then i want thank for a the impressive improving from gimp 2.2 if i step here is not to criticize but hoping to contribute at least with my users experience and the feedback i get daily from other users,often at their first experiences with gimp

Alchemie Foto\grafiche
---------------------------------
Scopri il Blog di Yahoo! Mail: trucchi, novità, consigli... e la tua opinione!

Sven Neumann
2008-03-28 08:58:11 UTC (over 16 years ago)

Gimp-developer Digest, Vol 66, Issue 46

Hi,

On Fri, 2008-03-28 at 03:18 +0100, Alchemie foto\grafiche wrote:

just a example
"File/open location"
now tooltip is "open a image from a specific location" what i would like is simply "open a image from a specific location...for more info click HERE"

And a click on that "HERE"( or clicking anywhere inside the tooltip if that technically more easy) will simply correspond to press F1...will hopen the contestual help and so the related help page

User may not know about contestual gimp help and pressing F1 but even the most dumb will understand "for more click here"

The new tooltips system in GTK+ allows arbitrary widgets as tooltips, so something like this would even be possible. I am not sure if clicking into a tooltip is supported though. Perhaps someone wants to give it a try...

Sven

Sven Neumann
2008-03-28 20:13:30 UTC (over 16 years ago)

Gimp-developer Digest, Vol 66, Issue 46

Hi,

On Fri, 2008-03-28 at 08:58 +0100, Sven Neumann wrote:

The new tooltips system in GTK+ allows arbitrary widgets as tooltips, so something like this would even be possible. I am not sure if clicking into a tooltip is supported though. Perhaps someone wants to give it a try...

I've added something like this to GIMP today. It is actually not possible to click into a tooltip. But it's easy to add some text for tooltips on menu items telling the user how to get more help with a single key-press:

http://sven.gimp.org/misc/gimp-tooltip.png

Sven