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

ANNOUNCE: GIMP 2.2-pre1 (the Halloween Release)

This discussion is connected to the gimp-user-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.

11 of 11 messages available
Toggle history

Please log in to manage your subscriptions.

ANNOUNCE: GIMP 2.2-pre1 (the Halloween Release) Sven Neumann 02 Nov 00:10
  ANNOUNCE: GIMP 2.2-pre1 (the Halloween Release) olivier ripoll 03 Nov 09:14
   ANNOUNCE: GIMP 2.2-pre1 (the Halloween Release) Sven Neumann 03 Nov 11:36
    ANNOUNCE: GIMP 2.2-pre1 (the Halloween Release) olivier ripoll 03 Nov 12:04
     ANNOUNCE: GIMP 2.2-pre1 (the Halloween Release) Sven Neumann 03 Nov 12:39
      ANNOUNCE: GIMP 2.2-pre1 (the Halloween Release) olivier ripoll 04 Nov 09:39
       ANNOUNCE: GIMP 2.2-pre1 (the Halloween Release) Sven Neumann 04 Nov 10:32
        ANNOUNCE: GIMP 2.2-pre1 (the Halloween Release) olivier ripoll 04 Nov 12:13
         ANNOUNCE: GIMP 2.2-pre1 (the Halloween Release) Sven Neumann 04 Nov 21:15
        ANNOUNCE: GIMP 2.2-pre1 (the Halloween Release) olivier ripoll 04 Nov 20:56
         ANNOUNCE: GIMP 2.2-pre1 (the Halloween Release) Sven Neumann 04 Nov 22:24
Sven Neumann
2004-11-02 00:10:07 UTC (over 19 years ago)

ANNOUNCE: GIMP 2.2-pre1 (the Halloween Release)

Hi,

we are glad to announce the availability of the first pre-release for GIMP 2.2. More than half a year after GIMP 2.0 saw the light of day, we are now close to finish work on it's successor, GIMP 2.2. You can download a first pre-release from ftp.gimp.org and it's mirrors:

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

This preview should have all the features that 2.2.0 will have. However since this code hasn't seen a lot of testing yet there are certainly bugs. If you find any, make sure you report them at bugzilla.gnome.org (after checking that it isn't reported already).

The GIMP Wiki has a list of changes from GIMP 2.0 to GIMP 2.2:

http://wiki.gimp.org/gimp/WhatsNew2

Please do not install this pre-releae of GIMP 2.2 into the same prefix as GIMP 2.0. It would overwrite most of the GIMP 2.0 installation. To install in parallel to 2.0, please use a different prefix which is not in your default library search path. If you wish to replace GIMP 2.0 with this pre-release, then please remove the GIMP 2.0 installation before installing this software. For detailed installation instructions, see the file INSTALL.

The GIMP 2.2 plug-in API is fully backward compatible to GIMP 2.0. Plug-ins for GIMP 2.0 should continue to work and don't need to be recompiled. We do however hope that plug-in authors will update their plug-ins for GIMP 2.2 and adapt the GUI and API changes we did with this version.

It might turn out that we have to do some late changes to the newly added API before the final 2.2.0 release, so don't consider the API strictly frozen yet. The API is however guaranteed to be backward compatible (source and binary) with the GIMP 2.0 API. If you find that your 2.0 plug-in breaks when used with the GIMP 2.2 libraries, or if you cannot compile a GIMP 2.0 plug-in against the GIMP 2.2 header files, please report that as a bug.

Overview of Changes since GIMP 2.1.7 ====================================

- Added more plug-in previews (Displace, Color To Alpha, Newsprint) and ported existing previews to the new widgets (Glass Tiles).

- Added preview to WMF loader plug-in.

- Added Retinex plug-in for color normalization.

- Added plug-in to load and save raw image data (_not_ the raw format used by some digital cameras)

- Added a GUI to configure controller modules.

- Let lots of core dialogs remember their last values and add shortcuts to run with the last values w/o opening the dialog.

- Added new PDB API for drawable tranformations.

- Register all libgimp enums to allow language bindings such as Script-Fu to access them using GType introspection.

- Improved how we attach user-visible strings to enums registered with the type system. Added API to access these strings to libgimpbase.

- Cleanups to the new GFig GUI (still work in progress).

- HIGification of the ImageMap plug-in.

- Cleaned up dialogs code.

- Added Auto Whitebalance menu item.

- Redid Scale and Resize dialogs.

- Added code to migrate user settings from ~/.gimp-2.0.

- lots of bug fixes.

Contributors:

Michael Natterer, Sven Neumann, David Odin, Manish Singh, Kevin Cozens, Joao S. O. Bueno, Geert Jordaens, Yeti, Karine Proot, Øyvind Kolås, Simon Budig

Sven

olivier ripoll
2004-11-03 09:14:41 UTC (over 19 years ago)

ANNOUNCE: GIMP 2.2-pre1 (the Halloween Release)

Sven Neumann wrote:

Hi,

we are glad to announce the availability of the first pre-release for GIMP 2.2. More than half a year after GIMP 2.0 saw the light of day, we are now close to finish work on it's successor, GIMP 2.2. You can download a first pre-release from ftp.gimp.org and it's mirrors:

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

This preview should have all the features that 2.2.0 will have. However since this code hasn't seen a lot of testing yet there are certainly bugs. If you find any, make sure you report them at bugzilla.gnome.org (after checking that it isn't reported already).

The GIMP Wiki has a list of changes from GIMP 2.0 to GIMP 2.2:

http://wiki.gimp.org/gimp/WhatsNew2

I had not noticed this before, but when I compare gimp 2.0 and 2.2 preferences, it seems I can't find anymore the following two options: "enable tearoff menus" checkbox and "open recent menu size". They used to be in the "interface" category, in a "menus" box.

How can I access these preferences now? Do I have to go in the text config files?

Regards,

Olivier.

Sven Neumann
2004-11-03 11:36:08 UTC (over 19 years ago)

ANNOUNCE: GIMP 2.2-pre1 (the Halloween Release)

Hi,

olivier ripoll writes:

I had not noticed this before, but when I compare gimp 2.0 and 2.2 preferences, it seems I can't find anymore the following two options: "enable tearoff menus" checkbox and "open recent menu size". They used to be in the "interface" category, in a "menus" box.

We removed these options since we found them not to be important enough to clutter the already very overloaded preference dialog. This change has been announced on the mailing list and we gave people time to complain.

How can I access these preferences now? Do I have to go in the text config files?

Yes. See the gimprc manpage for details.

Sven

olivier ripoll
2004-11-03 12:04:54 UTC (over 19 years ago)

ANNOUNCE: GIMP 2.2-pre1 (the Halloween Release)

Sven Neumann wrote:

Hi,

olivier ripoll writes:

I had not noticed this before, but when I compare gimp 2.0 and 2.2 preferences, it seems I can't find anymore the following two options: "enable tearoff menus" checkbox and "open recent menu size". They used to be in the "interface" category, in a "menus" box.

We removed these options since we found them not to be important enough to clutter the already very overloaded preference dialog. This change has been announced on the mailing list and we gave people time to complain.

May I suggest that it could be added to the 2.2 final Changelog ? Most of the users are not subscribed to the list, and I suspect that the tearoff menus preference is quite user-specific (I mean I do think many users have it on, and also many have it off). By the way, this preference was not "migrated" from my 2.0 profile when I first launched gimp 2.2, although I chose to migrate those setting in the "first use wizard" (I don't know its real name).

How can I access these preferences now? Do I have to go in the text config files?

Yes. See the gimprc manpage for details.

Thanks.

Olivier.

Sven Neumann
2004-11-03 12:39:55 UTC (over 19 years ago)

ANNOUNCE: GIMP 2.2-pre1 (the Halloween Release)

Hi,

olivier ripoll writes:

May I suggest that it could be added to the 2.2 final Changelog ?

I don't intend to write such a document.

By the way, this preference was not "migrated" from my 2.0 profile when I first launched gimp 2.2.

I don't see why it shouldn't have been migrated. Migration here basically means copying the user directory over. Unless we made incompatible changes to the gimprc format (which I am not aware of), all values that you changed from the defaults in 2.0 should be used in 2.2. Perhaps have a look at the gimprc files to see if it's there?

Sven

olivier ripoll
2004-11-04 09:39:50 UTC (over 19 years ago)

ANNOUNCE: GIMP 2.2-pre1 (the Halloween Release)

Sven Neumann wrote:

Hi,

By the way, this preference was not "migrated" from my 2.0 profile when I first launched gimp 2.2.

I don't see why it shouldn't have been migrated. Migration here basically means copying the user directory over. Unless we made incompatible changes to the gimprc format (which I am not aware of), all values that you changed from the defaults in 2.0 should be used in 2.2. Perhaps have a look at the gimprc files to see if it's there?

I confirm there definitely is a bug in the migration of gimprc:

When migrating, the copying of all the files from the .gimp-2.0 directory works fine, but when gimp is started (after pressing the continue button in the user-install dialog), gimprc is overwritten with an empty file.

Suspecting that my old gimprc could have been corrupted for some reason, I have done the following steps:

1- delete both the .gimp-2.0 and .gimp-2.2 directories. 2- compile and install gimp 2.0.6
3- launch 2.0.6, changed a few options (small theme, no tear-off menu). The resulting gimprc is the following:

# GIMP gimprc #
# This is your personal gimprc file. Any variable defined in this file takes
# precedence over the value defined in the system-wide gimprc: # /usr/etc/gimp/2.0/gimprc
# Most values can be set within The GIMP by changing some options in the # Preferences dialog.

(tile-cache-size 128M) (monitor-xresolution 90.000000)
(monitor-yresolution 90.000000)
(tearoff-menus no)
(theme "Small")
(web-browser "ephiphany %s")

# end of gimprc

4- quit gimp 2.0.6 5- launch gimp 2.2-pre1
6- in the user-install, choose to migrate. 7- check that the files are correctly copied. The gimprc is the same as the 2.0.6 one above.
8- press the continue button that results in launching the gimp 9- check the gimprc, it is now this:

# GIMP gimprc #
# This is your personal gimprc file. Any variable defined in this file takes
# precedence over the value defined in the system-wide gimprc: # /usr/local/etc/gimp/2.0/gimprc
# Most values can be set within The GIMP by changing some options in the # Preferences dialog.

# end of gimprc

10- look at gimp: the theme is the default one, tearoff menus are on.

Regards,

Olivier.

Sven Neumann
2004-11-04 10:32:53 UTC (over 19 years ago)

ANNOUNCE: GIMP 2.2-pre1 (the Halloween Release)

Hi,

olivier ripoll writes:

Suspecting that my old gimprc could have been corrupted for some reason, I have done the following steps:

You certainly did this from a console window and watched for any output that might help to isolate the problem, didn't you?

Sven

olivier ripoll
2004-11-04 12:13:33 UTC (over 19 years ago)

ANNOUNCE: GIMP 2.2-pre1 (the Halloween Release)

Sven Neumann wrote:

Hi,

olivier ripoll writes:

Suspecting that my old gimprc could have been corrupted for some reason, I have done the following steps:

You certainly did this from a console window and watched for any output that might help to isolate the problem, didn't you?

Sven

No, I am too dumb, was too tired and went to bed. But I will do it this weekend (or tonight if I have time) and report ASAP.

Regards,

Olivier.

olivier ripoll
2004-11-04 20:56:33 UTC (over 19 years ago)

ANNOUNCE: GIMP 2.2-pre1 (the Halloween Release)

Sven Neumann wrote:

Hi,

olivier ripoll writes:

Suspecting that my old gimprc could have been corrupted for some reason, I have done the following steps:

You certainly did this from a console window and watched for any output that might help to isolate the problem, didn't you?

Sven

the error message is :

GIMP: Error while parsing '/home/olive/.gimp-2.2/pluginrc' in line 20: unexpected number `3', expected string constant - fatal parse error

The pluginrc being 325 KiB, I do not send it via email (my modem is 28.8KBps).

Regards.

Olivier

Sven Neumann
2004-11-04 21:15:55 UTC (over 19 years ago)

ANNOUNCE: GIMP 2.2-pre1 (the Halloween Release)

Hi,

olivier ripoll writes:

No, I am too dumb, was too tired and went to bed. But I will do it this weekend (or tonight if I have time) and report ASAP.

No need for you to look into this any further. I've just fixed the problem in CVS.

Sven

Sven Neumann
2004-11-04 22:24:31 UTC (over 19 years ago)

ANNOUNCE: GIMP 2.2-pre1 (the Halloween Release)

Hi,

olivier ripoll writes:

the error message is :

GIMP: Error while parsing '/home/olive/.gimp-2.2/pluginrc' in line 20: unexpected number `3', expected string constant - fatal parse error

That is entirely unrelated and has been taken care of already. pluginrc isn't any longer copied during the migration process.

Sven