[gimp] docs, etc: update the default gimprc and the gimprc manpage
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] docs, etc: update the default gimprc and the gimprc manpage
- Date: Wed, 3 Sep 2014 20:22:22 +0000 (UTC)
commit b7d3772b107efc0127892d4aff39eaf0b985cf43
Author: Michael Natterer <mitch gimp org>
Date: Wed Sep 3 22:21:40 2014 +0200
docs, etc: update the default gimprc and the gimprc manpage
docs/gimprc.5.in | 105 ++++++++++++++++++++++++++++++++----------------------
etc/gimprc | 85 ++++++++++++++++++++++++-------------------
2 files changed, 110 insertions(+), 80 deletions(-)
---
diff --git a/docs/gimprc.5.in b/docs/gimprc.5.in
index c31afac..5acbcc6 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 1024M)
+(tile-cache-size 6132474k)
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
@@ -71,6 +71,12 @@ in bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the
size defaults to being specified in kilobytes.
.TP
+(use-opencl yes)
+
+When enabled, uses OpenCL for some operations. Possible values are yes and
+no.
+
+.TP
Specifies the language to use for the user interface. This is a string value.
@@ -78,7 +84,7 @@ Specifies the language to use for the user interface. This is a string value.
(interpolation-type cubic)
Sets the level of interpolation used for scaling and other transformations.
-Possible values are none, linear, cubic and lanczos.
+Possible values are none, linear, cubic, nohalo and lohalo.
.TP
(default-threshold 15)
@@ -261,13 +267,14 @@ are yes and no.
.TP
(default-image
- (width 640)
- (height 400)
+ (width 610)
+ (height 377)
(unit pixels)
(xresolution 72.000000)
(yresolution 72.000000)
(resolution-unit inches)
(image-type rgb)
+ (precision u8-gamma)
(fill-type background-fill)
(comment "Created with GIMP"))
@@ -295,7 +302,7 @@ kept available until the undo-size limit is reached. This is an integer
value.
.TP
-(undo-size 64M)
+(undo-size 1569913344)
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
@@ -354,8 +361,10 @@ is specified the size defaults to being specified in kilobytes.
(color-management
(mode display)
(display-profile-from-gdk no)
- (display-rendering-intent perceptual)
+ (display-rendering-intent relative-colorimetric)
+ (display-use-black-point-compensation yes)
(simulation-rendering-intent perceptual)
+ (simulation-use-black-point-compensation no)
(simulation-gamut-check no)
(out-of-gamut-color (color-rgb 0.501961 0.501961 0.501961))
(display-module "CdisplayLcms"))
@@ -523,6 +532,16 @@ certain % character sequences are recognised and expanded as follows:
.br
%U unit abbreviation
.br
+%x the width of the active layer/channel in pixels
+.br
+%X the width of the active layer/channel in real-world units
+.br
+%y the height of the active layer/channel in pixels
+.br
+%Y the height of the active layer/channel in real-world units
+.br
+%o the name of the image's color profile
+.br
.br
@@ -584,14 +603,18 @@ certain % character sequences are recognised and expanded as follows:
.br
%U unit abbreviation
.br
-
+%x the width of the active layer/channel in pixels
+.br
+%X the width of the active layer/channel in real-world units
+.br
+%y the height of the active layer/channel in pixels
+.br
+%Y the height of the active layer/channel in real-world units
+.br
+%o the name of the image's color profile
.br
-.TP
-(confirm-on-close yes)
-
-Ask for confirmation before closing an image without saving. Possible values
-are yes and no.
+.br
.TP
(monitor-xresolution 96.000000)
@@ -631,6 +654,10 @@ large, extra-large, huge, enormous and gigantic.
(show-guides yes)
(show-grid no)
(show-sample-points yes)
+ (snap-to-guides yes)
+ (snap-to-grid no)
+ (snap-to-canvas no)
+ (snap-to-path no)
(padding-mode default)
(padding-color (color-rgb 1.000000 1.000000 1.000000)))
@@ -647,6 +674,10 @@ Sets the default settings for the image view. This is a parameter list.
(show-guides yes)
(show-grid no)
(show-sample-points yes)
+ (snap-to-guides yes)
+ (snap-to-grid no)
+ (snap-to-canvas no)
+ (snap-to-path no)
(padding-mode default)
(padding-color (color-rgb 1.000000 1.000000 1.000000)))
@@ -654,30 +685,6 @@ Sets the default settings used when an image is viewed in fullscreen mode.
This is a parameter list.
.TP
-(default-snap-to-guides yes)
-
-Snap to guides by default in new image windows. Possible values are yes and
-no.
-
-.TP
-(default-snap-to-grid no)
-
-Snap to the grid by default in new image windows. Possible values are yes and
-no.
-
-.TP
-(default-snap-to-canvas no)
-
-Snap to the canvas edge by default in new image windows. Possible values are
-yes and no.
-
-.TP
-(default-snap-to-path no)
-
-Snap to the active path by default in new image windows. Possible values are
-yes and no.
-
-.TP
(activate-on-focus yes)
When enabled, an image will become the active image when its image window
@@ -740,6 +747,13 @@ Let GIMP try to restore your last saved session on each startup. Possible
values are yes and no.
.TP
+(restore-monitor no)
+
+When enabled, GIMP will try to restore windows on the monitor they were open
+before. When disabled, windows will appear on the currently used monitor.
+Possible values are yes and no.
+
+.TP
(save-tool-options no)
Save the tool options when GIMP exits. Possible values are yes and no.
@@ -852,13 +866,24 @@ Sets the browser used by the help system. Possible values are gimp and
web-browser.
.TP
+(search-show-unavailable-actions no)
+
+When enabled, a search of actions will also return inactive actions. Possible
+values are yes and no.
+
+.TP
+(action-history-size 100)
+
+The maximum number of actions saved in history. This is an integer value.
+
+.TP
(user-manual-online no)
When enabled, the online user manual will be used by the help system.
Otherwise the locally installed copy is used. Possible values are yes and no.
.TP
-(user-manual-online-uri "http://docs.gimp.org/2.8")
+(user-manual-online-uri "http://docs.gimp.org/2.9")
The location of the online user manual. This is used if 'user-manual-online'
is enabled. This is a string value.
@@ -871,12 +896,6 @@ may affect the way your window manager decorates and handles these windows.
Possible values are normal, utility and keep-above.
.TP
-(cursor-format pixbuf)
-
-Sets the pixel format to use for mouse pointers. Possible values are bitmap
-and pixbuf.
-
-.TP
(cursor-handedness right)
Sets the handedness for cursor positioning. Possible values are left and
diff --git a/etc/gimprc b/etc/gimprc
index 18dab53..e617471 100644
--- a/etc/gimprc
+++ b/etc/gimprc
@@ -42,7 +42,12 @@
# specified in bytes, kilobytes, megabytes or gigabytes. If no suffix is
# specified the size defaults to being specified in kilobytes.
#
-# (tile-cache-size 1024M)
+# (tile-cache-size 6132474k)
+
+# When enabled, uses OpenCL for some operations. Possible values are yes and
+# no.
+#
+# (use-opencl yes)
# Specifies the language to use for the user interface. This is a string
# value.
@@ -50,7 +55,7 @@
#
# Sets the level of interpolation used for scaling and other transformations.
-# Possible values are none, linear, cubic and lanczos.
+# Possible values are none, linear, cubic, nohalo and lohalo.
#
# (interpolation-type cubic)
@@ -205,13 +210,14 @@
# Sets the default image in the "File/New" dialog. This is a parameter list.
#
# (default-image
-# (width 640)
-# (height 400)
+# (width 610)
+# (height 377)
# (unit pixels)
# (xresolution 72.000000)
# (yresolution 72.000000)
# (resolution-unit inches)
# (image-type rgb)
+# (precision u8-gamma)
# (fill-type background-fill)
# (comment "Created with GIMP"))
@@ -241,7 +247,7 @@
# bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the
# size defaults to being specified in kilobytes.
#
-# (undo-size 64M)
+# (undo-size 1569913344)
# Sets the size of the previews in the Undo History. Possible values are
# tiny, extra-small, small, medium, large, extra-large, huge, enormous and
@@ -288,8 +294,10 @@
# (color-management
# (mode display)
# (display-profile-from-gdk no)
-# (display-rendering-intent perceptual)
+# (display-rendering-intent relative-colorimetric)
+# (display-use-black-point-compensation yes)
# (simulation-rendering-intent perceptual)
+# (simulation-use-black-point-compensation no)
# (simulation-gamut-check no)
# (out-of-gamut-color (color-rgb 0.501961 0.501961 0.501961))
# (display-module "CdisplayLcms"))
@@ -410,6 +418,11 @@
# %M the image size expressed in megapixels
# %u unit symbol
# %U unit abbreviation
+# %x the width of the active layer/channel in pixels
+# %X the width of the active layer/channel in real-world units
+# %y the height of the active layer/channel in pixels
+# %Y the height of the active layer/channel in real-world units
+# %o the name of the image's color profile
#
#
# (image-title-format "%D*%f-%p.%i (%t, %L) %wx%h")
@@ -443,15 +456,15 @@
# %M the image size expressed in megapixels
# %u unit symbol
# %U unit abbreviation
+# %x the width of the active layer/channel in pixels
+# %X the width of the active layer/channel in real-world units
+# %y the height of the active layer/channel in pixels
+# %Y the height of the active layer/channel in real-world units
+# %o the name of the image's color profile
#
#
# (image-status-format "%n (%m)")
-# Ask for confirmation before closing an image without saving. Possible
-# values are yes and no.
-#
-# (confirm-on-close yes)
-
# Sets the monitor's horizontal resolution, in dots per inch. If set to 0,
# forces the X server to be queried for both horizontal and vertical
# resolution information. This is a float value.
@@ -487,6 +500,10 @@
# (show-guides yes)
# (show-grid no)
# (show-sample-points yes)
+# (snap-to-guides yes)
+# (snap-to-grid no)
+# (snap-to-canvas no)
+# (snap-to-path no)
# (padding-mode default)
# (padding-color (color-rgb 1.000000 1.000000 1.000000)))
@@ -503,29 +520,13 @@
# (show-guides yes)
# (show-grid no)
# (show-sample-points yes)
+# (snap-to-guides yes)
+# (snap-to-grid no)
+# (snap-to-canvas no)
+# (snap-to-path no)
# (padding-mode default)
# (padding-color (color-rgb 1.000000 1.000000 1.000000)))
-# Snap to guides by default in new image windows. Possible values are yes
-# and no.
-#
-# (default-snap-to-guides yes)
-
-# Snap to the grid by default in new image windows. Possible values are yes
-# and no.
-#
-# (default-snap-to-grid no)
-
-# Snap to the canvas edge by default in new image windows. Possible values
-# are yes and no.
-#
-# (default-snap-to-canvas no)
-
-# Snap to the active path by default in new image windows. Possible values
-# are yes and no.
-#
-# (default-snap-to-path no)
-
# When enabled, an image will become the active image when its image window
# receives the focus. This is useful for window managers using "click to
# focus". Possible values are yes and no.
@@ -578,6 +579,12 @@
#
# (restore-session yes)
+# When enabled, GIMP will try to restore windows on the monitor they were
+# open before. When disabled, windows will appear on the currently used
+# monitor. Possible values are yes and no.
+#
+# (restore-monitor no)
+
# Save the tool options when GIMP exits. Possible values are yes and no.
#
# (save-tool-options no)
@@ -672,6 +679,15 @@
#
# (help-browser gimp)
+# When enabled, a search of actions will also return inactive actions.
+# Possible values are yes and no.
+#
+# (search-show-unavailable-actions no)
+
+# The maximum number of actions saved in history. This is an integer value.
+#
+# (action-history-size 100)
+
# When enabled, the online user manual will be used by the help system.
# Otherwise the locally installed copy is used. Possible values are yes and
# no.
@@ -681,7 +697,7 @@
# The location of the online user manual. This is used if
# 'user-manual-online' is enabled. This is a string value.
#
-# (user-manual-online-uri "http://docs.gimp.org/2.8")
+# (user-manual-online-uri "http://docs.gimp.org/2.9")
# The window type hint that is set on dock windows and the toolbox window.
# This may affect the way your window manager decorates and handles these
@@ -689,11 +705,6 @@
#
# (dock-window-hint utility)
-# Sets the pixel format to use for mouse pointers. Possible values are
-# bitmap and pixbuf.
-#
-# (cursor-format pixbuf)
-
# Sets the handedness for cursor positioning. Possible values are left and
# right.
#
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]