Maciej Piechotka
43895e3089
Make GBufferedOutputStream implement GSeekable
...
https://bugzilla.gnome.org/show_bug.cgi?id=673034
2012-04-23 10:57:07 +02:00
Maciej Piechotka
90739baec0
Make GBufferedInputStream implement GSeekable
...
https://bugzilla.gnome.org/show_bug.cgi?id=673034
2012-04-23 10:57:01 +02:00
Yuri Kozlov
86abe5163f
Updated Russian translation
2012-04-23 12:12:27 +04:00
Matthias Clasen
a151c97106
Make the child source test work
...
On my machine, this test was failing, because the timeout source
for quitting the inner mainloop was triggering repeatedly. Avoid
that by explicitly returning G_SOURCE_REMOVE from the callback.
2012-04-23 00:35:37 -04:00
Javier Jardón
d18a9caf03
docs: Use latest docbook dtd: 4.5
2012-04-23 02:46:18 +01:00
Javier Jardón
ee44211f1a
docs: rename *-docs.sgml to *-docs.xml
...
We are using xml docbook nowadays
2012-04-23 02:31:32 +01:00
Javier Jardón
3ea31fc0f1
docs: Add index to new api added in 2.34
2012-04-23 02:23:31 +01:00
Javier Jardón
14a7781873
docs: Fix "Since" markup
2012-04-23 02:23:31 +01:00
Dan Winship
2a37bc0dc6
gio: add a proxy test program
...
Test GProxy, GProxyResolver, GProxyAddress, and
GProxyAddressEnumerator, plus GSocketClient's proxy-resolving
codepaths.
2012-04-22 15:24:36 -04:00
Dan Winship
bcaa0a3820
gio: Add more information to GProxyAddress
...
Add two new methods to GProxyAddress for recovering information about
the destination URI that the proxy was created for (and modify
GProxyAddressEnumerator to set that information when creating the
GProxyAddress).
2012-04-22 15:24:29 -04:00
Dan Winship
8c7025e723
gio: fix error handling in async case of GProxyAddressEnumerator
...
In the async case, a failed DNS lookup was causing the proxy
resolution to bail out immediately, rather than just moving on to the
next potential proxy (which might not need us to do the DNS lookup
beforehand). Fix that.
2012-04-22 15:23:40 -04:00
Fran Diéguez
3cf987e660
Updated Galician translations
2012-04-22 15:34:12 +02:00
Daniel Mustieles
2a5763c412
Updated Spanish translation
2012-04-22 11:13:21 +02:00
Yaron Shahrabani
1e73a200a6
Updated Hebrew translation.
2012-04-22 11:41:51 +03:00
Alexander Shopov
ecdaf357fe
Updated Bulgarian translation
2012-04-22 09:07:34 +03:00
Fran Diéguez
2adf6b3d6b
Updated Galician translations
2012-04-21 16:30:59 +02:00
Matej Urbančič
8ebea82634
Updated Slovenian translation
2012-04-21 12:46:49 +02:00
Matej Urbančič
68629ceb4f
Updated Slovenian translation
2012-04-21 12:39:22 +02:00
Мирослав Николић
5d7e9bfbbd
Updated Serbian translation
2012-04-21 09:26:24 +02:00
Piotr Drąg
88f73eef54
Updated POTFILES.in
2012-04-20 20:50:26 +02:00
Daniel Mustieles
755c131195
Updated Spanish translation
2012-04-20 17:22:55 +02:00
Fran Diéguez
515a454c39
Updated Galician translations
2012-04-20 15:12:48 +02:00
Alexander Larsson
5fb44f70dc
win32: Implement _g_dbus_get_machine_id using machine guid
...
This is what libdbus uses, so we're compatible.
2012-04-20 15:02:48 +02:00
Alexander Larsson
dccce38367
win32: Support autolaunching dbus daemon
2012-04-20 15:02:48 +02:00
Alexander Larsson
bd148e127a
Add _g_io_win32_get_module to get the gio HMODULE
2012-04-20 15:02:48 +02:00
Alexander Larsson
74214e2997
GTestDBus: Allow to specify the dbus-daemon binary
...
The env var G_TEST_DBUS_DAEMON lets you change dbus-daemon to
whatever you want. This is useful to test with gdbus-daemon
2012-04-20 15:02:48 +02:00
Alexander Larsson
0d8b1b14d2
Add gdbus-daemon test app
2012-04-20 15:02:48 +02:00
Alexander Larsson
25581738a8
Add GDBusDAaemon, an implementation of a message bus
...
This is mostly complete, sans support for activation. However, its
not as picky as the libdbus implementation in terms like validation
and limits checking, nor is it as tested.
Its can be useful to test gdbus if dbus-daemon is not availible, but
its main reason for existance is to implement a default session bus
on win32 so that e.g. GApplication is guaranteed to work.
2012-04-20 15:02:48 +02:00
Benjamin Otte
b38f1c7aff
resourcefile: Set display name
...
Fixes resource filenames not being printed in CSS warnings for GTK.
https://bugzilla.gnome.org/show_bug.cgi?id=674345
2012-04-20 14:32:41 +02:00
Matthias Clasen
289e3b9143
More beautiful fix
...
A comma on a line by itself is too ugly to stand.
2012-04-19 17:15:14 -04:00
Matthias Clasen
bf8a4ed099
Bump version to 2.33.1
...
This avoids triggering the 'too new' warning from 2.34 API.
2012-04-19 17:14:25 -04:00
Alexander Larsson
bb78753a66
Fix non-win32 build error in my recent commit
2012-04-19 20:46:08 +02:00
Matthias Clasen
6d51527ba0
Revert "tests: fix test on windows"
...
This reverts commit 79361eede2
.
Just commenting out a test without an explanation does not
look right to me. This needs at the minimum a link to a
bug report or an explanation for why the behaviour is platform
dependent. If the test was just wrong, it needs to be removed,
not commented out. If there is a bug in the win32 implementation,
it needs to be fixed.
2012-04-19 13:25:26 -04:00
Alexander Larsson
21e049b253
Tests: Move dbus specific tests to if HAVE_DBUS_DAEMON
...
These used to only be built on unix, but if you have dbus-daemon on
win32 we should really build them there too.
2012-04-19 18:19:10 +02:00
Alexander Larsson
234ddf131b
Fix test building on win32
2012-04-19 18:19:10 +02:00
Alexander Larsson
58e613bfc7
GTestDBus: Make work on win32
...
Win32 doesn't have things like fork so the existing code has no way
of working. Instead we swap it all out for a custom implementation
on win32.
2012-04-19 18:19:01 +02:00
Andoni Morales Alastruey
79361eede2
tests: fix test on windows
2012-04-19 15:20:43 +02:00
Andoni Morales Alastruey
af7dc168f6
test: only check for defined errors
2012-04-19 15:20:31 +02:00
Alexander Larsson
0d9a7f2117
Remove ununsed include
2012-04-19 10:24:08 +02:00
Alexander Larsson
82aecce301
gdbus: Escape nonce files in dbus addressess
...
Otherwise the colon in c:\blah made for trouble
2012-04-19 10:24:08 +02:00
Alexander Larsson
2414d7d6a1
Fix build on win32
...
Some errnos don't exist on win32
2012-04-19 10:24:08 +02:00
Alexander Larsson
b77af49b0a
Fix race in gdbus-connection test
...
We need to flush the AddMatches before even connecting to the bus, or we
risk missing the NameOwnerChanged from the new connections.
2012-04-19 10:24:08 +02:00
Alexander Larsson
ff92fe9593
Support initial underscores in dbus codegen namespace
...
Before these were considered lowercase and thus got duplicated.
2012-04-19 10:24:08 +02:00
Xavier Claessens
415a8d81f6
Use GTestDBus in all GDBus unit tests
...
To make port easier, this rewrites dbus-sessionbus.c using a
GTestDBus singleton internally.
https://bugzilla.gnome.org/show_bug.cgi?id=672985
2012-04-19 10:07:39 +02:00
Xavier Claessens
95bf3d1194
Add GTestDBus object
...
This is a helper to write unit tests using a private dbus-daemon.
https://bugzilla.gnome.org/show_bug.cgi?id=672985
2012-04-19 10:06:26 +02:00
Xavier Claessens
2e3d50631f
Add private _g_bus_get_singleton_if_exists() function
...
This is used by g_test_dbus_down() to ensure the GDBusConnection
gets disposed, but not create one if the singleton already got
disposed.
https://bugzilla.gnome.org/show_bug.cgi?id=672985
2012-04-19 10:06:21 +02:00
David Zeuthen
98569e53e3
Revert "Add a private copy of gio/tests/gdbus-tests.c,h to gio/"
...
This reverts commit 07bbc87615
.
2012-04-18 13:48:27 -04:00
David Zeuthen
26d4da2352
Revert "Add private _g_bus_get_singleton_if_exists() function"
...
This reverts commit f8a8e90398
.
2012-04-18 13:48:09 -04:00
David Zeuthen
a6f83d73e5
Revert "Add GTestDBus object"
...
This reverts commit 1b5f70b5b0
.
2012-04-18 13:47:51 -04:00
David Zeuthen
9dce93514e
GMenuModel: Don't leak GDBusConnection in test
...
See https://bugzilla.gnome.org/show_bug.cgi?id=672985#c89
Signed-off-by: David Zeuthen <davidz@redhat.com>
2012-04-18 13:33:00 -04:00