Matthias Clasen
91179be5a8
Silently handle icon being NULL
...
While an emblemed icon without a base icon is not very
useful, no need to crash here.
This was crashing the object finalization test in gtk.
2013-05-04 21:12:48 -04:00
Colin Walters
03086e0b0f
tests/mappedfile: Also handle ENOMEM
...
The RHEL6.4 kernel gives me that instead of EINVAL.
https://bugzilla.gnome.org/show_bug.cgi?id=699485
2013-05-04 21:12:42 -04:00
Simon McVittie
0ba982e058
GSocks5Proxy: don't crash if parsing negotiation reply fails
...
The GError should be initialized to NULL, otherwise we'll
"pile up" errors, then try to free an uninitialized pointer.
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Dan Winship <danw@gnome.org>
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=699493
2013-05-02 18:37:59 +01:00
Aurimas Černius
a70f7cd043
Updated Lithuanian translation
2013-04-27 22:45:15 +03:00
Matej Urbančič
a73a14b4f9
Updated Slovenian translation
2013-04-27 21:29:11 +02:00
Andika Triwidada
eb1bbb2d66
Updated Indonesian translation
2013-04-27 09:20:08 +07:00
Milo Casagrande
1711b41ae8
[l10n] Updated Italian translation.
2013-04-25 09:01:11 +02:00
Piotr Drąg
a471ce94bc
Updated Polish translation
2013-04-24 00:01:48 +02:00
Ryan Lortie
f3b1054b0e
Partially revert "Merge waitpid() from g_spawn_sync into gmain()"
...
This partially reverts commit ce0022933c255313e010b27f977f4ae02aad1e7e.
It used to be safe to use g_spawn_sync() from processes that had their
own SIGCHLD handler because it simply called wait(). When it was
changed to depend on the GLib child watching infrastructure this meant
that GLib had to own the SIGCHLD handler.
This caused hangs in at least Pidgin.
The patch contained two other improvements to the child watch code which
we want to keep, so only revert the changes to gspawn itself.
https://bugzilla.gnome.org/show_bug.cgi?id=698081
2013-04-23 15:00:01 -04:00
Giovanni Campagna
7304bbd5d8
GVariant: fix transfer annotation
...
g_variant_new_from_bytes() returns a floating reference, so it
must be annotated (transfer none)
https://bugzilla.gnome.org/show_bug.cgi?id=697887
2013-04-16 15:58:35 +02:00
Ryan Lortie
e02fbacc9d
One more NEWS
2.36.1
2013-04-15 23:58:15 +02:00
Marc-André Lureau
b972018d6c
win32: add back missing _utf8 symbols on x64 builds
...
The _utf8 functions have been wrongly removed from GLib on x64.
https://bugzilla.gnome.org/show_bug.cgi?id=697879
2013-04-15 23:27:24 +02:00
Matthias Clasen
d8c9b263e6
2.36.1
2013-04-15 10:18:40 -04:00
Marek Kasik
7630f2ab5d
tests: Add test for disabled help options
...
Test whether help options are hidden when they are disabled
by g_option_context_set_help_enabled(.., FALSE).
https://bugzilla.gnome.org/show_bug.cgi?id=697652
2013-04-12 17:06:21 +02:00
Marek Kasik
3e3fe296e5
Don't show help options when help is disabled
...
Check whether help is enabled when creating help text
in g_option_context_get_help().
https://bugzilla.gnome.org/show_bug.cgi?id=697652
2013-04-12 17:06:17 +02:00
Shankar Prasad
e768a5cd70
Updated kn translations
2013-04-05 17:22:26 +05:30
Shankar Prasad
7caba4726d
Updated kn translations
2013-04-05 16:20:05 +05:30
Shankar Prasad
94a5a5982a
Updated kn translations
2013-04-05 16:19:01 +05:30
Shankar Prasad
a63d850760
Updated kn translations
2013-04-05 12:38:53 +05:30
Ryan Lortie
cf1285a4a4
gtype: interface-after-init exception for gtk#
...
gtk# also has a problem with the new interface-after-init restriction
that nobody noticed until now. Add an exception for them as well so
that they have a cycle or so to sort things out.
https://bugzilla.gnome.org/show_bug.cgi?id=687659
2013-04-04 11:59:53 -04:00
Ryan Lortie
9982e18372
gtype: interface-after-init exception for glibmm
...
glibmm has a pretty difficult-to-solve problem caused by our recent
change to deny addition of interfaces to classes after initialisation.
They're looking for a long-term workaround for the problem, but in the
meantime we can allow the registration to succeed (with warning) if the
class looks like it's being defined by gtkmm.
https://bugzilla.gnome.org/show_bug.cgi?id=697229
2013-04-04 11:59:49 -04:00
Hib Eris
3b0b671f2b
Fix compile error in gdbusmessage.c for win64
...
https://bugzilla.gnome.org/show_bug.cgi?id=696973
2013-04-01 08:28:29 +02:00
Andika Triwidada
599030ac05
Updated Indonesian translation
2013-03-29 13:02:18 +07:00
Ryan Lortie
bea56fc270
GLib 2.36.0
2.36.0
2013-03-25 17:39:21 -04:00
Colin Walters
978571d854
g_file_copy(): Ensure G_FILE_COPY_OVERWRITE preserves permissions
...
We need to close the stream *before* applying the file modes, because
g_file_replace() allocates a temporary file. At the moment we're
applying the modes to the extant file, then immediately rename()ing
over it with the default perms.
This regressed with commit 166766a89fcd173dcd6ffda11f902029928f7f28.
The real fix here is to have g_file_create_with_info() so that we can
atomically create a file with the permissions we want.
https://bugzilla.gnome.org/show_bug.cgi?id=696014
2013-03-25 16:32:39 -04:00
Ani Peter
ef2aa88a4f
Completed for Malayalam
2013-03-25 23:11:43 +05:30
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.
2.35.9
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