After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 622096 - Add PDB API to manipulate and access layer groups
Add PDB API to manipulate and access layer groups
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: libgimp
git master
Other All
: Normal normal
: 2.8
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2010-06-19 17:20 UTC by Martin Nordholts
Modified: 2010-11-06 00:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Martin Nordholts 2010-06-19 17:20:07 UTC
We need to add PDB API to manipulate and access layer groups.
Comment 1 Michael Natterer 2010-08-28 16:52:13 UTC
The "access" part is done now:

commit 4e2289f736f9505e6613fdd9f3d7276750b8cbf1
Author: Michael Natterer <mitch@gimp.org>
Date:   Sat Aug 28 18:49:15 2010 +0200

    libgimp: add API to access item groups
    
    A layer tree can be traversed completely now. Tree manipulating
    functions still missing.

 app/pdb/internal-procs.c  |    2 +-
 app/pdb/item-cmds.c       |  207 +++++++++++++++++++++++++++++++++++++++++++++
 libgimp/gimpitem_pdb.c    |  110 ++++++++++++++++++++++++
 libgimp/gimpitem_pdb.h    |    4 +
 tools/pdbgen/pdb/item.pdb |  115 +++++++++++++++++++++++++
 5 files changed, 437 insertions(+), 1 deletions(-)
Comment 2 LightningIsMyName 2010-11-06 00:34:58 UTC
The manipulate (re-order, insert, ...) part for items was already added a while ago by Michael Natterer on commit 0d35e8de6d79607c0c7fc820884367e39c85fe41.

closing this bug as RESOLVED FIXED.