[gimp/soc-2010-cage] Regenerate gimprc
- From: Michael Muré <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2010-cage] Regenerate gimprc
- Date: Wed, 30 Jun 2010 22:11:09 +0000 (UTC)
commit 47d8d3103bc5f59d2782e0cfa07909ba108f9dc3
Author: Martin Nordholts <martinn src gnome org>
Date: Sat Jun 19 10:51:55 2010 +0200
Regenerate gimprc
docs/gimprc.5.in | 25 ++++++++++++++++++++++++-
etc/gimprc | 21 ++++++++++++++++++++-
2 files changed, 44 insertions(+), 2 deletions(-)
---
diff --git a/docs/gimprc.5.in b/docs/gimprc.5.in
index 051edf9..7c24074 100644
--- a/docs/gimprc.5.in
+++ b/docs/gimprc.5.in
@@ -160,6 +160,17 @@ search.
This is a colon-separated list of folders to search.
.TP
+(tool-preset-path "${gimp_dir}/tool-presets:${gimp_data_dir}/tool-presets")
+
+Sets the dynamics search path. This is a colon-separated list of folders to
+search.
+
+.TP
+(tool-preset-path-writable "${gimp_dir}/tool-presets")
+
+This is a colon-separated list of folders to search.
+
+.TP
(font-path "${gimp_dir}/fonts:${gimp_data_dir}/fonts")
Where to look for fonts in addition to the system-wide installed fonts. This
@@ -193,6 +204,12 @@ Specify a default palette. This is a string value.
Specify a default gradient. This is a string value.
.TP
+(default-tool-preset "Current Options")
+
+Specify a default tool preset. The tool preset is searched for in the
+specified tool prests path. This is a string value.
+
+.TP
(default-font "Sans")
Specify a default font. This is a string value.
@@ -641,7 +658,7 @@ Snap to the grid by default in new image windows. Possible values are yes and
no.
.TP
-(default-snap-to-canvas yes)
+(default-snap-to-canvas no)
Snap to the canvas edge by default in new image windows. Possible values are
yes and no.
@@ -744,6 +761,12 @@ Show a tooltip when the pointer hovers over an item. Possible values are yes
and no.
.TP
+(hide-docks no)
+
+Hide docks and other windows, leaving only image windows. Possible values are
+yes and no.
+
+.TP
(single-window-mode no)
Use GIMP in a single-window mode. Possible values are yes and no.
diff --git a/etc/gimprc b/etc/gimprc
index 2fc5a29..c2155ff 100644
--- a/etc/gimprc
+++ b/etc/gimprc
@@ -119,6 +119,15 @@
#
# (gradient-path-writable "${gimp_dir}/gradients")
+# Sets the dynamics search path. This is a colon-separated list of folders
+# to search.
+#
+# (tool-preset-path "${gimp_dir}/tool-presets:${gimp_data_dir}/tool-presets")
+
+# This is a colon-separated list of folders to search.
+#
+# (tool-preset-path-writable "${gimp_dir}/tool-presets")
+
# Where to look for fonts in addition to the system-wide installed fonts.
# This is a colon-separated list of folders to search.
#
@@ -146,6 +155,11 @@
#
# (default-gradient "FG to BG (RGB)")
+# Specify a default tool preset. The tool preset is searched for in the
+# specified tool prests path. This is a string value.
+#
+# (default-tool-preset "Current Options")
+
# Specify a default font. This is a string value.
#
# (default-font "Sans")
@@ -499,7 +513,7 @@
# Snap to the canvas edge by default in new image windows. Possible values
# are yes and no.
#
-# (default-snap-to-canvas yes)
+# (default-snap-to-canvas no)
# Snap to the active path by default in new image windows. Possible values
# are yes and no.
@@ -583,6 +597,11 @@
#
# (show-tooltips yes)
+# Hide docks and other windows, leaving only image windows. Possible values
+# are yes and no.
+#
+# (hide-docks no)
+
# Use GIMP in a single-window mode. Possible values are yes and no.
#
# (single-window-mode no)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]