Commit Graph

7572 Commits

Author SHA1 Message Date
Ivar Smolin
1fd2aa21e6 Estonian translation updated 2010-05-20 15:00:12 +03:00
Fran Diéguez
770efbbd89 Updated Galician translations 2010-05-13 01:02:23 +02:00
Fran Diéguez
b3db4e4551 Updated Galician translations 2010-05-13 00:59:38 +02:00
Matthias Clasen
2e43d1e614 Fix !srcdir build
Bug 616216
2010-05-12 23:02:05 +02:00
Jorge González
ad9ff29e0c Updated Spanish translation 2010-05-10 19:55:45 +02:00
Luca Ferretti
001fed0c14 Updated Italian translation 2010-05-10 09:49:29 +02:00
Claude Paroz
335ab18159 Updated French translation 2010-05-10 08:43:21 +02:00
Tor Lillqvist
4e44073e46 Minor updates to README.win32. 2010-05-05 09:45:19 +03:00
Tor Lillqvist
aa6beb3559 Fix list of sources in the gio Visual Studio project
List the additional sources needed in gio/Makefile.am, not in
gio.vcprojin. Fix broken usage of sort. Filter out Unix-only source
files.
2010-05-03 20:07:20 +03:00
Matthias Clasen
d6434b89f4 Bump version 2010-05-02 21:50:14 -04:00
Matthias Clasen
3c822b423d 2.24.1 2.24.1 2010-05-02 21:47:49 -04:00
Matthias Clasen
87e4516650 Updates 2010-05-02 20:56:24 -04:00
Behdad Esfahbod
503949b12d Bug 615379 - g_new macros crash if sizeof(struct_type) == 0
(cherry picked from commit 00a7c2e635)
2010-05-02 20:45:45 -04:00
Colin Walters
f2b4060717 Fix typo in GMutex error message
(cherry picked from commit 0d9a40b894)
2010-05-02 20:45:13 -04:00
Ryan Lortie
e7a7d6873c g_string_append_len() accept NULL with length == 0
(cherry picked from commit 056326c1e9)
2010-05-02 20:43:10 -04:00
Ryan Lortie
7fb9b876fa GVariant: fix for g_variant_iter_loop()
(cherry picked from commit d17f4bee17)
2010-05-02 20:42:45 -04:00
Benjamin Otte
e61a90b9ee Fix race in g_cancellable_cancel()
We need to check priv->cancelled after taking the lock. Previously we
only checked it just before taking the lock, which left a small chance
for a race.
(cherry picked from commit e7763678b5)
2010-05-02 20:42:25 -04:00
Benjamin Otte
c25c40fdd9 Remove unneccessary variable from g_cancellable_cancel()
The variable makes a complicated function even more complicated.
(cherry picked from commit 5527a2ac2c)
2010-05-02 20:42:18 -04:00
Carles Ferrando
b28b1e589e Updated Catalan (Valencian) translation 2010-04-23 00:42:04 +02:00
Shankar Prasad
d4f50a33d4 Updated Kannada translations 2010-04-22 16:21:42 +05:30
Javier Jardón
f54c7f9c77 [docs] Fix G_VALUE_COLLECT_INIT documentation
Add the documentation to the corresponding section

This macro was introduced in
commit 546fc0ca33
2010-04-20 02:13:27 +02:00
David Zeuthen
324f928af6 Bug 615111 – GAsyncInitable's default implementation is broken
Signed-off-by: David Zeuthen <davidz@redhat.com>
2010-04-19 10:47:11 -04:00
Ryan Lortie
e51ec13ab4 Add g_return_if_fail()s to g_variant_new_from_data()
also, document that @type must be definite
2010-04-10 22:01:56 -04:00
Jordi Serratosa
48cfffc7b1 Fixes to Catalan translation 2010-04-08 22:07:56 -04:00
Theppitak Karoonboonyanan
634fdaa4ba Updated Thai translation. 2010-04-06 14:41:11 +07:00
Tor Lillqvist
70a4217ba3 Clarify _g_stat_struct mess
Use "struct stat" instead of "struct _stat" in the MinGW-or-64-bit
case. Should fix bug #614372.
2010-03-30 19:41:38 +03:00
Javier Jardón
c3f1025c33 Remove g_type_class_get_private() public documentation
This is a internal function needed for the documented
G_TYPE_CLASS_GET_PRIVATE() macro

This was introduced by error in
commit 81e2aa941b
2010-03-29 18:23:48 +02:00
Javier Jardón
0f51e99565 Fix g_type_class_add_private() documentation
This fixes commit 81e2aa941b

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=614185
2010-03-29 18:17:40 +02:00
Ask H. Larsen
461a4097d1 Updated Danish translation 2010-03-28 00:13:28 +01:00
Chao-Hsiung Liao
2e27703a81 Updated Traditional Chinese translation(Hong Kong and Taiwan) 2010-03-27 20:50:57 +08:00
Jamil Ahmed
0e3c6ef848 Updated Bengali translation 2010-03-27 17:44:03 +06:00
Matthias Clasen
22dc3dd648 Bump version 2010-03-26 15:09:13 -04:00
Matthias Clasen
ca631653ac 2.24.0 2.24.0 2.20.0 2010-03-26 15:08:00 -04:00
Matthias Clasen
5ba8043f12 Third try to get this right... 2010-03-26 11:15:49 -04:00
Matthias Clasen
f6532620bc And another one... 2010-03-26 11:05:28 -04:00
Matthias Clasen
7c8a108165 Fix a typo 2010-03-26 11:05:02 -04:00
Matthias Clasen
55e44a67e6 Bump version to 2.24.0 2010-03-26 10:39:56 -04:00
Matthias Clasen
8ee5ded1e9 Updates 2010-03-26 10:39:33 -04:00
Matthias Clasen
6cce575a25 Fix a typo 2010-03-26 10:24:06 -04:00
Matthias Clasen
78b764f325 More doc fixups 2010-03-26 10:19:57 -04:00
Matthias Clasen
81e2aa941b Some more doc cleanups 2010-03-26 10:11:46 -04:00
Matthias Clasen
c4ea7d58f7 Small doc addition 2010-03-26 09:30:25 -04:00
Matthias Clasen
431840a44e Add g_io_module_query to docs 2010-03-26 09:22:58 -04:00
Matthias Clasen
6e77ee0971 Correct the error handling in splice_stream_with_progress
We need to get out of both loops, so a simple 'break' doesn't cut it.
Bugs 613748 and 613923
2010-03-26 09:03:22 -04:00
Ryan Lortie
409a3a61ec GVariant: Stop lexing format strings at :
Lets us parse this successfully: {%s: %s}.
2010-03-26 08:02:17 -05:00
Maxim V. Dziumanenko
df67a0662b Updated Ukrainian translation 2010-03-26 11:42:19 +02:00
Ryan Lortie
fd448dd7ce Add doc note about read_until() inconsistency.
See bug 584284 for more information.
2010-03-23 10:01:53 -05:00
Ryan Lortie
a6c57591c0 Support &s as key of dict entry in format string
Partial fix for bug 613618.
2010-03-23 09:18:28 -05:00
Ryan Lortie
816990a011 GVariant: Removing mentions of &a from docs
This isn't supported anymore (for the time being...)

Partial fix for bug 613618.
2010-03-23 09:18:14 -05:00
Christian Dywan
35059f2c04 Correct typo of libray/ library in GObject tutorial
Fixes bug #613667
2010-03-23 11:59:43 +01:00