[Bug 143822] Unconfigurable print headers

gedit (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Jan 5 17:38:06 UTC 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=143822

  gedit | general | Ver: SVN trunk

Paul Sobolik changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |psobolik at gmail.com




------- Comment #3 from Paul Sobolik  2008-01-05 17:38 UTC -------
The attached patch includes the following changes. 

The page setup dialog matches the suggested layout. I didn't change the
highlight of the "Print syntax highlighting" text, though, because the "s" is
already being used by "Do not split words...". 

The page header and footer field options are, "-- blank --", "File path/name",
"File name", "MIME type", "Page # of #" and "Date/Time".

The preference manager includes a new enum to model the field options. New code
translates between the enum values and their string representations, and
provides functions for getting and setting the new values.

New code in the page setup dialog links the new user interface elements to the
preference manager.

The print routines examine the settings in the preference manager and set the
header and footer field values appropriately.

Note that the length of the file path and name is still limited to 60
characters, so it is possible for that field (and others, which aren't limited
in length at all) to overlap others. I decided this was an issue for the user
to deal with. 

I also modified the source for the schema to reflect these changes, although
I'm not really sure what that's all about.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=143822.



More information about the pkg-gnome-maintainers mailing list