Commit Graph

65 Commits

Author SHA1 Message Date
1a9eaab267 l10n: Added Serbian Translation
New status: 33 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-08-30 13:24:53 +00:00
b3df0c5f1f l10n: Initial Polish (pl) translation
New status: 33 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-08-22 19:31:28 +00:00
6054505bf0 l10n: Added Spanish translation.
New status: 33 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-08-21 10:26:31 +00:00
2f3645aeba l10n: Added initial German translation
New status: 33 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-08-20 17:48:19 +00:00
9a83d1428c l10n: Add Italian translation
New status: 33 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-08-20 14:42:09 +00:00
767bd3e70e l10n: New Indonesian translation
New status: 33 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-08-20 13:19:50 +00:00
a575414365 l10n: Added Hungarian translation
New status: 33 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-08-20 12:49:09 +00:00
e2c0799bf7 l10n: Initial Arabic translation
New status: 33 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-08-20 12:40:37 +00:00
cd62776a8a l10n: Added Galician translations
New status: 33 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).
2010-08-20 12:22:37 +00:00
8719b25d43 Add British English translations
As a test case for the build system.
2010-08-20 11:53:01 +01:00
bbead87f58 Fix distcheck
A single file missing from the distribution.
2009-01-27 16:45:16 -03:00
31a8e2c61d Fix distcheck
And add a TODO item
2008-11-21 18:14:09 +00:00
1748e5f484 Add user tracking when claiming a device
Mark all the methods on the device as async, so we
can get access to the associated DBusGMethodInvocation.

When claiming the device, remember the sender, and for every
API entry point, check that the sender is the same as the one
that made the original claim.

Trying to enroll a user whilst the device is already claimed
from another program will fail with:
** ERROR **: failed to claim device: Device was already claimed

This is the first step towards PolicyKit and multi-user support
2008-05-18 12:41:05 +01:00
3a0152e124 Fix _get_error() in the manager
Fix wrong assumption of semantics when fp_discover_devs()
returns NULL.
2008-05-16 12:17:48 +01:00
3ad569b66a Add i18n support
This will be needed to get better error messages to
users of the D-Bus API. We use glib's builtin gettext
support. No strings marked as translatable yet, we'll
need to mark those user-visible strings carefully and
review them.
2008-05-14 16:07:20 +01:00