diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2007-01-23 00:41:31 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-01-23 00:41:31 +0800 |
commit | 2a1d77a838cd309647088f13b81afce46d5ae90e (patch) | |
tree | 9f26bb2f33a3b9fa5f24578515939692abe2171f /shell | |
parent | 0b9195cb2c24add072671f82d1d1498b78a8b217 (diff) | |
download | gsoc2013-evolution-2a1d77a838cd309647088f13b81afce46d5ae90e.tar.gz gsoc2013-evolution-2a1d77a838cd309647088f13b81afce46d5ae90e.tar.zst gsoc2013-evolution-2a1d77a838cd309647088f13b81afce46d5ae90e.zip |
** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
svn path=/trunk/; revision=33134
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 6 | ||||
-rw-r--r-- | shell/apps_evolution_shell.schemas.in.in | 284 |
2 files changed, 290 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index a3a715ebec..5f747cbf04 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2007-01-22 Srinivasa Ragavan <sragavan@novell.com> + + ** Added schemas from GtkPrint API by Ebby Wiselyn. + + * apps_evolution_shell.schemas.in.in: + 2006-12-03 Harish Krishnaswamy <kharish@novell.com> * e-shell.c: (impl_dispose): Fix memory leak of iid. diff --git a/shell/apps_evolution_shell.schemas.in.in b/shell/apps_evolution_shell.schemas.in.in index 1a0ea854f3..96467f5de0 100644 --- a/shell/apps_evolution_shell.schemas.in.in +++ b/shell/apps_evolution_shell.schemas.in.in @@ -217,5 +217,289 @@ </locale> </schema> + + <schema> + <key>/schemas/apps/evolution/shell/printer</key> + <applyto>/apps/evolution/shell/printer</applyto> + <owner>evolution</owner> + <type>string</type> + <default>printer</default> + <locale name="C"> + <short></short> + <long>A GNOME Print description of the current printer settings</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/evolution/shell/orientation</key> + <applyto>/apps/evolution/shell/orientation</applyto> + <owner>evolution</owner> + <type>int</type> + <default>2</default> + <locale name="C"> + <short>Printer settings</short> + <long>A GNOME Print description of the current printer settings</long> + </locale> + </schema> + + + <schema> + <key>/schemas/apps/evolution/shell/paper_size</key> + <applyto>/apps/evolution/shell/paper_size</applyto> + <owner>evolution</owner> + <type>int</type> + <default>GTK_PAPER_NAME_A3</default> + <locale name="C"> + <short>Printer settings</short> + <long>A GNOME Print description of the current printer settings</long> + </locale> + </schema> + + + <schema> + <key>/schemas/apps/evolution/shell/paper_width</key> + <applyto>/apps/evolution/shell/paper_width</applyto> + <owner>evolution</owner> + <type>double</type> + <default>5</default> + <locale name="C"> + <short>Printer settings</short> + <long>A GNOME Print description of the current printer settings</long> + </locale> + </schema> + + + <schema> + <key>/schemas/apps/evolution/shell/paper_height</key> + <applyto>/apps/evolution/shell/paper_height</applyto> + <owner>evolution</owner> + <type>double</type> + <default>5</default> + <locale name="C"> + <short>Printer settings</short> + <long>A GNOME Print description of the current printer settings</long> + </locale> + </schema> + + + <schema> + <key>/schemas/apps/evolution/shell/duplex</key> + <applyto>/apps/evolution/shell/duplex</applyto> + <owner>evolution</owner> + <type>int</type> + <default>1</default> + <locale name="C"> + <short>Printer settings</short> + <long>A GNOME Print description of the current printer settings</long> + </locale> + </schema> + + + <schema> + <key>/schemas/apps/evolution/shell/quality</key> + <applyto>/apps/evolution/shell/quality</applyto> + <owner>evolution</owner> + <type>int</type> + <default>1</default> + <locale name="C"> + <short>Printer settings</short> + <long>A GNOME Print description of the current printer settings</long> + </locale> + </schema> + + + <schema> + <key>/schemas/apps/evolution/shell/n_copies</key> + <applyto>/apps/evolution/shell/n_copies</applyto> + <owner>evolution</owner> + <type>int</type> + <default>10</default> + <locale name="C"> + <short>Printer settings</short> + <long>A GNOME Print description of the current printer settings</long> + </locale> + </schema> + + + <schema> + <key>/schemas/apps/evolution/shell/number_up</key>_ + <applyto>/apps/evolution/shell/number_up</applyto> + <owner>evolution</owner> + <type>int</type> + <default>10</default> + <locale name="C"> + <short>Printer settings</short> + <long>A GNOME Print description of the current printer settings</long> + </locale> + </schema> + + + <schema> + <key>/schemas/apps/evolution/shell/resolution</key> + <applyto>/apps/evolution/shell/resolution</applyto> + <owner>evolution</owner> + <type>int</type> + <default>50</default> + <locale name="C"> + <short>Printer settings</short> + <long>A GNOME Print description of the current printer settings</long> + </locale> + </schema> + + + <schema> + <key>/schemas/apps/evolution/shell/scale</key> + <applyto>/apps/evolution/shell/scale</applyto> + <owner>evolution</owner> + <type>double</type> + <default>50.0</default> + <locale name="C"> + <short>Printer settings</short> + <long>A GNOME Print description of the current printer settings</long> + </locale> + </schema> + + + <schema> + <key>/schemas/apps/evolution/shell/print_pages</key> + <applyto>/apps/evolution/shell/print_pages</applyto> + <owner>evolution</owner> + <type>int</type> + <default>3</default> + <locale name="C"> + <short>Printer settings</short> + <long>A GNOME Print description of the current printer settings</long> + </locale> + </schema> + + + <schema> + <key>/schemas/apps/evolution/shell/page_ranges</key> + <applyto>/apps/evolution/shell/page_ranges</applyto> + <owner>evolution</owner> + <type>int</type> + <default>5</default> + <locale name="C"> + <short>Printer settings</short> + <long>A GNOME Print description of the current printer settings</long> + </locale> + </schema> + + + <schema> + <key>/schemas/apps/evolution/shell/page_set</key> + <applyto>/apps/evolution/shell/page_set</applyto> + <owner>evolution</owner> + <type>int</type> + <default>5</default> + <locale name="C"> + <short>Printer settings</short> + <long>A GNOME Print description of the current printer settings</long> + </locale> + </schema> + + + <schema> + <key>/schemas/apps/evolution/shell/default_source</key> + <applyto>/apps/evolution/shell/default_source</applyto> + <owner>evolution</owner> + <type>string</type> + <default>"/home/ebby/Desktop/"</default> + <locale name="C"> + <short>Printer settings</short> + <long>A GNOME Print description of the current printer settings</long> + </locale> + </schema> + + + <schema> + <key>/schemas/apps/evolution/shell/media_type</key> + <applyto>/apps/evolution/shell/media_type</applyto> + <owner>evolution</owner> + <type>string</type> + <default>"iso_a3"</default> + <locale name="C"> + <short>Printer settings</short> + <long>A GNOME Print description of the current printer settings</long> + </locale> + </schema> + + + <schema> + <key>/schemas/apps/evolution/shell/dither</key> + <applyto>/apps/evolution/shell/dither</applyto> + <owner>evolution</owner> + <type>string</type> + <default>"dither"</default> + <locale name="C"> + <short>Printer settings</short> + <long>A GNOME Print description of the current printer settings</long> + </locale> + </schema> + + + <schema> + <key>/schemas/apps/evolution/shell/finishings</key> + <applyto>/apps/evolution/shell/finishings</applyto> + <owner>evolution</owner> + <type>string</type> + <default>"finish"</default> + <locale name="C"> + <short>Printer settings</short> + <long>A GNOME Print description of the current printer settings</long> + </locale> + </schema> + +
<schema> + <key>/schemas/apps/evolution/shell/output_bin</key> + <applyto>/apps/evolution/shell/output_bin</applyto> + <owner>evolution</owner> + <type>string</type> + <default>"/home/ebby/Desktop"</default> + <locale name="C"> + <short>Printer settings</short> + <long>A GNOME Print description of the current printer settings</long> + </locale> + </schema> + + + <schema> + <key>/schemas/apps/evolution/shell/reverse</key> + <applyto>/apps/evolution/shell/reverse</applyto> + <owner>evolution</owner> + <type>bool</type> + <default>TRUE</default> + <locale name="C"> + <short>Printer settings</short> + <long>A GNOME Print description of the current printer settings</long> + </locale> + </schema> + + + <schema> + <key>/schemas/apps/evolution/shell/collate</key> + <applyto>/apps/evolution/shell/collate</applyto> + <owner>evolution</owner> + <type>bool</type> + <default>TRUE</default> + <locale name="C"> + <short>Printer settings</short> + <long>A GNOME Print description of the current printer settings</long> + </locale> + </schema> + + + <schema> + <key>/schemas/apps/evolution/shell/use_color</key> + <applyto>/apps/evolution/shell/use_color</applyto> + <owner>evolution</owner> + <type>bool</type> + <default>TRUE</default> + <locale name="C"> + <short>Printer settings</short> + <long>A GNOME Print description of the current printer settings</long> + </locale> + </schema> + </schemalist> </gconfschemafile> |