Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
svn path=/trunk/; revision=6265
|
|
2008-01-07 Alexander Larsson <alexl@redhat.com>
* gunixinputstream.c (g_unix_input_stream_skip_finish):
Fix warning (#507835)
svn path=/trunk/; revision=6264
|
|
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
|
|
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
|
|
2008-01-07 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin
svn path=/trunk/; revision=6261
|
|
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
|
|
2008-01-07 Alexander Larsson <alexl@redhat.com>
* configure.in:
Add gio/test/Makefile to AC_CONFIG_FILES
svn path=/trunk/; revision=6259
|
|
svn path=/trunk/; revision=6258
|
|
svn path=/trunk/; revision=6257
|
|
svn path=/trunk/; revision=6256
|
|
2008-01-06 Matthias Clasen <mclasen@redhat.com>
* glib/gregex.c: Add a translator comment (#503051,
Pedro de Medeiros)
svn path=/trunk/; revision=6255
|
|
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
|
|
svn path=/trunk/; revision=6253
|
|
svn path=/trunk/; revision=6252
|
|
svn path=/trunk/; revision=6251
|
|
svn path=/trunk/; revision=6250
|
|
svn path=/trunk/; revision=6249
|
|
svn path=/trunk/; revision=6248
|
|
svn path=/trunk/; revision=6247
|
|
svn path=/trunk/; revision=6246
|
|
svn path=/trunk/; revision=6245
|
|
2008-01-04 Alexander Larsson <alexl@redhat.com>
* gio-marshal.list:
* gmountoperation.c:
Use the right type (uint) for the ask_password signal.
svn path=/trunk/; revision=6244
|
|
Spotted by Lieven van der Heide.
* glib/gmarkup.c: Use G_GUINT64_CONSTANT in bit-shift.
svn path=/trunk/; revision=6243
|
|
2008-01-04 Alexander Larsson <alexl@redhat.com>
* gappinfo.[ch]:
* gwin32appinfo.c:
* gio.symbols:
Add g_app_info_supports_files()
Remove desktop arg from g_app_info_should_show().
* gdesktopappinfo.[ch]:
Implement g_app_info_supports_files() and new should_show()
Add g_desktop_app_info_set_desktop_env() to set the desktop
for should_show(). (This will be set by gtk+ later)
svn path=/trunk/; revision=6242
|
|
2008-01-04 Alexander Larsson <alexl@redhat.com>
* gio.symbols:
* gmemoryinputstream.[ch]:
Improve API so that you can use multile chunks
of memory and custom destroy functions. (#506374)
svn path=/trunk/; revision=6241
|
|
svn path=/trunk/; revision=6240
|
|
Clytie Siddall <clytie@riverland.net.au>
svn path=/trunk/; revision=6239
|
|
2008-01-03 Alexander Larsson <alexl@redhat.com>
* gfileinfo.c:
Handle NULL attribute matchers safely, as we return this
for empty attribute matcher strings.
svn path=/trunk/; revision=6238
|
|
2008-01-03 Alexander Larsson <alexl@redhat.com>
* gunixmounts.c (g_unix_is_mount_path_system_internal):
Add /usr/local to list of internal mountpoints
svn path=/trunk/; revision=6237
|
|
2008-01-03 Alexander Larsson <alexl@redhat.com>
* glocalfileinfo.c:
Check for HAVE_LCHOWN (#505887)
svn path=/trunk/; revision=6236
|
|
2008-01-03 Alexander Larsson <alexl@redhat.com>
* gfileinfo.h:
* glocalfileinfo.c:
Add define for selinux context attribute.
Fix missing : -> :: namespace separator change
Fix missing _ -> - name change for xattr-sys.
(#505058)
svn path=/trunk/; revision=6235
|
|
2008-01-03 Alexander Larsson <alexl@redhat.com>
* fam/Makefile.am:
Link to libglib and libgobject directly (#504879)
Patch from Sebastien Bacher
svn path=/trunk/; revision=6234
|
|
2008-01-02 Alvaro Lopez Ortega <alvaro@sun.com>
* gio/gunixmount.c (g_unix_mount_unmount, g_unix_mount_eject):
These void functions were trying to return a value. It was causing
the compilation to fail.
svn path=/trunk/; revision=6232
|
|
svn path=/trunk/; revision=6231
|
|
2008-01-02 Alvaro Lopez Ortega <alvaro@sun.com>
* glib/ghash.c (g_hash_table_replace, g_hash_table_insert): These
functions prototype defines its output as void, and therefore they
should not return any value. This patch fixes a compilation error:
the "return" clauses were incompatible with the functions prototype.
svn path=/trunk/; revision=6230
|
|
2008-01-01 Wouter Bolsterlee <wbolster@svn.gnome.org>
* gfile.c: Expanded the g_file_new_for_commandline_arg
description a bit, based on the code and the docs of the
other g_file_new_for_* functions.
svn path=/trunk/; revision=6229
|
|
svn path=/trunk/; revision=6228
|
|
svn path=/trunk/; revision=6227
|
|
svn path=/trunk/; revision=6226
|
|
2007-12-31 Wouter Bolsterlee <wbolster@svn.gnome.org>
* gfilemonitor.h: Fixed typo in docs.
svn path=/trunk/; revision=6225
|
|
2007-12-31 Wouter Bolsterlee <wbolster@svn.gnome.org>
* gio/migrating.xml: Fixed invalid XML entity
svn path=/trunk/; revision=6224
|
|
2007-12-31 Wouter Bolsterlee <wbolster@svn.gnome.org>
* glib/tmpl/macros_misc.sgml: Fixed typo
svn path=/trunk/; revision=6223
|
|
* gcontenttype.c: Describe memory management for return value of
g_content_types_get_registered(). Missing piece from #505815.
* gdrive.c, gmount.c, gvolumemonitor.c: Add more description to
GVolume, GDrive, GMounts, which hopefully gives the user less
confusions when using this API. Following explainations from
Alexander Larsson on gtk-devel-list.
svn path=/trunk/; revision=6222
|
|
2007-12-24 Matthias Clasen <mclasen@redhat.com>
* glib/gtestutils.h:
* glib/glib.symbols: Mark assertion functions as G_GNUC_NORETURN.
(#506461, Sebastian Dröge)
svn path=/trunk/; revision=6221
|
|
svn path=/trunk/; revision=6220
|
|
svn path=/trunk/; revision=6219
|
|
2007-12-30 Matthias Clasen <mclasen@redhat.com>
* gdesktopfileinfo.c (g_app_info_get_all): Don't include NULLs
in the list of returned app infos.
svn path=/trunk/; revision=6218
|
|
svn path=/trunk/; revision=6217
|
|
svn path=/trunk/; revision=6216
|