[gimp] etc, docs: regenerated the default gimprc and its manpage



commit 1ff89334967c3c3981572b1a9057ab9f843ee7e8
Author: Michael Natterer <mitch gimp org>
Date:   Mon Apr 27 17:41:08 2015 -0400

    etc, docs: regenerated the default gimprc and its manpage

 docs/gimprc.5.in |   43 +++++++++++++++++++++++++++++++++----------
 etc/gimprc       |   29 +++++++++++++++++++++++++++--
 2 files changed, 60 insertions(+), 12 deletions(-)
---
diff --git a/docs/gimprc.5.in b/docs/gimprc.5.in
index 405a4e0..18129b0 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 6132474k)
+(tile-cache-size 6132286k)
 
 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
@@ -192,6 +192,17 @@ 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:/local/head/share/mypaint/brushes:/home/mitch/.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 "/home/mitch/.local/share/mypaint/brushes:~/.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
@@ -230,6 +241,11 @@ 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
@@ -302,7 +318,7 @@ kept available until the undo-size limit is reached.  This is an integer
 value.
 
 .TP
-(undo-size 1569913344)
+(undo-size 1569865216)
 
 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
@@ -542,10 +558,6 @@ certain % character sequences are recognised and expanded as follows:
 .br
 %o  the name of the image's color profile
 .br
-%e  view offsets in display pixels
-.br
-%r  view rotation angle in degrees
-.br
 
 .br
 
@@ -617,10 +629,6 @@ certain % character sequences are recognised and expanded as follows:
 .br
 %o  the name of the image's color profile
 .br
-%e  view offsets in display pixels
-.br
-%r  view rotation angle in degrees
-.br
 
 .br
 
@@ -910,6 +918,21 @@ Sets the handedness for cursor positioning.  Possible values are left and
 right.
 
 .TP
+(playground-npd-tool no)
+
+Enable the N-Point Deformation tool.  Possible values are yes and no.
+
+.TP
+(playground-handle-transform-tool 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
 (fractalexplorer-path "${gimp_dir}/fractalexplorer:${gimp_data_dir}/fractalexplorer")
 
 Where to search for fractals used by the Fractal Explorer plug-in.  This is a
diff --git a/etc/gimprc b/etc/gimprc
index e617471..16d4edc 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 6132474k)
+# (tile-cache-size 6132286k)
 
 # When enabled, uses OpenCL for some operations.  Possible values are yes and
 # no.
@@ -146,6 +146,15 @@
 # 
 # (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:/local/head/share/mypaint/brushes:/home/mitch/.local/share/mypaint/brushes:~/.mypaint/brushes")
+
+# This is a colon-separated list of folders to search.
+# 
+# (mypaint-brush-path-writable "/home/mitch/.local/share/mypaint/brushes:~/.mypaint/brushes")
+
 # Specify a default brush.  The brush is searched for in the specified brush
 # path.  This is a string value.
 # 
@@ -177,6 +186,10 @@
 # 
 # (default-font "Sans")
 
+# 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.
 # 
@@ -247,7 +260,7 @@
 # bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the
 # size defaults to being specified in kilobytes.
 # 
-# (undo-size 1569913344)
+# (undo-size 1569865216)
 
 # Sets the size of the previews in the Undo History.  Possible values are
 # tiny, extra-small, small, medium, large, extra-large, huge, enormous and
@@ -710,6 +723,18 @@
 # 
 # (cursor-handedness right)
 
+# Enable the N-Point Deformation tool.  Possible values are yes and no.
+# 
+# (playground-npd-tool no)
+
+# Enable the Handle Transform tool.  Possible values are yes and no.
+# 
+# (playground-handle-transform-tool no)
+
+# Enable the MyPaint Brush tool.  Possible values are yes and no.
+# 
+# (playground-mybrush-tool no)
+
 # Where to search for fractals used by the Fractal Explorer plug-in.  This is
 # a colon-separated list of folders to search.
 # 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]