etc/Makefile.am added a short templaterc.

2003-04-04  Sven Neumann  <sven@gimp.org>

	* etc/Makefile.am
	* etc/templaterc: added a short templaterc.

	* app/gui/user-install-dialog.c: copy templaterc to ~/.gimp-1.3
	and create a templates directory on user installation.
This commit is contained in:
Sven Neumann 2003-04-04 16:38:02 +00:00 committed by Sven Neumann
parent 9d5998c940
commit fc6b33190a
5 changed files with 92 additions and 10 deletions

View file

@ -1,3 +1,11 @@
2003-04-04 Sven Neumann <sven@gimp.org>
* etc/Makefile.am
* etc/templaterc: added a short templaterc.
* app/gui/user-install-dialog.c: copy templaterc to ~/.gimp-1.3
and create a templates directory on user installation.
2003-04-04 Michael Natterer <mitch@gimp.org>
* app/widgets/gimpnavigationpreview.c

View file

@ -175,6 +175,12 @@ tree_items[] =
"The GIMP to reopen these dialogs at the saved position."),
TREE_ITEM_DONT, NULL
},
{
FALSE, "templaterc",
N_("This file holds a collection of standard media sizes that\n"
"serve as image templates."),
TREE_ITEM_FROM_SYSCONF_DIR, "templaterc"
},
{
FALSE, "unitrc",
N_("The unitrc is used to store your user units database.\n"
@ -184,11 +190,6 @@ tree_items[] =
"you quit the GIMP."),
TREE_ITEM_FROM_SYSCONF_DIR, NULL
},
{
TRUE, "themes",
N_("This folder is searched for user-installed themes."),
TREE_ITEM_MKDIR_ONLY, NULL
},
{
TRUE, "brushes",
N_("This folder is used to store user defined brushes.\n"
@ -256,6 +257,16 @@ tree_items[] =
"scripts."),
TREE_ITEM_MKDIR_ONLY, NULL
},
{
TRUE, "templates",
N_("This folder is searched for image templates."),
TREE_ITEM_MKDIR_ONLY, NULL
},
{
TRUE, "themes",
N_("This folder is searched for user-installed themes."),
TREE_ITEM_MKDIR_ONLY, NULL
},
{
TRUE, "tmp",
N_("This folder is used to temporarily store undo buffers\n"

View file

@ -175,6 +175,12 @@ tree_items[] =
"The GIMP to reopen these dialogs at the saved position."),
TREE_ITEM_DONT, NULL
},
{
FALSE, "templaterc",
N_("This file holds a collection of standard media sizes that\n"
"serve as image templates."),
TREE_ITEM_FROM_SYSCONF_DIR, "templaterc"
},
{
FALSE, "unitrc",
N_("The unitrc is used to store your user units database.\n"
@ -184,11 +190,6 @@ tree_items[] =
"you quit the GIMP."),
TREE_ITEM_FROM_SYSCONF_DIR, NULL
},
{
TRUE, "themes",
N_("This folder is searched for user-installed themes."),
TREE_ITEM_MKDIR_ONLY, NULL
},
{
TRUE, "brushes",
N_("This folder is used to store user defined brushes.\n"
@ -256,6 +257,16 @@ tree_items[] =
"scripts."),
TREE_ITEM_MKDIR_ONLY, NULL
},
{
TRUE, "templates",
N_("This folder is searched for image templates."),
TREE_ITEM_MKDIR_ONLY, NULL
},
{
TRUE, "themes",
N_("This folder is searched for user-installed themes."),
TREE_ITEM_MKDIR_ONLY, NULL
},
{
TRUE, "tmp",
N_("This folder is used to temporarily store undo buffers\n"

View file

@ -3,6 +3,7 @@
gimpsysconf_DATA = \
gimprc \
gtkrc_user \
templaterc \
unitrc \
ps-menurc

51
etc/templaterc Normal file
View file

@ -0,0 +1,51 @@
# GIMP templates
#
# A collection of image templates.
(GimpTemplate "A4 300dpi"
(width 2480)
(height 3508)
(unit millimeters)
(xresolution 300.000000)
(yresolution 300.000000)
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill))
(GimpTemplate "A5 300dpi"
(width 1754)
(height 2480)
(unit millimeters)
(xresolution 300.000000)
(yresolution 300.000000)
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill))
(GimpTemplate "Letter 300dpi"
(width 2550)
(height 3300)
(unit inches)
(xresolution 300.000000)
(yresolution 300.000000)
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill))
(GimpTemplate "Web Banner Common 468x60"
(width 468)
(height 60)
(unit inches)
(xresolution 72.000000)
(yresolution 72.000000)
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill))
(GimpTemplate "Web Banner Huge 728x90"
(width 728)
(height 90)
(unit inches)
(xresolution 72.000000)
(yresolution 72.000000)
(resolution-unit inches)
(image-type rgb)
(fill-type background-fill))
# end of templates