Emmanuele Bassi
2952e908e4
datetime: Fix coding style
2010-08-25 12:24:54 +01:00
Emmanuele Bassi
0a59ab6e85
datetime: Use %Z for the timezone name
...
We should try and follow strftime(3) for the format control characters
as much as possible.
2010-08-25 12:14:04 +01:00
Emmanuele Bassi
b4c0b958af
datetime: Fix the format documentation
...
The %x format is for the preferred date, and the %X format is for the
preferred time.
2010-08-25 12:09:16 +01:00
Emmanuele Bassi
9a39b1d705
datetime: Clean up macros and unused variables
...
The most complex macros should be converted to inlined functions,
instead, to guarantee some type safety.
2010-08-25 12:06:47 +01:00
Emmanuele Bassi
0f87f09397
datetime: Remove the translation marker for a warning message
2010-08-25 00:27:49 +01:00
Emmanuele Bassi
96dc06e6e0
docs: Add GDateTime to the GLib API reference
2010-08-24 23:41:21 +01:00
Emmanuele Bassi
d62eb80c54
docs: Mention TZDIR
...
The timezone code in GDateTime honours the TZDIR environment variable,
so it should be mentioned in the list of variables GLib checks at
runtime.
2010-08-24 23:41:21 +01:00
Thiago Santos
e35ed21f43
datetime: Add GDateTime to the GType system
...
As with other GLib data types, use a GBoxed.
2010-08-24 23:41:21 +01:00
Thiago Santos
e1f13ee9ed
Add GDateTime to GLib
...
GDateTime is an opaque data type containing a date and time
representation. It's immutable once created and reference
counted.
https://bugzilla.gnome.org/show_bug.cgi?id=50076
Based on the code by: Christian Hergert <chris@dronelabs.com>
Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
2010-08-24 23:41:21 +01:00
Emmanuele Bassi
3cee971db5
Add C_() to glibintl.h
2010-08-24 22:48:15 +01:00
Cody Russell
0a9bfa1c7d
Add const to _pcre_ucp_othercase() definition in pcre_internal.h
2010-08-23 12:34:53 -05:00
Jorge González
5ff8363374
Updated Spanish translation
2010-08-23 17:40:02 +02:00
Tor Lillqvist
6c24062880
Include gproxyaddress.h explicitly
2010-08-23 14:31:20 +03:00
Matthias Clasen
780d6bfa88
Improve testutils test coverage
2010-08-23 00:38:19 -04:00
Matthias Clasen
fa6926e5d4
Improve printf test coverage
2010-08-23 00:38:19 -04:00
Matthias Clasen
7d970fadbc
Improve GDate test coverate
2010-08-23 00:38:19 -04:00
Matthias Clasen
8f40c0e45a
Improve GDBus introspection test coverage
2010-08-23 00:38:19 -04:00
David Zeuthen
847e4dfe7d
GDBusMethodInvocation: nuke constructor
...
... that is, make it private. This makes sense because users are never
expected to create such objects themselves - only the GDBus core will
need this.
Signed-off-by: David Zeuthen <davidz@redhat.com>
2010-08-22 22:58:29 -04:00
Fran Diéguez
5668d52bab
Updated galician translations
2010-08-23 02:24:25 +02:00
Jorge González
ff59b66eba
Updated Spanish translation
2010-08-22 21:17:53 +02:00
David Zeuthen
3ff9894826
Bug 624546 – Modification of GDBusMessage in filter function
...
Allow modifying a GDBusMessage in a filter function and also add tests
for this. This breaks API but leaves ABI (almost) intact - at least
dconf's GSettings backend (the only big user I know of) will keep
working.
https://bugzilla.gnome.org/show_bug.cgi?id=624546
Signed-off-by: David Zeuthen <davidz@redhat.com>
2010-08-05 20:37:27 -04:00
Ask H. Larsen
6d359d6029
Updated Danish translation
2010-08-22 13:17:24 +02:00
Matthias Clasen
ef16ea4616
Add proxy extension point to overview docs
...
The 'Extending GIO' section is supposed to list all extension
points, so add the proxy extension point here.
2010-08-21 22:22:25 -04:00
Matthias Clasen
040bffed38
Fix build on !unix
...
There was one code block still referring to fd_list outside of
the ifdef G_OS_UNIX. Pointed out by Sam Thursfield in bug 627392.
2010-08-21 22:14:28 -04:00
Matthias Clasen
41ce91d057
Better fix for the build problem
...
Use gnetworkingprivate.h instead, patch by Emilio Pozuelo Monfort,
bug 627407.
2010-08-21 22:09:32 -04:00
Matthias Clasen
3d01283f69
Make gdbus-peer build on !linux
...
Based on a patch by Koop Mast, bug 627088.
2010-08-21 22:06:56 -04:00
Matthias Clasen
61de05e774
Fix a duplicate word
...
Pointed out in bug 627604.
2010-08-21 21:58:51 -04:00
Matthias Clasen
a54e2c4fb3
Add some more annotations
2010-08-21 19:27:11 -04:00
Matthias Clasen
892f9b6458
Improve test coverage for actions and action groups
2010-08-21 19:18:40 -04:00
Matthias Clasen
33b775308b
Document behaviour wrt. to floating variants
2010-08-21 19:18:17 -04:00
Matthias Clasen
9581b33ca5
Document behaviour wrt to floating variants
2010-08-21 19:11:03 -04:00
Matthias Clasen
e8ffb1ae83
Add some annotations
2010-08-21 18:12:18 -04:00
Ryan Lortie
5b38bc5ad5
Simplify/fix state logic in GAction, test it.
2010-08-21 17:35:32 -04:00
Matthias Clasen
3c5388d9f4
Add some forgotten symbols
2010-08-21 15:40:46 -04:00
Matthias Clasen
bff2af4868
Ignore some more private headers
2010-08-21 15:40:32 -04:00
Matthias Clasen
b876e47e3b
Fix documentation issues
...
Gtk-doc is unhappy if the parameter names don't match between header
and source.
2010-08-21 15:34:40 -04:00
Matthias Clasen
4831a102e5
Fix GActionGroup docs
2010-08-21 15:34:18 -04:00
Милош Поповић
fceea19be5
Updated Serbian translation
2010-08-21 20:05:14 +02:00
Chao-Hsiung Liao
de07279709
Updated Traditional Chinese translation(Hong Kong and Taiwan)
2010-08-21 19:43:37 +08:00
Yaron Shahrabani
276a9ba385
Updated Hebrew translation.
2010-08-21 02:35:07 +03:00
Fran Diéguez
8524f0dc0d
Updated galician translations
2010-08-20 13:23:11 +02:00
Dan Winship
8f5ec0dad3
Fix misc compiler warnings in (mostly) test programs
2010-08-19 18:24:53 -04:00
Dan Winship
22b3f0d4b2
gio.symbols: add missing g_simple_action_group stuff
2010-08-19 17:51:24 -04:00
Dan Winship
ab778737aa
gproxyaddressenumerator.h: add missing G_END_DECLS
2010-08-19 17:51:01 -04:00
Nicolas Dufresne
de1598a34d
gio/proxy: Fixed compilation warnings
...
* Wrong return type (NULL instead of FALSE)
* Unused static function declaration
2010-08-19 17:31:42 -04:00
Nicolas Dufresne
0958e66317
Add support for g_socket_client_add_application_proxy()
...
This allow application to take control over certain proxy protocol
handling. When a proxy protocol must be used and is found in the
application proxies, GSocketClient will simply TCP connect to the proxy
server and return the connection.
Reviewed-by: Dan Winship <danw@gnome.org>
2010-08-19 16:32:38 -04:00
Nicolas Dufresne
ced1d0e2e7
Implemented SOCKSv4 and SOCKSv4a
2010-08-19 16:32:38 -04:00
Nicolas Dufresne
e2a90bcb5f
Implemented proxy sample code that connect to proxy
2010-08-19 16:32:38 -04:00
Nicolas Dufresne
0ebb79a748
Implemented g_socket_client_connect_to_uri() method
...
Using this rather than g_socket_client_connect() or
g_socket_client_connect_to_host() allows #GSocketClient to
determine when to use application-specific proxy protocols.
Reviewed-by: Dan Winship <danw@gnome.org>
2010-08-19 16:32:37 -04:00
Nicolas Dufresne
a6c3820f46
Hooked proxy enumeration into GSocketClient
...
This functionnallity can be disabled using property enable-proxy. It
enumerates addresses using GSocketConnectable::proxy_enumerate() instead of
enumerate(). When the returned address is of type GProxyAddress (a type
based on GInetSocketAddress), it gets the proxy protocol handler using
g_proxy_get_default_for_protocol() and call connect() on it.
Reviewed-by: Dan Winship <danw@gnome.org>
2010-08-19 16:32:37 -04:00