docs, etc: regenerate the default gimprc and the gimprc manpage

This commit is contained in:
Michael Natterer 2015-12-22 21:28:06 +01:00
parent 5df4b07b04
commit f8d760279c
2 changed files with 53 additions and 42 deletions

View File

@ -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
@ -141,6 +141,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")
@ -191,17 +202,6 @@ This is a colon-separated list of folders to search.
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")
@ -214,6 +214,11 @@ path. This is a string value.
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")
@ -240,11 +245,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)
@ -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
@ -854,6 +854,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)
@ -927,11 +938,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)

View File

@ -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)