History log of /external/bluetooth/glib/glib/gi18n.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dc85674b572227985da075490659d9399a7fd598 11-Sep-2008 Matthias Clasen <mclasen@redhat.com> Bug 548321 – <string.h> is not included in gi18n-lib.h

2008-09-11 Matthias Clasen <mclasen@redhat.com>

Bug 548321 – <string.h> is not included in gi18n-lib.h

* glib/gi18n.h:
* glib/gi18n-lib.h: Include string.h, since strlen is used in
the macros. Pointed out by Ignacio Casal Quinteiro


svn path=/trunk/; revision=7455
/external/bluetooth/glib/glib/gi18n.h
e417f54c28b8bc241391612009a2bab81699850a 18-Jul-2008 Matthias Clasen <matthiasc@src.gnome.org> Bug 536996 – Missing noop i18n macro equivalent to C_

* glib/glib.symbols:
* glib/gstrfuncs.[hc]: Add g_dpgettext2() which is a
variant of g_dpgettext() taking context and id as separate
arguments.

* glib/gi18n-lib.h:
* glib/gi18n.h: Add an NC_() macro that is to C_() as N_()
is to _().


svn path=/trunk/; revision=7202
/external/bluetooth/glib/glib/gi18n.h
8fb03be5a9834adc252fcac985fd6b1756f31d0a 20-May-2008 14:31:18 Tim Janik <timj@imendio.com> Bug 503071 - Application direction changes to right to left even if theres

2008-05-20 14:31:18 Tim Janik <timj@imendio.com>

* reverted recent unapproved changes by Yair Hershkovitz, regarding:
Bug 503071 - Application direction changes to right to left even if theres no translation.



svn path=/trunk/; revision=6919
/external/bluetooth/glib/glib/gi18n.h
49734ebc7f70e142da5039e426df6fc31b03c629 17-May-2008 Yair Hershkovitz <yairhr@gmail.com> Added g_disable_setlocale().

2008-05-17 Yair Hershkovitz <yairhr@gmail.com>

* glib/glib.symbols:
* glib/gi18n.h: Added g_disable_setlocale().

* glib/gi18n.c: Added g_disable_setlocale() API to disable setting
the locale in g_i18n_init(). Dont disable translations if textdomain
was not set before calling g_i18n_init(). Dont disable translations if
the locale is "C".

svn path=/trunk/; revision=6894
/external/bluetooth/glib/glib/gi18n.h
7ab77ec9cd2072d0bacf4d2c93ac1824c2c82d06 11-May-2008 Yair Hershkovitz <yairhr@gmail.com> Bug 503071 - Application direction changes to right to left even if theres

2008-05-11 Yair Hershkovitz <yairhr@gmail.com>

Bug 503071 - Application direction changes to right to left even if
theres no translation.

* glib/gi18n.c: g_i18n_init() for initializing the glib i18n,
checking if a translation is available for the calling app. wrappers for
gettext, dgettext and dpgettext to check first if the application
should be translated.

* glib/gi18n.h: symbol declaration for gettext wrappers.

* glib/gi18n-lib.h: include gi18n.h instead of libintl.h.

* glib/gstrfuncs.c: moved g_dpgettext() to glib/gi18n.c.

* glib/gutils.c: use g_dgettext() instead of dgettext().

* glib/glibintl.h: include gi18n.h.

* glib.symbols: added gettext wrappers.

* glib/Makefile.am: added gi18n.c.


svn path=/trunk/; revision=6882
/external/bluetooth/glib/glib/gi18n.h
f4bb21aa1d405fd11043a03e0962358eb0f42a5e 14-Mar-2008 Michael Natterer <mitch@imendio.com> make it possible to disable single-file includes by defining

2008-03-14 Michael Natterer <mitch@imendio.com>

* glib/*.h: make it possible to disable single-file includes by
defining G_DISABLE_SINGLE_INCLUDES when building against GLib.
Approved by Tim Janik.

* glib/glib.h: include <glib/gslice.h>.

* glib/gi18n.h
* glib/gi18n-lib.h
* glib/gprintf.h: include <glib.h> so the above works when these
files are included without including <glib.h> first.


svn path=/trunk/; revision=6713
/external/bluetooth/glib/glib/gi18n.h
d0d19f0dbaf45f8d999902dbf962adf08511c184 10-Dec-2007 Matthias Clasen <mclasen@redhat.com> Change prototype to take msgctxtid + offset instead of two strings, to

2007-12-10 Matthias Clasen <mclasen@redhat.com>

* glib/gstrfuncs.h:
* glib/gstrfuncs.c (g_dpgettext): Change prototype to take
msgctxtid + offset instead of two strings, to avoid duplication
of string constants if the compiler/linker don't perform constant
suffix merging. (#502590, Christian Persch)

* glib/gi18n.h:
* glib/gi18n-lib.h: Adapt the definitions of C_() and Q_().


svn path=/trunk/; revision=6081
/external/bluetooth/glib/glib/gi18n.h
a1ac3c0e23e7c1367f1e8b97a0c6c8ef1d1bd484 23-Nov-2007 Matthias Clasen <mclasen@redhat.com> Define a two-argument macro C_() for marking translatable strings with

2007-11-23 Matthias Clasen <mclasen@redhat.com>

* glib/gi18n-lib.h:
* glib/gi18n.h: Define a two-argument macro C_() for marking
translatable strings with context and implement C_() and Q_()
using g_dpgettext(). (#142676, Morten Welinder)

* glib/glib.symbols:
* glib/gstrfuncs.[hc]: Implement g_dpgettext().


svn path=/trunk/; revision=5917
/external/bluetooth/glib/glib/gi18n.h
86f178d04c062b90bd8dbed6ee26a8d7da624fe8 08-Jul-2004 Matthias Clasen <matthiasc@src.gnome.org> Remove the ENABLE_NLS check, since GLib can't be built without anyway.

* glib/gi18n.h: Remove the ENABLE_NLS check, since GLib can't
be built without anyway. (#135899, Murray Cumming)
/external/bluetooth/glib/glib/gi18n.h
2807b4e6eb29c52ac8bd4e9f59c5c58580a9a4e3 05-Nov-2003 Matthias Clasen <maclas@gmx.de> New headers defining common gettext-support macros.

Wed Nov 5 22:05:19 2003 Matthias Clasen <maclas@gmx.de>

* glib/gi18n-lib.h:
* glib/gi18n.h: New headers defining common gettext-support
macros.

* glib/Makefile.am (glibsubinclude_HEADERS): Add gi18n.h
and gi18n-lib.h.

* glib/gstrfuncs.h:
* glib/gstrfuncs.c (g_strip_context): Auxiliary function for
the implementation of Q_().
/external/bluetooth/glib/glib/gi18n.h