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

trunk - new status for empty images

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 3 messages available
Toggle history

Please log in to manage your subscriptions.

trunk - new status for empty images Joao S. O. Bueno 31 Jan 03:08
  trunk - new status for empty images Daniel Hornung 31 Jan 12:16
  trunk - new status for empty images Sven Neumann 31 Jan 20:12
Joao S. O. Bueno
2009-01-31 03:08:39 UTC (almost 16 years ago)

trunk - new status for empty images

2009-01-29 Sven Neumann

* app/tools/gimptool.c (gimp_tool_oper_update): if the image is empty and the tool can't handle that, display a message in the statusbar telling the user about this.

That works great! thanks, Sven.

But when trying i I could not help bu tnote it also show upswht the text tool

Daniel Hornung
2009-01-31 12:16:21 UTC (almost 16 years ago)

trunk - new status for empty images

On Saturday 31 January 2009, Joao S. O. Bueno wrote:

But when trying i I could not help bu tnote it also show upswht the text tool --
text tool should be able to work with an epty image, should'nt it?

The move tool, o the other hand, is not displaying the message properly. I t does, however whe n I try to move a path on a 0 layer image - then, instead of moving the path it eels me it is expecing layers.

- Not only the move tool, but all other transformation tools should be able to work as well.

- The same holds for the align tool.

- Probably there's no harm in allowing the crop tool to work (if the "Current layer only" option is deactivated).

- The path tool doesn't react on pressing Ctrl (when there are no layers) as it should (usually this modifier allows to close a path).

- At least some of the selection tool could also work. Note that in the quick mask, painting is not possible (the mouse even cannot be moved while pressing its button), but the brush outline is shown.

Looks like a good change, but maybe with more work under the hood than expected.

Daniel

Sven Neumann
2009-01-31 20:12:24 UTC (almost 16 years ago)

trunk - new status for empty images

Hi,

On Sat, 2009-01-31 at 00:08 -0200, Joao S. O. Bueno wrote:

But when trying i I could not help bu tnote it also show upswht the text tool