platform/upstream/glib.git
13 years agoAdd support for coverage reports with lcov
Matthias Clasen [Mon, 21 Jun 2010 02:46:47 +0000 (22:46 -0400)]
Add support for coverage reports with lcov

Patch by Patrick Hulin, bug #501057.

13 years agoSome fixes
Matthias Clasen [Mon, 21 Jun 2010 02:18:30 +0000 (22:18 -0400)]
Some fixes

13 years agoMove utf8 validation tests to the test framework
Matthias Clasen [Mon, 21 Jun 2010 01:16:24 +0000 (21:16 -0400)]
Move utf8 validation tests to the test framework

13 years agoMove utf8 pointer tests to test framework
Matthias Clasen [Mon, 21 Jun 2010 01:04:47 +0000 (21:04 -0400)]
Move utf8 pointer tests to test framework

13 years agoConsolide base64 tests in a single file
Matthias Clasen [Sun, 20 Jun 2010 20:24:56 +0000 (16:24 -0400)]
Consolide base64 tests in a single file

13 years agoMove scanner tests to glib/tests
Matthias Clasen [Sun, 20 Jun 2010 16:29:17 +0000 (12:29 -0400)]
Move scanner tests to glib/tests

13 years agoGVariant: fix doc copy/paste error
Ryan Lortie [Sun, 20 Jun 2010 16:32:00 +0000 (12:32 -0400)]
GVariant: fix doc copy/paste error

13 years agoAdd enum type for GVariantParseError
Ryan Lortie [Sun, 20 Jun 2010 16:30:27 +0000 (12:30 -0400)]
Add enum type for GVariantParseError

13 years agoMove sequence tests to the test framework
Matthias Clasen [Sun, 20 Jun 2010 16:23:13 +0000 (12:23 -0400)]
Move sequence tests to the test framework

13 years agoMove base64 tests of to test framework
Matthias Clasen [Sun, 20 Jun 2010 15:34:31 +0000 (11:34 -0400)]
Move base64 tests of to test framework

13 years agoAdd new scripts to docs
Matthias Clasen [Sun, 20 Jun 2010 15:20:41 +0000 (11:20 -0400)]
Add new scripts to docs

13 years agoMove regex tests to the g_test framework
Matthias Clasen [Sun, 20 Jun 2010 15:07:49 +0000 (11:07 -0400)]
Move regex tests to the g_test framework

13 years agoDocs fix
Christian Persch [Sun, 20 Jun 2010 00:32:35 +0000 (02:32 +0200)]
Docs fix

13 years agoUpdate the include pcre to 8.02
Matthias Clasen [Sun, 20 Jun 2010 05:46:35 +0000 (01:46 -0400)]
Update the include pcre to 8.02

13 years agoAdd Unicode 5.2 scripts
Matthias Clasen [Sun, 20 Jun 2010 05:14:55 +0000 (01:14 -0400)]
Add Unicode 5.2 scripts

13 years agoFix a memory leak in g_ptr_array_remove_index_fast
Matthias Clasen [Sun, 20 Jun 2010 04:09:00 +0000 (00:09 -0400)]
Fix a memory leak in g_ptr_array_remove_index_fast

We need to call the element_free_func even if we remove the
last element. Bug #618866.

13 years agoGSettings: complete support for enum binding
Ryan Lortie [Sat, 19 Jun 2010 20:13:58 +0000 (16:13 -0400)]
GSettings: complete support for enum binding

13 years ago[configure] Require dbus 1.2.14
Johan Dahlin [Sat, 19 Jun 2010 18:23:35 +0000 (15:23 -0300)]
[configure] Require dbus 1.2.14

dbus_message_set_serial requires dbus 1.2.14, make the dependency
explicit instead of failing to compile a test.

13 years agoTiny docs fix
Christian Persch [Sat, 19 Jun 2010 18:04:20 +0000 (20:04 +0200)]
Tiny docs fix

13 years agoAdd g_value_take_variant
Christian Persch [Thu, 17 Jun 2010 23:08:13 +0000 (01:08 +0200)]
Add g_value_take_variant

Turns out we do need g_value_take_variant(), so we can correctly
implement VARIANT:* marshalers.

Bug #621947.

13 years agoAdd g_variant_is_floating
Christian Persch [Sat, 19 Jun 2010 14:42:11 +0000 (16:42 +0200)]
Add g_variant_is_floating

13 years agoFix a preprocessor warning with --disable-visibility
Christian Persch [Sat, 19 Jun 2010 14:41:25 +0000 (16:41 +0200)]
Fix a preprocessor warning with --disable-visibility

Don't redefine DISABLE_VISIBILITY when already building with
--disable-visibility.

13 years agoFix gsettings tool crash, part 2
Milan Bouchet-Valat [Sat, 19 Jun 2010 17:00:13 +0000 (19:00 +0200)]
Fix gsettings tool crash, part 2

Same as previous commit, but for two other functions it missed.

13 years agoFix gsettings tool crash
Milan Bouchet-Valat [Sat, 19 Jun 2010 16:33:26 +0000 (18:33 +0200)]
Fix gsettings tool crash

When no path is provided for the schema, we have call
g_settings_new() instead of g_settings_new_with_path()
passing a NULL path.

This was crashing the tool on start since an assertion was
recently added to g_settings_new_with_path() to refuse NULL.

13 years agoFix bug in strinfo
Ryan Lortie [Sat, 19 Jun 2010 15:38:57 +0000 (11:38 -0400)]
Fix bug in strinfo

We can't search for a larger needle inside of a smaller haystack, and
unsigned integer subtraction tends to result in very large numbers
rather than small ones.

Add a check for this case and abort out immediately.

Also add a test case (lifted directly from the docs) that demonstrates
the problem.

Issue discovered and tracked down by Milan Bouchet-Valat

13 years agoUpdated Galician translations
Fran Diéguez [Sat, 19 Jun 2010 13:13:41 +0000 (15:13 +0200)]
Updated Galician translations

13 years agoAdd a note to docs about paragraphs in schemas
Ryan Lortie [Sat, 19 Jun 2010 03:14:46 +0000 (23:14 -0400)]
Add a note to docs about paragraphs in schemas

13 years agoConditional gsettings.m4 support, AC_PATH_PROG
Ryan Lortie [Sat, 19 Jun 2010 02:59:43 +0000 (22:59 -0400)]
Conditional gsettings.m4 support, AC_PATH_PROG

Add new support for conditional enabling of GSettings (as per
bug #616718) and use AC_PATH_PROG instead of AC_PATH_TOOL (as per
bug #621172).

13 years agoGDBus: Sink closures in _with_closures functions
Jürg Billeter [Fri, 18 Jun 2010 21:48:28 +0000 (23:48 +0200)]
GDBus: Sink closures in _with_closures functions

See https://bugzilla.gnome.org/show_bug.cgi?id=621092#c12

Signed-off-by: David Zeuthen <davidz@redhat.com>
13 years ago[GApplication] Add working directory to platform data
Colin Walters [Wed, 16 Jun 2010 18:17:26 +0000 (14:17 -0400)]
[GApplication] Add working directory to platform data

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

13 years agoFix build on non-Unix
Tor Lillqvist [Fri, 18 Jun 2010 07:56:25 +0000 (10:56 +0300)]
Fix build on non-Unix

13 years ago2.25.9
Matthias Clasen [Thu, 17 Jun 2010 23:42:46 +0000 (19:42 -0400)]
2.25.9

13 years agoFix a mismerge 2.25.9
Matthias Clasen [Thu, 17 Jun 2010 23:08:13 +0000 (19:08 -0400)]
Fix a mismerge

13 years agoFix distcheck
Matthias Clasen [Thu, 17 Jun 2010 23:04:03 +0000 (19:04 -0400)]
Fix distcheck

13 years agoFix VARIANT out args
Christian Persch [Thu, 17 Jun 2010 22:38:46 +0000 (00:38 +0200)]
Fix VARIANT out args

Use g_value_set_variant(), not the nonexistent g_value_take_variant().

13 years agoAdd VARIANT to glib-genmarshal docs
Christian Persch [Thu, 17 Jun 2010 22:10:17 +0000 (00:10 +0200)]
Add VARIANT to glib-genmarshal docs

13 years agoGDBusMessage: Fix bug when deserializing a message
David Zeuthen [Thu, 17 Jun 2010 21:58:25 +0000 (17:58 -0400)]
GDBusMessage: Fix bug when deserializing a message

See https://bugzilla.gnome.org/show_bug.cgi?id=621838 for the whole
story. The problem was that we ended up reading data from arrays of
arrays when we were just supposed to be aligning the buffers.

Also add a host of debug infrastructure that was needed to find the
root cause. For now it can be turned on only via defining
DEBUG_SERIALIZER. In the future we might want to make it work via
G_DBUS_DEBUG. In a nutshell, the added debug info looks like this

Parsing blob (blob_len = 0x0084 bytes)
  0000: 6c 01 00 01  3c 00 00 00  41 00 00 00  37 00 00 00    l...<...A...7...
  0010: 08 01 67 00  08 61 61 79  61 7b 73 76  7d 00 00 00    ..g..aaya{sv}...
  0020: 01 01 6f 00  08 00 00 00  2f 66 6f 6f  2f 62 61 72    ..o...../foo/bar
  0030: 00 00 00 00  00 00 00 00  03 01 73 00  06 00 00 00    ..........s.....
  0040: 4d 65 6d 62  65 72 00 00  00 00 00 00  34 00 00 00    Member......4...
  0050: 03 00 00 00  63 77 64 00  01 73 00 00  23 00 00 00    ....cwd..s..#...
  0060: 2f 68 6f 6d  65 2f 64 61  76 69 64 7a  2f 48 61 63    /home/davidz/Hac
  0070: 6b 69 6e 67  2f 67 6c 69  62 2f 67 69  6f 2f 74 65    king/glib/gio/te
  0080: 73 74 73 00                                           sts.

Parsing headers (blob_len = 0x0084 bytes)
  Reading type a{yv} from offset 0x000c: array spans 0x0037 bytes
    Reading type {yv} from offset 0x0010
      Reading type y from offset 0x0010: 0x08 '
      Reading type v from offset 0x0011
        Reading type g from offset 0x0014: 'aaya{sv}'
    Reading type {yv} from offset 0x001e
      Reading type y from offset 0x0020: 0x01 '\ 1'
      Reading type v from offset 0x0021
        Reading type o from offset 0x0024: '/foo/bar'
    Reading type {yv} from offset 0x0031
      Reading type y from offset 0x0038: 0x03 '\ 3'
      Reading type v from offset 0x0039
        Reading type s from offset 0x003c: 'Member'
Parsing body (blob_len = 0x0084 bytes)
  Reading type (aaya{sv}) from offset 0x0047
    Reading type aay from offset 0x0048: array spans 0x0000 bytes
    Reading type a{sv} from offset 0x004c: array spans 0x0034 bytes
      Reading type {sv} from offset 0x0050
        Reading type s from offset 0x0050: 'cwd'
        Reading type v from offset 0x0058
          Reading type s from offset 0x005b: '/home/davidz/Hacking/glib/gio/tests'
OK

Signed-off-by: David Zeuthen <davidz@redhat.com>
13 years agoDistcheck fix
Christian Persch [Thu, 17 Jun 2010 21:44:25 +0000 (23:44 +0200)]
Distcheck fix

Add a missing symbol to gobject.symbols.

13 years agoMake g_settings_sync() a proper prototype.
Ryan Lortie [Thu, 17 Jun 2010 20:56:09 +0000 (16:56 -0400)]
Make g_settings_sync() a proper prototype.

13 years agoFix the build
Matthias Clasen [Thu, 17 Jun 2010 20:36:58 +0000 (16:36 -0400)]
Fix the build

13 years agoUpdates
Matthias Clasen [Thu, 17 Jun 2010 20:13:29 +0000 (16:13 -0400)]
Updates

13 years agoGDBus: Complain via g_warning() if an invalid message is received
David Zeuthen [Thu, 17 Jun 2010 20:09:12 +0000 (16:09 -0400)]
GDBus: Complain via g_warning() if an invalid message is received

While we are already propagating the error to the user via the
GDBusConnection::disconnected signal (because the only safe thing is
to disconnect the other peer), changes are the user is simply not
listening to this signal.

This should never ever happen unless there's a bug in the
serializaer/deserializer so it's fine to complain via g_warning()
here.

Bug 621838, see

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

is related to this.

Signed-off-by: David Zeuthen <davidz@redhat.com>
13 years agoGDBusMessage: Properly check error and bail if set
David Zeuthen [Thu, 17 Jun 2010 20:02:24 +0000 (16:02 -0400)]
GDBusMessage: Properly check error and bail if set

Otherwise we may set a GError on top of it.

Signed-off-by: David Zeuthen <davidz@redhat.com>
13 years agoDocumentation fixups
Matthias Clasen [Thu, 17 Jun 2010 20:07:52 +0000 (16:07 -0400)]
Documentation fixups

13 years agofix a typo
Matthias Clasen [Thu, 17 Jun 2010 19:51:37 +0000 (15:51 -0400)]
fix a typo

13 years agoFix GApplication for the G_TYPE_VARIANT change
Christian Persch [Thu, 17 Jun 2010 19:40:47 +0000 (21:40 +0200)]
Fix GApplication for the G_TYPE_VARIANT change

13 years agoUpdate api docs to current api
Matthias Clasen [Thu, 17 Jun 2010 19:29:45 +0000 (15:29 -0400)]
Update api docs to current api

13 years agoCatch up with G_TYPE_VARIANT changes
David Zeuthen [Thu, 17 Jun 2010 19:27:18 +0000 (15:27 -0400)]
Catch up with G_TYPE_VARIANT changes

The GType for a GVariant is now a fundamental GType instead of a boxed
one so use the right marshaller.

Signed-off-by: David Zeuthen <davidz@redhat.com>
13 years agoFix a typo
Matthias Clasen [Thu, 17 Jun 2010 19:07:08 +0000 (15:07 -0400)]
Fix a typo

13 years agoGSettings: remove "context" from backend too.
Ryan Lortie [Thu, 17 Jun 2010 19:06:33 +0000 (15:06 -0400)]
GSettings: remove "context" from backend too.

Note: this is a GSettingsBackend API/ABI change.

13 years agoAdd fundamental type and pspec for GVariant
Christian Persch [Thu, 17 Jun 2010 16:03:51 +0000 (18:03 +0200)]
Add fundamental type and pspec for GVariant

Make G_TYPE_VARIANT a fundamental type instead of boxed, and add
g_variant_{set,get,dup}_variant.

Add GParamSpecVariant.

Bug #610863.

13 years agoRevert "GVariant: add g_variant_default_value()"
Ryan Lortie [Thu, 17 Jun 2010 18:58:46 +0000 (14:58 -0400)]
Revert "GVariant: add g_variant_default_value()"

This reverts commit b205dc77cb14f67818eaac23d0eb3f5d1b867921.

We decided to go the other route with the GParamSpec.

13 years agoOnly run the schema compiler from the test cases
Ryan Lortie [Thu, 17 Jun 2010 18:33:50 +0000 (14:33 -0400)]
Only run the schema compiler from the test cases

13 years agoBug 621266 - GSettings "context" clarification
Ryan Lortie [Thu, 17 Jun 2010 18:05:40 +0000 (14:05 -0400)]
Bug 621266  - GSettings "context" clarification

Remove the concept of "context" in favour of dealing with
GSettingsBackend directly.

13 years agoBug 621905 – Assume a ref when doing async work
Cosimo Cecchi [Thu, 17 Jun 2010 16:26:15 +0000 (18:26 +0200)]
Bug 621905 – Assume a ref when doing async work

When asynchronously acquiring the DBus connection, assume a reference to
the proxy object, to avoid destroying it in the middle of the operation.

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

13 years agoGSettings-related distcheck fixups
Ryan Lortie [Thu, 17 Jun 2010 14:50:47 +0000 (10:50 -0400)]
GSettings-related distcheck fixups

13 years agoAdd 'if' that was absorbed by $(AM_V_GEN)
Ryan Lortie [Thu, 17 Jun 2010 13:38:39 +0000 (09:38 -0400)]
Add 'if' that was absorbed by $(AM_V_GEN)

From commit 1b8ee5196eb8ed684b0ee0d2f0d26e6bd82656af

13 years agoMore GSettings doc fixups
Ryan Lortie [Thu, 17 Jun 2010 12:57:19 +0000 (08:57 -0400)]
More GSettings doc fixups

13 years ago<alias> takes mandatory target='' arg
Ryan Lortie [Thu, 17 Jun 2010 12:08:28 +0000 (08:08 -0400)]
<alias> takes mandatory target='' arg

13 years agoGSettings: Fix comment formatting, whitespace.
Ryan Lortie [Thu, 17 Jun 2010 12:06:52 +0000 (08:06 -0400)]
GSettings: Fix comment formatting, whitespace.

13 years agoAdd new api
Matthias Clasen [Thu, 17 Jun 2010 05:51:23 +0000 (01:51 -0400)]
Add new api

13 years agoAdd some schema examples
Matthias Clasen [Thu, 17 Jun 2010 05:38:14 +0000 (01:38 -0400)]
Add some schema examples

13 years agoTypo fix
Matthias Clasen [Thu, 17 Jun 2010 04:45:43 +0000 (00:45 -0400)]
Typo fix

13 years agoUpdate the dtd to match the schema parser
Matthias Clasen [Thu, 17 Jun 2010 04:37:12 +0000 (00:37 -0400)]
Update the dtd to match the schema parser

The aliases element was not mentioned here.

13 years agoUpdates
Matthias Clasen [Thu, 17 Jun 2010 02:42:16 +0000 (22:42 -0400)]
Updates

13 years agoGSettings: enum/choices/aliases/range test cases
Ryan Lortie [Thu, 17 Jun 2010 04:03:44 +0000 (00:03 -0400)]
GSettings: enum/choices/aliases/range test cases

Fix a small bug that one of the tests uncovered.

13 years agomove GSettings(Backend) to giotypes.h
Ryan Lortie [Wed, 16 Jun 2010 22:49:20 +0000 (18:49 -0400)]
move GSettings(Backend) to giotypes.h

13 years agoBug 621319 - more leaked GVariants in GSettings
Ryan Lortie [Wed, 16 Jun 2010 22:36:24 +0000 (18:36 -0400)]
Bug 621319 - more leaked GVariants in GSettings

Caught by Felix Riemann.

13 years agoGVariant serialiser: fix small type error
Ryan Lortie [Wed, 16 Jun 2010 22:22:48 +0000 (18:22 -0400)]
GVariant serialiser: fix small type error

13 years agoGSettings: major refactor. Add enums, range.
Ryan Lortie [Mon, 14 Jun 2010 21:29:41 +0000 (17:29 -0400)]
GSettings: major refactor.  Add enums, range.

13 years agoGVariant: add g_variant_default_value()
Ryan Lortie [Wed, 16 Jun 2010 19:56:51 +0000 (15:56 -0400)]
GVariant: add g_variant_default_value()

Returns various kinds of false, zero, empty arrays, etc.

13 years agoTypo fix
Christian Persch [Wed, 16 Jun 2010 16:47:20 +0000 (18:47 +0200)]
Typo fix

13 years agoTypo fix
Christian Persch [Wed, 16 Jun 2010 15:48:02 +0000 (17:48 +0200)]
Typo fix

13 years agoRework GApplication API to use GInitable
Colin Walters [Wed, 16 Jun 2010 04:18:09 +0000 (00:18 -0400)]
Rework GApplication API to use GInitable

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

13 years agoAdd gdbus-proxy-well-known-name to the ignore file
Emmanuele Bassi [Wed, 16 Jun 2010 14:09:33 +0000 (15:09 +0100)]
Add gdbus-proxy-well-known-name to the ignore file

13 years agobinding: Use a hash table
Emmanuele Bassi [Wed, 16 Jun 2010 14:08:10 +0000 (15:08 +0100)]
binding: Use a hash table

Since an object instance might have a lot of bindings, using a list
might become a performance issue when removing them. Using a simple
hash table guarantees constant time lookup, which is the most common
operation.

13 years agotests: Add a chain binding
Emmanuele Bassi [Wed, 16 Jun 2010 13:47:06 +0000 (14:47 +0100)]
tests: Add a chain binding

Test the case with a chain like A → B, B → C, and what happens when
switching to a direct A → C link.

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

13 years agoProperly initialize GError
Matthias Clasen [Wed, 16 Jun 2010 02:06:56 +0000 (22:06 -0400)]
Properly initialize GError

Pointed out by Florian Müllner in bug #621702

13 years agoSprinkle some $(AM_V_GEN) around to make the build more silent.
Christian Persch [Wed, 16 Jun 2010 02:01:02 +0000 (22:01 -0400)]
Sprinkle some $(AM_V_GEN) around to make the build more silent.

13 years agoCorrect some documentation mistakes in gunixmounts.c
Matthias Clasen [Wed, 16 Jun 2010 01:57:57 +0000 (21:57 -0400)]
Correct some documentation mistakes in gunixmounts.c

Pointed out by Ross Burton in bug #618904

13 years agogobject: Add GBinding
Emmanuele Bassi [Fri, 4 Jun 2010 15:17:15 +0000 (16:17 +0100)]
gobject: Add GBinding

GBinding is a simple, opaque object that represents a binding between a
property on a GObject instance (source) and property on another GObject
instance (target).

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

13 years agoIntroduce g_object_notify_by_pspec()
Damien Lespiau [Sat, 10 Apr 2010 14:50:40 +0000 (15:50 +0100)]
Introduce g_object_notify_by_pspec()

g_object_notify_by_pspec() will emit the "notify" signal on the given
pspec, short-circuiting the hash table lookup needed by
g_object_notify(). The suggested and documented way of using
g_object_notify_by_pspec() is similar to the way of emitting signals
with their ID.

Emission tests (with no handler attached to the notify signal) show a
10-15% speedup over using g_object_notify().

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

13 years agoPrevent division by zero if no tests
Matthias Clasen [Tue, 15 Jun 2010 06:01:16 +0000 (02:01 -0400)]
Prevent division by zero if no tests

13 years agoForgotten file
Matthias Clasen [Tue, 15 Jun 2010 05:50:15 +0000 (01:50 -0400)]
Forgotten file

13 years agoAdd subunit support to gtester-report
Robert Collins [Tue, 15 Jun 2010 05:49:44 +0000 (01:49 -0400)]
Add subunit support to gtester-report

This patch adds subunit support to gtester-report via a -s switch. Subunit
(https://launchpad.net/subunit) is a language neutral test activity protocol.
This can be used to integrate gtester tests with the Hudson CI tool amongst
other things.

Bug #611869.

13 years agoUse optparse to parse gtester-report commandline options
Robert Collins [Tue, 15 Jun 2010 05:37:14 +0000 (01:37 -0400)]
Use optparse to parse gtester-report commandline options

See bug #611778.

13 years ago Add package and version to the test report XML
Emmanuele Bassi [Tue, 15 Jun 2010 05:31:18 +0000 (01:31 -0400)]
 Add package and version to the test report XML

13 years agoReword a doc comment
Matthias Clasen [Tue, 15 Jun 2010 04:50:36 +0000 (00:50 -0400)]
Reword a doc comment

To take out some awkward wording.

13 years agoLet GLIB_SETTINGS macro use glib-compile-schemas from PATH when cross compiling
Hib Eris [Tue, 15 Jun 2010 04:39:46 +0000 (00:39 -0400)]
Let GLIB_SETTINGS macro use glib-compile-schemas from PATH when cross compiling

See bug #621172

13 years agoUse native glib-compile-schemas when cross compiling
Hib Eris [Tue, 15 Jun 2010 04:38:35 +0000 (00:38 -0400)]
Use native glib-compile-schemas when cross compiling

13 years agoSwitch to using variants for timestamps, split out signals
Colin Walters [Tue, 8 Jun 2010 20:25:33 +0000 (16:25 -0400)]
Switch to using variants for timestamps, split out signals

Like how we're handling activation, use GVariant for timestamps.  To
avoid polluting the GtkApplication API with GVariants, we rename the
GApplication signals to "quit-with-data" and "action-with-data".
GtkApplication will then wrap those as just "quit" and "action".

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

13 years agoAdd --xml to gdbus-tool to print raw introspected XML
Christian Persch [Sun, 13 Jun 2010 13:16:33 +0000 (15:16 +0200)]
Add --xml to gdbus-tool to print raw introspected XML

Bug #621442.

13 years agoAvoid a race in application registration
Matthias Clasen [Sat, 12 Jun 2010 22:40:45 +0000 (18:40 -0400)]
Avoid a race in application registration

We need to register the object before taking the name.
Remove the workarounds for this race from the test suite.

13 years agoUpdated Galician translations
Fran Diéguez [Sat, 12 Jun 2010 15:47:40 +0000 (17:47 +0200)]
Updated Galician translations

13 years agoAccept no-reply errors
Matthias Clasen [Sat, 12 Jun 2010 05:55:25 +0000 (01:55 -0400)]
Accept no-reply errors

This can happen if the app quits before the dbus reply can be
sent out.

13 years agoMake the tests not fall over every other time
Matthias Clasen [Sat, 12 Jun 2010 03:21:49 +0000 (23:21 -0400)]
Make the tests not fall over every other time

13 years agoBug 621213 – GDBusProxy and well-known names
David Zeuthen [Fri, 11 Jun 2010 19:45:18 +0000 (15:45 -0400)]
Bug 621213 – GDBusProxy and well-known names

Allow constructing a GDBusProxy for well-known names as discussed here
http://mail.gnome.org/archives/gtk-devel-list/2009-October/msg00075.html
including test cases.

Make it possible to create a GDBusProxy for a GBusType instead of a
GDBusConnection. This requires G_BUS_TYPE_NONE so add that too.

Nuke g_bus_watch_proxy() since one can now more or less use GDBusProxy
for this.

Port gdbus-example-watch-proxy to this new API and include this
example in the GDBusProxy doc page.

Also nuke the GType parameter from the GDBusProxy constructors as
requested here: https://bugzilla.gnome.org/show_bug.cgi?id=621229

Also update the porting guide and other API docs for this change.

Also fix a bug in the signal dispatching code so each subscriber only
get notified once, not N times, for the same signal. Also add a test
case for this.

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

Signed-off-by: David Zeuthen <davidz@redhat.com>
13 years agogitignore GApplication test-cases
Ryan Lortie [Fri, 11 Jun 2010 18:52:17 +0000 (14:52 -0400)]
gitignore GApplication test-cases

13 years agoClose memory leak in GSettings
Felix Riemann [Thu, 10 Jun 2010 22:10:05 +0000 (00:10 +0200)]
Close memory leak in GSettings

Fixes bug #621252.

13 years agoconverter streams: make code more readable
Alexander Larsson [Fri, 11 Jun 2010 07:59:56 +0000 (09:59 +0200)]
converter streams: make code more readable

The name buffer_availabile was kinda confusing, so its been renamed
to buffer_data_size() to match buffer_data().

Also I added a comment to buffer_ensure_space because its behaviour
wasn't obvious.