Jens Granseuer [Wed, 23 Jan 2008 22:22:27 +0000 (22:22 +0000)]
Only declare variables at the beginning of a code block. Bug #511654.
2008-01-23 Jens Granseuer <jensgr@gmx.net>
* glib/gtestutils.c: (g_test_trap_fork):
* glib/tests/testing.c: (test_assertions): Only declare variables at
the beginning of a code block. Bug #511654.
svn path=/trunk/; revision=6361
Vasiliy Faronov [Wed, 23 Jan 2008 22:03:31 +0000 (22:03 +0000)]
Updated Russian translation.
2008-01-24 Vasiliy Faronov <qvvx@yandex.ru>
* ru.po: Updated Russian translation.
svn path=/trunk/; revision=6360
Matthias Clasen [Wed, 23 Jan 2008 06:24:27 +0000 (06:24 +0000)]
Additions
svn path=/trunk/; revision=6359
Matthias Clasen [Wed, 23 Jan 2008 05:46:43 +0000 (05:46 +0000)]
Some doc additions
svn path=/trunk/; revision=6358
Duarte Loreto [Wed, 23 Jan 2008 01:48:03 +0000 (01:48 +0000)]
Updated Portuguese translation.
2008-01-23 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
svn path=/trunk/; revision=6357
Alexander Larsson [Tue, 22 Jan 2008 16:16:32 +0000 (16:16 +0000)]
Don't leak basename.
2008-01-22 Alexander Larsson <alexl@redhat.com>
* gdesktopappinfo.c:
(g_desktop_app_info_new):
Don't leak basename.
svn path=/trunk/; revision=6356
Alexander Larsson [Tue, 22 Jan 2008 14:15:51 +0000 (14:15 +0000)]
Don't leak GKeyFile
2008-01-22 Alexander Larsson <alexl@redhat.com>
* gdesktopappinfo.c:
(g_desktop_app_info_new_from_filename):
Don't leak GKeyFile
svn path=/trunk/; revision=6355
Alexander Larsson [Tue, 22 Jan 2008 13:24:48 +0000 (13:24 +0000)]
Fix leak of uri
2008-01-22 Alexander Larsson <alexl@redhat.com>
* glocalfileinfo.c (get_thumbnail_attributes):
Fix leak of uri
svn path=/trunk/; revision=6354
Alexander Larsson [Tue, 22 Jan 2008 09:38:37 +0000 (09:38 +0000)]
Canonicalize paths that start with more than two slashes.
2008-01-22 Alexander Larsson <alexl@redhat.com>
* glocalfile.c:
(canonicalize_filename):
Canonicalize paths that start with more than
two slashes.
* tests/g-file.c:
(compare_two_files):
(test_g_file_new_for_path):
Test the above
svn path=/trunk/; revision=6353
Alexander Larsson [Tue, 22 Jan 2008 09:19:58 +0000 (09:19 +0000)]
Fix c++ comment
svn path=/trunk/; revision=6352
Alexander Larsson [Tue, 22 Jan 2008 09:13:28 +0000 (09:13 +0000)]
Allow UTF-8 in file:// parse names.
2008-01-22 Alexander Larsson <alexl@redhat.com>
* glocalfile.c:
Allow UTF-8 in file:// parse names.
* tests/Makefile.am:
* tests/data-input-stream.c:
* tests/data-output-stream.c:
* tests/g-file-info.c:
* tests/g-file.c:
Added a bunch of tests from Tomas Bzatek
svn path=/trunk/; revision=6351
Stéphane Raimbault [Mon, 21 Jan 2008 21:48:58 +0000 (21:48 +0000)]
Updated French translation by Claude Paroz.
2008-01-21 Stéphane Raimbault <stephane.raimbault@gmail.com>
* fr.po: Updated French translation by Claude Paroz.
svn path=/trunk/; revision=6350
Matthias Clasen [Mon, 21 Jan 2008 18:09:53 +0000 (18:09 +0000)]
Bump version
svn path=/trunk/; revision=6349
Matthias Clasen [Mon, 21 Jan 2008 18:07:13 +0000 (18:07 +0000)]
2.15.3
svn path=/trunk/; revision=6347
Tor Lillqvist [Mon, 21 Jan 2008 17:29:43 +0000 (17:29 +0000)]
Add the gio DLL to the runtime zipfile.
2008-01-21 Tor Lillqvist <tml@novell.com>
* glib-zip.in: Add the gio DLL to the runtime zipfile.
svn path=/trunk/; revision=6346
Tor Lillqvist [Mon, 21 Jan 2008 17:26:08 +0000 (17:26 +0000)]
Fix syntax error.
2008-01-21 Tor Lillqvist <tml@novell.com>
* el.po: Fix syntax error.
svn path=/trunk/; revision=6345
Matthias Clasen [Mon, 21 Jan 2008 15:50:34 +0000 (15:50 +0000)]
Updates
svn path=/trunk/; revision=6344
Kostas Papadimas [Mon, 21 Jan 2008 15:47:16 +0000 (15:47 +0000)]
Updated Greek translation
svn path=/trunk/; revision=6343
Alexander Larsson [Mon, 21 Jan 2008 15:11:56 +0000 (15:11 +0000)]
Remove duplicated GSeekable functions. (#509990) Just use the
2008-01-21 Alexander Larsson <alexl@redhat.com>
* gfileinputstream.[ch]:
* gfileoutputstream.[ch]:
* gio.symbols:
Remove duplicated GSeekable functions. (#509990)
Just use the g_seekable_xxx() calls instead.
svn path=/trunk/; revision=6342
Matthias Clasen [Mon, 21 Jan 2008 14:02:19 +0000 (14:02 +0000)]
Whitespace cleanups.
2008-01-21 Matthias Clasen <mclasen@redhat.com>
* glocal*.c:
* gvolumemanager.c: Whitespace cleanups.
* glocalfileoutputsteam.c (_g_local_file_output_stream_create):
Use the right mode when creating the file.
svn path=/trunk/; revision=6341
Murray Cumming [Mon, 21 Jan 2008 13:11:13 +0000 (13:11 +0000)]
Accept -1 for the data length if the data is a null-terminated string. Bug
2008-01-20 Murray Cumming <murrayc@murrayc.com>
* glib/gchecksum.c: (g_checksum_update): Accept -1 for the data
length if the data is a null-terminated string. Bug #510855.
svn path=/trunk/; revision=6340
Murray Cumming [Mon, 21 Jan 2008 13:08:23 +0000 (13:08 +0000)]
Documentation: Fixed minor typos and added more mentions of specific
2008-01-21 Murray Cumming,,, <murrayc@murrayc.com>
* gfileenumerator.c:
* gfileinputstream.c:
* ginputstream.c:
* goutputstream.c: Documentation: Fixed minor typos
and added more mentions of specific _finish() functions.
svn path=/trunk/; revision=6339
Alexander Larsson [Mon, 21 Jan 2008 10:35:44 +0000 (10:35 +0000)]
Removed. Removed. Removed the included copies of the inotify headers. We
2008-01-21 Alexander Larsson <alexl@redhat.com>
* inotify/Makefile.am:
* inotify/inotify-helper.c:
* inotify/inotify-kernel.c:
* inotify/inotify-path.c:
* inotify/local_inotify.h: Removed.
* inotify/local_inotify_syscalls.h: Removed.
Removed the included copies of the inotify
headers. We now only use the <sys/inotify.h>
header which exists on modern systems.
This fixes problems on ARM and SH5 (#510448)
but is also generally much cleaner and future
safe. For instance, if other OSes add support
for inotify it should "just work".
svn path=/trunk/; revision=6338
Matthias Clasen [Mon, 21 Jan 2008 05:12:16 +0000 (05:12 +0000)]
Coding style fixes
svn path=/trunk/; revision=6337
Matthias Clasen [Mon, 21 Jan 2008 03:49:20 +0000 (03:49 +0000)]
Documentation updates
svn path=/trunk/; revision=6336
Murray Cumming [Sun, 20 Jan 2008 17:42:35 +0000 (17:42 +0000)]
documentation: Fixed more minor typos.
2008-01-20 Murray Cumming <murrayc@murrayc.com>
* gfile.c: documentation: Fixed more minor
typos.
svn path=/trunk/; revision=6335
Murray Cumming [Fri, 18 Jan 2008 18:16:28 +0000 (18:16 +0000)]
documentation: Mention g_mount_remount_finish() instead of
2008-01-18 Murray Cumming <murrayc@murrayc.com>
* gmount.c: (g_mount_remount): documentation:
Mention g_mount_remount_finish() instead of
g_mount_unmount_finish().
svn path=/trunk/; revision=6334
16:51:23 Tim Janik [Fri, 18 Jan 2008 15:51:49 +0000 (15:51 +0000)]
don't define __GNUC_PREREQ which is not in the glib namespace. for gcc,
2008-01-18 16:51:23 Tim Janik <timj@imendio.com>
* glib/gutils.h: don't define __GNUC_PREREQ which is not in the glib
namespace. for gcc, define G_INLINE_FUNC to "static inline" as with
all other C compilers, because newer GCC versions incompatibly
changed "extern inline" semantics.
svn path=/trunk/; revision=6333
Murray Cumming [Fri, 18 Jan 2008 09:41:46 +0000 (09:41 +0000)]
Fixed some minor typos in the documentation.
2008-01-18 Murray Cumming <murrayc@murrayc.com>
* glib/gfileutils.c:
* glib/gsequence.c:
* glib/gstring.c: Fixed some minor typos in the documentation.
svn path=/trunk/; revision=6332
Murray Cumming [Fri, 18 Jan 2008 09:41:09 +0000 (09:41 +0000)]
Fixed some minor typos in the documentation.
2008-01-18 Murray Cumming <murrayc@murrayc.com>
* gappinfo.c:
* gcancellable.c:
* gfile.c: Fixed some minor typos in the
documentation.
svn path=/trunk/; revision=6331
Murray Cumming [Thu, 17 Jan 2008 23:43:31 +0000 (23:43 +0000)]
Documentation: Clarify the ownership of the regurn GLists.
2008-01-18 Murray Cumming <murrayc@murrayc.com>
* gio/gvolumemonitor.c:
(g_volume_monitor_get_connected_drives):
(g_volume_monitor_get_volumes):
(g_volume_monitor_get_mounts): Documentation:
Clarify the ownership of the regurn GLists.
svn path=/trunk/; revision=6330
Maxim Dziumanenko [Thu, 17 Jan 2008 16:28:52 +0000 (16:28 +0000)]
Updated Ukrainian translation.
2008-01-17 Maxim Dziumanenko <dziumanenko@gmail.com>
* uk.po: Updated Ukrainian translation.
svn path=/trunk/; revision=6329
Yang Zhang [Thu, 17 Jan 2008 15:17:03 +0000 (15:17 +0000)]
Updated zh_CN translation
svn path=/trunk/; revision=6328
Yang Zhang [Thu, 17 Jan 2008 14:58:19 +0000 (14:58 +0000)]
Updated zh_CN translation from manphiz
svn path=/trunk/; revision=6327
Alexander Larsson [Thu, 17 Jan 2008 14:30:07 +0000 (14:30 +0000)]
Add the async find_enclosing_mount version to the header file too.
2008-01-17 Alexander Larsson <alexl@redhat.com>
* gfile.h:
Add the async find_enclosing_mount version
to the header file too.
svn path=/trunk/; revision=6326
Alexander Larsson [Thu, 17 Jan 2008 14:22:13 +0000 (14:22 +0000)]
Add async version of find_enclosing_mount with default implementation.
2008-01-17 Alexander Larsson <alexl@redhat.com>
* gfile.c:
Add async version of find_enclosing_mount
with default implementation.
svn path=/trunk/; revision=6325
Alexander Larsson [Thu, 17 Jan 2008 10:57:48 +0000 (10:57 +0000)]
Allow calls to implementation of copy and write even if the type of the
2008-01-17 Alexander Larsson <alexl@redhat.com>
* gfile.c:
(g_file_copy):
(g_file_move):
Allow calls to implementation of copy and write
even if the type of the file implementations is
different. This can be used to implement native
upload and download calls in a vfs.
* glocalfile.c:
(g_local_file_move):
Protect against the case where move is called
with one file not being local.
Make sure we call the progress callback once
in the native move operation so that the caller
knows how many bytes were copied.
svn path=/trunk/; revision=6324
Dan Winship [Wed, 16 Jan 2008 21:28:04 +0000 (21:28 +0000)]
Fix another bug (which doesn't affect the results, but may cause it to
* glib/gchecksum.c (md5_sum_update): Fix another bug (which
doesn't affect the results, but may cause it to read bad memory).
svn path=/trunk/; revision=6323
Murray Cumming [Wed, 16 Jan 2008 20:00:23 +0000 (20:00 +0000)]
Corrected some typos in the documentation: occured -> occurred. its ->
2008-01-16 Murray Cumming <murrayc@murrayc.com>
* gappinfo.c:
* gdatainputstream.c:
* gfile.c:
* gfileoutputstream.c:
* ginputstream.c:
* gmount.c:
* goutputstream.c:
* gseekable.c:
* gunixmounts.c: Corrected some typos in the documentation:
occured -> occurred.
its -> it's (where appropriate).
svn path=/trunk/; revision=6322
Inaki Larranaga Murgoitio [Wed, 16 Jan 2008 17:58:17 +0000 (17:58 +0000)]
Updated Basque translation.
2008-01-16 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
* eu.po: Updated Basque translation.
svn path=/trunk/; revision=6321
Rahul Bhalerao [Wed, 16 Jan 2008 14:44:14 +0000 (14:44 +0000)]
Updated Marathi translations
svn path=/trunk/; revision=6320
Alexander Larsson [Wed, 16 Jan 2008 10:11:26 +0000 (10:11 +0000)]
Add g_file_query_exists (#508771)
2008-01-16 Alexander Larsson <alexl@redhat.com>
* gfile.[ch]:
* gio.symbols:
Add g_file_query_exists (#508771)
svn path=/trunk/; revision=6319
Murray Cumming [Tue, 15 Jan 2008 14:08:41 +0000 (14:08 +0000)]
For async functions that have no non-async version, document that the
2008-01-15 Murray Cumming <murrayc@murrayc.com>
* gdrive.c:
* gfile.c:
* gmount.c:
* gvolume.c: For async functions that have no non-async
version, document that the GAsyncReadyCallback may be NULL.
Bug #509626.
svn path=/trunk/; revision=6318
Alexander Larsson [Tue, 15 Jan 2008 13:09:07 +0000 (13:09 +0000)]
Clarify docs for g_uri_unescape_string() (#508773)
2008-01-15 Alexander Larsson <alexl@redhat.com>
* glib/gurifuncs.c:
Clarify docs for g_uri_unescape_string() (#508773)
svn path=/trunk/; revision=6317
Alexander Larsson [Tue, 15 Jan 2008 11:47:04 +0000 (11:47 +0000)]
Don't do pointer arithmetic on void * (#508602) Patch from Kazuki IWAMOTO
2008-01-15 Alexander Larsson <alexl@redhat.com>
* gmemoryinputstream.c:
* gmemoryoutputstream.c:
Don't do pointer arithmetic on void * (#508602)
Patch from Kazuki IWAMOTO
svn path=/trunk/; revision=6316
Dan Winship [Tue, 15 Jan 2008 10:12:58 +0000 (10:12 +0000)]
Support gio in AM_PATH_GLIB_2_0 (#509465)
2008-01-14 Dan Winship <danw@gnome.org>
* m4macros/glib-2.0.m4: Support gio in AM_PATH_GLIB_2_0 (#509465)
svn path=/trunk/; revision=6315
Dan Winship [Tue, 15 Jan 2008 06:21:58 +0000 (06:21 +0000)]
fix this; the previous code gave the wrong md5sum when called in certain
* glib/gchecksum.c (md5_sum_update): fix this; the previous code
gave the wrong md5sum when called in certain ways with buffers
larger than 64 bytes.
(g_checksum_update): remove the unnecessary "length > 1"
restriction
* tests/checksum-test.c: Rewrite this to be much more exhaustive
(and in particular to test the md5_sum_update bugfix).
svn path=/trunk/; revision=6314
Daniel Nylander [Tue, 15 Jan 2008 00:58:57 +0000 (00:58 +0000)]
sv.po: Swedish translation updated
svn path=/trunk/; revision=6313
Matthias Clasen [Mon, 14 Jan 2008 17:13:07 +0000 (17:13 +0000)]
Bump version
svn path=/trunk/; revision=6312
Matthias Clasen [Mon, 14 Jan 2008 16:43:59 +0000 (16:43 +0000)]
2.15.2
svn path=/trunk/; revision=6310
Jorge Gonzalez Gonzalez [Mon, 14 Jan 2008 16:16:27 +0000 (16:16 +0000)]
Updated Spanish translation
svn path=/trunk/; revision=6309
Matthias Clasen [Mon, 14 Jan 2008 15:12:21 +0000 (15:12 +0000)]
Updates
svn path=/trunk/; revision=6308
Alexander Larsson [Mon, 14 Jan 2008 15:04:25 +0000 (15:04 +0000)]
Don't set error here, since we fallback to polling monitor.
2008-01-14 Alexander Larsson <alexl@redhat.com>
* gfile.c (g_file_monitor_file):
Don't set error here, since we fallback to polling monitor.
svn path=/trunk/; revision=6307
Alexander Larsson [Mon, 14 Jan 2008 15:00:31 +0000 (15:00 +0000)]
Add GError to file monitor calls
2008-01-14 Alexander Larsson <alexl@redhat.com>
* gfile.[ch]:
(g_file_monitor_directory):
(g_file_monitor_file):
Add GError to file monitor calls
* glocaldirectorymonitor.c:
* glocaldirectorymonitor.h:
* glocalfile.c:
* glocalfilemonitor.c:
* glocalfilemonitor.h:
* gunixmounts.c:
Update for above change
svn path=/trunk/; revision=6306
Alexander Larsson [Mon, 14 Jan 2008 14:55:27 +0000 (14:55 +0000)]
Handle root correctly in g_file_get_relative_path (#508719)
2008-01-14 Alexander Larsson <alexl@redhat.com>
* glocalfile.c:
(match_prefix):
Handle root correctly in g_file_get_relative_path (#508719)
svn path=/trunk/; revision=6305
Alexander Larsson [Mon, 14 Jan 2008 14:39:28 +0000 (14:39 +0000)]
Clarify docs for g_uri_escape_string (#508773)
2008-01-14 Alexander Larsson <alexl@redhat.com>
* glib/gurifuncs.c:
Clarify docs for g_uri_escape_string (#508773)
svn path=/trunk/; revision=6304
Alexander Larsson [Mon, 14 Jan 2008 14:12:48 +0000 (14:12 +0000)]
Clean up docs and example for GAsyncResult (#508074)
2008-01-14 Alexander Larsson <alexl@redhat.com>
* gasyncresult.c:
Clean up docs and example for GAsyncResult (#508074)
svn path=/trunk/; revision=6303
Luca Ferretti [Sun, 13 Jan 2008 11:53:24 +0000 (11:53 +0000)]
Updated Italian translation.
2008-01-13 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
svn path=/trunk/; revision=6302
Djihed Afifi [Sat, 12 Jan 2008 22:03:10 +0000 (22:03 +0000)]
Updated Arabic Translation by Djihed Afifi.
svn path=/trunk/; revision=6301
Baris Cicek [Sat, 12 Jan 2008 14:10:53 +0000 (14:10 +0000)]
Updated Turkish Translation
svn path=/trunk/; revision=6300
Changwoo Ryu [Sat, 12 Jan 2008 14:09:26 +0000 (14:09 +0000)]
Updated Korean translation.
svn path=/trunk/; revision=6299
Andre Klapper [Sat, 12 Jan 2008 13:33:22 +0000 (13:33 +0000)]
ALL_LINGUAS: remove line breaks from previous commit to get damned-lies
2008-01-12 Andre Klapper <
a9016009@gmx.de>
* configure.in: ALL_LINGUAS: remove line breaks from previous
commit to get damned-lies stats correct again. Add Sinhala (si).
svn path=/trunk/; revision=6298
Tim Janik [Fri, 11 Jan 2008 16:59:44 +0000 (16:59 +0000)]
Fixed copyright and credit for Asbjoern Pettersen.
svn path=/trunk/; revision=6297
Matthias Clasen [Fri, 11 Jan 2008 16:44:15 +0000 (16:44 +0000)]
hook up testutils docs
svn path=/trunk/; revision=6296
Murray Cumming [Fri, 11 Jan 2008 16:23:30 +0000 (16:23 +0000)]
Clarify the sentence about GAsyncReadyCallback, and correct some spelling
2008-01-11 Murray Cumming <murrayc@murrayc.com>
* gfile.c: Clarify the sentence about GAsyncReadyCallback,
and correct some spelling mistakes. Bug #508108.
svn path=/trunk/; revision=6295
Matthias Clasen [Fri, 11 Jan 2008 14:36:31 +0000 (14:36 +0000)]
Add a comment
svn path=/trunk/; revision=6294
Murray Cumming [Fri, 11 Jan 2008 14:15:07 +0000 (14:15 +0000)]
GFileInfo description: Mention how to actually set attributes in a GFile
2008-01-10 Murray Cumming <murrayc@murrayc.com>
* gfileinfo.c: GFileInfo description: Mention
how to actually set attributes in a GFile and how to discover
which attributes are settable. Bug #508378.
svn path=/trunk/; revision=6293
12:55:19 Tim Janik [Fri, 11 Jan 2008 11:57:15 +0000 (11:57 +0000)]
added g_base64_encode()/g_base64_decode() test case by Asbjoern
2008-01-11 12:55:19 Tim Janik <timj@imendio.com>
* tests/testingbase64.c: added g_base64_encode()/g_base64_decode()
test case by Asbjoern <asbgpe@online.no>. fixed up coding style.
svn path=/trunk/; revision=6292
09:00:28 Tim Janik [Fri, 11 Jan 2008 08:01:44 +0000 (08:01 +0000)]
use mv/sed/rm on a temporary file instead of "sed -i" which is not
2008-01-11 09:00:28 Tim Janik <timj@imendio.com>
* glib/Makefile.am (install-exec-hook): use mv/sed/rm on a temporary
file instead of "sed -i" which is not portable enough.
svn path=/trunk/; revision=6291
A. Walton [Thu, 10 Jan 2008 13:25:41 +0000 (13:25 +0000)]
Check for NULL content types.
2008-01-10 A. Walton <awalton@svn.gnome.org>
* gdesktopappinfo.c: (g_app_info_get_all_for_type),
(g_app_info_get_default_for_type):
Check for NULL content types.
svn path=/trunk/; revision=6290
Frederic Crozat [Thu, 10 Jan 2008 09:55:35 +0000 (09:55 +0000)]
add rpc_pipefs to systemfs list (#508309).
2008-01-10 Frederic Crozat <fcrozat@mandriva.com>
* gunixmounts.c: add rpc_pipefs to systemfs list (#508309).
svn path=/trunk/; revision=6289
Yair Hershkovitz [Wed, 9 Jan 2008 17:41:37 +0000 (17:41 +0000)]
updated hebrew translation
svn path=/trunk/; revision=6288
Murray Cumming [Wed, 9 Jan 2008 17:04:06 +0000 (17:04 +0000)]
*_async() functions: Several small corrections to the documentation,
2008-01-09 Murray Cumming <murrayc@murrayc.com>
* gfile.c: *_async() functions: Several small corrections
to the documentation, mostly correcting copy/paste errors
and improving some sentences.
svn path=/trunk/; revision=6287
Dan Winship [Wed, 9 Jan 2008 16:39:42 +0000 (16:39 +0000)]
x86_64 fix
* glocalfile.c (get_unique_filename): x86_64 fix
svn path=/trunk/; revision=6286
Alexander Larsson [Wed, 9 Jan 2008 15:45:56 +0000 (15:45 +0000)]
Add g_unix_mount_guess_should_display and use for unix volume monitor
2008-01-09 Alexander Larsson <alexl@redhat.com>
* gio.symbols:
* gunixmount.c:
* gunixmounts.[ch]:
Add g_unix_mount_guess_should_display and use
for unix volume monitor backend.
This means we more or less show what the
gnome-vfs backend did.
Based on patch from Padraig O'Briain
svn path=/trunk/; revision=6285
Alexander Larsson [Wed, 9 Jan 2008 15:20:49 +0000 (15:20 +0000)]
Add g_themed_icon_new_with_default_fallbacks
2008-01-09 Alexander Larsson <alexl@redhat.com>
* gio.symbols:
* gthemedicon.[ch]:
Add g_themed_icon_new_with_default_fallbacks
* gunixmounts.c:
Use default fallbacks for icons
svn path=/trunk/; revision=6284
Jorge Gonzalez Gonzalez [Wed, 9 Jan 2008 14:57:03 +0000 (14:57 +0000)]
Updated Spanish translation
svn path=/trunk/; revision=6283
Alexander Larsson [Wed, 9 Jan 2008 14:43:41 +0000 (14:43 +0000)]
Change the API a bit so that unhandled methods get reported via the reply,
2008-01-09 Alexander Larsson <alexl@redhat.com>
* gio-marshal.list:
* gmountoperation.[ch]:
Change the API a bit so that unhandled methods
get reported via the reply, rather than by
the signal emission return value. This is because
some handlers can't know this immediately without
doing I/O, and this is an async operation that
should not block.
svn path=/trunk/; revision=6282
Alexander Larsson [Wed, 9 Jan 2008 08:08:43 +0000 (08:08 +0000)]
Fix double free crash (#508224) Patch from Joe Marcus Clarke
2008-01-09 Alexander Larsson <alexl@redhat.com>
* fam/fam-helper.c:
* fam/gfamdirectorymonitor.c:
* fam/gfamfilemonitor.c:
Fix double free crash (#508224)
Patch from Joe Marcus Clarke
svn path=/trunk/; revision=6281
Alexander Larsson [Tue, 8 Jan 2008 20:37:43 +0000 (20:37 +0000)]
Add gio/gio.h include to check for c++ problems.
2008-01-08 Alexander Larsson <alexl@redhat.com>
* tests/cxx-test.C:
Add gio/gio.h include to check for c++ problems.
svn path=/trunk/; revision=6280
Alexander Larsson [Tue, 8 Jan 2008 09:11:15 +0000 (09:11 +0000)]
Remove GDirectoryMonitor refernces
2008-01-08 Alexander Larsson <alexl@redhat.com>
* gio/gio-docs.xml:
* gio/migrating.xml:
Remove GDirectoryMonitor refernces
svn path=/trunk/; revision=6278
Matthias Clasen [Mon, 7 Jan 2008 17:00:01 +0000 (17:00 +0000)]
bump version
svn path=/trunk/; revision=6269
Matthias Clasen [Mon, 7 Jan 2008 16:47:36 +0000 (16:47 +0000)]
2.15.1
svn path=/trunk/; revision=6267
Luca Ferretti [Mon, 7 Jan 2008 14:38:35 +0000 (14:38 +0000)]
remove deleted file gio/gdirectorymonitor.c
2008-01-07 Luca Ferretti <elle.uca@libero.it>
* POTFILES.in: remove deleted file gio/gdirectorymonitor.c
* it.po: Updated Italian translation.
svn path=/trunk/; revision=6266
Matthias Clasen [Mon, 7 Jan 2008 14:09:12 +0000 (14:09 +0000)]
Updates
svn path=/trunk/; revision=6265
Alexander Larsson [Mon, 7 Jan 2008 13:58:37 +0000 (13:58 +0000)]
Fix warning (#507835)
2008-01-07 Alexander Larsson <alexl@redhat.com>
* gunixinputstream.c (g_unix_input_stream_skip_finish):
Fix warning (#507835)
svn path=/trunk/; revision=6264
Alexander Larsson [Mon, 7 Jan 2008 13:56:10 +0000 (13:56 +0000)]
Pass --internal to glib-genmarshal
2008-01-07 Alexander Larsson <alexl@redhat.com>
* Makefile.am:
Pass --internal to glib-genmarshal
* gfilemonitor.c:
* gmountoperation.c:
* gio-marshal.list:
Use better types for signal arguments (#507822)
svn path=/trunk/; revision=6263
Alexander Larsson [Mon, 7 Jan 2008 13:42:08 +0000 (13:42 +0000)]
Build test subdir after . Remove gdirectorymonitor.[ch]
2008-01-07 Alexander Larsson <alexl@redhat.com>
* Makefile.am:
Build test subdir after .
Remove gdirectorymonitor.[ch]
* gdirectorymonitor.[ch]:
* gfilemonitor.c:
* gfile.[ch]:
* gio.h:
Remove GDirectoryMonitor and make
GFileMonitor the baseclass for both file and
directory monitors. Lift the more generic
rate limiting code from GDirectoryMonitor
into GFileMonitor.
* fam/fam-helper.c:
* fam/gfamdirectorymonitor.[ch]:
* inotify/ginotifydirectorymonitor.[ch]:
* inotify/inotify-helper.c:
* glocaldirectorymonitor.[ch]:
* glocalfile.c:
* gvolumemonitor.c:
Update for the removed GDirectoryMonitor.
* gmemoryoutputstream.c:
Remove ununsed variable
svn path=/trunk/; revision=6262
Priit Laes [Mon, 7 Jan 2008 11:09:26 +0000 (11:09 +0000)]
Translation updated by Ivar Smolin
2008-01-07 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin
svn path=/trunk/; revision=6261
Alexander Larsson [Mon, 7 Jan 2008 10:11:57 +0000 (10:11 +0000)]
Translate error strings
2008-01-07 Alexander Larsson <alexl@redhat.com>
* gmemoryinputstream.c:
Translate error strings
* gio.symbols:
* gmemoryoutputstream.[ch]:
New implementation that avoids using GByteArray
in implementation and API. (#506377)
svn path=/trunk/; revision=6260
Alexander Larsson [Mon, 7 Jan 2008 08:57:29 +0000 (08:57 +0000)]
Add gio/test/Makefile to AC_CONFIG_FILES
2008-01-07 Alexander Larsson <alexl@redhat.com>
* configure.in:
Add gio/test/Makefile to AC_CONFIG_FILES
svn path=/trunk/; revision=6259
Matthias Clasen [Mon, 7 Jan 2008 06:19:27 +0000 (06:19 +0000)]
Updates
svn path=/trunk/; revision=6258
Matthias Clasen [Mon, 7 Jan 2008 06:14:40 +0000 (06:14 +0000)]
Add some tests
svn path=/trunk/; revision=6257
Matthias Clasen [Mon, 7 Jan 2008 05:18:17 +0000 (05:18 +0000)]
Mark strings for translation.
svn path=/trunk/; revision=6256
Matthias Clasen [Mon, 7 Jan 2008 03:39:41 +0000 (03:39 +0000)]
Add a translator comment (#503051, Pedro de Medeiros)
2008-01-06 Matthias Clasen <mclasen@redhat.com>
* glib/gregex.c: Add a translator comment (#503051,
Pedro de Medeiros)
svn path=/trunk/; revision=6255
Matthias Clasen [Mon, 7 Jan 2008 03:08:37 +0000 (03:08 +0000)]
Cope with gcc 4.3 changed 'extern inline' semantics. (#315437, patch by
2008-01-06 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.h: Cope with gcc 4.3 changed 'extern inline'
semantics. (#315437, patch by Loïc Minier)
svn path=/trunk/; revision=6254
Matthias Clasen [Sun, 6 Jan 2008 23:12:24 +0000 (23:12 +0000)]
Fix fdwalk on OS X
svn path=/trunk/; revision=6253
Matthias Clasen [Sun, 6 Jan 2008 17:48:41 +0000 (17:48 +0000)]
Document new dependencies
svn path=/trunk/; revision=6252
Matthias Clasen [Sun, 6 Jan 2008 17:18:52 +0000 (17:18 +0000)]
Require glib-2.0
svn path=/trunk/; revision=6251
Yair Hershkovitz [Sun, 6 Jan 2008 16:28:46 +0000 (16:28 +0000)]
updated hebrew translation
svn path=/trunk/; revision=6250