5512 Commits

Author SHA1 Message Date
Claude Paroz
169cbf840f Updated French translation.
2008-03-21  Claude Paroz  <claude@2xlibre.net>

	* fr.po: Updated French translation.

svn path=/branches/glib-2-16/; revision=6750
2008-03-21 21:29:41 +00:00
Matej Urbančič
2dd6066c5c Updated Slovenian translation
svn path=/branches/glib-2-16/; revision=6749
2008-03-21 18:14:38 +00:00
Alexander Larsson
dc899ea46e Final fixes for struct statfs.f_fstypename checks (OpenBSD). (#521045)
2008-03-20  Alexander Larsson  <alexl@redhat.com>

        * configure.in:
	Final fixes for struct statfs.f_fstypename checks (OpenBSD). (#521045)
	Patch from ephraim_owns@hotmail.com



svn path=/branches/glib-2-16/; revision=6747
2008-03-20 11:44:34 +00:00
Tor Lillqvist
7bdb3fc265 Bug 523298 - win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
2008-03-19  Tor Lillqvist  <tml@novell.com>

	Bug 523298 - win_iconv can't convert from UTF-8 to GB18030 (or vice versa)

	* glib/win_iconv.c: Fixes for code page 54936 (GB18030)
	(mbtowc_flags): New function. Check if a code page is one of those
	for which the dwFlags parameter to MultiByteToWideChar() must be
	zero. Return 0 or MB_ERR_INVALID_CHARS.
	(mbcs_mblen): New function for multi-byte (more than two bytes for
	some characters) code pages. Only handles 54936 for now.
	(make_csconv): Use it for 54936.
	(kernel_mbtowc): Use mbtowc_flags().


svn path=/branches/glib-2-16/; revision=6742
2008-03-20 02:44:14 +00:00
Sebastien Bacher
029a6e2233 change from debian, consider nfs4 mounts as G_UNIX_MOUNT_TYPE_NFS
2008-03-19  Sebastien Bacher  <seb128@ubuntu.com>

	* gunixmounts.c: (guess_mount_type): change from debian,
	consider nfs4 mounts as G_UNIX_MOUNT_TYPE_NFS (#523338)

svn path=/branches/glib-2-16/; revision=6738
2008-03-19 14:09:57 +00:00
Alexander Larsson
08d9f52d68 Bump block side for copy to 64k to minimize overhead for low latency
2008-03-19  Alexander Larsson  <alexl@redhat.com>

        * gfile.c:
        (copy_stream_with_progress):
	Bump block side for copy to 64k to minimize
	overhead for low latency links. (#523015)


svn path=/branches/glib-2-16/; revision=6736
2008-03-19 12:18:13 +00:00
Sebastian Dröge
c3a094045b Bug 522292 - Gives warnings in glib/gutils.h with GCC in C99 mode
* glib/gutils.h: Use "__attribute__ ((__gnu_inline__))" for inlining
if either __GNUC_STDC_INLINE__ or __GNUC_GNU_INLINE__ are defined. In
gcc version prior to 4.3 no correct C99-inline was implemented which
has semantic differences to GNU inline.

svn path=/branches/glib-2-16/; revision=6734
2008-03-18 20:10:28 +00:00
Laurent Dhima
51227463f2 Updated Translation
svn path=/branches/glib-2-16/; revision=6731
2008-03-18 15:56:34 +00:00
Simos Xenitellis
5742577e7a Updated Greek translation by Giannis Katsampiris
svn path=/branches/glib-2-16/; revision=6730
2008-03-18 10:56:49 +00:00
Laurent Dhima
1e9738f4fe Updated Translation
svn path=/branches/glib-2-16/; revision=6727
2008-03-18 10:02:07 +00:00
Luca Ferretti
518fb83293 Updated Italian translation.
2008-03-17  Luca Ferretti  <elle.uca@libero.it>

	* it.po: Updated Italian translation.

svn path=/branches/glib-2-16/; revision=6726
2008-03-17 21:06:55 +00:00
Yang Zhang
68fe822b6b Updated zh_CN translation from trunk by manphiz
svn path=/branches/glib-2-16/; revision=6725
2008-03-17 04:31:47 +00:00
Ihar Hrachyshka
2afd02c9d8 Updated Belarusian Latin translation.
svn path=/branches/glib-2-16/; revision=6723
2008-03-16 10:40:53 +00:00
Gabor Kelemen
0134977e2d Translation updated
2008-03-16  Gabor Kelemen  <kelemeng@gnome.hu>

	* hu.po: Translation updated


svn path=/branches/glib-2-16/; revision=6719
2008-03-16 01:06:17 +00:00
Yuri Kozlov
1c26ba09e4 Updated Russian translation.
2008-03-15  Yuri Kozlov <kozlov.y@gmail.com>

	* ru.po: Updated Russian translation.


svn path=/branches/glib-2-16/; revision=6718
2008-03-15 23:00:57 +00:00
Marcel Telka
d24aa24f34 Updated Slovak translation.
2008-03-15  Marcel Telka  <marcel@telka.sk>

	* sk.po: Updated Slovak translation.

svn path=/branches/glib-2-16/; revision=6716
2008-03-15 14:06:01 +00:00
Alexander Larsson
5d06fb21d1 Fix C89 issue (#521672) Patch from Jens Granseuer
2008-03-14  Alexander Larsson  <alexl@redhat.com>

        * gfilemonitor.c:
        (g_file_monitor_is_cancelled):
	Fix C89 issue (#521672)
	Patch from Jens Granseuer


svn path=/branches/glib-2-16/; revision=6709
2008-03-14 11:06:16 +00:00
Alexander Larsson
f6f0959db2 Shut down fam (including removing fam GSource) when module is unloaded
2008-03-14  Alexander Larsson  <alexl@redhat.com>

        * fam/fam-helper.[ch]:
        * fam/fam-module.c:
	Shut down fam (including removing fam GSource) when
	module is unloaded (#521513)
	Patch from Joe Marcus Clarke   



svn path=/branches/glib-2-16/; revision=6707
2008-03-14 11:03:32 +00:00
Alexander Larsson
c6e5298449 Add required includes for f_fstypename member check.
2008-03-14  Alexander Larsson  <alexl@redhat.com>

        * configure.in:
	Add required includes for f_fstypename member check.

2008-03-14  Alexander Larsson  <alexl@redhat.com>

        * glocalfile.c:
        (g_local_file_query_filesystem_info):
	Use right define name for f_fstypename member check


svn path=/branches/glib-2-16/; revision=6704
2008-03-14 09:28:17 +00:00
Sebastian Dröge
0dc34bf29a Bug 316221 - G_LOCK warns about breaking strict-aliasing rules
* configure.in:
* glib/gthread.h: Prevent the compiler from warning about breaking
strict-aliasing rules when using gcc 4.3 and G_LOCK on C sources.

svn path=/trunk/; revision=6691
2008-03-12 15:36:38 +00:00
Wouter Bolsterlee
7de2454b08 Updated Dutch translation by Wouter Bolsterlee.
2008-03-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>

	* nl.po: Updated Dutch translation by Wouter Bolsterlee.


svn path=/trunk/; revision=6690
2008-03-12 15:04:22 +00:00
Tor Lillqvist
5fe2e21960 Implement as empty, returning FALSE, on Win32.
2008-03-12  Tor Lillqvist  <tml@novell.com>

	* glocalfile.c (_g_local_file_has_trash_dir): Implement as empty,
	returning FALSE, on Win32.


svn path=/trunk/; revision=6689
2008-03-12 13:16:54 +00:00
Ignacio Casal Quinteiro
2e345c7366 Updated Galician Translation.
svn path=/trunk/; revision=6688
2008-03-12 09:59:34 +00:00
Jonh Wendell S. Santana
1c125487ff minor update in pt_BR
svn path=/trunk/; revision=6687
2008-03-12 00:06:09 +00:00
Tor Lillqvist
fb72653abc Bug 520914 - win_iconv doesn't support UCS-2
2008-03-12  Tor Lillqvist  <tml@novell.com>

	Bug 520914 - win_iconv doesn't support UCS-2
	
	* glib/win_iconv.c: Make UCS-2 just an alias for
	UTF-16. Technically this is wrong of course, but shouldn't matter
	an awful lot in practice.


svn path=/trunk/; revision=6686
2008-03-12 00:04:52 +00:00
Daniel Nylander
971cacb4ed sv.po: Updated Swedish translation
svn path=/trunk/; revision=6684
2008-03-11 20:23:16 +00:00
Gil Forcada Codinachs
65f97d4fe7 Updated Catalan translation
svn path=/trunk/; revision=6683
2008-03-11 19:12:57 +00:00
Philip Withnall
1494db33e9 Updated British English translation.
2008-03-11  Philip Withnall  <pwithnall@svn.gnome.org>

	* en_GB.po: Updated British English translation.


svn path=/trunk/; revision=6682
2008-03-11 17:30:39 +00:00
Baris Cicek
b0c58d2cf5 updated Turkish translation
svn path=/trunk/; revision=6681
2008-03-11 17:06:49 +00:00
Murray Cumming
0ae78c829d Bug 521591 – g_markup_parse_context_parse() creates GError message that
2008-03-11  Murray Cumming  <murrayc@murrayc.com>

Bug 521591 – g_markup_parse_context_parse() creates GError message that 
is invalid UTF8.

* glib/gmarkup.c (set_error): Make sure that the GError::message is 
valid UTF-8 even if it is complaining about invalid UTF-8 in the 
markup text, using _g_utf8_make_valid().

svn path=/trunk/; revision=6680
2008-03-11 15:43:25 +00:00
Alexander Larsson
c5a10d2650 Correctly implement can_trash by actually looking for a trash dir, not
2008-03-11  Alexander Larsson  <alexl@redhat.com>

        * glocalfile.c:
        * glocalfileinfo.[ch]:
	Correctly implement can_trash by actually
	looking for a trash dir, not just assuming
	one exists.


svn path=/trunk/; revision=6679
2008-03-11 14:48:28 +00:00
Inaki Larranaga Murgoitio
15f3867833 Updated Basque translation.
2008-03-11  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>

	* eu.po: Updated Basque translation.


svn path=/trunk/; revision=6678
2008-03-11 13:17:24 +00:00
Takeshi AIHANA
46a7c9cb6f Updated Japanese translation.
2008-03-11  Takeshi AIHANA <takeshi.aihana@gmail.com>

        * ja.po: Updated Japanese translation.

svn path=/trunk/; revision=6677
2008-03-11 11:50:34 +00:00
Timo Jyrinki
4d16cda2a5 Fix 3 fuzzies and 3 untranslated strings.
svn path=/trunk/; revision=6676
2008-03-11 10:53:48 +00:00
Gintautas Miliauskas
7b9c0615dd Updated Lithuanian translation.
2008-03-11  Gintautas Miliauskas  <gintas@akl.lt>

	* lt.po: Updated Lithuanian translation.



svn path=/trunk/; revision=6675
2008-03-11 10:44:53 +00:00
Duarte Loreto
07d10ddaa5 Updated Portuguese translation.
2008-03-11  Duarte Loreto <happyguy_pt@hotmail.com>

	* pt.po: Updated Portuguese translation.

svn path=/trunk/; revision=6674
2008-03-11 08:26:34 +00:00
Jorge Gonzalez Gonzalez
c01efeee17 Updated Spanish translation
svn path=/trunk/; revision=6673
2008-03-11 07:15:58 +00:00
Matthias Clasen
7cff233d6e 2.16.1
svn path=/trunk/; revision=6671
GLIB_2_16_1
2008-03-11 02:18:18 +00:00
Matthias Clasen
04131f77e3 Updates
svn path=/trunk/; revision=6670
2008-03-11 01:51:49 +00:00
Matthias Clasen
a134d9f42b Update to 7.6, for real
svn path=/trunk/; revision=6669
2008-03-11 01:51:07 +00:00
Matthias Clasen
b6ab5c133d Bump version
svn path=/trunk/; revision=6668
2008-03-11 00:40:10 +00:00
Matthias Clasen
9299286b76 Updates
svn path=/trunk/; revision=6667
2008-03-11 00:39:13 +00:00
Alexander Larsson
fd2e57c644 Fix crashes in new constructor and properties code
2008-03-11  Alexander Larsson  <alexl@redhat.com>

        * gthemedicon.c:
	Fix crashes in new constructor and properties code


svn path=/trunk/; revision=6666
2008-03-11 00:14:11 +00:00
Kenneth Nielsen
fadb7990f2 Updated Danish translation
svn path=/trunk/; revision=6664
2008-03-10 22:59:44 +00:00
Murray Cumming
1d77c0c7dd Minor spelling correction in documentation: existance -> existence.
2008-03-10  Murray Cumming  <murrayc@murrayc.com>

* gfile.c: Minor spelling correction in documentation:
existance -> existence.

svn path=/trunk/; revision=6663
2008-03-10 19:38:42 +00:00
Matthias Clasen
e2a4ed3287 2.16.0
svn path=/trunk/; revision=6661
2008-03-10 18:09:06 +00:00
Matthias Clasen
53e4dfb50f Updates
svn path=/trunk/; revision=6660
2008-03-10 17:49:20 +00:00
Matthias Clasen
497387c5f3 Fix symbol list
svn path=/trunk/; revision=6659
2008-03-10 17:10:37 +00:00
Matthias Clasen
536278adfd Bump version to 2.16.0
svn path=/trunk/; revision=6658
2008-03-10 16:53:25 +00:00
Matthias Clasen
a416c3c0f6 Fix a typo
svn path=/trunk/; revision=6657
2008-03-10 16:50:13 +00:00