[Gimp-developer] GIMP 2.8 icon

2011-08-22 Thread c55 inator
Hello. I'm a graphic designer with experience in creating Application icons
[Like this http://cl.ly/2P0H2k3P1c3X0H3F0L0T/o,
thishttp://fc07.deviantart.net/fs71/i/2011/047/b/7/wesnoth_by_c55inator-d39pckd.jpg,
or 
thishttp://fc05.deviantart.net/fs71/i/2011/193/b/2/blender_replacement_by_c55inator-d3nogpb.jpg]
and I was wondering if I could be of service in helping create GIMP's next
application icon. I use GIMP on a daily basis in my work and I'd love to
contribute something back to the community.  Any information regarding ways
I could help would be greatly appreciated :)

My work, if you're curious: http://dribbble.com/ollin
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] [PATCH] Fix deprecated usage of gimp-free-select

2011-08-22 Thread Nelson A. de Oliveira
Hi!

Can somebody review and commit it, please?
http://people.debian.org/~naoliv/misc/0001-Fix-deprecated-usage-of-gimp-free-select.txt

Thank you!

Best regards,
Nelson
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] ANNOUNCE: GIMP 2.7.3 released

2011-08-22 Thread Thales Oliveira - WeAreLinux.com
I'm sorry, hasn't it been available for a while? At least I have been using
2.7.3 for months. Great news anyway.

Thales

On Mon, Aug 22, 2011 at 4:10 PM, Michael Natterer mi...@gimp.org wrote:

 Hi,

 We are pleased to announce the availability of a new development
 version that brings us closer to GIMP 2.8. This version features
 a lot of UI updates and improvements.

 The most visible changes in 2.7.3 are the fully working single-window
 mode, including working session management, and the introduction of a
 new hybrid spinbutton/scale widget which takes less space in dockable
 dialogs.

 For a complete list of changes since 2.7.2 please see the Changes
 section below. Also see the release notes of the 2.7 series at
 http://www.gimp.org/release-notes/gimp-2.7.html

 Please note that the whole 2.7.x series of versions is considered
 unstable and is not recommended for use in production even though it
 might just work for you. Our intention is to make development versions
 available for passionate users who can provide useful feedback to help
 us fix bugs and streamline implementation of some of the new
 features. The upcoming v2.8 also introduces a huge amount of API
 deprecations and additions that have the potential to break existing
 3rd party scripts and plug-ins. Please file bugs for all plug-ins and
 scripts that do work in v2.6, but don't work in 2.7.3. A migration
 guide for developers will be provided when v2.8 is out.

 There is still work left to do on v2.8. Please refer to
 http://tasktaste.com/projects/Enselic/gimp-2-8 to find out what the
 current estimation of v2.8 release is, and what bugs you can help us
 fixing to make the new stable version happen sooner.

 Happy GIMPing,
 --Mitch


 Download
 

  GIMP 2.7.3 is available from:

  ftp://ftp.gimp.org/pub/gimp/v2.7/

  and from the mirrors listed at:

  http://www.gimp.org/downloads/#mirrors

  The checksum of the tarball is:

  851b55dc4af966e62ef5c8b679bcc623  gimp-2.7.3.tar.bz2


 Changes in GIMP 2.7.3
 =


 UI:

  - Use GimpSpinScales instead of scale entries in all dockable widgets
  - Allow the spin scale to control a range larger than its scale's range
  - Implement RTL mode in GimpSpinScale
  - Add lots of tooltips to tool options
  - Allow to drop more things to the empty image window, and simply
   create new images from them
  - Cage tool: allow to add handle to the cage when clicking on an edge
  - Cage tool: allow to remove selected handles from the cage by hitting
   delete
  - Remember column widths in multi-column dock windows
  - Support starting GIMP in single-window mode
  - When the brush is shared among paint tools, also share all
   brush-modifying paint options
  - Use ALT+number and ALT+Tab shortcuts to navigate between images
   in both single- and multi-window mode
  - Make 'Export to' always activatable and fall back to 'Export...' if
   no export target has been set yet
  - In single-window mode, add new dockable dialogs to the image window
   instead of in a new window
  - When switching on single-window mode, put docks in the image window
   depending on what side of the window they originally had
  - When switching off single-window mode, distribute dock windows
   better
  - Add a canvas item for the transform grid, fixing a major speed
   regression, and add the same guides options as in the rectangle tools
  - Don't unmaximize the single-window mode image window when closing
   images
  - Resurrect the You can drop dockable dialogs here help string
   below the toolbox
  - Make pick-and-move with the Move Tool work for layers in a layer
   group


 Core:

  - Add GimpMotionBuffer which abstracts away stroke smoothing behind
   a simple API and takes it out of GimpDisplayShell
  - Add a GimpIdTable utility class
  - Add a GimpDockContainer interface
  - Add a GimpSessionManaged interface
  - Add GimpCanvasRectangleGuides which makes the rectangle tool's
   guides draw properly


 Libgimp:

  - Make libgimp depend on GdkPixbuf
  - Add API to create layers from cairo surfaces
  - Make it impossible to include individual files from any GIMP
   library. This was always forbidden and designed so it most
   probably breaks, but now it reliably breaks using #error
  - Deprecate the set_sensitive logic and use g_object_bind_property()


 Plug-ins:

  - Use poppler's cairo API to load PDFs, the pixbuf API is removed
  - Port screenshot from GdkPixbuf to cairo
  - Fix the annoying parser build warnings in imagemap
  - Add a check-for-deprecated-procedures-in-script-fu make target
  - Update libpng code to not use deprecated API (file-mng and file-png)
  - Add an Item class to pygimp
  - Correct/update some labels and defaults in the JPEG plug-in's save
 dialog UI
  - Fix Bug 596410 - gimp-image-get-filename returns NULL for imported
 files


 Developer documentation:

  - Many updates


 Source and build system:

  - Make cairo a global dependency, starting at libgimpcolor
  - Require 

Re: [Gimp-developer] ANNOUNCE: GIMP 2.7.3 released

2011-08-22 Thread Dominic Canare
I know my proposed patch for bug
335975https://bugzilla.gnome.org/show_bug.cgi?id=335975is probably
very low priority, but I'd like to see it included soon. If
there are issues, I'd like to get some feedback so that it can be fixed and
included.

Please let me know if there is something I need to do differently to submit
this :)


Dominic Canare
└ d...@domstyle.net




On Mon, Aug 22, 2011 at 12:10, Michael Natterer mi...@gimp.org wrote:

 Hi,

 We are pleased to announce the availability of a new development
 version that brings us closer to GIMP 2.8. This version features
 a lot of UI updates and improvements.

 The most visible changes in 2.7.3 are the fully working single-window
 mode, including working session management, and the introduction of a
 new hybrid spinbutton/scale widget which takes less space in dockable
 dialogs.

 For a complete list of changes since 2.7.2 please see the Changes
 section below. Also see the release notes of the 2.7 series at
 http://www.gimp.org/release-notes/gimp-2.7.html

 Please note that the whole 2.7.x series of versions is considered
 unstable and is not recommended for use in production even though it
 might just work for you. Our intention is to make development versions
 available for passionate users who can provide useful feedback to help
 us fix bugs and streamline implementation of some of the new
 features. The upcoming v2.8 also introduces a huge amount of API
 deprecations and additions that have the potential to break existing
 3rd party scripts and plug-ins. Please file bugs for all plug-ins and
 scripts that do work in v2.6, but don't work in 2.7.3. A migration
 guide for developers will be provided when v2.8 is out.

 There is still work left to do on v2.8. Please refer to
 http://tasktaste.com/projects/Enselic/gimp-2-8 to find out what the
 current estimation of v2.8 release is, and what bugs you can help us
 fixing to make the new stable version happen sooner.

 Happy GIMPing,
 --Mitch


 Download
 

  GIMP 2.7.3 is available from:

  ftp://ftp.gimp.org/pub/gimp/v2.7/

  and from the mirrors listed at:

  http://www.gimp.org/downloads/#mirrors

  The checksum of the tarball is:

  851b55dc4af966e62ef5c8b679bcc623  gimp-2.7.3.tar.bz2


 Changes in GIMP 2.7.3
 =


 UI:

  - Use GimpSpinScales instead of scale entries in all dockable widgets
  - Allow the spin scale to control a range larger than its scale's range
  - Implement RTL mode in GimpSpinScale
  - Add lots of tooltips to tool options
  - Allow to drop more things to the empty image window, and simply
   create new images from them
  - Cage tool: allow to add handle to the cage when clicking on an edge
  - Cage tool: allow to remove selected handles from the cage by hitting
   delete
  - Remember column widths in multi-column dock windows
  - Support starting GIMP in single-window mode
  - When the brush is shared among paint tools, also share all
   brush-modifying paint options
  - Use ALT+number and ALT+Tab shortcuts to navigate between images
   in both single- and multi-window mode
  - Make 'Export to' always activatable and fall back to 'Export...' if
   no export target has been set yet
  - In single-window mode, add new dockable dialogs to the image window
   instead of in a new window
  - When switching on single-window mode, put docks in the image window
   depending on what side of the window they originally had
  - When switching off single-window mode, distribute dock windows
   better
  - Add a canvas item for the transform grid, fixing a major speed
   regression, and add the same guides options as in the rectangle tools
  - Don't unmaximize the single-window mode image window when closing
   images
  - Resurrect the You can drop dockable dialogs here help string
   below the toolbox
  - Make pick-and-move with the Move Tool work for layers in a layer
   group


 Core:

  - Add GimpMotionBuffer which abstracts away stroke smoothing behind
   a simple API and takes it out of GimpDisplayShell
  - Add a GimpIdTable utility class
  - Add a GimpDockContainer interface
  - Add a GimpSessionManaged interface
  - Add GimpCanvasRectangleGuides which makes the rectangle tool's
   guides draw properly


 Libgimp:

  - Make libgimp depend on GdkPixbuf
  - Add API to create layers from cairo surfaces
  - Make it impossible to include individual files from any GIMP
   library. This was always forbidden and designed so it most
   probably breaks, but now it reliably breaks using #error
  - Deprecate the set_sensitive logic and use g_object_bind_property()


 Plug-ins:

  - Use poppler's cairo API to load PDFs, the pixbuf API is removed
  - Port screenshot from GdkPixbuf to cairo
  - Fix the annoying parser build warnings in imagemap
  - Add a check-for-deprecated-procedures-in-script-fu make target
  - Update libpng code to not use deprecated API (file-mng and file-png)
  - Add an Item class to pygimp
  - Correct/update some labels and defaults in the JPEG 

Re: [Gimp-developer] ANNOUNCE: GIMP 2.7.3 released

2011-08-22 Thread Alexia Death
On Mon, Aug 22, 2011 at 10:33 PM, Thales Oliveira - WeAreLinux.com
tha...@wearelinux.com wrote:
 I'm sorry, hasn't it been available for a while? At least I have been using
 2.7.3 for months. Great news anyway.
The running git has the next version number. All git builds up to the
release were labeled 2.7.3. However, when a release is made, it
becomes a fixed version and git is now 2.7.4.


-- 
--Alexia
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] ANNOUNCE: GIMP 2.7.3 released

2011-08-22 Thread Thales Oliveira - WeAreLinux.com
Thanks Alexia, nice to know that :)

Thales

On Mon, Aug 22, 2011 at 4:52 PM, Alexia Death alexiade...@gmail.com wrote:

 On Mon, Aug 22, 2011 at 10:33 PM, Thales Oliveira - WeAreLinux.com
 tha...@wearelinux.com wrote:
  I'm sorry, hasn't it been available for a while? At least I have been
 using
  2.7.3 for months. Great news anyway.
 The running git has the next version number. All git builds up to the
 release were labeled 2.7.3. However, when a release is made, it
 becomes a fixed version and git is now 2.7.4.


 --
 --Alexia




-- 
Thales Oliveira - www.ThalesOliveira.com http://www.thalesoliveira.com/

 +55 31 8365 3869
 +55 31 3309 8760
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] ANNOUNCE: GIMP 2.7.3 released

2011-08-22 Thread Martin Nordholts
2011/8/22 Thales Oliveira - WeAreLinux.com tha...@wearelinux.com:
 I'm sorry, hasn't it been available for a while? At least I have been using
 2.7.3 for months. Great news anyway.

There is lot of confusion regarding this, which is why I think we
should start with GEGL-like version numbering, i.e. odd micro numbers
for code in git, even micro numbers for releases.

 / Martin


-- 

My GIMP Blog:
http://www.chromecode.com/
Single-window mode feature complete
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] ANNOUNCE: GIMP 2.7.3 released

2011-08-22 Thread Thales Oliveira - WeAreLinux.com

 Lemme guess. That aging build from Ubuntu PPA that said 2.7.3 even
 when GIMP was 2.7.1 in Git? :)

hahaha, exactly! LOL

There is lot of confusion regarding this, which is why I think we
 should start with GEGL-like version numbering, i.e. odd micro numbers
 for code in git, even micro numbers for releases.

Indeed, quite confusing ^^

On Mon, Aug 22, 2011 at 5:33 PM, Alexandre Prokoudine 
alexandre.prokoud...@gmail.com wrote:

 On Mon, Aug 22, 2011 at 11:33 PM, Thales Oliveira - WeAreLinux.com wrote:
  I'm sorry, hasn't it been available for a while? At least I have been
 using
  2.7.3 for months. Great news anyway.

 Lemme guess. That aging build from Ubuntu PPA that said 2.7.3 even
 when GIMP was 2.7.1 in Git? :)

 Alexandre Prokoudine
 http://libregraphicsworld.org
 ___
 Gimp-developer mailing list
 Gimp-developer@lists.XCF.Berkeley.EDU
 https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer




-- 
Thales Oliveira - www.ThalesOliveira.com http://www.thalesoliveira.com/

 +55 31 8365 3869
 +55 31 3309 8760
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] ANNOUNCE: GIMP 2.7.3 released

2011-08-22 Thread Michael Natterer
On Mon, 2011-08-22 at 22:27 +0200, Martin Nordholts wrote:
 2011/8/22 Thales Oliveira - WeAreLinux.com tha...@wearelinux.com:
  I'm sorry, hasn't it been available for a while? At least I have been using
  2.7.3 for months. Great news anyway.
 
 There is lot of confusion regarding this, which is why I think we
 should start with GEGL-like version numbering, i.e. odd micro numbers
 for code in git, even micro numbers for releases.

We had that topic on IRC yesterday, and I think we should stick
with the current numbering for 2.7, and switch to the proposed
numbering after.

--Mitch


___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer