gnome-control-center/panels/printers
Iñigo Martínez 0dd386f405 build: Migrate from Intltool to Gettext
Recent versions of Gettext are able to translate several formats
that are used in GNOME applications. This patch migrates from
Intltool to Gettext by using meson's i18n features.

https://bugzilla.gnome.org/show_bug.cgi?id=787588
2018-01-23 10:49:31 +01: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: Disconnect the search bar from the shell's key-press-event 2017-08-23 14:30:20 +02:00
cc-printers-panel.h Updated FSF's address 2014-01-29 11:27:38 +01:00
details-dialog.ui printers: Ellipsize the "Details Dialog" title 2017-02-26 12:49:43 +01:00
gnome-printers-panel.desktop.in.in build: Migrate from Intltool to Gettext 2018-01-23 10:49:31 +01:00
jobs-dialog.ui printers: have a "view" style for the Jobs dialog empty state 2016-01-21 15:15:33 +01:00
meson.build build: Migrate from Intltool to Gettext 2018-01-23 10:49:31 +01:00
new-printer-dialog.ui printers: Resize the "Add Printer" dialog 2017-02-07 12:55:46 +01:00
options-dialog.ui printers: Add print "Test Page" button to Options Dialog 2017-06-14 10:45:25 +02:00
pp-cups.c printers: Make actualize_printers_list cancellable 2017-03-28 18:04:56 +02:00
pp-cups.h printers: renew cups subscriptions asynchronously 2016-03-10 11:04:27 +01:00
pp-details-dialog.c printers: Ellipsize the "Details Dialog" title 2017-02-26 12:49:43 +01:00
pp-details-dialog.h printers: Introduce PpDetailsDialog 2017-02-13 19:40:09 +01:00
pp-host.c printers: Make PpSamba a derivated class of PpHost 2016-11-16 15:53:42 +01:00
pp-host.h printers: Introduce the "authentication-required" signal in PpHost 2016-11-15 18:54:28 +01: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-job.c printers: add compatibility code for older cups 2016-04-08 16:02:45 +02:00
pp-job.h printers: get printer job attributes async 2016-03-03 16:05:56 +01:00
pp-jobs-dialog.c printers: Make the dialogs independent of the PpPrinterEntry lifetime 2017-03-13 09:20:23 +01:00
pp-jobs-dialog.h printers: Make the dialogs independent of the PpPrinterEntry lifetime 2017-03-13 09:20:23 +01:00
pp-maintenance-command.c printers: Expose the newly added 'Clean' maintenance command to users 2017-03-23 13:30:22 +00:00
pp-maintenance-command.h printers: Expose the newly added 'Clean' maintenance command to users 2017-03-23 13:30:22 +00:00
pp-new-printer-dialog.c printers: Authenticate samba server also on double-click 2017-02-07 13:14:40 +01:00
pp-new-printer-dialog.h Updated FSF's address 2014-01-29 11:27:38 +01:00
pp-new-printer.c printers: Expose the newly added 'Clean' maintenance command to users 2017-03-23 13:30:22 +00:00
pp-new-printer.h Updated FSF's address 2014-01-29 11:27:38 +01:00
pp-options-dialog.c printers: Add print "Test Page" button to Options Dialog 2017-06-14 10:45:25 +02:00
pp-options-dialog.h printers: Make the dialogs independent of the PpPrinterEntry lifetime 2017-03-13 09:20:23 +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: Avoid warning about unparented ppd selection dialog 2015-10-07 21:37:43 -05:00
pp-ppd-selection-dialog.h printers: Export name of selected PPD from PPD dialog 2014-07-31 11:44:16 +02:00
pp-print-device.c printers: Use GtkListStore for device list 2015-08-03 16:56:41 +02:00
pp-print-device.h printers: Use GtkListStore for device list 2015-08-03 16:56:41 +02:00
pp-printer-entry.c printer: Don't show the supply level bar by default 2017-11-21 17:28:15 +01:00
pp-printer-entry.h printers: Hide supply level bar when there is no inklevel data 2017-06-15 15:39:22 +02:00
pp-printer.c printers: Make sure IPP_STATE_IDLE is defined 2017-10-24 12:34:54 +02:00
pp-printer.h printers: Introduce pp_printer_print_file_async 2017-06-14 10:45:25 +02:00
pp-samba.c printers: Allow dismissing authentication in "Add New Printer" dialog 2017-02-01 17:53:40 +01:00
pp-samba.h printers: Decouple PpSamba and the PpNewPrinterDialog 2017-01-18 15:21:38 +01:00
pp-utils.c printers: Drop cups_get_jobs_async 2017-03-06 16:07:07 +01:00
pp-utils.h printers: Drop cups_get_jobs_async 2017-03-06 16:07:07 +01:00
ppd-selection-dialog.ui printers: use Unicode in translatable strings 2016-10-03 15:21:07 +02:00
printer-entry.ui printer: Don't show the supply level bar by default 2017-11-21 17:28:15 +01:00
printers.gresource.xml printers: Introduce PpDetailsDialog 2017-02-13 19:40:09 +01:00
printers.ui printers: Apply the vertical spacing standard 2017-08-24 15:23:41 +02: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: Port tests to GTest 2016-06-10 17:10:35 +02:00
test-shift.c printers: Port tests to GTest 2016-06-10 17:10:35 +02:00