New upstream version 2.10.0~RC2

This commit is contained in:
Jeremy Bicha
2018-04-19 11:58:35 -04:00
1178 changed files with 70595 additions and 42497 deletions

View File

@ -99,6 +99,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4macros/gtk-doc.m4 \
$(top_srcdir)/m4macros/lt~obsolete.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/m4macros/alsa.m4 \
$(top_srcdir)/m4macros/ax_compare_version.m4 \
$(top_srcdir)/m4macros/ax_cxx_compile_stdcxx.m4 \
$(top_srcdir)/m4macros/ax_gcc_func_attribute.m4 \
$(top_srcdir)/m4macros/ax_prog_cc_for_build.m4 \
$(top_srcdir)/m4macros/ax_prog_perl_version.m4 \
@ -243,7 +244,7 @@ FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
FONTCONFIG_REQUIRED_VERSION = @FONTCONFIG_REQUIRED_VERSION@
FREETYPE2_REQUIRED_VERSION = @FREETYPE2_REQUIRED_VERSION@
FREETYPE_CONFIG = @FREETYPE_CONFIG@
FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
FREETYPE_LIBS = @FREETYPE_LIBS@
GDBUS_CODEGEN = @GDBUS_CODEGEN@
GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
@ -316,6 +317,7 @@ GUDEV_LIBS = @GUDEV_LIBS@
HARFBUZZ_CFLAGS = @HARFBUZZ_CFLAGS@
HARFBUZZ_LIBS = @HARFBUZZ_LIBS@
HARFBUZZ_REQUIRED_VERSION = @HARFBUZZ_REQUIRED_VERSION@
HAVE_CXX11 = @HAVE_CXX11@
HAVE_FINITE = @HAVE_FINITE@
HAVE_ISFINITE = @HAVE_ISFINITE@
HAVE_VFORK = @HAVE_VFORK@
@ -544,6 +546,7 @@ mandir = @mandir@
manpage_gimpdir = @manpage_gimpdir@
mkdir_p = @mkdir_p@
ms_librarian = @ms_librarian@
mypaint_brushes_dir = @mypaint_brushes_dir@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
pkgpyexecdir = @pkgpyexecdir@

View File

@ -3,14 +3,17 @@
<ui>
<popup action="dashboard-popup">
<menu action="dashboard-update-interval">
<menu action="dashboard-groups" name="Groups">
<placeholder name="Groups" />
</menu>
<menu action="dashboard-update-interval" name="Update Interval">
<menuitem action="dashboard-update-interval-0-25-sec" />
<menuitem action="dashboard-update-interval-0-5-sec" />
<menuitem action="dashboard-update-interval-1-sec" />
<menuitem action="dashboard-update-interval-2-sec" />
<menuitem action="dashboard-update-interval-4-sec" />
</menu>
<menu action="dashboard-history-duration">
<menu action="dashboard-history-duration" name="History Duration">
<menuitem action="dashboard-history-duration-15-sec" />
<menuitem action="dashboard-history-duration-30-sec" />
<menuitem action="dashboard-history-duration-60-sec" />

View File

@ -24,8 +24,17 @@
<menuitem action="dialogs-document-history"/>
</menu>
<!-- The debug-menu is automatically excluded for stable releases -->
<!-- The debug-menu is hidden by default for stable releases -->
<menu action="debug-menu" name="Debug">
<menuitem action="debug-mem-profile"/>
<menuitem action="debug-benchmark-projection"/>
<menuitem action="debug-show-image-graph"/>
<separator/>
<menuitem action="debug-dump-items"/>
<menuitem action="debug-dump-managers"/>
<menuitem action="debug-dump-keyboard-shortcuts"/>
<menuitem action="debug-dump-attached-data"/>
</menu>
<separator/>
<placeholder name="Save">
@ -629,7 +638,7 @@
</menu>
<menu action="tools-paint-menu" name="Paint Tools">
<menuitem action="tools-bucket-fill"/>
<menuitem action="tools-blend"/>
<menuitem action="tools-gradient"/>
<menuitem action="tools-pencil"/>
<menuitem action="tools-paintbrush"/>
<menuitem action="tools-eraser"/>
@ -902,8 +911,17 @@
<menuitem action="dialogs-document-history"/>
</menu>
<!-- The debug-menu is automatically excluded for stable releases -->
<!-- The debug-menu is hidden by default for stable releases -->
<menu action="debug-menu" name="Debug">
<menuitem action="debug-mem-profile"/>
<menuitem action="debug-benchmark-projection"/>
<menuitem action="debug-show-image-graph"/>
<separator/>
<menuitem action="debug-dump-items"/>
<menuitem action="debug-dump-managers"/>
<menuitem action="debug-dump-keyboard-shortcuts"/>
<menuitem action="debug-dump-attached-data"/>
</menu>
<separator/>
<placeholder name="Save">
@ -1507,7 +1525,7 @@
</menu>
<menu action="tools-paint-menu" name="Paint Tools">
<menuitem action="tools-bucket-fill"/>
<menuitem action="tools-blend"/>
<menuitem action="tools-gradient"/>
<menuitem action="tools-pencil"/>
<menuitem action="tools-paintbrush"/>
<menuitem action="tools-eraser"/>

View File

@ -23,7 +23,7 @@
<menuitem action="dialogs-document-history" />
</menu>
<!-- The debug-menu is automatically excluded for stable releases -->
<!-- The debug-menu is hidden by default for stable releases -->
<menu action="debug-menu" name="Debug">
<menuitem action="debug-mem-profile" />
<menuitem action="debug-benchmark-projection" />
@ -637,7 +637,7 @@
</menu>
<menu action="tools-paint-menu" name="Paint Tools">
<menuitem action="tools-bucket-fill" />
<menuitem action="tools-blend" />
<menuitem action="tools-gradient" />
<menuitem action="tools-pencil" />
<menuitem action="tools-paintbrush" />
<menuitem action="tools-eraser" />

View File

@ -38,12 +38,6 @@
<xsl:apply-templates />
</xsl:template>
<xsl:template match="menu[@action='debug-menu']">
<xsl:if test="$unstable-menus='yes'">
<xsl:call-template name="identity" />
</xsl:if>
</xsl:template>
<!-- need to strip the XInclude namespace declaration from the ui element -->
<xsl:template match="ui">
<ui>