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 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 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] Deleting layers is advanced

2011-08-14 Thread Thales Oliveira - WeAreLinux.com
Indeed.

On Sun, Aug 14, 2011 at 11:14 PM, John Caluma raven.core.h...@gmail.comwrote:

 This is just a request and I think the algorithm of remembering previous
 selections can still be used or to somewhere.

 Deleting layers may require more clicks for the new user
 because the selection highlight remembers the previously selected layers
 after a deletion.
 It is not the opposite of creating layers wherein the selection highlight
 go upward.
 I think if the selection select layers downward when deleting it'll be
 easier using GIMP...


 ___
 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] Text Color Bug or a problem with my GIMP?

2011-07-08 Thread Thales Oliveira - WeAreLinux.com
Is it just with me?

On Wed, Jun 29, 2011 at 12:53 PM, Thales Oliveira - WeAreLinux.com 
tha...@wearelinux.com wrote:

 Hello, I've been noticing a weird behavior when creating light text color
 layers, I uploaded a snapshot so as you can see what I'm talking about.

 http://twitpic.com/5in5zc

 So, is this happening to anyone else? Should I report a bug?

 If you didn't see any problem on the snapshot zoom it in and you'll see
 some yellow/green/blue pixels on the borders.

 By the way the only color it doesn't happen at all is black, and the GIMP
 version I'm running is 2.7.3.

 Thanks in advance,

 Thales




-- 
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


[Gimp-developer] Text Color Bug or a problem with my GIMP?

2011-06-29 Thread Thales Oliveira - WeAreLinux.com
Hello, I've been noticing a weird behavior when creating light text color
layers, I uploaded a snapshot so as you can see what I'm talking about.

http://twitpic.com/5in5zc

So, is this happening to anyone else? Should I report a bug?

If you didn't see any problem on the snapshot zoom it in and you'll see some
yellow/green/blue pixels on the borders.

By the way the only color it doesn't happen at all is black, and the GIMP
version I'm running is 2.7.3.

Thanks in advance,

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


Re: [Gimp-developer] OSPD

2011-06-28 Thread Thales Oliveira - WeAreLinux.com
I'm sorry, what does it have to do with GIMP development?

On Tue, Jun 28, 2011 at 7:27 PM, Fabio Gonzalez fabiojo...@gmail.comwrote:

 I have a free software project intention is to distribute
  free (GPL or LGPL) with much documented source code and pdfs
  a wiki where anyone with an account on sourceforge can contribute
  programs are free to develop and study the site already
  speaks of Java j2me sockets Irrlicht etc.  expect more still missing
  some things are indexed in Google.
  the project site is:
 http://ospd.sf.net
 ___
 Gimp-developer mailing list
 Gimp-developer@lists.XCF.Berkeley.EDU
 https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

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