[gimp] docs, etc: regenerate the default gimprc and the gimprc manpage
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] docs, etc: regenerate the default gimprc and the gimprc manpage
- Date: Tue, 22 Dec 2015 20:28:49 +0000 (UTC)
commit f8d760279c1d8302269ec9a61e153f4c1ca734ee
Author: Michael Natterer <mitch gimp org>
Date: Tue Dec 22 21:28:06 2015 +0100
docs, etc: regenerate the default gimprc and the gimprc manpage
docs/gimprc.5.in | 52 +++++++++++++++++++++++++++++-----------------------
etc/gimprc | 43 ++++++++++++++++++++++++-------------------
2 files changed, 53 insertions(+), 42 deletions(-)
---
diff --git a/docs/gimprc.5.in b/docs/gimprc.5.in
index ce57fdf..3705582 100644
--- a/docs/gimprc.5.in
+++ b/docs/gimprc.5.in
@@ -60,7 +60,7 @@ Sets how many processors GIMP should try to use simultaneously. This is an
integer value.
.TP
-(tile-cache-size 6119260k)
+(tile-cache-size 6119176k)
When the amount of pixel data exceeds this limit, GIMP will start to swap
tiles to disk. This is a lot slower but it makes it possible to work on
@@ -142,6 +142,17 @@ search.
This is a colon-separated list of folders to search.
.TP
+(mypaint-brush-path "/usr/share/mypaint/brushes:/usr/local/share/mypaint/brushes:~/.mypaint/brushes")
+
+Sets the brush search path. This is a colon-separated list of folders to
+search.
+
+.TP
+(mypaint-brush-path-writable "~/.mypaint/brushes")
+
+This is a colon-separated list of folders to search.
+
+.TP
(pattern-path "${gimp_dir}/patterns:${gimp_data_dir}/patterns")
Sets the pattern search path. This is a colon-separated list of folders to
@@ -192,17 +203,6 @@ Where to look for fonts in addition to the system-wide installed fonts. This
is a colon-separated list of folders to search.
.TP
-(mypaint-brush-path "/usr/share/mypaint/brushes:/usr/local/share/mypaint/brushes:~/.mypaint/brushes")
-
-Sets the brush search path. This is a colon-separated list of folders to
-search.
-
-.TP
-(mypaint-brush-path-writable "~/.mypaint/brushes")
-
-This is a colon-separated list of folders to search.
-
-.TP
(default-brush "Round Fuzzy")
Specify a default brush. The brush is searched for in the specified brush
@@ -215,6 +215,11 @@ Specify a default dynamics. The dynamics is searched for in the specified
dynamics path. This is a string value.
.TP
+(default-mypaint-brush "Fixme")
+
+Specify a default MyPaint brush. This is a string value.
+
+.TP
(default-pattern "Pine")
Specify a default pattern. This is a string value.
@@ -241,11 +246,6 @@ specified tool prests path. This is a string value.
Specify a default font. This is a string value.
.TP
-(default-mypaint-brush "Fixme")
-
-Specify a default MyPaint brush. This is a string value.
-
-.TP
(global-brush yes)
When enabled, the selected brush will be used for all tools. Possible values
@@ -318,7 +318,7 @@ kept available until the undo-size limit is reached. This is an integer
value.
.TP
-(undo-size 1529815k)
+(undo-size 1529794k)
Sets an upper limit to the memory that is used per image to keep operations on
the undo stack. Regardless of this setting, at least as many undo-levels as
@@ -855,6 +855,17 @@ search.
The name of the theme to use. This is a string value.
.TP
+(icon-theme-path "${gimp_dir}/icons:${gimp_data_dir}/icons")
+
+Sets the icon theme search path. This is a colon-separated list of folders to
+search.
+
+.TP
+(icon-theme "Default")
+
+The name of the icon theme to use. This is a string value.
+
+.TP
(use-help yes)
When enabled, pressing F1 will open the help browser. Possible values are yes
@@ -928,11 +939,6 @@ Enable the N-Point Deformation tool. Possible values are yes and no.
Enable the Handle Transform tool. Possible values are yes and no.
.TP
-(playground-mybrush-tool no)
-
-Enable the MyPaint Brush tool. Possible values are yes and no.
-
-.TP
(playground-seamless-clone-tool no)
Enable the Seamless Clone tool. Possible values are yes and no.
diff --git a/etc/gimprc b/etc/gimprc
index 90c7f7f..70e79d3 100644
--- a/etc/gimprc
+++ b/etc/gimprc
@@ -42,7 +42,7 @@
# specified in bytes, kilobytes, megabytes or gigabytes. If no suffix is
# specified the size defaults to being specified in kilobytes.
#
-# (tile-cache-size 6119260k)
+# (tile-cache-size 6119176k)
# When enabled, uses OpenCL for some operations. Possible values are yes and
# no.
@@ -105,6 +105,15 @@
#
# (dynamics-path-writable "${gimp_dir}/dynamics")
+# Sets the brush search path. This is a colon-separated list of folders to
+# search.
+#
+# (mypaint-brush-path "/usr/share/mypaint/brushes:/usr/local/share/mypaint/brushes:~/.mypaint/brushes")
+
+# This is a colon-separated list of folders to search.
+#
+# (mypaint-brush-path-writable "~/.mypaint/brushes")
+
# Sets the pattern search path. This is a colon-separated list of folders to
# search.
#
@@ -146,15 +155,6 @@
#
# (font-path "${gimp_dir}/fonts:${gimp_data_dir}/fonts")
-# Sets the brush search path. This is a colon-separated list of folders to
-# search.
-#
-# (mypaint-brush-path "/usr/share/mypaint/brushes:/usr/local/share/mypaint/brushes:~/.mypaint/brushes")
-
-# This is a colon-separated list of folders to search.
-#
-# (mypaint-brush-path-writable "~/.mypaint/brushes")
-
# Specify a default brush. The brush is searched for in the specified brush
# path. This is a string value.
#
@@ -165,6 +165,10 @@
#
# (default-dynamics "Dynamics Off")
+# Specify a default MyPaint brush. This is a string value.
+#
+# (default-mypaint-brush "Fixme")
+
# Specify a default pattern. This is a string value.
#
# (default-pattern "Pine")
@@ -186,10 +190,6 @@
#
# (default-font "Sans-serif")
-# Specify a default MyPaint brush. This is a string value.
-#
-# (default-mypaint-brush "Fixme")
-
# When enabled, the selected brush will be used for all tools. Possible
# values are yes and no.
#
@@ -260,7 +260,7 @@
# bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the
# size defaults to being specified in kilobytes.
#
-# (undo-size 1529815k)
+# (undo-size 1529794k)
# Sets the size of the previews in the Undo History. Possible values are
# tiny, extra-small, small, medium, large, extra-large, huge, enormous and
@@ -669,6 +669,15 @@
#
# (theme "Default")
+# Sets the icon theme search path. This is a colon-separated list of folders
+# to search.
+#
+# (icon-theme-path "${gimp_dir}/icons:${gimp_data_dir}/icons")
+
+# The name of the icon theme to use. This is a string value.
+#
+# (icon-theme "Default")
+
# When enabled, pressing F1 will open the help browser. Possible values are
# yes and no.
#
@@ -731,10 +740,6 @@
#
# (playground-handle-transform-tool no)
-# Enable the MyPaint Brush tool. Possible values are yes and no.
-#
-# (playground-mybrush-tool no)
-
# Enable the Seamless Clone tool. Possible values are yes and no.
#
# (playground-seamless-clone-tool no)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]