gnome-control-center/panels/printers
Marek Kasik b5b421288c printers: Fix setting of page size
Set 'PageSize' instead of 'media' for new printers since we use PPD
for construction of the combo for selecting of default paper size.
Previously, we've been setting 'media' attribute for new printers.
Attribute 'media' is used by IPP but we set paper size using 'PageSize'
which comes from PPD in the options dialog. Sometimes (quite often) IPP
gets priority over PPD in print systems. Therefore there was inconsistency
of what user set as default paper size on the options dialog and what was used.

Also don't mark IPP and user's local options as default in PpPPDOptionWidget
since it should use just PPD (we can change PPD values only in this widget).
Since we use PPD for setting of paper size in the options dialog, we shouldn't
show a value which user does not change actually (IPP's 'media' vs. PPD's
'PageSize').

https://bugzilla.gnome.org/show_bug.cgi?id=748569
2015-06-12 16:23:45 +02:00
..
authentication-dialog.ui printers: Don't use properties of deprecated widgets 2014-11-25 12:01:17 +01:00
canonicalization-test.txt printers: Add test for canonicalize_device_name() 2014-07-31 11:44:17 +02:00
cc-printers-panel.c printers: Fix possible crash after closing the panel 2015-06-09 14:35:01 +02:00
cc-printers-panel.h Updated FSF's address 2014-01-29 11:27:38 +01:00
gnome-printers-panel.desktop.in.in Add NoDisplay to all gnome-control-center panel .desktop files 2013-11-15 08:44:53 -05:00
jobs-dialog.ui printers: Fix spacing in Jobs dialog 2014-11-25 12:01:17 +01:00
Makefile.am printers: Fix multiple definitions of libprinters_la_CPPFLAGS 2014-09-05 22:50:17 -05:00
new-printer-dialog.ui printers: Fix focus chain of the 'New printer dialog' 2015-06-10 11:35:01 +02:00
options-dialog.ui printers: Remove usage of deprecated GtkAlignment 2014-11-25 12:01:17 +01:00
pp-authentication-dialog.c Updated FSF's address 2014-01-29 11:27:38 +01:00
pp-authentication-dialog.h Updated FSF's address 2014-01-29 11:27:38 +01:00
pp-cups.c Updated FSF's address 2014-01-29 11:27:38 +01:00
pp-cups.h Updated FSF's address 2014-01-29 11:27:38 +01:00
pp-host.c printers: Don't crash for URIs with leading "//" 2014-10-10 12:31:07 +02:00
pp-host.h printers: Add functions for searching for LPD printers 2014-07-31 11:44:16 +02:00
pp-ipp-option-widget.c printers: Drop remaining deprecated API usage 2015-01-08 19:04:53 +01:00
pp-ipp-option-widget.h Updated FSF's address 2014-01-29 11:27:38 +01:00
pp-jobs-dialog.c printers: Don't update alignment padding for dialogs 2014-11-25 12:01:17 +01:00
pp-jobs-dialog.h Updated FSF's address 2014-01-29 11:27:38 +01:00
pp-maintenance-command.c Updated FSF's address 2014-01-29 11:27:38 +01:00
pp-maintenance-command.h Updated FSF's address 2014-01-29 11:27:38 +01:00
pp-new-printer-dialog.c printers: Install selected printer when the row is activated 2015-06-10 11:35:04 +02:00
pp-new-printer-dialog.h Updated FSF's address 2014-01-29 11:27:38 +01:00
pp-new-printer.c printers: Fix setting of page size 2015-06-12 16:23:45 +02:00
pp-new-printer.h Updated FSF's address 2014-01-29 11:27:38 +01:00
pp-options-dialog.c printers: Don't use methods of deprecated GtkMisc 2014-11-25 12:01:17 +01:00
pp-options-dialog.h Updated FSF's address 2014-01-29 11:27:38 +01:00
pp-ppd-option-widget.c printers: Fix setting of page size 2015-06-12 16:23:45 +02:00
pp-ppd-option-widget.h Updated FSF's address 2014-01-29 11:27:38 +01:00
pp-ppd-selection-dialog.c printers: Don't use methods of deprecated GtkMisc 2014-11-25 12:01:17 +01:00
pp-ppd-selection-dialog.h printers: Export name of selected PPD from PPD dialog 2014-07-31 11:44:16 +02:00
pp-samba.c printers: Make pp_devices_list_free() generally available 2014-07-31 11:44:16 +02:00
pp-samba.h Updated FSF's address 2014-01-29 11:27:38 +01:00
pp-utils.c printers: Fix setting of page size 2015-06-12 16:23:45 +02:00
pp-utils.h printers: Fix setting of page size 2015-06-12 16:23:45 +02:00
ppd-selection-dialog.ui printers: Remove usage of deprecated GtkAlignment 2014-11-25 12:01:17 +01:00
printers.gresource.xml printers: Add authentication dialog for samba printers 2013-02-15 18:23:49 +01:00
printers.ui printers: Remove border around model name 2014-11-27 15:24:26 +01:00
shift-test.txt printers: Add function shift_string_left() and its test 2014-07-31 11:44:17 +02:00
test-canonicalization.c printers: Add test for canonicalize_device_name() 2014-07-31 11:44:17 +02:00
test-shift.c printers: Add function shift_string_left() and its test 2014-07-31 11:44:17 +02:00