Commit graph

12320 commits

Author SHA1 Message Date
Bastien Nocera
3bff79d821 3.5.91 2012-09-04 22:02:07 +01:00
Bastien Nocera
503a9104ed build: Bump dependencies for keyboard panel changes
We want the "show all the input sources" setting to work.
2012-09-04 22:02:07 +01:00
Fran Diéguez
ef4d5c5743 Updated Galician translations 2012-09-04 22:37:32 +02:00
Dr.T.Vasudevan
edba26d342 updated Tamil translation 2012-09-04 21:08:26 +05:30
Dr.T.Vasudevan
13319e391a updated Tamil translation 2012-09-04 21:04:36 +05:30
Dr.T.Vasudevan
7bdfb4017e updated Tamil translation 2012-09-04 20:59:12 +05:30
Rui Matos
9d46f8393c region: Expand the supported IBus engines whitelist
Thanks to Daiki Ueno for assembling the list.

https://bugzilla.gnome.org/show_bug.cgi?id=682313
2012-09-04 16:11:30 +02:00
Piotr Drąg
42e8783376 Updated Polish translation 2012-09-04 15:00:49 +02:00
Marek Kasik
a0ad46365f printers: Remove redundant functions
Remove functions which are not used anymore. (#683229)
2012-09-04 14:09:06 +02:00
Marek Kasik
45ba8e89e8 printers: Redesign of new printer dialog
This commit implements design changes from
https://live.gnome.org/Design/SystemSettings/Printers.

The new printer dialog gets informations about connected devices
from CUPS server asynchronously and separately for each backend now.

Entering an address into the entry and pressing the icon inside
the entry or enter starts to detect printers on the entered host.

Entering a text which is a substring of a name of a device or its location
filters the list to contain just devicess with the string in it (e.g. Canon
will keep devices with "Canon" in their name).

The PpNewPrinterDialog is regular object now. It emits signal "pre-response"
when dialog is closed and a printer is being added and signal "response" when
the new printer was added, addition of the new printer failed or the dialog was
cancelled.
This commit removes FirewallD support from new printer dialog. (#683229)
2012-09-04 14:09:06 +02:00
Marek Kasik
9428b7a641 printers: Set longer timeouts
Set longer timeouts for GetBestDrivers, PrinterAddOption and
PrinterAddOptionDefault. These can take more time than already
specified timeouts. (#683229)
2012-09-04 14:09:06 +02:00
Marek Kasik
c34e282bab printers: Return after callback
Return from get_ppds_attribute_async() right after callback
was called. Otherwise the callback could be called twice. (#683229)
2012-09-04 14:09:06 +02:00
Marek Kasik
dea424dbee printers: Add PpNewPrinter object for installation of new printer
PpNewPrinter contains asynchronous method for installation of
new printer. The new printer is specified by given parameters (e.g. name,
device-id, device-uri, ppd-name, info, location, ...). (#683229)
2012-09-04 14:09:05 +02:00
Marek Kasik
6f8b9e8825 printers: Allow printer_get_ppd_async() to get PPD from remote host
Adds host_name and port parameters to printer_get_ppd_async(). If host_name
is NULL then it gets the PPD from local CUPS server. (#683229)
2012-09-04 14:09:05 +02:00
Marek Kasik
8695554557 printers: Make get_paper_size_from_locale() available to other source files
Export get_paper_size_from_locale() in pp-utils.h. (#683229)
2012-09-04 14:09:05 +02:00
Marek Kasik
1532d7ef1a printers: Add PpMaintenanceCommand object for execution of commands
PpMaintenanceCommand object contains asynchronous method which executes
given CUPS maintenance command (e.g. "AutoConfigure"). (#683229)
2012-09-04 14:09:05 +02:00
Marek Kasik
142d2c65b4 printers: Add PpHost object for listing print devices
This commit adds PpHost object which represents a remote
host from which we want to get printers. It contains
asynchronous method for enumerating printers list from the host
using CUPS' SNMP backend and method for enumerating printers list
directly from the remote CUPS server running on the host. (#683229)
2012-09-04 14:09:05 +02:00
Marek Kasik
0cb0dab377 printers: Add async method for listing print devices
This commit adds asynchronous function get_cups_devices_async() which
sequentially executes CUPS' backends and returns found devices
by a callback. (#683229)
2012-09-04 14:09:05 +02:00
Marek Kasik
5a2794a7fe printers: Add PpCups object for getting destinations
PpCups object represents local CUPS server. It contains
asynchronous method for getting printers installed on
the server. It is an asynchronous version of cupsGetDests().
(#683229)
2012-09-04 14:09:05 +02:00
Marek Kasik
cc2e15a592 printers: Move common constants to pp-utils.h
Move constants which are used in more than one source file
to pp-utils.h. (#683229)
2012-09-04 14:09:05 +02:00
Marek Kasik
1f76a739e3 printers: Include missing header
<cups/cups.h> has to be included in pp-utils.h because there
are functions in pp-utils.h which accepts types defined
in the cups.h as their parameters. (#683229)
2012-09-04 14:09:05 +02:00
Rui Matos
2a87480f26 region: Honor the 'show-all-sources' gsettings key
This setting overrides our supported IBus engines whitelist and makes
us show every engine installed on the system when enabled.

https://bugzilla.gnome.org/show_bug.cgi?id=682313
2012-09-04 14:06:01 +02:00
Bruce Cowan
72bf489555 Updated British English translation 2012-09-04 12:09:17 +01:00
Piotr Drąg
dd256f265b Updated Polish translation 2012-09-03 21:53:45 +02:00
Federico Mena Quintero
f0be9146d4 displays: bgo#592412 - Make 'Mirrored Displays' string consistent with GnomeRRLabeler
We had 'Mirror displays' as a command in the control center, but 'Mirror screens' as a description in
GnomeRRLabeler.  Now we have 'Mirrored Displays' as a description of the current state.

Signed-off-by: Federico Mena Quintero <federico@gnome.org>
2012-09-03 14:07:29 -05:00
Rui Matos
7171520e72 region: Use the async IBus engines getter
https://bugzilla.gnome.org/show_bug.cgi?id=683035
2012-09-03 18:43:24 +02:00
William Jon McCann
0703d545a5 datetime: make the map insensitive when the panel is locked
https://bugzilla.gnome.org/show_bug.cgi?id=672445
2012-09-03 12:01:42 -04:00
Daniel Mustieles
ca987eefa2 Updated Spanish translation 2012-09-03 15:58:32 +02:00
Aurimas Černius
baa6139536 Updated Lithuanian translation 2012-09-02 15:54:24 +03:00
Kjartan Maraas
2f62ee3ca3 Updated Norwegian bokmål translation 2012-09-02 11:12:52 +02:00
A S Alam
1043d7c741 update Punjabi Translation 2012-09-02 09:57:23 +05:30
Nguyễn Thái Ngọc Duy
bf6cff639f Updated Vietnamese translation 2012-09-01 21:07:54 +07:00
Nguyễn Thái Ngọc Duy
62082e8bfd po/vi: import from Damned Lies 2012-09-01 20:42:24 +07:00
Fran Diéguez
26638cdc7c Updated Galician translations 2012-09-01 12:40:26 +02:00
Piotr Drąg
041245eeff Updated Polish translation 2012-08-31 21:52:39 +02:00
Matthias Clasen
41a79d6a35 Fix big editable labels
The code we used to match the entry and label font size and
weight broke down with the latest CSS improvements in GTK+.
Use a new GtkEntry api for this instead.
The GTK+ requirement has been bumped to 3.5.13.
2012-08-31 15:12:05 -04:00
Fran Diéguez
cc6734e5c1 Updated Galician translations 2012-08-31 20:58:20 +02:00
Tom Tryfonidis
2231b3dacc Updated Greek translation 2012-08-31 17:56:06 +03:00
Andika Triwidada
08c06849aa Updated Indonesian translation 2012-08-31 10:33:14 +07:00
Khaled Hosny
4c761c2975 Updated Arabic translation 2012-08-30 22:21:43 +02:00
Piotr Drąg
23ce2dbea7 Updated Polish translation 2012-08-30 18:13:48 +02:00
Piotr Drąg
a73aa77465 Updated POTFILES.in 2012-08-30 17:08:52 +02:00
Fran Diéguez
42b6a0138a Updated Galician translations 2012-08-30 14:20:19 +02:00
Ondrej Holy
936c188bf0 mouse: Widget allocated size fallback
https://bugzilla.gnome.org/show_bug.cgi?id=579135
2012-08-30 11:11:55 +01:00
Ondrej Holy
1f68f46d74 mouse: Reset timeouts id to zero
https://bugzilla.gnome.org/show_bug.cgi?id=579135
2012-08-30 11:11:55 +01:00
Ondrej Holy
1cf9c9b078 mouse: New testing area according to mockup
https://bugzilla.gnome.org/show_bug.cgi?id=579135
2012-08-30 11:11:55 +01:00
Aurimas Černius
419a0481a3 Updated Lithuanian translation 2012-08-29 22:36:19 +03:00
Daniel Mustieles
c4f19cdf22 Updated Spanish translation 2012-08-29 17:01:52 +02:00
Fran Diéguez
8198d2602c Updated Galician translations 2012-08-29 00:41:28 +02:00
Piotr Drąg
3b87bfd1c0 Updated Polish translation 2012-08-28 18:54:04 +02:00