Commit Graph

13541 Commits

Author SHA1 Message Date
A S Alam
d428084e4e Punjabi: Translation updated (aalam) 2013-03-25 22:50:00 +05:30
Krishnababu Krothapalli
9d1a4343b1 Updated Telugu Translations 2013-03-25 15:27:44 +05:30
Krishnababu Krothapalli
21c99744ff Updated Telugu Translations 2013-03-25 15:27:43 +05:30
Murray Cumming
09fcd1a2df Corrected some GLIB_AVAILABLE_IN_* 2013-03-25 10:16:49 +01:00
Petr Kovar
c63d7ce89f Update Czech translation 2013-03-24 20:20:55 +01:00
Guido Günther
beae47d838 Init padding to NULL to avoid a missing initializer warning
like

sessionmanager-presence-generated.c:920:1: warning: missing initializer [-Wmissing-field-initializers]
sessionmanager-presence-generated.c:920:1: warning: (near initialization for ‘_org_gnome_session_manager_presence_skeleton_vtable.padding’) [-Wmissing-field-initializers]

https://bugzilla.gnome.org/review?bug=696108
2013-03-24 16:27:01 +01:00
Yuri Myasoedov
82f29a0204 Updated Russian translation 2013-03-23 21:12:04 +04:00
Jiro Matsuzawa
159e923d16 [l10n] Update Japanese translation 2013-03-23 19:10:01 +09:00
ManojKumar Giri
05b3787cda Updated Odia Language along with FUEL implementation 2013-03-22 18:26:42 +05:30
ManojKumar Giri
fe6e7f7bc6 Updated Odia Language along with FUEL implementation 2013-03-22 18:22:51 +05:30
ManojKumar Giri
8431ae42b4 Updated Odia Language along with FUEL implementation 2013-03-22 18:11:16 +05:30
Sweta Kothari
7f7154ac49 Updated gujarati file 2013-03-22 16:27:08 +05:30
Sandeep Sheshrao Shedmake
48e4d01473 Updated Marathi Translations 2013-03-22 15:46:01 +05:30
Shantha kumar
14fe1ae7b3 Tamil Translations Updated 2013-03-22 15:17:35 +05:30
Murray Cumming
e4eaa14a8e Corrected a GLIB_AVAILABLE_IN_* 2013-03-21 13:11:03 +01:00
Rajesh Ranjan
a3de65afee hindi translation 2013-03-21 14:58:09 +05:30
Tristan Van Berkom
dd0ea5dcc2 Added examples to GTestDBus documentation 2013-03-21 16:37:21 +09:00
Gabor Kelemen
7081635b7f Updated Hungarian translation 2013-03-21 00:22:58 +01:00
Inaki Larranaga Murgoitio
ed95b01d89 Updated Basque language 2013-03-20 09:35:28 +01:00
Victor Ibragimov
9f758c29b2 [l10n] Added Tadjik translation 2013-03-19 22:30:20 +01:00
Ryan Lortie
4c6c093b36 More clean up for Unicode corrigendum #9
Fix some more testcases.
2013-03-18 23:28:27 -04:00
Ryan Lortie
11bb67bbda Small NEWS change 2013-03-18 23:01:08 -04:00
Ryan Lortie
a8939a67de tests: remove a pair of testcases that fail in en_CA
These testcases don't work with the Canadian date format, so remove
them.
2013-03-18 22:57:55 -04:00
Ján Kyselica
366b0481be Updated slovak translation 2013-03-18 21:22:18 +01:00
Matthias Clasen
3e41aba011 Another update 2013-03-18 15:23:07 -04:00
Christian Persch
9863cce079 goption: g_option_context_new allows NULL for parameter_string 2013-03-18 14:11:05 +01:00
Chun-wei Fan
cc092232aa Update Visual Studio property sheets
"Install" gtask.h... it's needed.
2013-03-18 16:52:36 +08:00
Matthias Clasen
5825dd864b g_hash_table_get_keys: Improve docs slightly
https://bugzilla.gnome.org/show_bug.cgi?id=630284
2013-03-17 23:30:34 -04:00
Matthias Clasen
d59acb701e Small cleanup to tutorial headings
This makes all the subsection headers consistent.
https://bugzilla.gnome.org/show_bug.cgi?id=659428
2013-03-17 23:01:21 -04:00
David King
0a13464df8 docs: Elaborate replacement for g_strncasecmp
https://bugzilla.gnome.org/show_bug.cgi?id=568405
2013-03-17 22:58:03 -04:00
David Schleef
9a08d81b0d Add warning to g_base64_decode()
https://bugzilla.gnome.org/show_bug.cgi?id=696015
2013-03-17 22:48:53 -04:00
Patrick Ohly
a8811fb864 GDBusMethodInvocation: leak and potential crash
_g_dbus_method_invocation_new is said to allow method_info == NULL,
but will crash inside g_dbus_method_info_ref when the method_info
really is NULL, because g_dbus_method_info_ref does not allow NULL as
parameter. Fixed by checking for NULL in _g_dbus_method_invocation_new
itself.

The leak itself happens because _g_dbus_method_invocation_new stores a
new reference to the method_info without also unreferencing it. Fixed
by adding the missing unref, protected by an if because the pointer
may be NULL.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=695376
2013-03-17 22:46:20 -04:00
Rūdolfs Mazurs
1a9567139d Updated Latvian translation 2013-03-17 20:08:27 +02:00
Ihar Hrachyshka
a484b6205d Updated Belarusian translation. 2013-03-17 16:40:46 +03:00
Gheyret Kenji
9a8bae8036 Updated Uyghur translation
Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
2013-03-17 13:54:19 +09:00
Stephan Bergmann
255c65f83c gmacros: Ensure GUINT32/64_SWAP_LE_BE macros parenthesize arguments
Like all macros, we need to parenthesize arguments to ensure the order
of operations is correct.

See the mail thread starting at
<http://lists.fedoraproject.org/pipermail/devel/2013-March/180302.html>
"GCC produced wrong code in gvfs-1.14.2-3.fc18.x86_64" for how this
caused trouble with GVFS (which in turn caused trouble with
LibreOffice, where running "soffice sftp://.../.../test.odt" to access
an .odt file via GVFS failed to properly type-detect that file as a
Writer document and produced bogus error messages about the file being
broken).

https://bugzilla.gnome.org/show_bug.cgi?id=695925
2013-03-15 12:51:49 -04:00
Duarte Loreto
55a235d377 Updated Portuguese translation and converted to New Spelling (Novo AO) 2013-03-15 12:55:57 +00:00
Sébastien Wilmet
e3c2d03092 Doc: clarify set_property() vfunc
Implementations "don't need to ...". It was not clear what happen
if they do it all the same.

https://bugzilla.gnome.org/show_bug.cgi?id=695887
2013-03-15 09:07:30 +01:00
Sébastien Wilmet
e569079414 Doc: clarify a bit g_signal_connect_object()
"the object" can be a bit confusing for a beginner, he can think it is
the @instance.

https://bugzilla.gnome.org/show_bug.cgi?id=695887
2013-03-15 09:07:29 +01:00
Martin Srebotnjak
2c566aa09e Updated Slovenian translation 2013-03-14 23:17:33 +01:00
Sweta Kothari
2d1456b0ed Updated gujarati file 2013-03-14 16:28:11 +05:30
Sweta Kothari
a0a68efc1e Updated gujarati file 2013-03-14 15:24:20 +05:30
Emilio Pozuelo Monfort
605c4ca24e live-g-file: test hidden files
We test for traditional Unix dot-leading files as well as
for files listed in the .hidden file.

https://bugzilla.gnome.org/show_bug.cgi?id=695147
2013-03-13 09:41:09 -04:00
Ryan Lortie
3902006a5b glocalfileinfo: Stop using PATH_MAX for .hidden
We were using PATH_MAX to size a static array for reading lines from
the .hidden file.  Some platforms (Hurd) don't declare a PATH_MAX.

Switch to using g_file_get_contents() and g_str_split('\n') instead.

Also take the time to clean up a bit with a switch to using a 'set mode'
GHashTable (since this code was originally written before we had those).

This patch is largely based on a patch from Emilio Pozuelo Monfort (who
also reported the bug).

https://bugzilla.gnome.org/show_bug.cgi?id=695147
2013-03-13 09:41:03 -04:00
Gheyret Kenji
8028f54c9c Updated Uyghur translation
Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
2013-03-13 20:48:15 +09:00
Gheyret Kenji
498d907bcb Updated Uyghur translation
Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
2013-03-13 20:39:02 +09:00
Joe Hansen
4db7e5ea0d Updated Danish translation 2013-03-12 23:14:39 +01:00
Carles Ferrando
ee8d54b0cf [l10n] Updated Catalan (Valencian) translation 2013-03-12 23:02:33 +01:00
Gil Forcada
7b7cf94577 [l10n] Updated Catalan translation 2013-03-12 23:02:24 +01:00
Claude Paroz
5131421c09 Updated French translation 2013-03-12 18:17:12 +01:00