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
Bastien Nocera
8b7fd5787f
universal-access: Remove unused object
...
One less thing for translators to translate.
2012-08-28 16:51:47 +01:00
Jiro Matsuzawa
8c921b2dd4
network: add translation context for Wifi security
...
https://bugzilla.gnome.org/show_bug.cgi?id=682876
2012-08-28 16:51:47 +01:00
Jiro Matsuzawa
41584b6e5b
universal-access: add translation context for Zoom
...
https://bugzilla.gnome.org/show_bug.cgi?id=682876
2012-08-28 16:51:46 +01:00
Jiro Matsuzawa
ce53dc7fd9
wacom: add translation context for Wacom action type
...
https://bugzilla.gnome.org/show_bug.cgi?id=682876
2012-08-28 16:51:46 +01:00
Rui Matos
658083fffa
region: Don't use IBus if running in fallback mode
...
In fallback mode we don't want to touch IBus since the gnome-shell UI
isn't there to provide the full integrated user experience.
We expect users to continue using existing IBus UIs in fallback mode.
https://bugzilla.gnome.org/show_bug.cgi?id=682864
2012-08-28 14:26:53 +02:00
Rui Matos
dee8e0917a
region: Use a filter model on input sources
...
This allows us to hide some entries which for whatever reason we can't
display without removing them from gsettings.
This reverts commit 54835c8f44
.
This reverts commit 953cc81b0f
.
This reverts commit ab0594239c
.
This reverts commit 03f08fd36c
.
https://bugzilla.gnome.org/show_bug.cgi?id=682864
2012-08-28 14:26:52 +02:00
Ondrej Holy
14dde72dfe
mouse: Fix of bad radio spacing in RTL.
...
https://bugzilla.gnome.org/show_bug.cgi?id=669961
2012-08-28 12:05:51 +01:00
Ondrej Holy
3e5cdb6fce
mouse: Switch left/right radios according text direction.
...
https://bugzilla.gnome.org/show_bug.cgi?id=669961
2012-08-28 12:05:51 +01:00
Bastien Nocera
b0dcb29857
sound: The angry flower read the comments again
2012-08-28 11:49:23 +01:00
Bastien Nocera
5b8509088c
sound: Spell "Can't" properly in debug
2012-08-28 11:49:23 +01:00
Kjartan Maraas
f9f9f38a96
Updated Norwegian bokmål translation
2012-08-28 07:35:05 +02:00
Nilamdyuti Goswami
058edd5922
Implemented FUEL entries to Assamese translation
2012-08-27 23:49:09 +05:30