[gimp/soc-2010-cage-2: 315/315] Merge branch 'master' into soc-2010-cage-2
- From: Alexia Death <alexiade src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2010-cage-2: 315/315] Merge branch 'master' into soc-2010-cage-2
- Date: Wed, 3 Nov 2010 23:12:56 +0000 (UTC)
commit 27c77e6a5e95049b17494e6fa7be95aae8250d28
Merge: 9b96120 8663b22
Author: Alexia Death <alexiadeath gmail com>
Date: Thu Nov 4 00:41:45 2010 +0200
Merge branch 'master' into soc-2010-cage-2
app/Makefile.am | 22 +-
app/about.h | 3 +-
app/actions/gradient-editor-commands.c | 8 +-
app/actions/layers-actions.c | 2 +-
app/actions/layers-commands.c | 4 +-
app/actions/palettes-commands.c | 10 +-
app/actions/text-tool-actions.c | 18 +-
app/actions/tools-actions.c | 48 +-
app/actions/tools-commands.c | 10 +-
app/actions/tools-commands.h | 2 +-
app/actions/view-actions.c | 1 -
app/actions/window-commands.c | 3 +-
app/base/boundary.c | 43 -
app/base/boundary.h | 4 -
app/base/pixel-processor.c | 33 +-
app/base/tile-rowhints.c | 1 +
app/composite/gimp-composite.c | 6 +-
app/composite/gimp-composite.h | 1 -
app/config/gimpconfig-dump.c | 1 +
app/config/gimpcoreconfig.c | 52 +-
app/config/gimpcoreconfig.h | 2 -
app/config/gimpdisplayconfig.c | 35 +-
app/config/gimpdisplayconfig.h | 1 -
app/config/gimprc-blurbs.h | 12 -
app/core/core-enums.c | 37 -
app/core/core-enums.h | 15 -
app/core/gimp-utils.c | 26 +
app/core/gimp-utils.h | 2 +
app/core/gimpguideundo.c | 8 +-
app/core/gimpimage-arrange.c | 2 -
app/core/gimpimage-colormap.c | 153 +-
app/core/gimpimage-colormap.h | 40 +-
app/core/gimpimage-convert.c | 16 +-
app/core/gimpimage-guides.c | 10 +-
app/core/gimpimage-private.h | 5 +-
app/core/gimpimage-sample-points.c | 24 +-
app/core/gimpimage.c | 237 +-
app/core/gimpimage.h | 30 +-
app/core/gimplayer.c | 75 +-
app/core/gimplayer.h | 2 -
app/core/gimplayermask.c | 11 +-
app/core/gimppalette-import.c | 2 +-
app/core/gimppalette-load.c | 4 +-
app/core/gimppalette-save.c | 7 +-
app/core/gimppalette.c | 104 +-
app/core/gimppalette.h | 56 +-
app/core/gimpsamplepoint.h | 3 -
app/core/gimpsamplepointundo.c | 7 +-
app/core/gimpselection.c | 2 +-
app/dialogs/about-dialog.c | 11 +-
app/dialogs/channel-options-dialog.c | 4 +-
app/dialogs/convert-dialog.c | 9 +-
app/dialogs/dialogs-constructors.c | 72 +-
app/dialogs/fade-dialog.c | 4 +-
app/dialogs/grid-dialog.c | 4 +-
app/dialogs/image-merge-layers-dialog.c | 4 +-
app/dialogs/input-devices-dialog.c | 2 +-
app/dialogs/keyboard-shortcuts-dialog.c | 4 +-
app/dialogs/layer-add-mask-dialog.c | 4 +-
app/dialogs/layer-options-dialog.c | 8 +-
app/dialogs/module-dialog.c | 20 +-
app/dialogs/offset-dialog.c | 4 +-
app/dialogs/palette-import-dialog.c | 9 +-
app/dialogs/preferences-dialog.c | 9 +-
app/dialogs/resize-dialog.c | 4 +-
app/dialogs/resolution-calibrate-dialog.c | 4 +-
app/dialogs/scale-dialog.c | 4 +-
app/dialogs/stroke-dialog.c | 4 +-
app/dialogs/template-options-dialog.c | 4 +-
app/dialogs/vectors-options-dialog.c | 4 +-
app/display/Makefile.am | 18 +
app/display/display-enums.c | 43 +
app/display/display-enums.h | 18 +
app/display/display-types.h | 17 +
app/display/gimpcanvas.c | 2 +
app/display/gimpcanvas.h | 34 +-
app/display/gimpcanvasarc.c | 64 +-
app/display/gimpcanvasarc.h | 15 +-
app/display/gimpcanvasboundary.c | 235 +-
app/display/gimpcanvasboundary.h | 10 +-
app/display/gimpcanvascorner.c | 98 +-
app/display/gimpcanvascorner.h | 17 +-
app/display/gimpcanvascursor.c | 235 +
app/display/gimpcanvascursor.h | 59 +
app/display/gimpcanvasgrid.c | 400 +
app/display/gimpcanvasgrid.h | 56 +
app/display/gimpcanvasgroup.c | 190 +-
app/display/gimpcanvasgroup.h | 16 +-
app/display/gimpcanvasguide.c | 87 +-
app/display/gimpcanvasguide.h | 6 +-
app/display/gimpcanvashandle.c | 144 +-
app/display/gimpcanvashandle.h | 5 +-
app/display/gimpcanvasitem.c | 432 +-
app/display/gimpcanvasitem.h | 69 +-
app/display/gimpcanvaslayerboundary.c | 315 +
app/display/gimpcanvaslayerboundary.h | 58 +
app/display/gimpcanvasline.c | 60 +-
app/display/gimpcanvasline.h | 9 +-
app/display/gimpcanvaspassepartout.c | 132 +
app/display/gimpcanvaspassepartout.h | 59 +
app/display/gimpcanvaspath.c | 304 +
app/display/gimpcanvaspath.h | 58 +
app/display/gimpcanvaspen.c | 239 +
app/display/gimpcanvaspen.h | 60 +
app/display/gimpcanvaspolygon.c | 131 +-
app/display/gimpcanvaspolygon.h | 8 +-
app/display/gimpcanvasproxygroup.c | 207 +
app/display/gimpcanvasproxygroup.h | 63 +
app/display/gimpcanvasrectangle.c | 100 +-
app/display/gimpcanvasrectangle.h | 11 +-
app/display/gimpcanvassamplepoint.c | 341 +
app/display/gimpcanvassamplepoint.h | 59 +
app/display/gimpcanvastextcursor.c | 69 +-
app/display/gimpcanvastextcursor.h | 5 +-
app/display/gimpdisplay.c | 29 +-
app/display/gimpdisplayshell-appearance.c | 35 +-
app/display/gimpdisplayshell-callbacks.c | 74 +-
app/display/gimpdisplayshell-cursor.c | 50 +-
app/display/gimpdisplayshell-cursor.h | 3 -
app/display/gimpdisplayshell-dnd.c | 2 +-
app/display/gimpdisplayshell-draw.c | 659 +-
app/display/gimpdisplayshell-draw.h | 48 +-
app/display/gimpdisplayshell-expose.c | 110 +-
app/display/gimpdisplayshell-expose.h | 22 +-
app/display/gimpdisplayshell-filter-dialog.c | 4 +-
app/display/gimpdisplayshell-handlers.c | 410 +-
app/display/gimpdisplayshell-items.c | 136 +
app/display/gimpdisplayshell-items.h | 34 +
app/display/gimpdisplayshell-preview.c | 84 +-
app/display/gimpdisplayshell-render.c | 588 +-
app/display/gimpdisplayshell-render.h | 16 +-
app/display/gimpdisplayshell-scale-dialog.c | 64 +-
app/display/gimpdisplayshell-selection.c | 251 +-
app/display/gimpdisplayshell-selection.h | 13 +-
app/display/gimpdisplayshell-style.c | 70 +-
app/display/gimpdisplayshell-style.h | 13 +-
app/display/gimpdisplayshell-title.c | 8 +-
app/display/gimpdisplayshell-transform.c | 119 +-
app/display/gimpdisplayshell-transform.h | 14 +-
app/display/gimpdisplayshell.c | 285 +-
app/display/gimpdisplayshell.h | 29 +-
app/display/gimpimagewindow.c | 40 +-
app/display/gimpnavigationeditor.c | 10 +-
app/display/gimpscalecombobox.h | 10 +
app/display/gimpstatusbar.c | 43 +-
app/gimp-log.c | 3 +-
app/gimp-log.h | 4 +-
app/gimpcore.def | 2 +-
app/gui/gui.c | 10 +-
app/paint-funcs/Makefile.am | 2 -
app/paint-funcs/layer-modes.c | 1111 -
app/paint-funcs/layer-modes.h | 80 -
app/paint-funcs/paint-funcs.c | 248 +-
app/paint/gimpbrushcore.c | 145 +-
app/paint/gimpbrushcore.h | 9 +-
app/paint/gimppaintoptions.c | 48 +-
app/paint/gimppaintoptions.h | 4 +-
app/pdb/context-cmds.c | 2 +-
app/pdb/gimppdb-utils.c | 2 +-
app/pdb/gradients-cmds.c | 2 +-
app/pdb/item-cmds.c | 3 +-
app/pdb/palette-cmds.c | 69 +-
app/pdb/palettes-cmds.c | 10 +-
app/plug-in/gimppluginmanager-call.c | 4 +-
app/tests.c | 57 +-
app/tests.h | 6 +-
app/tests/.gitignore | 1 +
app/tests/Makefile.am | 1 +
app/tests/gimp-app-test-utils.c | 128 +-
app/tests/gimp-app-test-utils.h | 12 +-
app/tests/test-core.c | 18 +-
app/tests/test-session-management.c | 3 +-
app/tests/test-tools.c | 432 +
app/tests/test-ui.c | 71 +-
app/tests/test-xcf.c | 10 +-
app/text/gimptextlayer.c | 82 +-
app/text/gimptextlayer.h | 2 +-
app/text/gimptextlayout.c | 128 +-
app/tools/gimpaligntool.c | 18 +-
app/tools/gimpaligntool.h | 4 +-
app/tools/gimpblendtool.c | 4 +-
app/tools/gimpbrushtool.c | 19 +-
app/tools/gimpcolortool.c | 177 +-
app/tools/gimpcroptool.c | 9 +-
app/tools/gimpdrawtool.c | 500 +-
app/tools/gimpdrawtool.h | 41 +-
app/tools/gimpeditselectiontool.c | 20 +-
app/tools/gimpforegroundselectoptions.c | 28 +
app/tools/gimpforegroundselectoptions.h | 7 +-
app/tools/gimpforegroundselecttool.c | 49 +-
app/tools/gimpfreeselecttool.c | 40 +-
app/tools/gimpimagemaptool.c | 4 +-
app/tools/gimpiscissorstool.c | 16 +-
app/tools/gimpmeasuretool.c | 105 +-
app/tools/gimpmovetool.c | 140 +-
app/tools/gimppaintoptions-gui.c | 71 +-
app/tools/gimppainttool.c | 25 +-
app/tools/gimpperspectiveclonetool.c | 19 +-
app/tools/gimprectangleoptions.c | 2 +-
app/tools/gimprectangleselecttool.c | 60 +-
app/tools/gimprectangletool.c | 476 +-
app/tools/gimprectangletool.h | 3 +-
app/tools/gimpregionselecttool.c | 11 +-
app/tools/gimprotatetool.c | 6 +-
app/tools/gimprotatetool.h | 2 +-
app/tools/gimpsheartool.c | 10 +-
app/tools/gimpsheartool.h | 4 +-
app/tools/gimpsourcetool.c | 2 +-
app/tools/gimptexttool-editor.c | 62 +-
app/tools/gimptexttool-editor.h | 1 +
app/tools/gimptexttool.c | 20 +-
app/tools/gimptexttool.h | 2 +-
app/tools/gimptransformtool.c | 160 +-
app/tools/gimpvectortool.c | 46 +-
app/tools/tools-enums.c | 31 +
app/tools/tools-enums.h | 20 +-
app/vectors/Makefile.am | 2 +
app/vectors/gimpbezierdesc.c | 78 +
app/vectors/gimpbezierdesc.h | 37 +
app/vectors/gimpbezierstroke.c | 8 +-
app/vectors/gimpvectors-import.c | 67 +-
app/vectors/gimpvectors.c | 16 +-
app/widgets/Makefile.am | 16 +-
app/widgets/gimpactioneditor.c | 5 +-
app/widgets/gimpactioneditor.h | 4 +-
app/widgets/gimpbrushfactoryview.c | 10 +-
app/widgets/gimpbrushselect.c | 2 +-
app/widgets/gimpcairo.c | 10 +-
app/widgets/gimpcairo.h | 2 +-
app/widgets/gimpcellrendererviewable.c | 56 +-
app/widgets/gimpcolordialog.c | 4 +-
app/widgets/gimpcolordisplayeditor.c | 17 +-
app/widgets/gimpcolordisplayeditor.h | 4 +-
app/widgets/gimpcoloreditor.c | 33 +-
app/widgets/gimpcolorframe.c | 11 +-
app/widgets/gimpcolormapeditor.c | 505 +-
app/widgets/gimpcolormapeditor.h | 12 +-
app/widgets/gimpcolorpanel.c | 13 +-
app/widgets/gimpcolorselectorpalette.c | 4 +-
app/widgets/gimpcontainereditor.c | 12 +-
app/widgets/gimpcontainereditor.h | 4 +-
app/widgets/gimpcontainericonview.c | 8 +-
app/widgets/gimpcontainertreestore.c | 2 +-
app/widgets/gimpcontrollereditor.c | 13 +-
app/widgets/gimpcontrollereditor.h | 4 +-
app/widgets/gimpcontrollerlist.c | 9 +-
app/widgets/gimpcontrollerlist.h | 4 +-
app/widgets/gimpdeviceeditor.c | 5 +-
app/widgets/gimpdeviceeditor.h | 4 +-
app/widgets/gimpdeviceinfoeditor.c | 5 +-
app/widgets/gimpdeviceinfoeditor.h | 4 +-
app/widgets/gimpdevicestatus.c | 53 +-
app/widgets/gimpdock.c | 47 +-
app/widgets/gimpdock.h | 4 +-
app/widgets/gimpdockable.c | 91 +-
app/widgets/gimpdockcolumns.c | 8 +-
app/widgets/gimpdockcolumns.h | 4 +-
app/widgets/gimpdynamicsoutputeditor.c | 7 +-
app/widgets/gimpdynamicsoutputeditor.h | 4 +-
app/widgets/gimpeditor.c | 80 +-
app/widgets/gimpeditor.h | 4 +-
app/widgets/gimperrorconsole.c | 16 +-
app/widgets/gimperrordialog.c | 2 +-
app/widgets/gimpfgbgeditor.c | 56 +-
app/widgets/gimpfgbgview.c | 59 +-
app/widgets/gimpfiledialog.c | 11 +-
app/widgets/gimpfilleditor.c | 5 +-
app/widgets/gimpfilleditor.h | 4 +-
app/widgets/gimpfontselect.c | 2 +-
app/widgets/gimpgradienteditor.c | 16 +-
app/widgets/gimpgradientselect.c | 2 +-
app/widgets/gimpgrideditor.c | 8 +-
app/widgets/gimpgrideditor.h | 12 +-
app/widgets/gimphandlebar.c | 6 +-
app/widgets/gimphistogrambox.c | 5 +-
app/widgets/gimphistogrambox.h | 4 +-
app/widgets/gimpimagecommenteditor.c | 2 +-
app/widgets/gimpimageeditor.c | 12 +-
app/widgets/gimpimageparasiteview.c | 5 +-
app/widgets/gimpimageparasiteview.h | 4 +-
app/widgets/gimpimageprofileview.c | 2 +-
app/widgets/gimpitemtreeview.c | 15 +-
app/widgets/gimplayertreeview.c | 2 +-
app/widgets/gimpmessagebox.c | 76 +-
app/widgets/gimpmessagebox.h | 12 +-
app/widgets/gimpoverlaydialog.c | 14 +-
app/widgets/gimppaletteeditor.c | 163 +-
app/widgets/gimppaletteselect.c | 4 +-
app/widgets/gimppaletteview.c | 44 +-
app/widgets/gimppatternselect.c | 2 +-
app/widgets/gimppdbdialog.c | 80 +-
app/widgets/gimpprogressbox.c | 15 +-
app/widgets/gimpprogressbox.h | 14 +-
app/widgets/gimpprogressdialog.c | 2 +-
app/widgets/gimpsamplepointeditor.c | 14 +-
app/widgets/gimpsessioninfo.c | 8 +-
app/widgets/gimpsettingsbox.c | 7 +-
app/widgets/gimpsettingsbox.h | 4 +-
app/widgets/gimpsettingseditor.c | 7 +-
app/widgets/gimpsettingseditor.h | 4 +-
app/widgets/gimpsizebox.c | 42 +-
app/widgets/gimpsizebox.h | 4 +-
app/widgets/gimptagpopup.c | 43 +-
app/widgets/gimptemplateeditor.c | 9 +-
app/widgets/gimptemplateeditor.h | 4 +-
app/widgets/gimptextbuffer.c | 16 +-
app/widgets/gimptextstyleeditor.c | 17 +-
app/widgets/gimptextstyleeditor.h | 4 +-
app/widgets/gimpthumbbox.c | 23 +-
app/widgets/gimptoolbox.c | 57 +-
app/widgets/gimptooleditor.c | 59 +-
app/widgets/gimptooloptionseditor.c | 70 +-
app/widgets/gimpundoeditor.c | 2 +-
app/widgets/gimpview.c | 31 +-
app/widgets/gimpviewablebox.c | 55 +
app/widgets/gimpviewablebox.h | 8 +
app/widgets/gimpviewabledialog.c | 33 +-
app/widgets/gimpviewrenderer.c | 81 +-
app/widgets/gimpviewrenderer.h | 27 +-
app/widgets/gimpviewrendererbrush.c | 38 +-
app/widgets/gimpviewrendererimagefile.c | 7 +-
app/widgets/gimpviewrendererlayer.c | 2 +-
app/widgets/gimpviewrendererpalette.c | 20 +-
app/widgets/gimpviewrenderervectors.c | 22 +-
app/widgets/widgets-enums.h | 2 +-
app/widgets/widgets-types.h | 15 +-
app/xcf/xcf-load.c | 9 +
app/xcf/xcf-read.c | 9 +-
build/buildbot/suppressed-warnings.txt | 14 +-
build/windows/gimp-plug-ins.rc.in | 3 +-
build/windows/gimp.rc.in | 4 +-
build/windows/gimprc-plug-ins.rule | 6 +-
build/windows/gimprc.rule | 6 +-
configure.ac | 31 +-
devel-docs/app/app-sections.txt | 1 -
docs/gimprc.5.in | 13 +-
etc/gimprc | 10 +-
libgimp/gimp.c | 4 +
libgimp/gimp.h | 5 +-
libgimp/gimpaspectpreview.c | 53 +-
libgimp/gimpcontext_pdb.c | 4 +-
libgimp/gimpdrawablepreview.c | 55 +-
libgimp/gimpexport.c | 8 +-
libgimp/gimpmenu.c | 2 +-
libgimp/gimpprocbrowserdialog.c | 4 +-
libgimp/gimpprogressbar.c | 10 +-
libgimp/gimpselectbutton.c | 25 +-
libgimp/gimpui.c | 6 +-
libgimp/gimpzoompreview.c | 83 +-
libgimpbase/gimpcpuaccel.c | 39 +-
libgimpwidgets/Makefile.am | 6 +
libgimpwidgets/gimpbrowser.c | 12 +-
libgimpwidgets/gimpcairo-utils.h | 50 +-
libgimpwidgets/gimpchainbutton.c | 64 +-
libgimpwidgets/gimpcolorbutton.c | 73 +-
libgimpwidgets/gimpcolorscale.c | 254 +-
libgimpwidgets/gimpfileentry.c | 10 +-
libgimpwidgets/gimpframe.c | 20 +-
libgimpwidgets/gimppickbutton.c | 10 +-
libgimpwidgets/gimppropwidgets.c | 133 +
libgimpwidgets/gimppropwidgets.h | 4 +
libgimpwidgets/gimpquerybox.c | 5 +-
libgimpwidgets/gimpscrolledpreview.h | 2 +-
libgimpwidgets/gimpsizeentry.c | 115 +-
{app/widgets => libgimpwidgets}/gimpunitcombobox.c | 60 +-
{app/widgets => libgimpwidgets}/gimpunitcombobox.h | 29 +-
libgimpwidgets/gimpunitmenu.c | 10 +-
libgimpwidgets/gimpunitmenu.h | 4 +
{app/widgets => libgimpwidgets}/gimpunitstore.c | 462 +-
{app/widgets => libgimpwidgets}/gimpunitstore.h | 41 +-
libgimpwidgets/gimpwidgets.def | 20 +-
libgimpwidgets/gimpwidgets.h | 2 +
libgimpwidgets/gimpwidgetstypes.h | 2 +
plug-ins/Makefile.am | 2 +-
plug-ins/color-rotate/color-rotate.c | 2 +-
plug-ins/common/.gitignore | 2 -
plug-ins/common/Makefile.am | 26 +-
plug-ins/common/curve-bend.c | 13 +-
plug-ins/common/despeckle.c | 4 +-
plug-ins/common/file-gih.c | 2 +-
plug-ins/common/file-jp2-load.c | 6 +
plug-ins/common/file-pdf-save.c | 2 +-
plug-ins/common/file-psp.c | 2 +-
plug-ins/common/file-tiff-load.c | 14 +-
plug-ins/common/file-xmc.c | 2 +-
plug-ins/common/filter-pack.c | 2 +-
plug-ins/common/gimprc.common | 1 -
plug-ins/common/mkgen.pl | 4 +-
plug-ins/common/plugin-defs.pl | 2 +-
plug-ins/common/screenshot.c | 2 +-
plug-ins/common/sharpen.c | 4 +-
plug-ins/file-fli/fli-gimp.c | 3 +-
plug-ins/file-jpeg/jpeg-save.c | 31 +-
plug-ins/file-psd/psd-load.c | 1 +
plug-ins/file-psd/psd.c | 2 +-
plug-ins/file-sgi/sgi.c | 10 +-
plug-ins/gfig/gfig.c | 3 +-
plug-ins/print/print-draw-page.c | 2 +
plug-ins/print/print-preview.c | 2 +
plug-ins/pygimp/gimpmodule.c | 14 -
plug-ins/pygimp/gimpui.defs | 61 +
plug-ins/pygimp/gimpui.override | 2 +
plug-ins/script-fu/scripts/3dTruchet.scm | 10 +-
plug-ins/script-fu/scripts/add-bevel.scm | 8 +-
plug-ins/script-fu/scripts/addborder.scm | 4 +-
plug-ins/script-fu/scripts/alien-glow-arrow.scm | 12 +-
plug-ins/script-fu/scripts/alien-glow-bar.scm | 12 +-
plug-ins/script-fu/scripts/alien-glow-bullet.scm | 12 +-
plug-ins/script-fu/scripts/alien-glow-button.scm | 12 +-
plug-ins/script-fu/scripts/beveled-button.scm | 8 +-
.../script-fu/scripts/beveled-pattern-arrow.scm | 8 +-
.../script-fu/scripts/beveled-pattern-bullet.scm | 8 +-
.../script-fu/scripts/beveled-pattern-button.scm | 8 +-
.../script-fu/scripts/beveled-pattern-heading.scm | 14 +-
.../script-fu/scripts/beveled-pattern-hrule.scm | 8 +-
plug-ins/script-fu/scripts/blend-anim.scm | 17 +-
plug-ins/script-fu/scripts/burn-in-anim.scm | 10 +-
plug-ins/script-fu/scripts/camo.scm | 6 +-
plug-ins/script-fu/scripts/carve-it.scm | 32 +-
plug-ins/script-fu/scripts/carved-logo.scm | 30 +-
plug-ins/script-fu/scripts/chrome-it.scm | 32 +-
plug-ins/script-fu/scripts/circuit.scm | 10 +-
plug-ins/script-fu/scripts/clothify.scm | 4 +-
plug-ins/script-fu/scripts/coffee.scm | 4 +-
plug-ins/script-fu/scripts/difference-clouds.scm | 2 +-
plug-ins/script-fu/scripts/distress-selection.scm | 4 +-
plug-ins/script-fu/scripts/drop-shadow.scm | 4 +-
plug-ins/script-fu/scripts/mkbrush.scm | 8 +-
plug-ins/script-fu/scripts/perspective-shadow.scm | 4 +-
plug-ins/script-fu/scripts/select-to-brush.scm | 2 +-
plug-ins/script-fu/scripts/select-to-image.scm | 2 +-
plug-ins/script-fu/scripts/select-to-pattern.scm | 2 +-
plug-ins/script-fu/scripts/xach-effect.scm | 18 +-
po-libgimp/LINGUAS | 2 +
po-libgimp/ca.po | 415 +-
po-libgimp/ca valencia po | 1758 +-
po-libgimp/en_GB.po | 1518 +-
po-libgimp/kk.po | 1853 ++
po-libgimp/zh_HK.po | 2143 ++
po-libgimp/zh_TW.po | 2035 +-
po-plug-ins/LINGUAS | 1 +
po-plug-ins/POTFILES.in | 1 -
po-plug-ins/ca valencia po |14461 +++++-----
po-plug-ins/en_GB.po | 6519 +++--
po-plug-ins/et.po | 38 +-
po-plug-ins/it.po | 856 +-
po-plug-ins/zh_HK.po |12958 ++++++++
po-plug-ins/zh_TW.po |17980 ++++++------
po-python/LINGUAS | 1 +
po-python/ca valencia po | 249 +-
po-python/en_GB.po | 183 +-
po-python/zh_HK.po | 365 +
po-python/zh_TW.po | 354 +-
po-script-fu/LINGUAS | 1 +
po-script-fu/POTFILES.skip | 1 +
po-script-fu/ca valencia po | 1115 +-
po-script-fu/da.po | 3964 ++--
po-script-fu/en_GB.po | 796 +-
po-script-fu/it.po | 391 +-
po-script-fu/zh_HK.po | 2849 ++
po-script-fu/zh_TW.po | 3628 ++--
po-tags/LINGUAS | 5 +
po-tags/en_GB.po | 26 +
po-tags/zh_HK.po | 26 +
po-tags/zh_TW.po | 26 +
po-tips/LINGUAS | 1 +
po-tips/ca valencia po | 146 +-
po-tips/en_GB.po | 21 +-
po-tips/zh_HK.po | 217 +
po-tips/zh_TW.po | 327 +-
po/LINGUAS | 1 +
po/am.po |17111 ++++++++---
po/ar.po | 1299 +-
po/ast.po | 2243 +-
po/az.po |21968 +++++++++++---
po/be.po | 7251 +++--
po/bg.po |12340 ++++++---
po/br.po | 2856 +-
po/ca.po | 6655 +++--
po/ca valencia po |12527 ++++++---
po/cs.po | 5460 ++--
po/da.po | 5686 +++--
po/de.po | 2908 ++-
po/dz.po |14106 ++++++---
po/el.po | 6440 +++--
po/en_CA.po |12295 ++++++---
po/en_GB.po | 9683 ++++---
po/eo.po |12904 ++++++---
po/es.po | 863 +-
po/et.po | 77 +-
po/eu.po | 3043 ++-
po/fa.po |12441 ++++++---
po/fi.po |10897 +++++---
po/fr.po | 4329 ++--
po/ga.po |15198 +++++++---
po/gl.po |10958 +++++---
po/gu.po |15810 +++++++---
po/he.po | 1694 +-
po/hi.po |13602 ++++++---
po/hr.po |17364 ++++++++----
po/hu.po |11126 +++++---
po/id.po |15445 +++++++---
po/is.po |10637 +++++---
po/it.po | 2250 +-
po/ja.po | 7848 +++--
po/ka.po |17530 ++++++++++--
po/kk.po |12602 ++++++++
po/km.po |12448 ++++++---
po/kn.po |11171 +++++---
po/ko.po |12022 +++++---
po/lt.po |11160 +++++---
po/lv.po |11136 +++++---
po/mk.po |10965 +++++---
po/ml.po |16048 +++++++---
po/ms.po |17607 ++++++++----
po/my.po | 3441 ++-
po/nb.po | 548 +-
po/nds.po | 4021 ++--
po/ne.po |12416 ++++++---
po/nl.po |12501 ++++++---
po/nn.po |12268 +++++---
po/oc.po |10688 +++++---
po/pa.po |10259 +++++---
po/pl.po |12426 ++++++---
po/pt.po |31398 +++++++++++---------
po/pt_BR.po | 6629 +++--
po/ro.po | 1127 +-
po/ru.po | 791 +-
po/rw.po |17090 ++++++++----
po/si.po | 6782 +++--
po/sk.po |15488 +++++++---
po/sl.po | 2287 +-
po/sr.po | 2860 ++-
po/sr latin po | 3002 ++-
po/sv.po | 7275 +++--
po/ta.po | 1224 +-
po/th.po | 2913 +--
po/tr.po |16188 +++++++---
po/tt.po |14008 ++++++---
po/uk.po | 2864 ++-
po/vi.po |14770 +++++++---
po/xh.po |17019 ++++++++---
po/yi.po |14846 +++++++---
po/zh_CN.po | 2229 +-
po/zh_HK.po |14915 +++++-----
po/zh_TW.po |14917 +++++-----
tools/pdbgen/pdb/context.pdb | 4 +-
tools/pdbgen/pdb/gradients.pdb | 2 +-
tools/pdbgen/pdb/item.pdb | 3 +-
tools/pdbgen/pdb/palette.pdb | 69 +-
tools/pdbgen/pdb/palettes.pdb | 10 +-
551 files changed, 555797 insertions(+), 269894 deletions(-)
---
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]