Matthias Clasen
ee96535cec
Fix a doc typo
...
svn path=/trunk/; revision=7136
2008-07-02 03:41:58 +00:00
Cody Russell
a6a4779108
Fixed some more includes
...
svn path=/trunk/; revision=7131
2008-07-02 01:54:16 +00:00
Cody Russell
43d6efbb46
Fixed some include problems.
...
2008-07-01 Cody Russell <bratsche@gnome.org>
* gio/gwin32appinfo.c:
* gio/gwin32mount.c: Fixed some include problems.
svn path=/trunk/; revision=7130
2008-07-02 01:52:37 +00:00
Cody Russell
868d0cef12
Move my ChangeLog entry to the right place
...
svn path=/trunk/; revision=7129
2008-07-01 15:18:14 +00:00
Matthias Clasen
64770f4b0e
Clarify docs. Patch by Jared Moore
...
* gfile.c (g_file_append_to): Clarify docs.
Patch by Jared Moore
svn path=/trunk/; revision=7110
2008-06-30 05:02:06 +00:00
Matthias Clasen
9b89825af0
Unalias. Patch by Markus Bergman
...
* gcontentype.c (g_content_type_from_mime_type): Unalias.
Patch by Markus Bergman
svn path=/trunk/; revision=7109
2008-06-30 04:59:40 +00:00
Matthias Clasen
9df3b94a0d
Allow g_atomic_pointer_get
...
svn path=/trunk/; revision=7108
2008-06-30 04:55:27 +00:00
Matthias Clasen
e3313b2651
Add some tests for GMemoryOutputStream.
...
2008-06-29 Matthias Clasen <mclasen@redhat.com>
* tests/Makefile.am:
* tests/memory-output-stream.c: Add some tests for
GMemoryOutputStream.
2008-06-29 Matthias Clasen <mclasen@redhat.com>
Bug 540423 – unrecoverable error after g_seekable_truncate(seekable,
0, ...)
* gmemoryoutputstream.c (array_resize): Handle truncation to
zero correctly. Reported by Akira Tagoh
svn path=/trunk/; revision=7106
2008-06-30 03:47:27 +00:00
Matthias Clasen
19bf6826f0
Trivial doc fixes
...
svn path=/trunk/; revision=7104
2008-06-30 02:55:39 +00:00
Matthias Clasen
0741dea88f
Don't g_list_prepend one list to another. Pointed out by Jan Arne Petersen
...
* giomodule.c (_g_io_modules_ensure_loaded): Don't g_list_prepend
one list to another. Pointed out by Jan Arne Petersen
svn path=/trunk/; revision=7103
2008-06-30 02:44:52 +00:00
Michael Natterer
9dc8ea91a2
remove semicolons from G_IMPLEMENT_INTERFACE().
...
2008-06-28 Michael Natterer <mitch@imendio.com>
* gfileicon.c: remove semicolons from G_IMPLEMENT_INTERFACE().
svn path=/trunk/; revision=7101
2008-06-28 20:53:02 +00:00
Matthias Clasen
f6da8a493c
Don't do fallback for user-home and user-desktop to avoid problems with
...
* glocalfileinfo.c: Don't do fallback for user-home and user-desktop
to avoid problems with partial icon themes.
svn path=/trunk/; revision=7056
2008-06-19 03:30:17 +00:00
Hans Breuer
b696a978ea
bits and pieces from gtk-2-12 and gunix*.[hc] to make the file chooser
...
2008-06-17 Hans Breuer <hans@breuer.org>
* gwin32mount.[ch] gwin32volumemonitor.[ch] : bits and pieces from
gtk-2-12 and gunix*.[hc] to make the file chooser show drive letter
access again on win32, see bug #538127
* giomodule.c : ensure GWin32VolumeMonitor is registered
* glocaldireoctorymonitor.c : initial state on win32 is_mounted=TRUE
* Makefile.am makefile.msc : updated
svn path=/trunk/; revision=7055
2008-06-17 21:40:04 +00:00
Hans Breuer
203ac61027
fixed the date
...
svn path=/trunk/; revision=7053
2008-06-16 20:35:48 +00:00
Hans Breuer
890d13b40e
declaration and initialization in one step avoids c99ism
...
2008-05-19 Hans Breuer <hans@breuer.org>
* glocalfileenumerator.c(_g_local_file_enumerator_new) : declaration
and initialization in one step avoids c99ism
svn path=/trunk/; revision=7052
2008-06-16 20:34:42 +00:00
Christian Persch
9c17697b56
Use g_set_error_literal where appropriate. Patch from bug #535947 .
...
svn path=/trunk/; revision=7051
2008-06-16 16:53:58 +00:00
Tor Lillqvist
cc8adfaeb8
Bug 538362 - Get Win32 icons back in the file chooser
...
2008-06-16 Tor Lillqvist <tml@novell.com>
Bug 538362 - Get Win32 icons back in the file chooser
* gcontenttype.c (g_content_type_get_icon): Look up the icon
corresponding to a file extension in the Registry. Patch by Hans
Breuer.
(get_registry_classes_key): Handle also REG_EXPAND_SZ type values.
2008-06-16 Tor Lillqvist <tml@novell.com>
Patches by Hans Breuer:
* glocalfile.c (is_xp_or_later): Handle compiling against older
SDK headers with missing VerifyVersionInfo(). Conditioned on
_MSC_VER, but should probably use some better test.
* glocalfile.c (g_local_file_query_filesystem_info): Don't test
uninitialised statfs_result variable on Win32.
svn path=/trunk/; revision=7049
2008-06-16 13:23:14 +00:00
Michael Natterer
a4427bfff5
chain up unconditionally in finalize() and dispose(). Also don't
...
2008-06-16 Michael Natterer <mitch@imendio.com>
* *.c: chain up unconditionally in finalize() and dispose(). Also
don't dereference these function pointers when calling them since
that has no meaning at all.
svn path=/trunk/; revision=7048
2008-06-16 09:54:04 +00:00
Ross Burton
b207146976
Put my changelog entries in the right changelog, whoops
...
svn path=/trunk/; revision=7047
2008-06-16 09:31:20 +00:00
Matthias Clasen
dd24f9957c
Make includes more uniform
...
svn path=/trunk/; revision=7043
2008-06-16 04:36:03 +00:00
Yevgen Muntyan
e5347891fe
Use less fancy unicode filenames, so the test doesn't fail on Mac OS X
...
2008-06-12 Yevgen Muntyan <muntyan@tamu.edu>
* tests/live-g-file.c (sample_struct):
Use less fancy unicode filenames, so the test doesn't fail
on Mac OS X (#531476 ).
svn path=/trunk/; revision=7035
2008-06-13 03:56:26 +00:00
Matthias Clasen
135bb794fd
2.17.2
...
svn path=/trunk/; revision=7032
2008-06-12 18:37:44 +00:00
Matthias Clasen
6427d30d1f
2.17.1
...
svn path=/trunk/; revision=7029
2008-06-12 17:21:49 +00:00
A. Walton
52a03b97c6
Fix broken test case.
...
2008-06-11 A. Walton <awalton@gnome.org>
* tests/g-file.c (test_g_file_new_null):
Fix broken test case.
svn path=/trunk/; revision=7016
2008-06-11 20:02:31 +00:00
Matthias Clasen
4f2c99af79
Allow PLT entry for g_clear_error
...
svn path=/trunk/; revision=7013
2008-06-11 18:50:17 +00:00
Matthias Clasen
bb5bfd3546
revert unintended change
...
svn path=/trunk/; revision=6998
2008-06-11 14:25:18 +00:00
Matthias Clasen
9aad44c339
Don't unref before last use
...
svn path=/trunk/; revision=6997
2008-06-11 14:05:45 +00:00
Matthias Clasen
0e51f02ccb
Bug 537546 – 'desktop' shortcut in file chooser looks like a generic
...
folder
* glocalfileinfo.c (_g_local_file_info_get): Return user-desktop
as icon for the desktop directory, also make user-home and
user-desktop the preferred icons.
svn path=/trunk/; revision=6992
2008-06-10 16:56:25 +00:00
Matthias Clasen
0f370f9a04
Add g_themed_icon_prepend_name
...
svn path=/trunk/; revision=6991
2008-06-10 16:45:54 +00:00
Matthias Clasen
e12152159f
Bug 537392 – Additional colon in xattr name
...
* glocalfileinfo.c (set_xattr): Skip the second colon of the prefix,
too. Reported by Alessandro Morandi
svn path=/trunk/; revision=6990
2008-06-10 15:55:31 +00:00
Matthias Clasen
972a981f30
Fix attribution
...
svn path=/trunk/; revision=6989
2008-06-10 15:38:42 +00:00
Matthias Clasen
a0c45852e1
Bug 536641 – Filesystem querying in gio does not list AFS and autofs
...
file systems
* glocalfile.c (get_fs_type): Add afs and autofs.
Patch by Danny Baumann.
svn path=/trunk/; revision=6988
2008-06-10 15:37:41 +00:00
Matthias Clasen
946b78006b
Bug 528600 – g_dummy_file_get_parent("scheme://example.com/")
...
* gdummyfile.c (g_dummy_file_get_parent): Return NULL if there
is no parent. (Owen Taylor, patch by Christian Persch)
svn path=/trunk/; revision=6987
2008-06-10 15:27:39 +00:00
Paolo Borelli
9944e93fda
do not leak the output stream.
...
2008-06-10 Paolo Borelli <pborelli@katamail.com>
* gfile.c (g_file_replace_contents): do not leak the output stream.
svn path=/trunk/; revision=6984
2008-06-10 11:40:45 +00:00
Michael Natterer
b15a223a8a
fix SEGV by not using uninitialized memory as array index.
...
2008-06-10 Michael Natterer <mitch@imendio.com>
* gcontenttype.c (g_content_type_get_icon): fix SEGV by not using
uninitialized memory as array index.
svn path=/trunk/; revision=6981
2008-06-10 10:51:29 +00:00
Tor Lillqvist
8b5ad297da
Add TODO comments.
...
2008-06-10 Tor Lillqvist <tml@novell.com>
* gcontenttype.c (g_content_type_get_icon) [Win32]:
Add TODO comments.
svn path=/trunk/; revision=6980
2008-06-10 10:35:20 +00:00
Tor Lillqvist
c7b21acd7b
Add TODO comment.
...
2008-06-10 Tor Lillqvist <tml@novell.com>
* gcontenttype.c (g_content_type_can_be_executable) [Win32]: Add
TODO comment.
svn path=/trunk/; revision=6979
2008-06-10 10:34:02 +00:00
Matthias Clasen
9331b3f1ce
Fix the build
...
svn path=/trunk/; revision=6977
2008-06-09 21:38:35 +00:00
Matthias Clasen
c82988e262
Use icons from the shared mime database, if available.
...
svn path=/trunk/; revision=6976
2008-06-09 17:33:43 +00:00
Matthias Clasen
2bd31c9e6c
Sync with upstream
...
svn path=/trunk/; revision=6975
2008-06-09 16:45:19 +00:00
Michael Natterer
03a5797a62
don't define G_DISABLE_SINGLE_INCLUDES, it's in the global CPPFLAGS now.
...
2008-05-28 Michael Natterer <mitch@imendio.com>
* Makefile.am: don't define G_DISABLE_SINGLE_INCLUDES, it's in
the global CPPFLAGS now.
* tests/data-input-stream.c
* tests/data-output-stream.c
* tests/g-file-info.c
* tests/g-file.c
* tests/live-g-file.c
* tests/memory-input-stream.c: don't include <glib/gtestutils.h>
svn path=/trunk/; revision=6954
2008-05-28 16:17:45 +00:00
Matthias Clasen
e14f918de9
2.17.0
...
svn path=/trunk/; revision=6948
2008-05-27 21:22:45 +00:00
simon.zheng
58e4b46343
Fix #533369 . Check whether memeber statvfs.f_basetype available or not.
...
2008-05-27 simon.zheng <simon.zheng@sun.com>
* configure.in: Fix #533369 . Check whether memeber statvfs.f_basetype
available or not.
* gio/glocalfile.c: (g_local_file_query_filesystem_info):
Fix #533369 . Make G_FILE_ATTRIBUTE_FILESYSTEM_TYPE work on Solaris.
svn path=/trunk/; revision=6939
2008-05-27 07:51:13 +00:00
Michael Natterer
c9db84f9f2
declare g_memory_output_stream_get_data_size().
...
2008-05-26 Michael Natterer <mitch@imendio.com>
* gmemoryoutputstream.h: declare
g_memory_output_stream_get_data_size().
svn path=/trunk/; revision=6936
2008-05-26 11:52:24 +00:00
Matthias Clasen
cdc2910103
Make tests work
...
svn path=/trunk/; revision=6935
2008-05-26 05:57:09 +00:00
Matthias Clasen
eb5889df59
Add a new symbol
...
svn path=/trunk/; revision=6934
2008-05-26 05:56:08 +00:00
Ross Burton
8b6fdb362f
Fix typo in error message ( #534764 ).
...
2008-05-25 Ross Burton <ross@burtonini.com>
* glocalfile.c:
Fix typo in error message (#534764 ).
svn path=/trunk/; revision=6928
2008-05-25 18:31:42 +00:00
Ross Burton
75a558f900
Fix circular dependency loop for gioenumtypes.h ( #534759 ).
...
2008-05-25 Ross Burton <ross@burtonini.com>
* Makefile.am:
Fix circular dependency loop for gioenumtypes.h (#534759 ).
svn path=/trunk/; revision=6927
2008-05-25 15:49:27 +00:00
Hans Breuer
fd86d833b3
EXTRA_DIST += makefile.msc
...
2008-05-19 Hans Breuer <hans@breuer.org>
* Makefile.am : EXTRA_DIST += makefile.msc
svn path=/trunk/; revision=6912
2008-05-19 05:18:10 +00:00
Matthias Clasen
a30f8df3c8
fix free space information for ncpfs
...
svn path=/trunk/; revision=6902
2008-05-17 06:08:08 +00:00