platform/upstream/glib.git
12 years agoRemove !g_thread_supported() codepaths in gio
Dan Winship [Wed, 31 Aug 2011 18:33:33 +0000 (14:33 -0400)]
Remove !g_thread_supported() codepaths in gio

In particular, remove the libasyncns import, which was only used by
GUnixResolver, which is only used when threads are not available.
Likewise remove GWin32Resolver, and the hacky broken non-threaded
parts of GIOScheduler.

https://bugzilla.gnome.org/show_bug.cgi?id=616754

12 years agoRevert "GIOSchedulerJob: Improve struct packing"
Ryan Lortie [Wed, 31 Aug 2011 18:30:11 +0000 (14:30 -0400)]
Revert "GIOSchedulerJob: Improve struct packing"

This reverts commit a2094d5e564433ed3a4398afeacce80519bbda44.

https://bugzilla.gnome.org/show_bug.cgi?id=616754

12 years agoMake threads mandatory
Dan Winship [Wed, 31 Aug 2011 18:01:45 +0000 (14:01 -0400)]
Make threads mandatory

G_THREADS_ENABLED still exists, but is always defined. It is still
possible to use libglib without threads, but gobject (and everything
above it) is now guaranteed to be using threads (as, in fact, it was
before, since it was accidentally impossible to compile with
--disable-threads).

https://bugzilla.gnome.org/show_bug.cgi?id=616754

12 years agoFix spelling of G_IO_FLAG_IS_WRITEABLE
David Schleef [Sun, 21 Aug 2011 21:54:39 +0000 (14:54 -0700)]
Fix spelling of G_IO_FLAG_IS_WRITEABLE

Fixes #657045.

12 years agog_key_file_parse_value_as_integer: Integers can have trailing whitespaces or tabs
Kushal Das [Fri, 2 Sep 2011 06:45:21 +0000 (12:15 +0530)]
g_key_file_parse_value_as_integer: Integers can have trailing whitespaces or tabs

Now it can parse integer values with trailing whitespaces or tabs before CR.
Using g_ascii_isspace() as suggested.

https://bugzilla.gnome.org/show_bug.cgi?id=653987

12 years agoUpdated Polish translation
Piotr Drąg [Thu, 8 Sep 2011 19:07:54 +0000 (21:07 +0200)]
Updated Polish translation

12 years agoUpdated Polish translation
Piotr Drąg [Thu, 8 Sep 2011 18:44:03 +0000 (20:44 +0200)]
Updated Polish translation

12 years agosimpleaction: Fix documentation of :enabled
Damien Lespiau [Thu, 8 Sep 2011 13:25:41 +0000 (14:25 +0100)]
simpleaction: Fix documentation of :enabled

An over-zealous sed, most likely, transformed g_action_.*() into
g_simple_action.*().

https://bugzilla.gnome.org/show_bug.cgi?id=658558

12 years agoUpdate French translation
Alexandre Franke [Wed, 7 Sep 2011 09:43:36 +0000 (11:43 +0200)]
Update French translation

12 years agobgo#640212 - Replace "error stating file" with friendlier messages
Federico Mena Quintero [Thu, 8 Sep 2011 14:11:56 +0000 (09:11 -0500)]
bgo#640212 - Replace "error stating file" with friendlier messages

Non-technical users won't know that "stating" refers to stat(2), so we
just use "error when getting information" now.

Signed-off-by: Federico Mena Quintero <federico@gnome.org>
12 years agoUpdated British English translation
Bruce Cowan [Wed, 7 Sep 2011 15:58:57 +0000 (16:58 +0100)]
Updated British English translation

12 years agoUpdated Italian translation
Luca Ferretti [Tue, 6 Sep 2011 22:33:39 +0000 (00:33 +0200)]
Updated Italian translation

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Tue, 6 Sep 2011 22:29:04 +0000 (01:29 +0300)]
Updated Belarusian translation.

12 years agoAdded Norwegian bokmål translation
Kjartan Maraas [Tue, 6 Sep 2011 19:49:06 +0000 (21:49 +0200)]
Added Norwegian bokmål translation

12 years agoGSettingsBackend: emit changes to correct thread
Ryan Lortie [Tue, 6 Sep 2011 18:01:52 +0000 (14:01 -0400)]
GSettingsBackend: emit changes to correct thread

When g_settings_apply() is called on a delayed settings backend and
there is a D-Bus error when communicating with dconf-service, recent
versions of the dconf GSettingsBackend call a function in GLib that
improperly delivered the signal directly instead of using
g_main_context_invoke().

This patch fixes this function to route in the same way as the others so
that the signal is dispatched in the proper GMainContext.

12 years ago'master' is now glib 2.31.0
Ryan Lortie [Tue, 6 Sep 2011 14:55:09 +0000 (10:55 -0400)]
'master' is now glib 2.31.0

12 years agoglib 2.29.90 2.29.90
Ryan Lortie [Mon, 5 Sep 2011 14:28:54 +0000 (10:28 -0400)]
glib 2.29.90

12 years agoUpdated Indonesian translation
Andika Triwidada [Tue, 6 Sep 2011 09:50:11 +0000 (16:50 +0700)]
Updated Indonesian translation

12 years agogio docs: lots more fixes
Ryan Lortie [Tue, 6 Sep 2011 04:12:12 +0000 (00:12 -0400)]
gio docs: lots more fixes

12 years agogio docs: only include GTlsInteraction once
Ryan Lortie [Tue, 6 Sep 2011 04:01:29 +0000 (00:01 -0400)]
gio docs: only include GTlsInteraction once

It was included twice in the gio-docs.xml file.

12 years agogio docs: drop GTimeZoneMonitor from docs
Ryan Lortie [Tue, 6 Sep 2011 03:56:33 +0000 (23:56 -0400)]
gio docs: drop GTimeZoneMonitor from docs

12 years agoRemove enums from gio.types
Ryan Lortie [Tue, 6 Sep 2011 03:54:42 +0000 (23:54 -0400)]
Remove enums from gio.types

Only objects and interfaces should go in here.  If enums are in here
then gtk-doc responds by outputting two anchors for the same name (which
results in many warnings being printed).

12 years agoGDBus object manager example: update -sections.txt
Ryan Lortie [Mon, 5 Sep 2011 23:41:16 +0000 (19:41 -0400)]
GDBus object manager example: update -sections.txt

12 years agogio docs: ignore private .h files
Ryan Lortie [Mon, 5 Sep 2011 23:35:16 +0000 (19:35 -0400)]
gio docs: ignore private .h files

12 years agogio docs: don't scan subdirectories
Ryan Lortie [Mon, 5 Sep 2011 23:10:04 +0000 (19:10 -0400)]
gio docs: don't scan subdirectories

This clears up >50% of the huge warning spew from building GIO docs.

12 years agodocs fixups for glib/
Ryan Lortie [Mon, 5 Sep 2011 23:00:11 +0000 (19:00 -0400)]
docs fixups for glib/

12 years agoGObject docs: resolve broken links
Ryan Lortie [Mon, 5 Sep 2011 22:46:59 +0000 (18:46 -0400)]
GObject docs: resolve broken links

Some links were broken due to typos, because functionality was removed
in GLib 2.0 or for various other reasons.  Fix up as many of them as is
reasonable.

12 years agogobject docs: add symbols from GMainLoop boxing
Ryan Lortie [Mon, 5 Sep 2011 22:05:05 +0000 (18:05 -0400)]
gobject docs: add symbols from GMainLoop boxing

12 years agoBack out some changes to docs Makefiles
Ryan Lortie [Mon, 5 Sep 2011 21:54:52 +0000 (17:54 -0400)]
Back out some changes to docs Makefiles

Commit ab0e9dbfa76e056f875e969c0d7b6e133ec75431 introduced some changes
to the documentation Makefiles designed to clean-up the process of
deciding which headers get scanned for the docs.

Unfortunately, the gtk-doc Makefile doesn't use HFILE_GLOB for actually
generating the docs -- only for knowing when it needs to redo the
generation.  Because of this, we need to use IGNORE_HFILES or otherwise
we get hundreds of symbols in the *-unused.txt files.

Revert the changes that that commit made to the docs Makefiles (but
leave the generation of the *-public-headers.txt files in place).

12 years agoUpdated Portuguese translation
Duarte Loreto [Mon, 5 Sep 2011 21:30:09 +0000 (22:30 +0100)]
Updated Portuguese translation

12 years agoone missed docs fix
Ryan Lortie [Mon, 5 Sep 2011 15:39:04 +0000 (11:39 -0400)]
one missed docs fix

12 years agoinclude 'hmac' in the docs
Ryan Lortie [Mon, 5 Sep 2011 15:36:48 +0000 (11:36 -0400)]
include 'hmac' in the docs

It wasn't added to glib-docs.sgml, so it wasn't being included in the html.

12 years agogtk-doc fixups for glib/
Ryan Lortie [Mon, 5 Sep 2011 15:30:58 +0000 (11:30 -0400)]
gtk-doc fixups for glib/

12 years agodoc: Remove reference to non-existent #GChildWatch
Ryan Lortie [Mon, 5 Sep 2011 14:29:09 +0000 (10:29 -0400)]
doc: Remove reference to non-existent #GChildWatch

The g_spawn_ documentation was talking about #GChildWatch, which doesn't
exist.  Refer to g_child_watch_add() instead.

12 years agoFix missing semi-colon after struct definition
Alexandre Franke [Mon, 5 Sep 2011 11:22:37 +0000 (13:22 +0200)]
Fix missing semi-colon after struct definition

12 years agoUpdated galician translations
Fran Dieguez [Mon, 5 Sep 2011 09:55:50 +0000 (11:55 +0200)]
Updated galician translations

12 years agoUpdated Spanish translation
Jorge González [Mon, 5 Sep 2011 06:24:30 +0000 (08:24 +0200)]
Updated Spanish translation

12 years agopa.po: prefer pa_IN date/time formats
Ryan Lortie [Mon, 5 Sep 2011 04:38:14 +0000 (00:38 -0400)]
pa.po: prefer pa_IN date/time formats

It's clear that the other GDateTime formats in this file correspond with
those in pa_IN, not pa_PK, so prefer those for the newly-added strings
as well.

12 years agoPopulate missing GDateTime format strings
Ryan Lortie [Mon, 5 Sep 2011 04:03:39 +0000 (00:03 -0400)]
Populate missing GDateTime format strings

Use the glibc locale database to add GDateTime strings only for those locales
that had not specifically added them for themselves.

Some locales have different translations from what is in the C library and we
leave those alone with this commit.

12 years agopo/: update all .po files with 'make update-po'
Ryan Lortie [Mon, 5 Sep 2011 04:01:02 +0000 (00:01 -0400)]
po/: update all .po files with 'make update-po'

This should get the proper Report-Msgid-Bugs-To: into each file.

12 years agog_date_time_format: honour T_FMT_AMPM for '%r'
Ryan Lortie [Sun, 4 Sep 2011 22:01:55 +0000 (18:01 -0400)]
g_date_time_format: honour T_FMT_AMPM for '%r'

We had the 12 hour time format hard-coded to "%02d:%02d:%02d %s" but it
actually changes depending on the locale.  Just with the other formats,
use nl_langinfo() if we have it, otherwise fall back on gettext().

12 years agoGDateTime: translate "AM"/"PM", not "am"/"pm"
Ryan Lortie [Mon, 5 Sep 2011 00:35:31 +0000 (20:35 -0400)]
GDateTime: translate "AM"/"PM", not "am"/"pm"

"AM" and "PM" are the POSIX locale values.

Modify the 14 translations that have been updated since then to save a
headache to those translators.

12 years agoUpdate en_CA.po (Canadian English translation)
Ryan Lortie [Mon, 5 Sep 2011 01:00:54 +0000 (21:00 -0400)]
Update en_CA.po (Canadian English translation)

12 years agopo/Makefile.in.in: intltool compatibility fixes
Ryan Lortie [Mon, 5 Sep 2011 01:31:13 +0000 (21:31 -0400)]
po/Makefile.in.in: intltool compatibility fixes

Our infrastructure for updating the glib20.pot file was incompatible
with intltool in a couple of ways:

 - we didn't set the Report-Msgid-Bugs-To to

 - we used paths relative to the $(top_srcdir), rather than po/

This resulted in spamming of pointless changes to the .po files whenever
'make update-po' was run (since all of the translators are using
intltool-based tools).

12 years agoOnly use gcc-specific options when the compiler is gcc
Matthias Clasen [Mon, 5 Sep 2011 00:06:53 +0000 (20:06 -0400)]
Only use gcc-specific options when the compiler is gcc

The -Wstrict-aliasing option that we use to compile atomic
tests does not exist with compilers other than gcc, so
don't pass it to those.
https://bugzilla.gnome.org/show_bug.cgi?id=652272
https://bugzilla.gnome.org/show_bug.cgi?id=656152

12 years agoupdate .gitignore
Dan Winship [Sun, 4 Sep 2011 21:33:21 +0000 (17:33 -0400)]
update .gitignore

12 years agofix a few warnings on non-Linux
Dan Winship [Sun, 4 Sep 2011 21:17:11 +0000 (17:17 -0400)]
fix a few warnings on non-Linux

mostly #ifdeffing functions that are only called by #ifdeffed code

12 years agoAvoid getmntinfo
Patrick Welche [Thu, 1 Sep 2011 09:10:38 +0000 (10:10 +0100)]
Avoid getmntinfo

- getmntinfo can take struct statfs or statvfs depending on the
  OS. Use getvfsstat and if not found getfsstat instead. Idea from
  Dan Winship.
- g_local_file_query_filesystem_info(): use statvfs.f_fstypename
  if available

https://bugzilla.gnome.org/show_bug.cgi?id=617949

12 years agoUpdated galician translations
Fran Dieguez [Sun, 4 Sep 2011 16:37:11 +0000 (18:37 +0200)]
Updated galician translations

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Sun, 4 Sep 2011 15:52:29 +0000 (18:52 +0300)]
Updated Belarusian translation.

12 years agoUpdated Lithuanian translation
Aurimas Černius [Sun, 4 Sep 2011 15:31:33 +0000 (18:31 +0300)]
Updated Lithuanian translation

12 years agogio/tests/tls-interaction: fix two sporadic errors
Dan Winship [Sun, 4 Sep 2011 14:33:37 +0000 (10:33 -0400)]
gio/tests/tls-interaction: fix two sporadic errors

The threaded tests are using the default main context in the worker
thread, but were not g_main_context_acquire()ing it first, which meant
that g_tls_interaction_invoke_ask_password() in the main thread would
sometimes succeed in acquiring it itself and thus performing the
operation in the wrong thread. Fix that.

Also, we can't unref the loop from the worker thread, because the main
thread isn't holding a reference on it, and so it might end up being
destroyed while that thread is still inside g_main_loop_quit().

12 years agogsocket: fix win32 build
Dan Winship [Sun, 4 Sep 2011 12:42:31 +0000 (08:42 -0400)]
gsocket: fix win32 build

https://bugzilla.gnome.org/show_bug.cgi?id=658157

12 years agoconfigure: fix win32 build
Dan Winship [Sun, 4 Sep 2011 12:42:03 +0000 (08:42 -0400)]
configure: fix win32 build

Only require -lresolv on unix, like before

https://bugzilla.gnome.org/show_bug.cgi?id=645336

12 years agog_date_time_format: improve support for alt digits
Ryan Lortie [Sun, 4 Sep 2011 00:12:53 +0000 (20:12 -0400)]
g_date_time_format: improve support for alt digits

Improve a few situations where g_date_time_format() was getting the
padding wrong when displaying alt digits (eg: Arabic numerals) for
formatting time.

We now depend on nl_langinfo (_NL_CTYPE_OUTDIGITn_WC) to do the
conversion, which is very likely glibc-specific, but our previous method
relied on a glibc-specific printf() feature, so no harm done there.

Add a configure check for nl_langinfo (_NL_CTYPE_OUTDIGITn_WC).

Uncomment a few testcases that were failing previously.

https://bugzilla.gnome.org/show_bug.cgi?id=658107

12 years agog_network_address_parse: deprecate symbolic port names
Dan Winship [Sat, 3 Sep 2011 23:49:19 +0000 (19:49 -0400)]
g_network_address_parse: deprecate symbolic port names

(which shouldn't ever have been part of the API. Grr.)

Solaris /etc/services doesn't even have "http", which was causing
tests/network-address to fail...

12 years agogsocket: fix g_socket_details_from_fd() on Solaris
Dan Winship [Sat, 3 Sep 2011 23:14:16 +0000 (19:14 -0400)]
gsocket: fix g_socket_details_from_fd() on Solaris

On Solaris, getsockname() on an unconnected socket gives an addrlen of
0 and doesn't set the sockaddr. So use the SO_DOMAIN sockopt to find
the socket family in that case. (SO_DOMAIN doesn't exist everywhere,
so we can't use it unconditionally. Also, we have to only use it if
getsockname() fails, since SO_DOMAIN returns a bogus value for
accept()ed sockets on both Linux and Solaris...)

12 years agoconfigure: check if -lsocket is needed (for Solaris)
Dan Winship [Sat, 3 Sep 2011 22:37:43 +0000 (18:37 -0400)]
configure: check if -lsocket is needed (for Solaris)

Also, link libgio to -lresolv explicitly, rather than depending on
getting it implicitly via the libasyncns build (which should
eventually be going away).

https://bugzilla.gnome.org/show_bug.cgi?id=645336

12 years agoRevert "g_date_time_format: support %D"
Ryan Lortie [Sat, 3 Sep 2011 23:44:13 +0000 (19:44 -0400)]
Revert "g_date_time_format: support %D"

This reverts commit 46ce7907720074089040275280bb20208bafeb6a.

git-bz mishap (I think?)

12 years agoMerged improvements from 2-28 branch Brazilian Translations from Adorilson Bezerra...
Og B. Maciel [Sat, 3 Sep 2011 22:39:01 +0000 (18:39 -0400)]
Merged improvements from 2-28 branch Brazilian Translations from Adorilson Bezerra <adorilson@gmail.com>.

12 years agoUpdated Brazilian Portuguese translation.
Og B. Maciel [Sat, 3 Sep 2011 21:50:36 +0000 (17:50 -0400)]
Updated Brazilian Portuguese translation.

12 years agoUpdate Korean translation
Changwoo Ryu [Sat, 3 Sep 2011 12:15:43 +0000 (21:15 +0900)]
Update Korean translation

12 years agoAdded Norwegian bokmål translation
Kjartan Maraas [Sat, 3 Sep 2011 11:47:44 +0000 (13:47 +0200)]
Added Norwegian bokmål translation

12 years agoUpdated Spanish translation
Jorge González [Sat, 3 Sep 2011 11:38:38 +0000 (13:38 +0200)]
Updated Spanish translation

12 years agogdatetime: Fix locale-changing code
Matthias Clasen [Sat, 3 Sep 2011 03:36:03 +0000 (23:36 -0400)]
gdatetime: Fix locale-changing code

As pointed out by Ryan Lortie, the code didn't actually ever
switch back to the old locale.

https://bugzilla.gnome.org/show_bug.cgi?id=658104

12 years agog_date_time_format: add standards notes to the doc
Ryan Lortie [Sat, 3 Sep 2011 01:12:16 +0000 (21:12 -0400)]
g_date_time_format: add standards notes to the doc

Explicitly mention C99's strftime() in the documentation for
g_date_time_format() as the one that we aim for compatibility with.
Specifically list the formats we do not support as well as the extra
ones that we borrow from glibc.

12 years agoGDateTime: test _format against strftime()
Ryan Lortie [Sat, 3 Sep 2011 01:04:02 +0000 (21:04 -0400)]
GDateTime: test _format against strftime()

Test g_date_time_format() against strftime().  This test found quite a
few cases of incorrect behaviour on our part (fixes already committed
for those).

12 years agoGDateTime test: plug a couple of leaks
Ryan Lortie [Sat, 3 Sep 2011 01:03:33 +0000 (21:03 -0400)]
GDateTime test: plug a couple of leaks

12 years agog_date_time_format: rip out non-working %W format
Ryan Lortie [Sat, 3 Sep 2011 00:54:51 +0000 (20:54 -0400)]
g_date_time_format: rip out non-working %W format

Our implementation of %W is incorrect.  Nobody should want to use this
format anyway and the implementation is non-trivial, so rip it out
rather than fixing it.

Remove the testcase for %W as well.

12 years agog_date_time_format: clarify documentation
Ryan Lortie [Sat, 3 Sep 2011 00:53:02 +0000 (20:53 -0400)]
g_date_time_format: clarify documentation

Add some clarification to the documentation for %g, %G, %V and %u
formats (which all concern themselves with ISO 8601 week dates).

12 years agog_date_time_format: support %D
Ryan Lortie [Fri, 2 Sep 2011 23:38:45 +0000 (19:38 -0400)]
g_date_time_format: support %D

%D represents the date in mm/dd/yy format.

https://bugzilla.gnome.org/show_bug.cgi?id=658061

12 years agog_date_time_format: small fixups
Ryan Lortie [Fri, 2 Sep 2011 23:34:33 +0000 (19:34 -0400)]
g_date_time_format: small fixups

Add missing 'break;' from the case: block for %c.  Reorder the cases so
that %F comes before %g/%G and %n comes in its correct alphabetical
order.

12 years agog_date_time_format: fix padding for some formats
Ryan Lortie [Fri, 2 Sep 2011 23:33:32 +0000 (19:33 -0400)]
g_date_time_format: fix padding for some formats

%e is supposed to be space-padded and %W is supposed to be 0-padded

Adjust the testcase accordingly since it expects the wrong behaviour.

12 years agoGDateTime test: don't test removed %N
Ryan Lortie [Sat, 3 Sep 2011 01:02:27 +0000 (21:02 -0400)]
GDateTime test: don't test removed %N

12 years agog_date_time_format: support %g and %G
Ryan Lortie [Fri, 2 Sep 2011 18:53:21 +0000 (14:53 -0400)]
g_date_time_format: support %g and %G

These are the 2-digit and 4-digit ISO week-numbering years.

https://bugzilla.gnome.org/show_bug.cgi?id=658061

12 years agog_date_time_format: drop %N format
Ryan Lortie [Fri, 2 Sep 2011 17:38:03 +0000 (13:38 -0400)]
g_date_time_format: drop %N format

%N is not specified in any standards document, but we use it to display
the number of microseconds.

The fact that our our current implementation of it is nearly useless
(since it does not zero-pad) coupled with the high chance that a future
version of the C standard may specify it with another meaning means that
we should drop it.

https://bugzilla.gnome.org/show_bug.cgi?id=658061

12 years agog_date_time_format: support %w
Javier Jardón [Fri, 2 Sep 2011 16:22:14 +0000 (17:22 +0100)]
g_date_time_format: support %w

%w represents the day of the week as a decimal, range 0 to 6,
Sunday being 0.

https://bugzilla.gnome.org/show_bug.cgi?id=658061

12 years agog_date_time_format: support %C
Javier Jardón [Fri, 2 Sep 2011 16:09:07 +0000 (17:09 +0100)]
g_date_time_format: support %C

%C represents the century number (year/100) as a 2-digit integer

https://bugzilla.gnome.org/show_bug.cgi?id=658061

12 years agog_date_time_format: support %c
Javier Jardón [Fri, 2 Sep 2011 15:32:21 +0000 (16:32 +0100)]
g_date_time_format: support %c

%c represents the preferred  date  and  time  representation  for the
current locale.

https://bugzilla.gnome.org/show_bug.cgi?id=658061

12 years agog_date_time_format: support %V
Javier Jardón [Fri, 2 Sep 2011 13:52:37 +0000 (14:52 +0100)]
g_date_time_format: support %V

%V represents the  ISO 8601  week  number of the current year as a
decimal number, range 01 to 53, where week 1 is the  first  week
that  has  at least 4 days in the new year

https://bugzilla.gnome.org/show_bug.cgi?id=658061

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Fri, 2 Sep 2011 17:56:39 +0000 (20:56 +0300)]
Updated Belarusian translation.

12 years agoUpdate Visual C++ README.txt's a bit
Chun-wei Fan [Fri, 2 Sep 2011 00:39:54 +0000 (08:39 +0800)]
Update Visual C++ README.txt's a bit

LibFFI 3.0.10 is now out officially...

12 years agoUpdated Swedish translation
Daniel Nylander [Thu, 1 Sep 2011 20:24:07 +0000 (22:24 +0200)]
Updated Swedish translation

12 years agoUpdated Swedish translation
Daniel Nylander [Thu, 1 Sep 2011 20:22:32 +0000 (22:22 +0200)]
Updated Swedish translation

12 years agogdbus-codegen: post-process all interfaces when parsing >1 file
Will Thompson [Thu, 1 Sep 2011 18:28:57 +0000 (14:28 -0400)]
gdbus-codegen: post-process all interfaces when parsing >1 file

This also fixes a crash when you run gdbus-codegen with no arguments.

https://bugzilla.gnome.org/show_bug.cgi?id=656323

Signed-off-by: David Zeuthen <davidz@redhat.com>
12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Wed, 31 Aug 2011 19:17:10 +0000 (21:17 +0200)]
Updated Norwegian bokmål translation

12 years agoRevert "gdatetime: Add g_date_time_source_new()"
Ryan Lortie [Wed, 31 Aug 2011 01:31:40 +0000 (21:31 -0400)]
Revert "gdatetime: Add g_date_time_source_new()"

This reverts three commits:

 - 1feb752996b404965a2f58b29a569a273d4374fa
 - 5763c631473539746646697e6a775f6eacaa08e2
 - 21a538934091e1449e0479daf066fa20df2dc2ef

https://bugzilla.gnome.org/show_bug.cgi?id=655129

12 years agoMake GMainLoop, GMainContext and GSource boxed types
Pavel Holejsovsky [Tue, 30 Aug 2011 14:20:55 +0000 (16:20 +0200)]
Make GMainLoop, GMainContext and GSource boxed types

Also add some annotations for better usage of these types in bindings.

https://bugzilla.gnome.org/show_bug.cgi?id=657725

12 years agoUpdate Win32 and VS Readme files
Chun-wei Fan [Wed, 31 Aug 2011 05:01:04 +0000 (13:01 +0800)]
Update Win32 and VS Readme files

Tell people about the GNOME Live! page that outlines building
GLib and its dependencies with Visual C++.

12 years agoes.po: stop translating "kB" to "KiB", etc.
Ryan Lortie [Wed, 31 Aug 2011 01:13:08 +0000 (21:13 -0400)]
es.po: stop translating "kB" to "KiB", etc.

"kB" is used by GLib to mean 1000 bytes exactly -- not 1024.  It is
therefore incorrect to translate this to KiB.  Same for the other units.

The original commit ef3e5917ca1239b39db2cb433c4306d0152f18f5 fixing this
problem was reverted, so I'm applying it again.

See http://mail.gnome.org/archives/gnome-i18n/2011-July/msg00078.html
for more information.

12 years agog_get_monotonic_time: fix race condition
Dan Winship [Tue, 16 Aug 2011 23:12:59 +0000 (19:12 -0400)]
g_get_monotonic_time: fix race condition

Since there was nothing guaranteeing synchronization of the
assignments to checked and clockid, it would be possible for one
thread to set clockid = CLOCK_MONOTONIC, and for another thread to see
checked = TRUE but still clockid = CLOCK_REALTIME.

https://bugzilla.gnome.org/show_bug.cgi?id=655129

12 years agounix signal watch: make API match other sources
Ryan Lortie [Tue, 30 Aug 2011 13:45:52 +0000 (09:45 -0400)]
unix signal watch: make API match other sources

Change the unix signal watch API to match other sources in both
available functions, names of those functions and order of the
parameters to the _full function.

https://bugzilla.gnome.org/show_bug.cgi?id=657705

12 years agoglib.doap: Add glib to "platform" category
Javier Jardón [Tue, 30 Aug 2011 21:52:59 +0000 (22:52 +0100)]
glib.doap: Add glib to "platform" category

12 years agoUpdated Spanish translation
Jorge González [Tue, 30 Aug 2011 17:14:04 +0000 (19:14 +0200)]
Updated Spanish translation

12 years agoUpdated Spanish translation
Jorge González [Tue, 30 Aug 2011 17:00:15 +0000 (19:00 +0200)]
Updated Spanish translation

12 years agogio: Add GTlsInteraction interaction method invocation guarantees
Stef Walter [Sun, 28 Aug 2011 18:24:56 +0000 (20:24 +0200)]
gio: Add GTlsInteraction interaction method invocation guarantees

 * Add 'invoke' style method, which can be used to call an interaction
   from any thread. The interaction will be run in the appropriate
   #GMainContext
 * Sync methods can be called whether main loop is running or not.
 * Derived classes can choose to implement only sync or async
   interaction method, and the invoke method will fill in the blanks.
 * Documentation for the above.
 * Tests for the above.

https://bugzilla.gnome.org/show_bug.cgi?id=657567

12 years agoglocalfile: Fix the grammar
Tomas Bzatek [Tue, 30 Aug 2011 16:00:49 +0000 (18:00 +0200)]
glocalfile: Fix the grammar

12 years agoPost-release version bump
Matthias Clasen [Tue, 30 Aug 2011 15:44:57 +0000 (11:44 -0400)]
Post-release version bump

12 years ago2.29.18 2.29.18
Matthias Clasen [Tue, 30 Aug 2011 15:10:40 +0000 (11:10 -0400)]
2.29.18

12 years agogio: Error out when we cannot modify a GAppInfo
Bastien Nocera [Fri, 26 Aug 2011 15:36:12 +0000 (16:36 +0100)]
gio: Error out when we cannot modify a GAppInfo

g_desktop_app_info_set_as_default_for_type() and
g_desktop_app_info_set_as_last_used_for_type () require the
application's ID, but depending on how the GAppInfo was created,
we might not be have one, and would thus silently fail to set
the default application, or last used application.

https://bugzilla.gnome.org/show_bug.cgi?id=657445