[gimp/soc-2009-dynamics: 274/275] Merge commit 'origin/master' into soc-2009-dynamics



commit be78fe3b1d03f91ef8beed383d63a0ab8539639c
Merge: 4cb185a... c885324...
Author: Alexia Death <alexiadeath gmail com>
Date:   Sun Sep 20 14:32:32 2009 +0300

    Merge commit 'origin/master' into soc-2009-dynamics

 AUTHORS                                            |    2 +-
 NEWS                                               |   56 +
 app/.gitignore                                     |    1 +
 app/Makefile.am                                    |  167 +-
 app/actions/channels-commands.c                    |    4 +-
 app/actions/data-commands.c                        |    4 +-
 app/actions/debug-commands.c                       |    8 +-
 app/actions/dockable-actions.c                     |    9 +-
 app/actions/dockable-commands.c                    |   21 +-
 app/actions/documents-commands.c                   |   14 +-
 app/actions/drawable-actions.c                     |   18 +-
 app/actions/edit-actions.c                         |   33 +-
 app/actions/file-actions.c                         |   74 +-
 app/actions/file-commands.c                        |   12 +-
 app/actions/gradients-commands.c                   |    2 +-
 app/actions/image-actions.c                        |   21 +-
 app/actions/layers-actions.c                       |   72 +-
 app/actions/layers-commands.c                      |    6 +-
 app/actions/plug-in-actions.c                      |   37 +-
 app/actions/select-actions.c                       |   14 +-
 app/actions/templates-commands.c                   |    2 +-
 app/actions/tool-options-actions.c                 |    2 +-
 app/actions/tool-options-commands.c                |    4 +-
 app/actions/tools-actions.c                        |    2 +-
 app/actions/vectors-actions.c                      |   51 +-
 app/actions/vectors-commands.c                     |    4 +-
 app/actions/view-commands.c                        |   20 +-
 app/actions/windows-actions.c                      |   21 +-
 app/actions/windows-actions.h                      |    7 +-
 app/base/siox.c                                    |    4 +
 app/config/Makefile.am                             |   24 +-
 app/config/gimpguiconfig.c                         |   37 +-
 app/config/gimpguiconfig.h                         |    1 -
 app/config/gimprc-blurbs.h                         |    9 +-
 app/config/test-config.c                           |    2 +-
 app/core/Makefile.am                               |    2 +
 app/core/core-enums.c                              |    6 +
 app/core/core-enums.h                              |    3 +
 app/core/core-types.h                              |    1 +
 app/core/gimp-edit.c                               |    8 +-
 app/core/gimp-templates.c                          |    2 +-
 app/core/gimp.c                                    |   32 +
 app/core/gimp.h                                    |    4 +
 app/core/gimpbrush.c                               |    2 +-
 app/core/gimpbrushgenerated-save.c                 |    2 +-
 app/core/gimpbrushgenerated.c                      |    2 +-
 app/core/gimpbuffer.c                              |    2 +-
 app/core/gimpchannel.c                             |   35 +-
 app/core/gimpcontainer.c                           |    2 +-
 app/core/gimpcontext.c                             |   43 +-
 app/core/gimpcurve.c                               |    2 +-
 app/core/gimpdata.c                                |    5 +-
 app/core/gimpdatafactory.c                         |   14 +-
 app/core/gimpdrawable-convert.c                    |   74 +-
 app/core/gimpdrawable-convert.h                    |   15 +-
 app/core/gimpdrawable.c                            |  161 +-
 app/core/gimpdrawable.h                            |    9 +
 app/core/gimpdrawablemodundo.c                     |    2 +-
 app/core/gimpdrawablestack.c                       |    7 +-
 app/core/gimpfilteredcontainer.h                   |    1 +
 app/core/gimpfloatingselundo.c                     |    4 +
 app/core/gimpgradient-save.c                       |    2 +-
 app/core/gimpgrouplayer.c                          |  977 ++-
 app/core/gimpgrouplayer.h                          |   17 +-
 app/core/gimpgrouplayerundo.c                      |  140 +
 app/core/gimpgrouplayerundo.h                      |   51 +
 app/core/gimpimage-convert-data.h                  |    6 +-
 app/core/gimpimage-convert.c                       |   49 +-
 app/core/gimpimage-crop.c                          |   57 +-
 app/core/gimpimage-duplicate.c                     |   86 +-
 app/core/gimpimage-flip.c                          |   29 +-
 app/core/gimpimage-item-list.c                     |   71 +
 app/core/gimpimage-item-list.h                     |    5 +
 app/core/gimpimage-merge.c                         |  109 +-
 app/core/gimpimage-merge.h                         |    3 +-
 app/core/gimpimage-resize.c                        |   94 +-
 app/core/gimpimage-rotate.c                        |   44 +-
 app/core/gimpimage-scale.c                         |   15 +-
 app/core/gimpimage-undo-push.c                     |   58 +-
 app/core/gimpimage-undo-push.h                     |   13 +
 app/core/gimpimage.c                               |  180 +-
 app/core/gimpimage.h                               |    7 +-
 app/core/gimpimagefile.c                           |   10 +-
 app/core/gimpimagemapconfig.c                      |    4 +-
 app/core/gimpitem-linked.c                         |   10 +
 app/core/gimpitem.c                                |  189 +-
 app/core/gimpitem.h                                |   11 +-
 app/core/gimpitempropundo.c                        |    4 +-
 app/core/gimpitemstack.c                           |   71 +-
 app/core/gimpitemstack.h                           |    5 +
 app/core/gimplayer-floating-sel.c                  |   17 +-
 app/core/gimplayer.c                               |  333 +-
 app/core/gimplayer.h                               |    1 +
 app/core/gimplayermask.c                           |   51 +-
 app/core/gimplist.c                                |    2 +-
 app/core/gimpobject.c                              |  101 +-
 app/core/gimpobject.h                              |   14 +-
 app/core/gimppalette-save.c                        |    2 +-
 app/core/gimppalette.c                             |    2 +-
 app/core/gimppattern.c                             |    2 +-
 app/core/gimpprojectable.c                         |   55 +-
 app/core/gimpprojectable.h                         |   42 +-
 app/core/gimpprojection-construct.c                |   27 +-
 app/core/gimpprojection.c                          |   65 +-
 app/core/gimpselection.c                           |    7 +-
 app/core/gimptagcache.c                            |   11 +-
 app/core/gimptoolinfo.c                            |    2 +-
 app/core/gimptooloptions.c                         |    4 +-
 app/core/gimptoolpresets.c                         |    7 +-
 app/core/gimpviewable.c                            |    2 +-
 app/dialogs/convert-dialog.c                       |    2 +-
 app/dialogs/fade-dialog.c                          |    3 +-
 app/dialogs/palette-import-dialog.c                |    6 +-
 app/dialogs/preferences-dialog.c                   |    8 +-
 app/display/gimpcanvas.c                           |   11 +
 app/display/gimpcanvas.h                           |    1 +
 app/display/gimpdisplayshell-callbacks.c           |   50 +-
 app/display/gimpdisplayshell-close.c               |    2 +-
 app/display/gimpdisplayshell-coords.c              |   15 +-
 app/display/gimpdisplayshell-dnd.c                 |   31 +-
 app/display/gimpdisplayshell-layer-select.c        |    4 +-
 app/display/gimpdisplayshell-selection.c           |  134 +-
 app/display/gimpdisplayshell-title.c               |   24 +-
 app/file/file-open.c                               |   87 +-
 app/file/file-procedure.c                          |    2 +-
 app/file/file-save.c                               |    2 +-
 app/file/file-utils.c                              |    2 +-
 app/gegl/gimpoperationpointlayermode.c             |   13 -
 app/gegl/gimpoperationpointlayermode.h             |   12 +
 app/gimp-log.c                                     |    3 +
 app/gui/gui.c                                      |   24 +-
 app/gui/session.c                                  |   23 +-
 app/menus/plug-in-menus.c                          |   20 +-
 app/menus/windows-menu.c                           |   88 +-
 app/paint/gimppaintoptions.c                       |    2 +-
 app/pdb/brush-cmds.c                               |    6 +-
 app/pdb/brushes-cmds.c                             |    4 +-
 app/pdb/buffer-cmds.c                              |    2 +-
 app/pdb/color-cmds.c                               |   15 +
 app/pdb/context-cmds.c                             |   12 +-
 app/pdb/convert-cmds.c                             |    4 +-
 app/pdb/drawable-cmds.c                            |  126 +-
 app/pdb/drawable-transform-cmds.c                  |    2 +-
 app/pdb/edit-cmds.c                                |   32 +-
 app/pdb/fileops-cmds.c                             |    6 +-
 app/pdb/floating-sel-cmds.c                        |    3 +-
 app/pdb/gimppdb-query.c                            |    2 +-
 app/pdb/gimppdb-utils.c                            |   52 +-
 app/pdb/gimppdb-utils.h                            |    4 +
 app/pdb/gimppdb.c                                  |    8 +-
 app/pdb/gimpprocedure.c                            |   20 +-
 app/pdb/gradient-cmds.c                            |    6 +-
 app/pdb/gradients-cmds.c                           |    2 +-
 app/pdb/image-cmds.c                               |   17 +-
 app/pdb/internal-procs.c                           |    2 +-
 app/pdb/layer-cmds.c                               |   14 +-
 app/pdb/paint-tools-cmds.c                         |   68 +-
 app/pdb/palette-cmds.c                             |    6 +-
 app/pdb/palettes-cmds.c                            |    4 +-
 app/pdb/paths-cmds.c                               |    8 +-
 app/pdb/patterns-cmds.c                            |    4 +-
 app/pdb/selection-cmds.c                           |    3 +-
 app/pdb/text-layer-cmds.c                          |   58 +-
 app/pdb/text-tool-cmds.c                           |    8 +-
 app/pdb/vectors-cmds.c                             |  285 +-
 app/plug-in/gimpplugin-cleanup.c                   |    2 +-
 app/plug-in/gimpplugin-message.c                   |   66 +-
 app/plug-in/gimpplugin.c                           |   20 +-
 app/plug-in/gimpplugindef.c                        |    2 +-
 app/plug-in/gimppluginmanager-call.c               |    6 +-
 app/plug-in/gimppluginmanager-file.c               |    7 +
 app/plug-in/gimppluginmanager-file.h               |    2 +
 app/plug-in/gimppluginmanager-query.c              |    2 +-
 app/plug-in/gimppluginmanager-restore.c            |    8 +-
 app/plug-in/gimppluginmanager.c                    |    6 +-
 app/plug-in/gimppluginprocedure.c                  |   27 +-
 app/plug-in/gimppluginprocedure.h                  |    2 +-
 app/plug-in/gimppluginprocframe.c                  |    2 +-
 app/tests.c                                        |  139 +
 app/tests.h                                        |   28 +
 app/tests/.gitignore                               |    7 +
 app/tests/Makefile.am                              |  102 +
 app/tests/gimpdir/.gitignore                       |    9 +
 app/tests/gimpdir/dockrc                           |   42 +
 app/tests/gimpdir/sessionrc                        |   86 +
 app/tests/gimpdir/tags.xml                         |   24 +
 app/tests/test-layer-grouping.c                    |  133 +
 app/tests/test-layers.c                            |  192 +
 app/tests/test-session-management.c                |  195 +
 app/tests/test-window-management.c                 |  104 +
 app/text/gimpfont.c                                |    4 +-
 app/text/gimpfontlist.c                            |    4 +-
 app/text/gimptext-compat.c                         |    4 +-
 app/text/gimptextlayer-xcf.c                       |   18 +-
 app/text/gimptextlayout.c                          |    4 +-
 app/tools/gimpblendtool.c                          |   33 +-
 app/tools/gimpbucketfilltool.c                     |   42 +-
 app/tools/gimpcroptool.c                           |    2 +-
 app/tools/gimpeditselectiontool.c                  |   18 +
 app/tools/gimpimagemaptool.c                       |    9 +-
 app/tools/gimpmovetool.c                           |   10 +-
 app/tools/gimppainttool.c                          |   60 +-
 app/tools/gimpselectiontool.c                      |    4 +-
 app/tools/gimptexttool.c                           |    4 +-
 app/tools/gimptransformtool.c                      |   11 +-
 app/tools/gimpvectortool.c                         |   56 +-
 app/vectors/gimpstroke.c                           |    2 +-
 app/vectors/gimpvectors-export.c                   |    2 +-
 app/vectors/gimpvectors.c                          |   12 +-
 app/vectors/gimpvectorsmodundo.c                   |    7 +-
 app/widgets/Makefile.am                            |    4 +-
 app/widgets/gimpactioneditor.c                     |   38 +-
 app/widgets/gimpbrushselect.c                      |    2 +-
 app/widgets/gimpcairo-wilber.c                     |    2 +
 app/widgets/gimpcontainerentry.c                   |    8 +-
 app/widgets/gimpcontainertreeview.c                |  133 +-
 app/widgets/gimpcontainertreeview.h                |   12 +-
 app/widgets/gimpcontainerview.c                    |   37 +-
 app/widgets/gimpcontainerview.h                    |   61 +-
 app/widgets/gimpcontrollerlist.c                   |    2 +-
 app/widgets/gimpdataeditor.c                       |    8 +-
 app/widgets/gimpdevicestatus.c                     |    4 +-
 app/widgets/gimpdialogfactory.c                    |   14 +-
 app/widgets/gimpdock.c                             |  370 +-
 app/widgets/gimpdock.h                             |   45 +-
 app/widgets/gimpdockable.c                         |    4 +-
 app/widgets/gimpdockable.h                         |    5 +
 app/widgets/gimpdockbook.c                         |  102 +-
 app/widgets/gimpdockbook.h                         |   21 +-
 app/widgets/gimpdocked.h                           |    3 +
 app/widgets/gimpdockseparator.c                    |    2 +-
 app/widgets/gimpdockseparator.h                    |    4 +
 app/widgets/gimpdockwindow.c                       |  553 ++
 app/widgets/gimpdockwindow.h                       |   62 +
 app/widgets/gimpdocumentview.c                     |    2 +-
 app/widgets/gimpdrawabletreeview.c                 |    3 +-
 app/widgets/gimpeditor.c                           |   11 +-
 app/widgets/gimpfiledialog.c                       |  229 +-
 app/widgets/gimpfontselect.c                       |    2 +-
 app/widgets/gimpgradientselect.c                   |    2 +-
 app/widgets/gimphistogrameditor.c                  |    2 +-
 app/widgets/gimpimagedock.c                        |  160 -
 app/widgets/gimpimagedock.h                        |   57 -
 app/widgets/gimpimagepropview.c                    |    2 +-
 app/widgets/gimpitemtreeview.c                     |  161 +-
 app/widgets/gimplayertreeview.c                    |  129 +-
 app/widgets/gimpmenudock.c                         |   55 +-
 app/widgets/gimpmenudock.h                         |    8 +-
 app/widgets/gimppaletteselect.c                    |    2 +-
 app/widgets/gimppatternselect.c                    |    2 +-
 app/widgets/gimptagpopup.h                         |    1 +
 app/widgets/gimptemplateeditor.c                   |    2 +-
 app/widgets/gimpthumbbox.c                         |    2 +-
 app/widgets/gimptoolbox-dnd.c                      |    2 +-
 app/widgets/gimptoolbox.c                          |   95 +-
 app/widgets/gimptoolbox.h                          |    6 +-
 app/widgets/gimptooldialog.c                       |    4 +-
 app/widgets/gimptooleditor.c                       |   11 +-
 app/widgets/gimpviewrenderergradient.c             |    2 +-
 app/widgets/gimpviewrendererimagefile.c            |    4 +-
 app/widgets/gimpviewrendererlayer.c                |    9 +
 app/widgets/widgets-types.h                        |    2 +-
 app/xcf/xcf-load.c                                 |  227 +-
 app/xcf/xcf-private.h                              |    5 +-
 app/xcf/xcf-save.c                                 |  140 +-
 authors.xml                                        |    2 +-
 configure.ac                                       |    3 +-
 data/brushes/Acrylic1.gih                          |  Bin 0 -> 129906 bytes
 data/brushes/Acrylic2.gih                          |  Bin 0 -> 176712 bytes
 data/brushes/Acrylic3.gih                          |  Bin 0 -> 129912 bytes
 data/brushes/Acrylic4.gih                          |  Bin 0 -> 169106 bytes
 data/brushes/Chalk1.gih                            |  Bin 0 -> 193904 bytes
 data/brushes/Chalk2.gih                            |  Bin 0 -> 264852 bytes
 data/brushes/Grass1.gih                            |  Bin 0 -> 250304 bytes
 data/brushes/Makefile.am                           |    7 +
 devel-docs/app/app-docs.sgml                       |   39 +-
 devel-docs/app/app-sections.txt                    |  822 ++-
 devel-docs/app/app.types                           |   18 +-
 devel-docs/libgimp/libgimp-sections.txt            |   12 +-
 devel-docs/libgimp/tmpl/gimpdrawable.sgml          |   19 +
 devel-docs/libgimp/tmpl/gimpvectors.sgml           |   39 +-
 devel-docs/libgimpbase/libgimpbase-docs.sgml       |    3 +
 devel-docs/libgimpbase/libgimpbase-sections.txt    |    4 +
 devel-docs/libgimpbase/tmpl/gimpbaseenums.sgml     |   10 +
 devel-docs/libgimpbase/tmpl/gimprectangle.sgml     |   19 +
 devel-docs/libgimpcolor/libgimpcolor-docs.sgml     |    3 +
 devel-docs/libgimpconfig/libgimpconfig-docs.sgml   |    3 +
 devel-docs/libgimpmodule/libgimpmodule-docs.sgml   |    3 +
 devel-docs/libgimpwidgets/libgimpwidgets-docs.sgml |    3 +
 devel-docs/xcf.txt                                 |    2 +-
 docs/gimprc.5.in                                   |   13 +-
 etc/gimprc                                         |   12 +-
 libgimp/gimpdrawable_pdb.c                         |   66 +
 libgimp/gimpdrawable_pdb.h                         |    3 +
 libgimp/gimpvectors_pdb.c                          |   66 +
 libgimp/gimpvectors_pdb.h                          |    3 +
 libgimpbase/gimpbase.def                           |    1 +
 libgimpbase/gimpbaseenums.h                        |    2 +-
 libgimpbase/gimprectangle.c                        |   49 +-
 libgimpbase/gimprectangle.h                        |   13 +
 libgimpconfig/gimpconfig-iface.c                   |   51 +
 libgimpconfig/gimpconfig-iface.h                   |   69 +-
 menus/image-menu.xml.in                            |    1 +
 menus/layers-menu.xml                              |    1 +
 plug-ins/common/file-raw.c                         |    2 +-
 plug-ins/metadata/Makefile.am                      |    5 +-
 plug-ins/metadata/metadata.c                       |    3 +-
 plug-ins/metadata/xmp-model.c                      |   86 +-
 plug-ins/metadata/xmp-model.h                      |    2 -
 plug-ins/pygimp/pygimp-drawable.c                  |    3 +-
 plug-ins/script-fu/tinyscheme/dynload.c            |   10 +-
 plug-ins/script-fu/tinyscheme/scheme.c             |    8 +-
 po-libgimp/be.po                                   | 1694 ++--
 po-libgimp/cs.po                                   | 1653 ++--
 po-libgimp/fr.po                                   |  158 +-
 po-libgimp/it.po                                   |   48 +-
 po-libgimp/ru.po                                   |  326 +-
 po-libgimp/zh_CN.po                                |   26 +-
 po-plug-ins/be.po                                  | 7162 ++++++++-------
 po-plug-ins/cs.po                                  | 6349 +++++++------
 po-plug-ins/fr.po                                  | 2928 ++++---
 po-plug-ins/ru.po                                  |  216 +-
 po-python/be.po                                    |  212 +-
 po-python/fr.po                                    |  182 +-
 po-python/zh_CN.po                                 |  177 +-
 po-script-fu/be.po                                 |  632 +-
 po-script-fu/cs.po                                 |  355 +-
 po-script-fu/fr.po                                 |   25 +-
 po-tags/LINGUAS                                    |    1 +
 po-tags/zh_CN.po                                   |   25 +
 po-tips/be.po                                      |  300 +-
 po/ar.po                                           | 9438 +++++++++++++-------
 po/be.po                                           | 9777 ++++++++++++--------
 po/br.po                                           | 2314 +++--
 po/cs.po                                           | 3251 ++++----
 po/eu.po                                           | 9343 +++++++++++++-------
 po/fr.po                                           | 4869 ++++------
 po/ru.po                                           | 2091 +++--
 po/zh_CN.po                                        | 2873 ++++---
 themes/Default/gtkrc                               |    4 +-
 themes/Small/gtkrc                                 |    4 +-
 tools/pdbgen/pdb/brush.pdb                         |    6 +-
 tools/pdbgen/pdb/brushes.pdb                       |    4 +-
 tools/pdbgen/pdb/buffer.pdb                        |    2 +-
 tools/pdbgen/pdb/color.pdb                         |   15 +
 tools/pdbgen/pdb/context.pdb                       |   12 +-
 tools/pdbgen/pdb/convert.pdb                       |    4 +-
 tools/pdbgen/pdb/drawable.pdb                      |   65 +-
 tools/pdbgen/pdb/drawable_transform.pdb            |    2 +-
 tools/pdbgen/pdb/edit.pdb                          |   32 +-
 tools/pdbgen/pdb/fileops.pdb                       |    6 +-
 tools/pdbgen/pdb/floating_sel.pdb                  |    3 +-
 tools/pdbgen/pdb/gradient.pdb                      |    6 +-
 tools/pdbgen/pdb/gradients.pdb                     |    2 +-
 tools/pdbgen/pdb/image.pdb                         |   17 +-
 tools/pdbgen/pdb/layer.pdb                         |   14 +-
 tools/pdbgen/pdb/paint_tools.pdb                   |   72 +-
 tools/pdbgen/pdb/palette.pdb                       |    6 +-
 tools/pdbgen/pdb/palettes.pdb                      |    4 +-
 tools/pdbgen/pdb/paths.pdb                         |    8 +-
 tools/pdbgen/pdb/patterns.pdb                      |    4 +-
 tools/pdbgen/pdb/selection.pdb                     |    3 +-
 tools/pdbgen/pdb/text_layer.pdb                    |   58 +-
 tools/pdbgen/pdb/text_tool.pdb                     |    8 +-
 tools/pdbgen/pdb/vectors.pdb                       |  222 +-
 365 files changed, 46746 insertions(+), 31717 deletions(-)
---



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]