mirror of https://github.com/GNOME/gimp.git
Made 2.3.3, the "What The Hack" release.
2005-08-10 Sven Neumann <sven@gimp.org> * Made 2.3.3, the "What The Hack" release. * data/images/gimp-splash.png: What The Splash, photo by antenne.
This commit is contained in:
parent
6151bd2d48
commit
13dcc471cd
|
@ -1,5 +1,7 @@
|
||||||
2005-08-10 Sven Neumann <sven@gimp.org>
|
2005-08-10 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* Made 2.3.3, the "What The Hack" release.
|
||||||
|
|
||||||
* data/images/gimp-splash.png: What The Splash, photo by antenne.
|
* data/images/gimp-splash.png: What The Splash, photo by antenne.
|
||||||
|
|
||||||
2005-08-10 Michael Natterer <mitch@gimp.org>
|
2005-08-10 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
|
@ -22,10 +22,13 @@ GimpProcBrowserDialog
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@parent_instance:
|
|
||||||
@browser:
|
<!-- ##### SIGNAL GimpProcBrowserDialog::selection-changed ##### -->
|
||||||
@store:
|
<para>
|
||||||
@tree_view:
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@gimpprocbrowserdialog: the object which received the signal.
|
||||||
|
|
||||||
<!-- ##### FUNCTION gimp_proc_browser_dialog_new ##### -->
|
<!-- ##### FUNCTION gimp_proc_browser_dialog_new ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
|
@ -6,7 +6,7 @@ gimprc \- gimp configuration file
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
The
|
The
|
||||||
.B gimprc
|
.B gimprc
|
||||||
file is a configuation file read by the GIMP when it starts up. There
|
file is a configuration file read by the GIMP when it starts up. There
|
||||||
are two of these: one system-wide one stored in
|
are two of these: one system-wide one stored in
|
||||||
@gimpsysconfdir@/gimprc and a per-user \fB$HOME\fP/@gimpdir@/gimprc
|
@gimpsysconfdir@/gimprc and a per-user \fB$HOME\fP/@gimpdir@/gimprc
|
||||||
which may override system settings.
|
which may override system settings.
|
||||||
|
@ -46,7 +46,7 @@ shared by other users. This is a single folder.
|
||||||
.TP
|
.TP
|
||||||
(swap-path "${gimp_dir}")
|
(swap-path "${gimp_dir}")
|
||||||
|
|
||||||
Sets the swap file location. The gimp uses a tile based memory allocation
|
Sets the swap file location. The GIMP uses a tile based memory allocation
|
||||||
scheme. The swap file is used to quickly and easily swap tiles out to disk and
|
scheme. The swap file is used to quickly and easily swap tiles out to disk and
|
||||||
back in. Be aware that the swap file can easily get very large if the GIMP is
|
back in. Be aware that the swap file can easily get very large if the GIMP is
|
||||||
used with large images. Also, things can get horribly slow if the swap file is
|
used with large images. Also, things can get horribly slow if the swap file is
|
||||||
|
@ -347,13 +347,13 @@ milliseconds (less time indicates faster marching). This is an integer value.
|
||||||
.TP
|
.TP
|
||||||
(resize-windows-on-zoom no)
|
(resize-windows-on-zoom no)
|
||||||
|
|
||||||
When enabled, the image window will automatically resize itself, when zooming
|
When enabled, the image window will automatically resize itself when zooming
|
||||||
into and out of images. Possible values are yes and no.
|
into and out of images. Possible values are yes and no.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
(resize-windows-on-resize no)
|
(resize-windows-on-resize no)
|
||||||
|
|
||||||
When enabled, the image window will automatically resize itself, whenever the
|
When enabled, the image window will automatically resize itself whenever the
|
||||||
physical image size changes. Possible values are yes and no.
|
physical image size changes. Possible values are yes and no.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
|
@ -613,8 +613,8 @@ path is being picked. This used to be the default behaviour in older versions.
|
||||||
.TP
|
.TP
|
||||||
(trust-dirty-flag no)
|
(trust-dirty-flag no)
|
||||||
|
|
||||||
When enabled, the GIMP will not save if the image is unchanged since opening
|
When enabled, the GIMP will not save an image if it has not been changed since
|
||||||
it. Possible values are yes and no.
|
it was opened. Possible values are yes and no.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
(save-device-status no)
|
(save-device-status no)
|
||||||
|
@ -642,13 +642,13 @@ Save the tool options when the GIMP exits. Possible values are yes and no.
|
||||||
.TP
|
.TP
|
||||||
(show-tips yes)
|
(show-tips yes)
|
||||||
|
|
||||||
Enable to display a handy GIMP tip on startup. Possible values are yes and
|
Enable displaying a handy GIMP tip on startup. Possible values are yes and
|
||||||
no.
|
no.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
(show-tool-tips yes)
|
(show-tool-tips yes)
|
||||||
|
|
||||||
Enable to display tooltips. Possible values are yes and no.
|
Enable tooltips display. Possible values are yes and no.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
(tearoff-menus yes)
|
(tearoff-menus yes)
|
||||||
|
|
14
etc/gimprc
14
etc/gimprc
|
@ -19,7 +19,7 @@
|
||||||
#
|
#
|
||||||
# (temp-path "${gimp_dir}/tmp")
|
# (temp-path "${gimp_dir}/tmp")
|
||||||
|
|
||||||
# Sets the swap file location. The gimp uses a tile based memory allocation
|
# Sets the swap file location. The GIMP uses a tile based memory allocation
|
||||||
# scheme. The swap file is used to quickly and easily swap tiles out to disk
|
# scheme. The swap file is used to quickly and easily swap tiles out to disk
|
||||||
# and back in. Be aware that the swap file can easily get very large if the
|
# and back in. Be aware that the swap file can easily get very large if the
|
||||||
# GIMP is used with large images. Also, things can get horribly slow if the
|
# GIMP is used with large images. Also, things can get horribly slow if the
|
||||||
|
@ -280,12 +280,12 @@
|
||||||
#
|
#
|
||||||
# (marching-ants-speed 300)
|
# (marching-ants-speed 300)
|
||||||
|
|
||||||
# When enabled, the image window will automatically resize itself, when
|
# When enabled, the image window will automatically resize itself when
|
||||||
# zooming into and out of images. Possible values are yes and no.
|
# zooming into and out of images. Possible values are yes and no.
|
||||||
#
|
#
|
||||||
# (resize-windows-on-zoom no)
|
# (resize-windows-on-zoom no)
|
||||||
|
|
||||||
# When enabled, the image window will automatically resize itself, whenever
|
# When enabled, the image window will automatically resize itself whenever
|
||||||
# the physical image size changes. Possible values are yes and no.
|
# the physical image size changes. Possible values are yes and no.
|
||||||
#
|
#
|
||||||
# (resize-windows-on-resize no)
|
# (resize-windows-on-resize no)
|
||||||
|
@ -472,8 +472,8 @@
|
||||||
#
|
#
|
||||||
# (move-tool-changes-active no)
|
# (move-tool-changes-active no)
|
||||||
|
|
||||||
# When enabled, the GIMP will not save if the image is unchanged since
|
# When enabled, the GIMP will not save an image if it has not been changed
|
||||||
# opening it. Possible values are yes and no.
|
# since it was opened. Possible values are yes and no.
|
||||||
#
|
#
|
||||||
# (trust-dirty-flag no)
|
# (trust-dirty-flag no)
|
||||||
|
|
||||||
|
@ -496,12 +496,12 @@
|
||||||
#
|
#
|
||||||
# (save-tool-options no)
|
# (save-tool-options no)
|
||||||
|
|
||||||
# Enable to display a handy GIMP tip on startup. Possible values are yes and
|
# Enable displaying a handy GIMP tip on startup. Possible values are yes and
|
||||||
# no.
|
# no.
|
||||||
#
|
#
|
||||||
# (show-tips yes)
|
# (show-tips yes)
|
||||||
|
|
||||||
# Enable to display tooltips. Possible values are yes and no.
|
# Enable tooltips display. Possible values are yes and no.
|
||||||
#
|
#
|
||||||
# (show-tool-tips yes)
|
# (show-tool-tips yes)
|
||||||
|
|
||||||
|
|
|
@ -11,11 +11,6 @@
|
||||||
#
|
#
|
||||||
# - Modified by jacob berkman <jacob@ximian.com> to install
|
# - Modified by jacob berkman <jacob@ximian.com> to install
|
||||||
# Makefile.in.in and po2tbl.sed.in for use with glib-gettextize
|
# Makefile.in.in and po2tbl.sed.in for use with glib-gettextize
|
||||||
#
|
|
||||||
# - Modified by Rodney Dawes <dobey@novell.com> for use with intltool
|
|
||||||
#
|
|
||||||
# We have the following line for use by intltoolize:
|
|
||||||
# INTLTOOL_MAKEFILE
|
|
||||||
|
|
||||||
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
|
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
|
||||||
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
||||||
|
@ -32,13 +27,13 @@ VPATH = @srcdir@
|
||||||
prefix = @prefix@
|
prefix = @prefix@
|
||||||
exec_prefix = @exec_prefix@
|
exec_prefix = @exec_prefix@
|
||||||
datadir = @datadir@
|
datadir = @datadir@
|
||||||
datarootdir = @datarootdir@
|
|
||||||
libdir = @libdir@
|
libdir = @libdir@
|
||||||
localedir = $(libdir)/locale
|
localedir = $(libdir)/locale
|
||||||
gnulocaledir = $(datadir)/locale
|
gnulocaledir = $(datadir)/locale
|
||||||
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
|
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
|
||||||
subdir = po
|
subdir = po
|
||||||
install_sh = @install_sh@
|
install_sh = @install_sh@
|
||||||
|
mkdir_p = @mkdir_p@
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||||
|
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
|
@ -66,8 +61,7 @@ SOURCES =
|
||||||
POFILES = @POFILES@
|
POFILES = @POFILES@
|
||||||
GMOFILES = @GMOFILES@
|
GMOFILES = @GMOFILES@
|
||||||
DISTFILES = ChangeLog Makefile.in.in POTFILES.in \
|
DISTFILES = ChangeLog Makefile.in.in POTFILES.in \
|
||||||
$(POFILES) $(SOURCES)
|
$(POFILES) $(GMOFILES) $(SOURCES)
|
||||||
EXTRA_DISTFILES = POTFILES.skip Makevars LINGUAS
|
|
||||||
|
|
||||||
POTFILES = \
|
POTFILES = \
|
||||||
|
|
||||||
|
@ -83,7 +77,7 @@ INSTOBJEXT = @INSTOBJEXT@
|
||||||
|
|
||||||
.po.pox:
|
.po.pox:
|
||||||
$(MAKE) $(GETTEXT_PACKAGE).pot
|
$(MAKE) $(GETTEXT_PACKAGE).pot
|
||||||
$(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox
|
$(MSGMERGE) $< $(top_builddir)/po/$(GETTEXT_PACKAGE).pot -o $*pox
|
||||||
|
|
||||||
.po.mo:
|
.po.mo:
|
||||||
$(MSGFMT) -o $@ $<
|
$(MSGFMT) -o $@ $<
|
||||||
|
@ -180,7 +174,7 @@ uninstall:
|
||||||
rm -f $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
|
rm -f $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
check: all $(GETTEXT_PACKAGE).pot
|
check: all
|
||||||
|
|
||||||
dvi info tags TAGS ID:
|
dvi info tags TAGS ID:
|
||||||
|
|
||||||
|
@ -192,21 +186,16 @@ mostlyclean:
|
||||||
clean: mostlyclean
|
clean: mostlyclean
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f Makefile Makefile.in POTFILES
|
rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m
|
||||||
rm -f *.mo *.msg *.cat *.cat.m $(GMOFILES)
|
|
||||||
|
|
||||||
maintainer-clean: distclean
|
maintainer-clean: distclean
|
||||||
@echo "This command is intended for maintainers to use;"
|
@echo "This command is intended for maintainers to use;"
|
||||||
@echo "it deletes files that may require special tools to rebuild."
|
@echo "it deletes files that may require special tools to rebuild."
|
||||||
rm -f Makefile.in.in
|
rm -f $(GMOFILES)
|
||||||
|
|
||||||
distdir = ../$(GETTEXT_PACKAGE)-$(VERSION)/$(subdir)
|
distdir = ../$(GETTEXT_PACKAGE)-$(VERSION)/$(subdir)
|
||||||
dist distdir: $(DISTFILES)
|
dist distdir: $(DISTFILES) $(GETTEXT_PACKAGE).pot
|
||||||
dists="$(DISTFILES)"; \
|
dists="$(DISTFILES)"; \
|
||||||
extra_dists="$(EXTRA_DISTFILES)"; \
|
|
||||||
for file in $$extra_dists; do \
|
|
||||||
test -f $$file && dists="$$dists $$file"; \
|
|
||||||
done; \
|
|
||||||
for file in $$dists; do \
|
for file in $$dists; do \
|
||||||
ln $(srcdir)/$$file $(distdir) 2> /dev/null \
|
ln $(srcdir)/$$file $(distdir) 2> /dev/null \
|
||||||
|| cp -p $(srcdir)/$$file $(distdir); \
|
|| cp -p $(srcdir)/$$file $(distdir); \
|
||||||
|
@ -243,13 +232,17 @@ update-po: Makefile
|
||||||
# and Intltool tags (enclosed in square brackets), and appending a full
|
# and Intltool tags (enclosed in square brackets), and appending a full
|
||||||
# relative path to them
|
# relative path to them
|
||||||
POTFILES: POTFILES.in
|
POTFILES: POTFILES.in
|
||||||
( posrcprefix='$(top_srcdir)/'; \
|
( if test 'x$(srcdir)' != 'x.'; then \
|
||||||
|
posrcprefix='$(top_srcdir)/'; \
|
||||||
|
else \
|
||||||
|
posrcprefix="../"; \
|
||||||
|
fi; \
|
||||||
rm -f $@-t $@ \
|
rm -f $@-t $@ \
|
||||||
&& (sed -e '/^#/d' \
|
&& (sed -e '/^#/d' \
|
||||||
-e 's/^[[].*] *//' \
|
-e "s/^\[.*\] +//" \
|
||||||
-e '/^[ ]*$$/d' \
|
-e '/^[ ]*$$/d' \
|
||||||
-e "s@^@ $$posrcprefix@" $(srcdir)/$@.in \
|
-e "s@.*@ $$posrcprefix& \\\\@" < $(srcdir)/$@.in \
|
||||||
| sed -e '$$!s/$$/ \\/') > $@-t \
|
| sed -e '$$s/\\$$//') > $@-t \
|
||||||
&& chmod a-w $@-t \
|
&& chmod a-w $@-t \
|
||||||
&& mv $@-t $@ )
|
&& mv $@-t $@ )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue