Mart Raudsepp [Sat, 12 Sep 2009 16:49:01 +0000 (19:49 +0300)]
gio: Fix a Since tag to actually show up in new API of 2.20 indeces
Typo made in
e05426062
Nguyễn Thái Ngọc Duy [Tue, 22 Sep 2009 02:59:13 +0000 (09:59 +0700)]
po/vi.po: fix type "thoạt"
Alexander Larsson [Mon, 21 Sep 2009 13:36:45 +0000 (15:36 +0200)]
Document new gdb macros
Alexander Larsson [Mon, 21 Sep 2009 13:21:52 +0000 (15:21 +0200)]
Add gforeach gdb command
Alexander Larsson [Mon, 21 Sep 2009 10:26:23 +0000 (12:26 +0200)]
Add pretty printer for hashtables
Alexander Larsson [Mon, 21 Sep 2009 09:06:39 +0000 (11:06 +0200)]
Add pretty printing for GList and GSList
Alexander Larsson [Fri, 18 Sep 2009 15:15:32 +0000 (17:15 +0200)]
Initial support for gdb python macros
This includes support for gobject pointer pretty printing and
signal frame compression in backtraces.
https://bugzilla.gnome.org/show_bug.cgi?id=595619
Chao-Hsiung Liao [Mon, 21 Sep 2009 12:54:02 +0000 (20:54 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)
Petr Kovar [Sun, 20 Sep 2009 20:26:17 +0000 (22:26 +0200)]
Updated Czech translation
Ani [Sun, 20 Sep 2009 15:34:45 +0000 (21:04 +0530)]
Updated Malayalam Translations
Gil Forcada [Sat, 19 Sep 2009 16:04:56 +0000 (18:04 +0200)]
Updated Catalan translation
Paolo Borelli [Sat, 19 Sep 2009 08:21:36 +0000 (10:21 +0200)]
Fix build with srcdir != builddir, bug #594597
Matthias Clasen [Fri, 18 Sep 2009 23:16:11 +0000 (19:16 -0400)]
Reduce false positives in static analysis
Tools like clang fail to recognize that stanzas like
g_return_if_fail (GTK_IS_FOO (w)) guarantee w != NULL. By minimally
rewriting the type-checking macros, we can avoid these false positives.
Matthias Clasen [Wed, 9 Sep 2009 04:18:23 +0000 (00:18 -0400)]
Fix a lot of clang complaints
Mostly dead assignments.
Dumitru Mișu Moldovan [Thu, 17 Sep 2009 21:17:32 +0000 (00:17 +0300)]
Updated Romanian translation
Miloš Popović [Thu, 17 Sep 2009 17:58:52 +0000 (17:58 +0000)]
Updated Serbian translation
krishnababu k [Thu, 17 Sep 2009 15:48:57 +0000 (21:18 +0530)]
Updated Telugu Translation
ifelix [Thu, 17 Sep 2009 10:20:19 +0000 (15:50 +0530)]
Updated Tamil Translations
Fran Diéguez [Wed, 16 Sep 2009 14:15:05 +0000 (16:15 +0200)]
UPdated Galician Translation
Runa Bhattacharjee [Tue, 15 Sep 2009 13:01:49 +0000 (18:31 +0530)]
Updated Bengali India Translations
Manoj Kumar Giri [Tue, 15 Sep 2009 10:52:41 +0000 (16:22 +0530)]
Upadted Oriya Translation
Theppitak Karoonboonyanan [Tue, 15 Sep 2009 07:29:36 +0000 (14:29 +0700)]
Updated Thai translation.
Amitakhya Phukan [Tue, 15 Sep 2009 07:18:50 +0000 (12:48 +0530)]
Updating Assamese translations.
Kjartan Maraas [Sun, 13 Sep 2009 22:16:51 +0000 (00:16 +0200)]
Update Norwegian bokmål translation.
Aron Xu [Sun, 13 Sep 2009 07:09:29 +0000 (15:09 +0800)]
Updated Simplified Chinese translation.
A S Alam [Sun, 13 Sep 2009 03:28:57 +0000 (08:58 +0530)]
Updating Translation for Punjabi
Ask H. Larsen [Sun, 13 Sep 2009 01:16:47 +0000 (03:16 +0200)]
Updated Danish translation
Bruce Cowan [Sat, 12 Sep 2009 19:04:29 +0000 (20:04 +0100)]
Updated British English translation
Tommi Vainikainen [Sat, 12 Sep 2009 16:10:57 +0000 (19:10 +0300)]
Updated Finnish translation
Tor Lillqvist [Fri, 11 Sep 2009 22:57:46 +0000 (01:57 +0300)]
Remove old crap for fetching the "build" directory from svn
Sjoerd Simons [Wed, 2 Sep 2009 16:48:09 +0000 (17:48 +0100)]
Fix GNetworkAddress skipping addresses when enumerating
g_network_address_address_enumerator_next_finish takes the first item of the
address list and moves the pointer to the next one, so we shouldn't do the same
in g_network_address_address_enumerator_next_async function
Fixes bug #593941
Richard Hughes [Wed, 2 Sep 2009 18:15:38 +0000 (19:15 +0100)]
Make the error const for g_simple_async_result_set_from_error
James Hunt [Thu, 10 Sep 2009 16:18:13 +0000 (17:18 +0100)]
g_socket_send_message() fails due to invalid sendmsg(2) params.
g_socket_send_message() and g_socket_send_to() fail with ENOBUFS or
EFAULT due to the fact that if no "address" argument is specified to
g_socket_send_message, when g_socket_send_message() calls sendmsg(2),
the 2nd parameter to sendmsg ("const struct msghdr *msg") contains
uninitialized values. The fix is simple - initialize msg.msg_name to
NULL and msg.msg_msg_namelen to 0.
https://bugzilla.gnome.org/show_bug.cgi?id=594759
Rajesh Ranjan [Fri, 11 Sep 2009 10:30:29 +0000 (16:00 +0530)]
hindi update by Rajesh Ranjan
Ani [Fri, 11 Sep 2009 06:48:50 +0000 (12:18 +0530)]
Updated Malayalam Translations
Maxim V. Dziumanenko [Thu, 10 Sep 2009 22:48:56 +0000 (01:48 +0300)]
Updated Ukrainian translation
Christian Dywan [Thu, 10 Sep 2009 14:40:11 +0000 (16:40 +0200)]
Bug 579050 Allow making selected critical and warning messages non-fatal
Implement g_test_log_set_fatal_handler which is a function similar to
g_log_set_default_handler but for use in unit tests where certain
errors have to be ignored because it is not possible to fix or avoid
them otherwise. A unit test is added.
Shankar Prasad [Thu, 10 Sep 2009 06:56:13 +0000 (12:26 +0530)]
Updated Kannada(kn) translation
Kostas Papadimas [Wed, 9 Sep 2009 15:38:12 +0000 (18:38 +0300)]
Updated Greek translation.
Sweta Kothari [Wed, 9 Sep 2009 11:24:43 +0000 (16:54 +0530)]
Updated Gujarati Translations
Dan Winship [Tue, 8 Sep 2009 15:19:13 +0000 (11:19 -0400)]
Clarify g_ptr_array_set_size() docs re: free_func
Alexander Shopov [Tue, 8 Sep 2009 04:41:28 +0000 (07:41 +0300)]
Updated Bulgarian translation
Dan Winship [Sun, 6 Sep 2009 17:54:50 +0000 (13:54 -0400)]
Call element_free_func when shrinking array with g_ptr_array_set_size
Sandeep Shedmake [Mon, 7 Sep 2009 13:44:52 +0000 (19:14 +0530)]
Updated Marathi Translations
Alexander Larsson [Mon, 7 Sep 2009 10:50:58 +0000 (12:50 +0200)]
Avoid reading uninitialized memory
If the statfs call fails, don't look at the result.
Alexander Larsson [Mon, 7 Sep 2009 08:25:14 +0000 (10:25 +0200)]
Remove warning in g_simple_async_result_complete
This warning hits code that uses GSimpleAsyncResult outside of a
mainloop as a helper object. For instance EggDBus does this.
Since the bugs this warning would fix are pretty easy to spot
and since EggDBus is deployed already we just remove the
"called from outside main loop" warning.
However, we need to keep the "called from wrong context" warning
as that is very helpful when debugging misuse of the new multiple
main context code.
Matthias Clasen [Mon, 7 Sep 2009 07:28:35 +0000 (03:28 -0400)]
Another dead assignment
Matthias Clasen [Mon, 7 Sep 2009 07:14:15 +0000 (03:14 -0400)]
Remove a dead initialization
Matthias Clasen [Mon, 7 Sep 2009 07:12:06 +0000 (03:12 -0400)]
Remove a dead increment
Matthias Clasen [Mon, 7 Sep 2009 07:10:01 +0000 (03:10 -0400)]
Remove another dead assignment
Matthias Clasen [Mon, 7 Sep 2009 07:07:22 +0000 (03:07 -0400)]
Remmove a dead assignment.
Spotted by clang.
Matthias Clasen [Mon, 7 Sep 2009 07:02:58 +0000 (03:02 -0400)]
Move a assignment to the relevant #ifdef branch
Dead code spotted by clang.
Matthias Clasen [Mon, 7 Sep 2009 07:01:02 +0000 (03:01 -0400)]
Remove dead code
Matthias Clasen [Mon, 7 Sep 2009 06:50:51 +0000 (02:50 -0400)]
Don't evaluate an uninitialized value
Bug found by clang.
Tomasz Dominikowski [Sun, 6 Sep 2009 12:20:45 +0000 (14:20 +0200)]
Updated Polish translation
Takayuki KUSANO [Sat, 5 Sep 2009 13:34:58 +0000 (22:34 +0900)]
Update Japanese translation
Jorge González [Sat, 5 Sep 2009 11:47:41 +0000 (13:47 +0200)]
Updated Spanish translation
Matthias Clasen [Sat, 5 Sep 2009 01:20:09 +0000 (21:20 -0400)]
Bump version
Matthias Clasen [Sat, 5 Sep 2009 01:19:02 +0000 (21:19 -0400)]
2.21.6
Matthias Clasen [Sat, 5 Sep 2009 00:41:25 +0000 (20:41 -0400)]
Add a Since: tag
Matthias Clasen [Sat, 5 Sep 2009 00:26:26 +0000 (20:26 -0400)]
Updates
Benjamin Otte [Thu, 3 Sep 2009 13:39:57 +0000 (15:39 +0200)]
Bug 594034 - Use g_mkstemp_full() when creating the replacement file
Previous code used g_mkstemp(). But when using
G_FILE_CREATE_REPLACE_DESTINATION, no attempt was made to ensure proper
mode and flags of the created temporary file. The visible issue was that
the file was always created with mode 0600 as opposed to using 0666.
(The invisible issue was that O_RDWR was used instead of O_WRONLY.)
Benjamin Otte [Thu, 3 Sep 2009 13:36:37 +0000 (15:36 +0200)]
Bug 594034 - Add g_mkstemp_full()
This function exposes more variables than g_mkstemp() and therefor
allows more flexibility when creating temporary files.
The intended use is gio's code for g_file_replace() (see next patch)
Ivar Smolin [Fri, 4 Sep 2009 15:58:00 +0000 (18:58 +0300)]
Updating Estonian translation
Christian Kirbach [Fri, 4 Sep 2009 13:16:04 +0000 (15:16 +0200)]
Updated German translation
Daniel Nylander [Fri, 4 Sep 2009 04:31:34 +0000 (06:31 +0200)]
Updated Swedish translation
Claude Paroz [Thu, 3 Sep 2009 22:07:40 +0000 (00:07 +0200)]
Updated French translation
Fábio Nogueira [Wed, 2 Sep 2009 16:28:59 +0000 (12:28 -0400)]
Updated Brazilian Portuguese translation.
Inaki Larranaga Murgoitio [Wed, 2 Sep 2009 16:19:27 +0000 (18:19 +0200)]
Updated Basque language
Gabor Kelemen [Wed, 2 Sep 2009 16:05:23 +0000 (18:05 +0200)]
Hungarian translation updated
Duarte Loreto [Tue, 1 Sep 2009 22:34:41 +0000 (23:34 +0100)]
Updated Portuguese translation
Luca Ferretti [Tue, 1 Sep 2009 21:47:14 +0000 (23:47 +0200)]
Updated Italian translation
Benjamin Otte [Tue, 1 Sep 2009 19:53:35 +0000 (21:53 +0200)]
Use lchmod instead of stat + chown if available
Fallout of the NOFLOOW_SYMLINKS fix from bug 593406
Benjamin Otte [Tue, 1 Sep 2009 19:26:08 +0000 (21:26 +0200)]
Bug 593406 - Permissions set to 777 after copying via Nautilus
Only fail to set the permissions when the actual file is a symlink.
The previous fix failed for every file when NOFOLLOW_SYMLINKS was set.
Benjamin Otte [Tue, 1 Sep 2009 18:36:31 +0000 (20:36 +0200)]
Only do the chmod NOFOLLOW_SYMLINK checks with HAVE_SYMLINK
Dan Winship [Tue, 1 Sep 2009 13:37:48 +0000 (09:37 -0400)]
g_time_val_from_iso8601: handle timezoneless dates
per ISO 8601:2004 4.2.5.2
Based on a patch from Andy Shevchenko
http://bugzilla.gnome.org/show_bug.cgi?id=589491
Benjamin Otte [Tue, 1 Sep 2009 10:48:55 +0000 (12:48 +0200)]
Fix gtk-doc syntax
Benjamin Otte [Tue, 1 Sep 2009 09:54:48 +0000 (11:54 +0200)]
Bug 593406 - Permissions set to 777 after copying via Nautilus
When doing a g_file_copy() with nofollow-symlinks (to copy a link for
example), the later copying of the file attributes copies the source
links 777 attributes to the target's attributes. As chmod affects the
symlink target, this would cause such copies to always set the target to
777 mode.
This patch makes setting the mode with nofollow-symlinks fail with
NOT_SUPPORTED.
The aforementioned g_file_copy() will still succeed, because it ignores
errors of the attribute copy.
Kjartan Maraas [Tue, 1 Sep 2009 08:52:07 +0000 (10:52 +0200)]
Update Norwegian bokmål translation.
Sandeep Shedmake [Mon, 31 Aug 2009 15:17:13 +0000 (20:47 +0530)]
Updated Marathi Translations
Sandeep Shedmake [Mon, 31 Aug 2009 14:59:16 +0000 (20:29 +0530)]
Updated Marathi Translations
krishnababu k [Mon, 31 Aug 2009 14:11:54 +0000 (19:41 +0530)]
Updated Telugu Translations
Shankar Prasad [Mon, 31 Aug 2009 08:04:44 +0000 (13:34 +0530)]
Updated Kannada(kn) translation
Rodrigo L. M. Flores [Sun, 30 Aug 2009 22:41:47 +0000 (19:41 -0300)]
Updated Brazilian Portuguese mailing list address.
Petr Kovar [Sat, 29 Aug 2009 19:05:19 +0000 (21:05 +0200)]
Updated Czech translation
Matthias Clasen [Fri, 28 Aug 2009 03:40:16 +0000 (23:40 -0400)]
Re-commit
30b8774f7f3f7f329af6b041b6c86bad14717534
Turns out Alex had agreed to this.
Matthias Clasen [Fri, 28 Aug 2009 03:02:08 +0000 (23:02 -0400)]
Use the saved errno value
Bug 591995
Matthias Clasen [Fri, 28 Aug 2009 02:59:05 +0000 (22:59 -0400)]
Read /dev/urandom unbuffered
To avoid wasting entropy. Bug 593232.
Matthias Clasen [Fri, 28 Aug 2009 02:51:53 +0000 (22:51 -0400)]
Revert "add a "gsettings-backend" extension point to GIO"
This reverts commit
30b8774f7f3f7f329af6b041b6c86bad14717534.
Ryan Lortie [Thu, 27 Aug 2009 17:45:48 +0000 (13:45 -0400)]
add a "gsettings-backend" extension point to GIO
Luca Ferretti [Wed, 26 Aug 2009 20:04:58 +0000 (22:04 +0200)]
Updated Italian translation
Luca Ferretti [Wed, 26 Aug 2009 13:32:23 +0000 (15:32 +0200)]
Updated Italian translation
Amitakhya Phukan [Wed, 26 Aug 2009 12:04:17 +0000 (17:34 +0530)]
Updating Assamese translations
Ani [Wed, 26 Aug 2009 09:48:57 +0000 (15:18 +0530)]
Updated Malayalam Translations
ifelix [Tue, 25 Aug 2009 08:40:56 +0000 (14:10 +0530)]
Updated Tamil Translations
Manoj Kumar Giri [Tue, 25 Aug 2009 06:44:41 +0000 (12:14 +0530)]
Updated Oriya Translation
Baris Cicek [Mon, 24 Aug 2009 21:38:34 +0000 (00:38 +0300)]
Updated Turkish translation.
Luca Ferretti [Mon, 24 Aug 2009 19:28:11 +0000 (21:28 +0200)]
Fix bump version
Matthias Clasen [Mon, 24 Aug 2009 18:15:13 +0000 (14:15 -0400)]
Bump version
Matthias Clasen [Mon, 24 Aug 2009 18:13:49 +0000 (14:13 -0400)]
2.21.5