Daniel Korostil
eba62f9073
Added uk translation
2013-11-04 23:02:59 +02:00
Dimitris Spingos
6361a8728e
Added Greek translation
2013-10-30 08:00:11 +02:00
Carles Ferrando
1bf4661b85
[l10n] Added Catalan (Valencian) translation
2013-10-13 21:53:42 +02:00
Gil Forcada
f6dc4f0f25
[l10n] Updated Catalan translation
2013-10-13 21:53:38 +02:00
Anish A
bc0b0969a4
Updated Malayalam Translation
2013-10-11 22:01:10 +05:30
Victor Ibragimov
a9f3653970
Tajik translation added
2013-10-10 16:47:22 +05:00
Kristjan SCHMIDT
a591283db7
Add Esperanto translation
2013-10-09 20:03:37 +02:00
eternalhui
451710ccc2
add Simplified Chinese (zh_CN) translation
2013-10-09 15:16:50 +08:00
Ikey Doherty
43997c1cfd
autotools: Fix the manpages flag in configure.ac
...
Running ./configure --disable-man-pages is invalid, despite being
reported as valid by the configure script. The actual flag should
be --disable-manpages. This commit corrects this behaviour.
https://bugzilla.gnome.org/show_bug.cgi?id=707452
2013-09-23 20:42:39 +02:00
Fernando Carvalho
cbc8e6965e
Updated Portuguese translation
2013-09-19 00:19:37 +01:00
Fernando Carvalho
2605744154
Updated Portuguese translation
2013-09-19 00:04:40 +01:00
Reinout van Schouwen
640c0aecb5
Initial Dutch translation
2013-09-18 23:12:47 +02:00
Daniel Martinez
520fd84955
Added Aragonese translation
2013-09-18 17:49:24 +02:00
A S Alam
ac1efaa755
Punjabi Translation updated by Aman
2013-09-17 21:55:02 -05:00
Ihar Hrachyshka
9ecb7c49c7
Added Belarusian translation.
2013-09-17 22:56:05 +03:00
Changwoo Ryu
81acc3bd3b
Added Korean translation
2013-09-14 22:21:58 +09:00
Nilamdyuti Goswami
7822a6f78d
Assamese translation updated
2013-09-13 18:36:58 +05:30
Nilamdyuti Goswami
79e98ceffd
Added Assamese to LINGUAS
2013-09-13 18:36:27 +05:30
Piotr Drąg
99184d7953
Fix D-Bus spelling in the .doap file
2013-09-12 19:51:59 +02:00
Rūdolfs Mazurs
2399bd09de
Added Latvian translation
2013-09-12 20:01:03 +03:00
Stef Walter
349e845460
Release version 0.16
2013-08-26 17:42:16 +02:00
Claude Paroz
f167b4a20c
Added French translation
2013-08-25 22:14:30 +02:00
Kjartan Maraas
0b501ffb81
Updated Norwegian bokmål translation
2013-08-22 16:07:29 +02:00
A S Alam
39860b7ddd
update LINGUAS file for Punjabi (pa) locale
2013-08-20 12:35:16 -05:00
Fabio Tomat
2a82391471
Added Friulian translation
2013-08-20 14:22:48 +02:00
Fabio Tomat
fb690e57cb
Added Friulian translation
2013-08-20 14:22:44 +02:00
Christian Kirbach
da7078c027
Added German translation
2013-08-15 23:01:49 +02:00
Stef Walter
9dc2f2c112
More reliable means of checking if object was finalized
...
Don't try to use G_IS_OBJECT() to see if an object was finalized
as this segfaults in corner cases, even with our crafty check
for a pointer within our memory space.
https://bugzilla.gnome.org/show_bug.cgi?id=705202
2013-08-15 10:04:30 +02:00
Stef Walter
5c9001ab6f
Clarify documentation for secret_service_clear_xxx()
...
https://bugzilla.gnome.org/show_bug.cgi?id=705629
2013-08-07 21:08:26 +02:00
Kris Thomsen
8093727940
Updated Danish translation
2013-08-05 13:00:30 +02:00
Kenneth Nielsen
9a91ddf27b
Added da to list of languages
2013-08-05 13:00:30 +02:00
Yaron Shahrabani
449ce9229b
Added Hebrew translation.
2013-07-31 17:30:00 +03:00
Chao-Hsiung Liao
635cf5524b
Updated Traditional Chinese translation(Hong Kong and Taiwan)
2013-07-25 21:25:11 +08:00
Chao-Hsiung Liao
f662cbd4d4
Updated Traditional Chinese translation(Hong Kong and Taiwan)
2013-07-20 20:08:16 +08:00
Stef Walter
6734463cc8
Allow building with automake 1.14
...
Tested by Carlos Soriano
https://bugzilla.gnome.org/show_bug.cgi?id=704233
2013-07-15 13:59:51 +02:00
Pavol Klačanský
f17c3aff2b
Updated slovak translation
2013-07-14 17:52:18 +02:00
Andika Triwidada
2a0a40f16a
Added Indonesian translation
2013-07-04 12:33:38 +07:00
Stef Walter
46fa081063
Use AM_CPPFLAGS instead of INCLUDES
...
automake 1.13 deprecates the latter
2013-06-21 15:11:15 +02:00
Stef Walter
1f79129f79
Bump version number
...
So that other projects can depend on the changes in recent commits.
2013-06-21 15:11:14 +02:00
Stef Walter
bdbdadf40c
Pass return_type to prompt async begin functions, rather than finish
...
Much like g_dbus_connection_call() we now pass our return_type value
when starting the async operation. This unbreaks vala and various
other bindings that make assumptions about the form of xxx_finish()
async calls.
This is an API/API break, but its to the portion of the library
marked as unstable. Only used by seahorse (in jhbuild) and updated
usage there.
2013-06-21 15:11:14 +02:00
Stef Walter
d6367b1de0
Simpler way to use custom service/collection/item types
...
The previous way of setting collection_gtype and item_gtype
on SecretServiceClass was not very bindings friendly. Instead
allow per instance virtual functions to return the GTypes.
2013-06-21 15:11:14 +02:00
Stef Walter
143f00ceef
collection: Have gobject-introspection and glib-mkenums recognize flags
...
Recognize flags correctly by putting << in their enum values. This
is pretty ugly and I wish there was an annotation.
2013-06-21 15:11:14 +02:00
Stef Walter
1758194f26
service: Rename secret_service_new() and friends to open()
...
The _new() suffix confuses vala and gobject introspection thinking
that it's a constructor, and there's no way to tell it otherwise. And
things really get messy because they're async functions.
So while we're still unstable, rename these functions to
secret_service_open() secret_service_open_sync() and
secret_service_open_finish().
This is an API/API break, but its to the portion of the library
marked as unstable. Only used by seahorse (in jhbuild) and updated
usage there.
2013-06-21 15:11:14 +02:00
Stef Walter
cec740fea9
Add secret_value_get_text() function to return NULL terminated secret
2013-06-21 15:11:14 +02:00
Jiří Klimeš
227a5b2904
Fix return types in secret_service_search_finish() on error paths
...
Signed-off-by: Jiří Klimeš <jklimes@redhat.com>
https://bugzilla.gnome.org/show_bug.cgi?id=698040
2013-06-21 15:11:14 +02:00
Pavol Klačanský
77e7695e64
Updated slovak translation
2013-06-17 19:32:44 +02:00
Pavol Klačanský
8bc8344a73
Updated slovak translation
2013-06-17 19:30:57 +02:00
Aurimas Černius
36c79a5307
Added Lithuanian translation
2013-06-09 23:30:29 +03:00
Kjartan Maraas
831b35fcda
Updated Norwegian bokmål translation
2013-06-02 02:21:43 +02:00
Kjartan Maraas
c0854b5667
Add nb
2013-06-02 02:21:40 +02:00