1 2008-02-25 Alexander Larsson <alexl@redhat.com>
4 Implement trashing and filesystem::readonly for win32 (#517235)
5 Patch from Yevgen Muntyan
7 2008-02-23 Matthias Clasen <mclasen@redhat.com>
9 * gfileinfo.h: Documentation fixes.
11 2008-02-22 Alexander Larsson <alexl@redhat.com>
13 * gcontenttype.c (g_content_type_get_icon):
14 Look at old-style gnome mime icon names too, as many
15 have not moved to the new style.
17 2008-02-21 Matthias Clasen <mclasen@redhat.com>
19 * *.c: Correct the @include in for section docs.
21 2008-02-21 David Zeuthen <davidz@redhat.com>
23 * glocalfileinfo.c: (_g_local_file_info_get):
25 (g_content_type_get_icon): Implement this function by
26 moving bits from glocalfileinfo.c
27 (g_content_type_get_description): Unalias before getting
30 * gfile.c: (g_file_class_init),
31 (g_file_query_filesystem_info_async),
32 (g_file_query_filesystem_info_finish),
33 (query_filesystem_info_data_free),
34 (query_filesystem_info_async_thread),
35 (g_file_real_query_filesystem_info_async),
36 (g_file_real_query_filesystem_info_finish):
37 * gfile.h: Implement async version of
38 g_file_query_filesystem_info()
40 * gfileinfo.h: Add new attributes for filesystem::use-preview
44 * gthemedicon.c: (g_themed_icon_append_name):
45 * gthemedicon.h: Add new new convenience function.
47 * gunionvolumemonitor.c: (g_union_volume_monitor_dispose),
48 (get_mounts), (get_volumes), (get_connected_drives),
49 (get_volume_for_uuid), (get_mount_for_uuid),
50 (g_union_volume_monitor_init), (populate_union_monitor),
51 (g_volume_monitor_get), (_g_mount_get_for_mount_path),
52 (g_volume_monitor_adopt_orphan_mount):
54 * gvolumemonitor.h: Use recursive locks so it's safe for volume
55 monitor implementations to call into the main volume monitor. Also
56 separate object initialization and volume monitor initialization
57 such that non-native volume monitors can properly adopt their
60 2008-02-21 Alexander Larsson <alexl@redhat.com>
65 2008-02-21 Alexander Larsson <alexl@redhat.com>
68 Add more documentation about how GFiles work (from #517086)
70 2008-02-21 Alexander Larsson <alexl@redhat.com>
74 Add new g_file_has_prefix that does the same as g_file_contains_file.
75 Deprecate g_file_contains_file and add a macro that converts
76 it to g_file_has_prefix.
77 The reason for this change is that the contains_file() name seems to
78 imply that this does more work than what it does, but its really only
79 a name match (from #517086)
84 Update to match the above change.
86 2008-02-20 Benjamin Otte <otte@gnome.org>
88 * gfile.c: (g_file_mount_mountable), (g_file_unmount_mountable),
89 (g_file_eject_mountable):
90 even more cases of not returning in error path
92 2008-02-20 Benjamin Otte <otte@gnome.org>
94 * gfile.c: (g_file_mount_mountable):
95 return from function in error path.
97 2008-02-18 Sylvain Pasche <sylvain.pasche@gmail.com>
100 Remove trailing coma in GMountMountFlags struct
102 2008-02-18 Alexander Larsson <alexl@redhat.com>
106 * glocalfileoutputstream.c:
107 Use g_unlink/g_rename instead of unlink/rename;
108 do not pass raw filenames to g_set_error. (#517239)
109 Patch from Yevgen Muntyan.
111 2008-02-18 Alexander Larsson <alexl@redhat.com>
114 * glocalfileoutputstream.c:
115 Open files with O_BINARY on windows. (#517140)
117 2008-02-14 Alexander Larsson <alexl@redhat.com>
119 * glocalfileoutputstream.c:
120 Correctly check for HAVE_FCHMOD and HAVE_FCHOWN
122 2008-02-14 Alexander Larsson <alexl@redhat.com>
125 Copy permissions with file on copy (#514084)
126 This is what cp does and makes sure e.g. the
127 exec permissions are kept.
128 Its kinda weird in that it keeps the permission bits
129 the same while the uid and gid are different. However
130 the new uid is the user so its not a security issue,
131 and I've heard no complaints about cp on this issue.
133 2008-02-13 Ryan Lortie <desrt@desrt.ca>
135 * gfileinfo.h: add G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT
137 2008-02-13 Alexander Larsson <alexl@redhat.com>
139 * inotify/inotify-path.c:
140 Define IN_ONLYDIR if not in header (#515346)
142 2008-02-12 Alexander Larsson <alexl@redhat.com>
144 * tests/live-g-file.c:
147 2008-02-11 Matthias Clasen <mclasen@redhat.com>
149 * === Released 2.15.5 ===
151 2008-02-11 Matthias Clasen <mclasen@redhat.com>
153 * gio.symbols: Add g_mount_mount_flags_get_type.
155 2008-02-11 Alexander Larsson <alexl@redhat.com>
158 (g_file_info_set_attribute_mask):
159 (g_file_attribute_matcher_matches_id):
160 Correctly handle NULL GAttributeMatcher meaning
161 matches nothing. (Fixes #513492)
163 2008-02-11 Alexander Larsson <alexl@redhat.com>
168 Added GMountMountFlags enum and added a flags
169 argument to all mount calls.
171 This is an API/ABI change for future extensibility,
172 as I think we will need at least an
173 inhibit-autorun flag (the panel needs this).
174 There are no flags defined yet though.
176 2008-02-11 Alexander Larsson <alexl@redhat.com>
179 Added new standard::description attribute.
180 Requested by Vincent, and useful for both
183 2008-02-11 Alexander Larsson <alexl@redhat.com>
188 2008-02-11 Matthias Clasen <mclasen@redhat.com>
190 * *.c: Documentation additions
192 2008-02-10 Matthias Clasen <mclasen@redhat.com>
194 * gappinfo.h: Formatting cleanup
195 * gappinfo.c: Fix up docs.
197 2008-02-09 Matthias Clasen <mclasen@redhat.com>
199 * gunixmounts.c: Consistently use getmntent_r() and fall
200 back to getmntent(). (#515492)
202 2008-02-09 Matthias Clasen <mclasen@redhat.com>
204 * gbufferedinputstream.c:
206 * goutputstream.c: Use G_STRFUNC instead of __FUNCTION__.
208 * tests/data-input-stream.c:
209 * tests/data-output-stream.c: Portability fixes.
211 2008-02-08 Alexander Larsson <alexl@redhat.com>
216 Add g_volume_should_automount.
219 2008-02-07 Tor Lillqvist <tml@novell.com>
221 * tests/Makefile.am (TEST_PROGS): live-g-file won't build on
222 Win32, too Unix-specific.
224 2008-02-06 Behdad Esfahbod <behdad@gnome.org>
226 * pltcheck.sh: Skip g_bit_*(). Inline functions may end up with
227 a local plt if the compiler doesn't support what we want. Bug #514702
229 2008-02-06 Murray Cumming,,, <murrayc@murrayc.com>
231 reviewed by: <delete if not using a buddy>
234 * gunixinputstream.c:
235 * gunixoutputstream.c:
237 2008-02-06 Tomas Bzatek <tbzatek@redhat.com>
240 * tests/live-g-file.c:
241 * tests/live-g-file.txt:
242 New GIO testing module working over real data
244 2008-02-06 Tomas Bzatek <tbzatek@redhat.com>
246 * glocalfileoutputstream.c (g_local_file_output_stream_close):
247 Fallback to rename() if link() is not available
248 (when no support on target filesystem)
250 2008-02-06 Michael Natterer <mitch@imendio.com>
252 * gfileinfo.c (g_file_info_get_icon): replace
253 "icon && G_IS_ICON (icon)" by simply "G_IS_ICON (icon)".
255 2008-02-06 Tomas Bzatek <tbzatek@redhat.com>
257 * gfile.c (g_file_create):
258 Documentation update of error codes
260 2008-02-06 Alexander Larsson <alexl@redhat.com>
263 Update to use both mimeapps.list and
264 defaults.list as discussed on xdg list.
266 2008-02-06 Benjamin Otte <otte@gnome.org>
269 * gfilenamecompleter.c:
270 Fix some typos in the documentation.
272 2008-02-06 Alexander Larsson <alexl@redhat.com>
274 * glocalfile.c (g_local_file_trash):
275 Don't succeed with trash if newly created
276 trash dir has the wrong owner. (#514696)
278 2008-02-05 Alexander Larsson <alexl@redhat.com>
280 * glocalfile.c (g_local_file_move):
281 Don't spew warnings when destination is not
284 2008-02-03 Hans Breuer <hans@breuer.org>
286 * makefile.msc : update
288 2008-02-01 Michael Natterer <mitch@imendio.com>
290 * gcontenttype.c (_g_unix_content_type_get_parents): assign the
291 return value of xdg_mime_list_mime_parents() to a variable of the
294 2008-02-01 Alexander Larsson <alexl@redhat.com>
296 * gappinfo.c (g_app_info_launch_uris):
297 Actually call the launch_uris method, not
300 2008-02-01 Alexander Larsson <alexl@redhat.com>
302 * gdesktopappinfo.c (g_desktop_app_info_equal):
303 Ensure appinfos with no id but same pointer value
306 2008-02-01 Alexander Larsson <alexl@redhat.com>
308 * gappinfo.c (g_app_info_launch_default_for_uri):
311 2008-02-01 Alexander Larsson <alexl@redhat.com>
315 Add g_app_info_launch_default_for_uri utility
318 2008-02-01 Cosimo Cecchi <cosimoc@svn.gnome.org>
321 Doc fix for g_app_info_get_default_for_uri_scheme ()
324 2008-01-30 Alexander Larsson <alexl@redhat.com>
327 Add doc comment about uris vs GFiles to
331 Ensure uris passed to g_app_info_launch_uris()
332 are not roundtriped through GFile (as that
333 may be slightly destructive for e.g. mailto: links)
335 2008-01-30 Alexander Larsson <alexl@redhat.com>
337 * tests/data-input-stream.c:
338 * tests/data-output-stream.c:
339 C89 fixes from Jens Granseuer (#512849)
341 2008-01-30 Alexander Larsson <alexl@redhat.com>
344 Fix gamin/fam difference build issue. (#509419)
346 2008-01-29 Alexander Larsson <alexl@redhat.com>
350 Add G_APP_INFO_CREATE_SUPPORTS_URIS flag
352 2008-01-29 Alexander Larsson <alexl@redhat.com>
356 giomodule-priv.h include moved to .c file.
358 2008-01-29 Alexander Larsson <alexl@redhat.com>
360 * gnativevolumemonitor.h (struct _GNativeVolumeMonitorClass):
361 Remove unused prio/name fields.
363 2008-01-29 Alexander Larsson <alexl@redhat.com>
365 * gcontenttype.c (looks_like_text):
366 Don't treat whitespace as control chars.
368 2008-01-29 Alexander Larsson <alexl@redhat.com>
371 Lazily create the desktop files for appinfos created
372 by g_app_info_create_from_commandline() when needed
373 for mime associations. This allows run-time use
374 of GAppInfo object without creating unnecessary
377 2008-01-29 Alexander Larsson <alexl@redhat.com>
380 Added new symbols to gio.symbols
382 2008-01-29 Alexander Larsson <alexl@redhat.com>
385 Add g_file_query_default_handler utility to easily look up
386 the GAppInfo that handles a file.
388 * gdesktopappinfo.[ch]:
390 Set up an extension point for g_app_info_get_default_for_uri_scheme()
393 Remove unused function
395 2008-01-29 Alexander Larsson <alexl@redhat.com>
398 Mention need to free returned value in
399 g_file_enumerator_next_files_finish docs.
400 Fix leak if g_file_enumerator_next_files_finish()
403 2008-01-29 Alexander Larsson <alexl@redhat.com>
406 (_g_unix_content_type_get_parents):
407 Use list_parents, not get_parents from xdgmime, because
408 the later doesn't use the cache.
410 * xdgmime/xdgmimecache.c:
411 (_xdg_mime_cache_list_mime_parents):
412 Don't list the same type as parent multiple times.
414 2008-01-28 Matthias Clasen <mclasen@redhat.com>
416 * === Released 2.15.4 ===
418 2008-01-28 Alexander Larsson <alexl@redhat.com>
421 Register local vfs with prio 0.
424 Remove old name and prio class members
426 2008-01-28 Matthias Clasen <mclasen@redhat.com>
428 * tests/g-file.c: Disable some tests that are failing in
429 the absence of a http backend.
431 2008-01-28 Alexander Larsson <alexl@redhat.com>
435 Add registration hooks for extension points.
436 Register the gio extension points.
438 * fam/gfamdirectorymonitor.c:
439 * fam/gfamfilemonitor.c:
440 * glocaldirectorymonitor.[ch]:
441 * glocalfilemonitor.[ch]:
442 * gnativevolumemonitor.h:
443 * gunionvolumemonitor.c:
444 * gunixvolumemonitor.c:
447 * inotify/ginotifydirectorymonitor.c:
448 * inotify/ginotifyfilemonitor.c:
449 Use the extension points registration instead
450 of g_type_children().
452 2008-01-28 Matthias Clasen <mclasen@redhat.com>
455 * gvolume.[hc]: Document new API.
457 * gfile.c (g_file_copy_async): Fix docs
459 2008-01-27 Matthias Clasen <mclasen@redhat.com>
461 * gbufferedinputstream.c:
463 * goutputstream.c: Replace uses of G_GNUC_PRETTY_FUNCTION by
466 2008-01-27 Matthias Clasen <mclasen@redhat.com>
468 * glocalfile.c: Avoid trivial differences in translatable strings.
470 2008-01-25 Matthias Clasen <mclasen@redhat.com>
472 * fam/fam-helper.c (fam_event_to_file_monitor_event): Make this
473 build with gcc 3.4 (#509419)
475 2008-01-25 Matthias Clasen <mclasen@redhat.com>
477 * gfilemonitor.c: Add references to g_file_monitor_file/directory()
478 (#509994, Murray Cumming)
480 2008-01-25 Matthias Clasen <mclasen@redhat.com>
482 * gioscheduler.h: Make GIOSchedulerJobFunc return boolean
483 * gioscheduler.c: Keep calling io jobs until they return FALSE;
484 this allows big jobs to be executed in chunks, instead of blocking
485 the main loop for a long time.
487 * gsimpleasyncresult.c:
488 * giofile.c: Adapt callers.
490 2008-01-25 Alexander Larsson <alexl@redhat.com>
493 Implement changes discussed on xdg list.
494 Now we can add supported mimetypes by just using defaults.list
495 We can also remove associations in defaults.list.
497 2008-01-25 Alexander Larsson <alexl@redhat.com>
500 Don't make local copy of desktop file
501 for mimetype changes if the file already
502 supports the new mimetype.
504 2008-01-25 Matthias Clasen <mclasen@redhat.com>
508 * gbufferedinputstream.c:
509 * glocalfile.c: String improvements. (#511966,
510 Theppitak Karoonboonyanan)
512 2008-01-24 Matthias Clasen <mclasen@redhat.com>
514 * gioscheduler.h: Expand docs a bit.
516 2008-01-24 Alexander Larsson <alexl@redhat.com>
519 Add g_drive_get_identifier and
520 g_drive_enumerate_identifiers
523 Add g_volume_get_identifier and
524 g_volume_enumerate_identifiers
530 Implement identifiers for unix backend
532 2008-01-24 Alexander Larsson <alexl@redhat.com>
537 Add g_file_copy_async() (#511580)
538 Based on patch from Carlos Garcia Campos
540 2008-01-23 Matthias Clasen <mclasen@redhat.com>
542 * gioscheduler.c: Some documentation additions.
544 2008-01-22 Alexander Larsson <alexl@redhat.com>
547 (g_desktop_app_info_new):
550 2008-01-22 Alexander Larsson <alexl@redhat.com>
553 (g_desktop_app_info_new_from_filename):
556 2008-01-22 Alexander Larsson <alexl@redhat.com>
558 * glocalfileinfo.c (get_thumbnail_attributes):
561 2008-01-22 Alexander Larsson <alexl@redhat.com>
564 (canonicalize_filename):
565 Canonicalize paths that start with more than
570 (test_g_file_new_for_path):
573 2008-01-22 Alexander Larsson <alexl@redhat.com>
576 Allow UTF-8 in file:// parse names.
579 * tests/data-input-stream.c:
580 * tests/data-output-stream.c:
581 * tests/g-file-info.c:
583 Added a bunch of tests from Tomas Bzatek
585 2008-01-21 Matthias Clasen <mclasen@redhat.com>
587 * === Released 2.15.3 ===
589 2008-01-21 Alexander Larsson <alexl@redhat.com>
591 * gfileinputstream.[ch]:
592 * gfileoutputstream.[ch]:
594 Remove duplicated GSeekable functions. (#509990)
595 Just use the g_seekable_xxx() calls instead.
597 2008-01-21 Matthias Clasen <mclasen@redhat.com>
600 * gvolumemanager.c: Whitespace cleanups.
602 * glocalfileoutputsteam.c (_g_local_file_output_stream_create):
603 Use the right mode when creating the file.
605 2008-01-21 Murray Cumming,,, <murrayc@murrayc.com>
608 * gfileinputstream.c:
610 * goutputstream.c: Documentation: Fixed minor typos
611 and added more mentions of specific _finish() functions.
613 2008-01-21 Alexander Larsson <alexl@redhat.com>
615 * inotify/Makefile.am:
616 * inotify/inotify-helper.c:
617 * inotify/inotify-kernel.c:
618 * inotify/inotify-path.c:
619 * inotify/local_inotify.h: Removed.
620 * inotify/local_inotify_syscalls.h: Removed.
621 Removed the included copies of the inotify
622 headers. We now only use the <sys/inotify.h>
623 header which exists on modern systems.
624 This fixes problems on ARM and SH5 (#510448)
625 but is also generally much cleaner and future
626 safe. For instance, if other OSes add support
627 for inotify it should "just work".
629 2008-01-20 Matthias Clasen <mclasen@redhat.com>
631 * inotify/*.c: Coding style fixes.
632 * inotify/inotify-missing.c: Use g_timeout_add_seconds
633 for the 1/4 Hz timer.
635 2008-01-20 Matthias Clasen <mclasen@redhat.com>
639 * gmemoryinputstream.c:
640 * gmemoryoutputstream.c:
642 * gthemedicon.c: Documentation updates
644 2008-01-20 Murray Cumming <murrayc@murrayc.com>
646 * gfile.c: documentation: Fixed more minor
649 2008-01-18 Murray Cumming <murrayc@murrayc.com>
651 * gmount.c: (g_mount_remount): documentation:
652 Mention g_mount_remount_finish() instead of
653 g_mount_unmount_finish().
655 2008-01-18 Murray Cumming <murrayc@murrayc.com>
659 * gfile.c: Fixed some minor typos in the
662 2008-01-18 Murray Cumming <murrayc@murrayc.com>
664 * gio/gvolumemonitor.c:
665 (g_volume_monitor_get_connected_drives):
666 (g_volume_monitor_get_volumes):
667 (g_volume_monitor_get_mounts): Documentation:
668 Clarify the ownership of the regurn GLists.
670 2008-01-17 Alexander Larsson <alexl@redhat.com>
673 Add the async find_enclosing_mount version
674 to the header file too.
676 2008-01-17 Alexander Larsson <alexl@redhat.com>
679 Add async version of find_enclosing_mount
680 with default implementation.
682 2008-01-17 Alexander Larsson <alexl@redhat.com>
687 Allow calls to implementation of copy and write
688 even if the type of the file implementations is
689 different. This can be used to implement native
690 upload and download calls in a vfs.
694 Protect against the case where move is called
695 with one file not being local.
697 Make sure we call the progress callback once
698 in the native move operation so that the caller
699 knows how many bytes were copied.
701 2008-01-16 Murray Cumming <murrayc@murrayc.com>
704 * gdatainputstream.c:
706 * gfileoutputstream.c:
711 * gunixmounts.c: Corrected some typos in the documentation:
713 its -> it's (where appropriate).
715 2008-01-16 Alexander Larsson <alexl@redhat.com>
719 Add g_file_query_exists (#508771)
721 2008-01-15 Murray Cumming <murrayc@murrayc.com>
726 * gvolume.c: For async functions that have no non-async
727 version, document that the GAsyncReadyCallback may be NULL.
730 2008-01-15 Alexander Larsson <alexl@redhat.com>
732 * gmemoryinputstream.c:
733 * gmemoryoutputstream.c:
734 Don't do pointer arithmetic on void * (#508602)
735 Patch from Kazuki IWAMOTO
737 2008-01-14 Matthias Clasen <mclasen@redhat.com>
739 * === Released 2.15.2 ===
741 2008-01-14 Alexander Larsson <alexl@redhat.com>
743 * gfile.c (g_file_monitor_file):
744 Don't set error here, since we fallback to polling monitor.
746 2008-01-14 Alexander Larsson <alexl@redhat.com>
749 (g_file_monitor_directory):
750 (g_file_monitor_file):
751 Add GError to file monitor calls
753 * glocaldirectorymonitor.c:
754 * glocaldirectorymonitor.h:
756 * glocalfilemonitor.c:
757 * glocalfilemonitor.h:
759 Update for above change
761 2008-01-14 Alexander Larsson <alexl@redhat.com>
765 Handle root correctly in g_file_get_relative_path (#508719)
767 2008-01-14 Alexander Larsson <alexl@redhat.com>
770 Clean up docs and example for GAsyncResult (#508074)
772 2008-01-11 Murray Cumming <murrayc@murrayc.com>
774 * gfile.c: Clarify the sentence about GAsyncReadyCallback,
775 and correct some spelling mistakes. Bug #508108.
777 2008-01-11 Matthias Clasen <mclasen@redhat.com>
779 * glocalfileinfo.c: Add a comment.
781 2008-01-10 Murray Cumming <murrayc@murrayc.com>
783 * gfileinfo.c: GFileInfo description: Mention
784 how to actually set attributes in a GFile and how to discover
785 which attributes are settable. Bug #508378.
787 2008-01-10 A. Walton <awalton@svn.gnome.org>
789 * gdesktopappinfo.c: (g_app_info_get_all_for_type),
790 (g_app_info_get_default_for_type):
791 Check for NULL content types.
793 2008-01-10 Frederic Crozat <fcrozat@mandriva.com>
795 * gunixmounts.c: add rpc_pipefs to systemfs list (#508309).
797 2008-01-09 Murray Cumming <murrayc@murrayc.com>
799 * gfile.c: *_async() functions: Several small corrections
800 to the documentation, mostly correcting copy/paste errors
801 and improving some sentences.
803 2008-01-09 Dan Winship <danw@gnome.org>
805 * glocalfile.c (get_unique_filename): x86_64 fix
807 2008-01-09 Alexander Larsson <alexl@redhat.com>
812 Add g_unix_mount_guess_should_display and use
813 for unix volume monitor backend.
814 This means we more or less show what the
815 gnome-vfs backend did.
816 Based on patch from Padraig O'Briain
818 2008-01-09 Alexander Larsson <alexl@redhat.com>
822 Add g_themed_icon_new_with_default_fallbacks
825 Use default fallbacks for icons
827 2008-01-09 Alexander Larsson <alexl@redhat.com>
830 * gmountoperation.[ch]:
831 Change the API a bit so that unhandled methods
832 get reported via the reply, rather than by
833 the signal emission return value. This is because
834 some handlers can't know this immediately without
835 doing I/O, and this is an async operation that
838 2008-01-09 Alexander Larsson <alexl@redhat.com>
841 * fam/gfamdirectorymonitor.c:
842 * fam/gfamfilemonitor.c:
843 Fix double free crash (#508224)
844 Patch from Joe Marcus Clarke
846 008-01-07 Matthias Clasen <mclasen@redhat.com>
848 * === Released 2.15.1 ===
850 2008-01-07 Alexander Larsson <alexl@redhat.com>
852 * gunixinputstream.c (g_unix_input_stream_skip_finish):
853 Fix warning (#507835)
855 2008-01-07 Alexander Larsson <alexl@redhat.com>
858 Pass --internal to glib-genmarshal
863 Use better types for signal arguments (#507822)
865 2008-01-07 Alexander Larsson <alexl@redhat.com>
868 Build test subdir after .
869 Remove gdirectorymonitor.[ch]
871 * gdirectorymonitor.[ch]:
875 Remove GDirectoryMonitor and make
876 GFileMonitor the baseclass for both file and
877 directory monitors. Lift the more generic
878 rate limiting code from GDirectoryMonitor
882 * fam/gfamdirectorymonitor.[ch]:
883 * inotify/ginotifydirectorymonitor.[ch]:
884 * inotify/inotify-helper.c:
885 * glocaldirectorymonitor.[ch]:
888 Update for the removed GDirectoryMonitor.
890 * gmemoryoutputstream.c:
891 Remove ununsed variable
893 2008-01-07 Alexander Larsson <alexl@redhat.com>
895 * gmemoryinputstream.c:
896 Translate error strings
899 * gmemoryoutputstream.[ch]:
900 New implementation that avoids using GByteArray
901 in implementation and API. (#506377)
903 2008-01-06 Matthias Clasen <mclasen@redhat.com>
905 * tests/*: Add a test for memory input streams.
907 * Makefile.am: Add tests to SUBDIRS.
909 2008-01-06 Matthias Clasen <mclasen@redhat.com>
911 * glocalfilemonitor.c:
912 * glocaldirectorymonitor.c: Mark property nicks and blurbs
915 2008-01-06 Matthias Clasen <mclasen@redhat.com>
917 * gdesktopappinfo.c: Fix a docs typo.
919 * gfileattribute.c: Add information about extended attributes
920 to the documentation. (#505058)
922 2008-01-04 Alexander Larsson <alexl@redhat.com>
926 Use the right type (uint) for the ask_password signal.
928 2008-01-04 Alexander Larsson <alexl@redhat.com>
933 Add g_app_info_supports_files()
934 Remove desktop arg from g_app_info_should_show().
936 * gdesktopappinfo.[ch]:
937 Implement g_app_info_supports_files() and new should_show()
938 Add g_desktop_app_info_set_desktop_env() to set the desktop
939 for should_show(). (This will be set by gtk+ later)
941 2008-01-04 Alexander Larsson <alexl@redhat.com>
944 * gmemoryinputstream.[ch]:
945 Improve API so that you can use multiple chunks
946 of memory and custom destroy functions. (#506374)
948 2008-01-03 Alexander Larsson <alexl@redhat.com>
951 Handle NULL attribute matchers safely, as we return this
952 for empty attribute matcher strings.
954 2008-01-03 Alexander Larsson <alexl@redhat.com>
956 * gunixmounts.c (g_unix_is_mount_path_system_internal):
957 Add /usr/local to list of internal mountpoints
959 2008-01-03 Alexander Larsson <alexl@redhat.com>
962 Check for HAVE_LCHOWN (#505887)
964 2008-01-03 Alexander Larsson <alexl@redhat.com>
968 Add define for selinux context attribute.
969 Fix missing : -> :: namespace separator change
970 Fix missing _ -> - name change for xattr-sys.
973 2008-01-03 Alexander Larsson <alexl@redhat.com>
976 Link to libglib and libgobject directly (#504879)
977 Patch from Sebastien Bacher
979 2008-01-01 Wouter Bolsterlee <wbolster@svn.gnome.org>
981 * gfile.c: Expanded the g_file_new_for_commandline_arg
982 description a bit, based on the code and the docs of the
983 other g_file_new_for_* functions.
985 2007-12-31 Wouter Bolsterlee <wbolster@svn.gnome.org>
987 * gfilemonitor.h: Fixed typo in docs.
989 2007-12-31 Mathias Hasselmann <mathias@openismus.com>
991 Updates to GIO documentation. (#506395, Mikael Hermansson)
993 * gcontenttype.c: Describe memory management for return value of
994 g_content_types_get_registered(). Missing piece from #505815.
995 * gdrive.c, gmount.c, gvolumemonitor.c: Add more description to
996 GVolume, GDrive, GMounts, which hopefully gives the user less
997 confusions when using this API. Following explainations from
998 Alexander Larsson on gtk-devel-list.
1000 2007-12-30 Matthias Clasen <mclasen@redhat.com>
1002 * gfileinfo.c: Expand the long description.
1004 2007-12-30 Matthias Clasen <mclasen@redhat.com>
1007 * inotify/Makefile.am: Use GLIB_DEBUG_FLAGS. This should
1008 fix builds with --disable-visibility. (#500273, Christian Persch)
1010 2007-12-30 Matthias Clasen <mclasen@redhat.com>
1012 * gdesktopfileinfo.c (g_app_info_get_all): Don't include NULLs
1013 in the list of returned app infos.
1015 2007-12-30 Matthias Clasen <mclasen@redhat.com>
1017 * gappinfo.c: Fix a cross-reference
1019 2007-12-30 Matthias Clasen <mclasen@redhat.com>
1021 * gfileinputstream.c:
1022 * gfileoutputstream.c:
1026 * gdesktopappinfo.c:
1028 * gfileinfo.c: Documentation updates.
1030 2007-12-26 Matthias Clasen <mclasen@redhat.com>
1032 * gdesktopappinfo.c: Include crt_externs.h. (#505730,
1035 2007-12-26 Matthias Clasen <mclasen@redhat.com>
1037 * gcontenttype.c (g_content_types_get_registered): Don't return
1038 freed memory (#505815, Mikael Hermansson)
1040 2007-12-25 Paolo Borelli <pborelli@katamail.com>
1042 * glocalfileinfo.c (set_info_from_stat): fix typo in the ifdef
1043 used to detect statbuf->st_blocks. (#505042)
1045 2007-12-24 Matthias Clasen <mclasen@redhat.com>
1047 * gdesktopappinfo.c (g_desktop_app_info_launch): Fix the
1048 environment handling. (#504829, Cosimo Cecchi)
1050 2007-12-22 Matthias Clasen <mclasen@redhat.com>
1052 * gappinfo.c: Doc improvements
1054 * gdesktopappinfo.c (g_app_info_get_all): Return app infos,
1057 2007-12-20 Matthias Clasen <mclasen@redhat.com>
1059 * === Released 2.15.0 ===
1061 2007-12-20 Hans Breuer <hans@breuer.org>
1063 * makefile.msc : don't build gdesktopappinfo.obj, it collides
1064 with symbols gwin32appinfo.obj, added gmount.obj
1065 * gio.symbols : mark g_desktop_app_* as G_OS_UNIX
1067 2007-12-20 Alexander Larsson <alexl@redhat.com>
1073 * gfilenamecompleter.c:
1076 * gpollfilemonitor.c:
1077 File attribute renames:
1079 fs:: -> filesystem::
1080 id::fs -> id::filesystem
1082 2007-12-20 Alexander Larsson <alexl@redhat.com>
1091 Add GMountUnmountFlags to all unmount and
1093 Add g_mount_remount() call.
1095 2007-12-20 Alexander Larsson <alexl@redhat.com>
1097 * gvfs.c (get_default_vfs):
1098 Fix unused variable warning
1100 2007-12-19 Matthias Clasen <mclasen@redhat.com>
1102 * pltcheck.sh: Update
1104 2007-12-19 Matthias Clasen <mclasen@redhat.com>
1106 * gunionvolumemonitor.c:
1107 * gunixmount.c: Remove C99 comments
1109 2007-12-19 Matthias Clasen <mclasen@redhat.com>
1111 * gio.symbols: Add some missing symbols
1113 2007-12-19 Alexander Larsson <alexl@redhat.com>
1116 Make g_io_modules_load_all_in_directory not unuse
1117 loaded modules so that users of it can do stuff
1119 Init internal "module" types.
1120 Initialize static prio and name for types so that
1121 we don't have to load modules to get it.
1123 * gnativevolumemonitor.h:
1125 Move is_supported to parent class so that
1126 non-native monitors can avoid being initialized
1127 too. (For instance GDaemonVolumeMonitor if we're
1128 not using GDaemonVfs.)
1130 * glocaldirectorymonitor.[ch]:
1131 * glocalfilemonitor.[ch]:
1132 * gunionvolumemonitor.c:
1133 * gunixvolumemonitor.c:
1135 Find plugins using the static prio+name to
1136 avoid unnecessarily loading the modules.
1138 2007-12-19 Alexander Larsson <alexl@redhat.com>
1143 2007-12-19 Alexander Larsson <alexl@redhat.com>
1145 * gunionvolumemonitor.c:
1146 Store the native type as GType, not class so that
1147 we can unload it. But still avoid unnecessarily
1150 2007-12-19 David Zeuthen <davidz@redhat.com>
1152 Introduce g_volume_monitor_adopt_orphan_mount() function. Also
1153 add signals 'disconnected' and 'eject-button' on GDrive. Add
1154 signal 'removed' on GVolume and 'unmounted' on GMount.
1156 * gdrive.c: (g_drive_base_init):
1158 * gfile.c: (g_file_mount_mountable),
1159 (g_file_mount_enclosing_volume):
1162 * gmount.c: (g_mount_base_init):
1164 * gunionvolumemonitor.c: (g_volume_monitor_adopt_orphan_mount):
1165 * gunixvolumemonitor.c: (update_volumes), (update_mounts):
1166 * gvolume.c: (g_volume_base_init), (g_volume_mount):
1170 2007-12-17 Matthias Clasen <mclasen@redhat.com>
1172 * *.c: Fix up includes in the section docs.
1174 2007-12-17 Alexander Larsson <alexl@redhat.com>
1176 * gnativevolumemonitor.h:
1177 * gunionvolumemonitor.c:
1178 * gunixvolumemonitor.c:
1179 Add is_supported() to GNativeVolumeMonitorClass so
1180 that we can avoid having to create an object to see
1181 if the backend is supported at runtime.
1182 Also add name member and an env var to pick a specific
1183 volume monitor backend.
1187 Add cancellable to _g_mount_get_for_mount_path()
1189 * glocaldirectorymonitor.c:
1190 * glocalfilemonitor.c:
1191 Avoid loading and unloading modules while sorting.
1193 2007-12-17 Matthias Clasen <mclasen@redhat.com>
1196 * gunixmounts.[hc]: Namespace waste reduction, move some
1197 g_get_unix_mount functions to the g_unix_mount namespace.
1200 * gunixvolumemonitor.c:
1202 * glocaldirectorymonitor.c: Update all callers.
1204 * gunixmounts.h: Remove leftover g_unix_get_canonical_device_path
1206 2007-12-17 Alexander Larsson <alexl@redhat.com>
1209 Add doc comments about what GFile operations are
1210 guaranteed to not block.
1212 2007-12-17 Alexander Larsson <alexl@redhat.com>
1215 Add missing #ifdef fixing OSX build.
1216 (#503334, patch from Richard Hult)
1218 2007-12-14 David Zeuthen <davidz@redhat.com>
1222 * gmount.c: (g_mount_get_uuid), (g_mount_can_eject),
1223 (g_mount_eject), (g_mount_eject_finish):
1225 * gunionvolumemonitor.c: (g_union_volume_monitor_finalize),
1226 (get_volume_for_uuid), (get_mount_for_uuid),
1227 (g_union_volume_monitor_class_init),
1228 (get_default_native_type_with_exclude), (get_default_native_type),
1229 (get_native_type), (update_native_type),
1230 (g_union_volume_monitor_init), (_g_mount_get_for_mount_path):
1231 * gunixmount.c: (_g_unix_mount_new), (g_unix_mount_get_uuid),
1232 (g_unix_mount_can_eject), (eject_unmount_cb),
1233 (eject_unmount_read_error), (eject_unmount_do),
1234 (g_unix_mount_unmount), (g_unix_mount_eject),
1235 (g_unix_mount_eject_finish), (g_unix_mount_mount_iface_init):
1236 * gunixmounts.c: (g_unix_mount_guess_can_eject),
1237 (g_unix_mount_point_guess_can_eject):
1239 * gunixvolume.c: (_g_unix_volume_new), (g_unix_volume_get_uuid),
1240 (g_unix_volume_can_eject), (g_unix_volume_get_drive),
1241 (eject_mount_cb), (eject_mount_read_error), (eject_mount_do),
1242 (g_unix_volume_mount), (g_unix_volume_eject),
1243 (g_unix_volume_eject_finish), (g_unix_volume_volume_iface_init):
1244 * gunixvolumemonitor.c: (get_volume_for_uuid),
1245 (get_mount_for_uuid), (g_unix_volume_monitor_class_init),
1247 * gvolume.c: (g_volume_get_uuid), (g_volume_can_eject),
1248 (g_volume_eject), (g_volume_eject_finish):
1250 * gvolumemonitor.c: (g_volume_monitor_get_volume_for_uuid),
1251 (g_volume_monitor_get_mount_for_uuid):
1254 Provide eject() on both GMount and GVolume and utility functions
1255 to guess whether a GUnixMountPoint or GUnixMountEntry should be
1256 ejected. Introduce the concept of UUID's and wire it into GVolume
1257 and GMount and provide API on GVolumeMonitor to find such
1258 instances. Also handle the case where an external
1259 GNativeVolumeMonitor fails to initialize. Lock around the
1260 _g_get_mount_for_mount_path() function such that volume monitor
1261 implementations won't have to do locking themselves.
1263 2007-12-17 Matthias Clasen <mclasen@redhat.com>
1265 * gdesktopappinfo.c:
1271 * gvolume.h: Documentation updates
1273 2007-12-14 Matthias Clasen <mclasen@redhat.com>
1276 * gfile.h: Doc updates
1278 2007-12-14 Matthias Clasen <mclasen@redhat.com>
1281 * gdesktopappinfo.c: Use hash table iterators.
1283 2007-12-14 Alexander Larsson <alexl@redhat.com>
1286 * gfileattribute.[ch]:
1287 * gfileattribute-priv.h:
1288 Move GFileAttributeValue to a private header, as
1292 Make set_attribute take a type + a pointer instead
1293 of a GFileAttributeValue.
1296 Fix up for above changes.
1297 Add g_file_info_get_attribute_data to get
1298 all info in one call, g_file_info_get_attribute_status
1299 to get the status and g_file_info_get_attribute_as_string.
1303 * glocalfileinfo.[ch]:
1307 Make _guess_type static.
1309 2007-12-14 Yevgen Muntyan <muntyan@tamu.edu>
1312 * inotify/Makefile.am: Fixed build when srcdir != builddir,
1313 made mkenums and friends use temporary files to avoid leaving
1314 empty generated files on failure (#503470).
1316 2007-12-14 Alexander Larsson <alexl@redhat.com>
1318 * gmountoperation.h:
1321 2007-12-14 Alexander Larsson <alexl@redhat.com>
1325 * gfileattribute.[ch]:
1328 * glocalfileoutputstream.c:
1329 * gmountoperation.[ch]:
1330 * goutputstream.[ch]:
1331 Clean up all flags enums to not have _FLAGS in them
1332 Make the names of some of the enums better.
1337 2007-12-14 Michael Natterer <mitch@imendio.com>
1339 * gio.symbols: fix g_io_scheduler symbol names.
1341 2007-12-14 Alexander Larsson <alexl@redhat.com>
1347 * gbufferedinputstream.h:
1348 * gbufferedoutputstream.h:
1351 * gdatainputstream.h:
1352 * gdataoutputstream.h:
1353 * gdesktopappinfo.h:
1354 * gdirectorymonitor.h:
1358 * gfileenumerator.h:
1361 * gfileinputstream.h:
1363 * gfilenamecompleter.h:
1364 * gfileoutputstream.h:
1365 * gfilterinputstream.h:
1366 * gfilteroutputstream.h:
1374 * gmemoryinputstream.h:
1375 * gmemoryoutputstream.h:
1377 * gmountoperation.h:
1380 * gsimpleasyncresult.h:
1382 * gunixinputstream.h:
1384 * gunixoutputstream.h:
1388 * inotify/Makefile.am:
1389 Only allow including <gio/gio.h> from apps
1391 2007-12-14 Alexander Larsson <alexl@redhat.com>
1393 * gioscheduler.[ch]:
1394 * gsimpleasyncresult.c:
1395 Rename gioscheduler calls so they all use the g_io_schedule_ prefix.
1396 Split out the send_to_mainloop call into two versions instead
1397 of having the block argument.
1399 2007-12-13 Alexander Larsson <alexl@redhat.com>
1401 * gcancellable.[ch]:
1403 * gbufferedinputstream.c:
1404 * gfileenumerator.c:
1405 * gfileinputstream.c:
1406 * gfileoutputstream.c:
1410 g_push/pop_current_cancellable ->
1411 g_cancellable_push/pop_current
1413 2007-12-13 Alexander Larsson <alexl@redhat.com>
1417 Rename g_mount_for_location to g_file_mount_enclosing_volume.
1419 2007-12-13 Alexander Larsson <alexl@redhat.com>
1421 * gmountoperation.h:
1422 G_PASSWORD_FLAGS_ANON_SUPPORTED -> G_PASSWORD_FLAGS_ANONYMOUS_SUPPORTED
1424 2007-12-12 Alexander Larsson <alexl@redhat.com>
1427 Fix race condition when freeing proxy in
1428 g_io_job_send_to_mainloop().
1430 2007-12-12 Alexander Larsson <alexl@redhat.com>
1436 Make attribute namespace separator "::" instead of ":".
1437 Use - instead of _ as separator in attribute names.
1439 2007-12-12 Alexander Larsson <alexl@redhat.com>
1441 * gbufferedinputstream.h:
1442 * gbufferedoutputstream.h:
1443 * gdatainputstream.h:
1444 * gdataoutputstream.h:
1445 * gdirectorymonitor.h:
1446 * gfileenumerator.h:
1447 * gfileinputstream.h:
1449 * gfileoutputstream.h:
1450 * gfilterinputstream.h:
1451 * gfilteroutputstream.h:
1453 * glocalfileinputstream.h:
1454 * glocalfileoutputstream.h:
1455 * gmemoryinputstream.h:
1456 * gmemoryoutputstream.h:
1457 * gnativevolumemonitor.h:
1459 * gunixinputstream.h:
1460 * gunixoutputstream.h:
1463 s/parent/parent_instance/ in GObjects
1465 2007-12-12 Alexander Larsson <alexl@redhat.com>
1470 No need for padding for interfaces
1472 2007-12-12 Alexander Larsson <alexl@redhat.com>
1476 * gbufferedinputstream.c:
1477 * gbufferedoutputstream.c:
1480 * gdatainputstream.[ch]:
1481 * gdesktopappinfo.c:
1482 * gdirectorymonitor.c:
1484 * gfileattribute.[ch]:
1487 * gfileinputstream.h:
1488 * gfilemonitor.[ch]:
1489 * gfileoutputstream.[ch]:
1490 * gfilterinputstream.h:
1491 * gfilteroutputstream.h:
1494 * gloadableicon.[ch]:
1495 * gmemoryinputstream.c:
1496 * gmountoperation.c:
1498 Fix up a bunch of details in the docs.
1503 2007-12-11 David Zeuthen <davidz@redhat.com>
1505 Rework how volumes, drives and volume monitoring is
1506 done. Previosly the model was
1508 GDrive <1-1> GVolume
1510 where a GDrive instance represented a mount point and a GVolume
1511 instance represented a mounted file system. This patch changes it
1514 GDrive <1-N> GVolume <1-1> GMount
1516 where GMount now serves the purpose of the old GVolume and the new
1517 GVolume serves the purpose of the old GDrive. In addition the new
1518 GDrive interface is used to represent a collection of GVolume
1519 instances (typically partitions) and also contains utility to query
1520 the state of the physical drive the GDrive object represents (such
1521 as checking for media, polling the drive, ejecting the media etc.).
1523 Also implement mounting and unmounting in the Unix volume monitor
1524 backend. A subquent patch will introduce GDrive support for ejection
1528 * gdrive.c: (g_drive_is_media_check_automatic),
1529 (g_drive_is_media_removable), (g_drive_has_media),
1530 (g_drive_can_poll_for_media), (g_drive_eject),
1531 (g_drive_eject_finish), (g_drive_poll_for_media),
1532 (g_drive_poll_for_media_finish):
1534 * gfile.c: (g_file_find_enclosing_mount):
1537 * glocaldirectorymonitor.c:
1538 (g_local_directory_monitor_constructor), (mounts_changed):
1539 * glocalfile.c: (get_mount_info),
1540 (g_local_file_find_enclosing_mount),
1541 (g_local_file_file_iface_init):
1542 * gnativevolumemonitor.h:
1543 * gunionvolumemonitor.c: (get_mounts), (get_volumes),
1544 (get_connected_drives), (g_union_volume_monitor_class_init),
1545 (child_volume_added), (child_volume_removed),
1546 (child_volume_changed), (child_mount_added), (child_mount_removed),
1547 (child_mount_pre_unmount), (child_mount_changed),
1548 (child_drive_changed), (g_union_volume_monitor_add_monitor),
1549 (g_union_volume_monitor_remove_monitor),
1550 (_g_mount_get_for_mount_path):
1551 * gunixmounts.c: (g_unix_is_mount_path_system_internal),
1552 (guess_system_internal), (_g_get_unix_mounts),
1553 (_g_get_unix_mount_points), (g_get_unix_mount_at),
1554 (g_unix_mount_free), (g_unix_mount_compare),
1555 (g_unix_mount_get_mount_path), (g_unix_mount_get_device_path),
1556 (g_unix_mount_get_fs_type), (g_unix_mount_is_readonly),
1557 (g_unix_mount_is_system_internal), (g_unix_mount_guess_type),
1558 (type_to_icon), (g_unix_mount_guess_name),
1559 (g_unix_mount_guess_icon), (g_unix_mount_point_guess_name),
1560 (g_unix_mount_point_guess_icon), (_canonicalize_filename),
1561 (_resolve_symlink), (_resolve_dev_root):
1563 * gunixvolume.c: (g_unix_volume_finalize), (_g_unix_volume_new),
1564 (_g_unix_volume_disconnected), (_g_unix_volume_set_mount),
1565 (_g_unix_volume_unset_mount), (g_unix_volume_get_icon),
1566 (g_unix_volume_get_name), (g_unix_volume_can_mount),
1567 (g_unix_volume_get_drive), (g_unix_volume_get_mount),
1568 (_g_unix_volume_has_mount_path), (mount_cb), (mount_read_error),
1569 (g_unix_volume_mount), (g_unix_volume_mount_finish),
1570 (g_unix_volume_volume_iface_init):
1572 * gunixvolumemonitor.c: (g_unix_volume_monitor_finalize),
1573 (get_mounts), (get_volumes), (get_connected_drives),
1574 (get_mount_for_mount_path), (g_unix_volume_monitor_class_init),
1575 (mountpoints_changed), (mounts_changed),
1576 (g_unix_volume_monitor_init),
1577 (_g_unix_volume_monitor_lookup_volume_for_mount_path),
1578 (find_mount_by_mountpath), (update_volumes), (update_mounts):
1579 * gunixvolumemonitor.h:
1580 * gvolume.c: (g_volume_get_mount), (g_volume_can_mount),
1581 (g_volume_mount), (g_volume_mount_finish):
1583 * gvolumemonitor.c: (g_volume_monitor_class_init),
1584 (g_volume_monitor_get_connected_drives),
1585 (g_volume_monitor_get_volumes), (g_volume_monitor_get_mounts):
1588 2007-12-10 Matthias Clasen <mclasen@redhat.com>
1590 * gmountoperation.h (GPasswordFlags): Close the gap
1592 2007-12-10 Matthias Clasen <mclasen@redhat.com>
1594 * Makefile.am: Install gdesktopappinfo.h as unix-specific header.
1596 * gdesktopappinfo.[hc]: Remove _-prefixes
1598 2007-12-10 Tor Lillqvist <tml@novell.com>
1600 * glocalfile.c: Add some more G_OS_WIN32 conditionals to silence
1603 2007-12-10 Alexander Larsson <alexl@redhat.com>
1605 * gfile.c (g_file_set_display_name):
1606 Don't hardcode '/' (#502727)
1608 2007-12-09 Hans Breuer <hans@breuer.org>
1610 * makefile.msc : follow lib naming convention
1611 * glocalfileinfo.c(win32_get_file_user_info) : working implementation
1612 for user and group name, tested with ../tests/gio-ls
1614 2007-12-09 A. Walton <awalton@svn.gnome.org>
1616 * gdesktopappinfo.c:
1622 * gfileenumerator.c:
1627 * gmemoryinputstream.c:
1628 * gmemoryoutputstream.c:
1630 * gsimpleasyncresult.c:
1631 More documentation cleanup and filling in missing information, bringing
1632 GIO to 99% symbol coverage.
1634 2007-12-08 Hans Breuer <hans@breuer.org>
1636 [gio compiles and links on win32, not sure how much already works]
1637 * glocaldirectorymonitor.c : ifdefed out inotify emulation for win32
1638 * glocalfile.c : use HAVE_UNISTD_H; implement file system size info
1639 base on win32 API; prefer g_lstat() over lstat(); instead of
1640 localtime_r() use an all GLib implementation on win32;
1641 get_mount_info() still needs a win32 specifc implementation
1642 * glocalfileinfo.c : use HAVE_*_H; start of implementation of
1643 win32_get_file_user_info to get owner/group info without uid/gid
1644 * glocalfileinputstream.c : include <io.h> on win32
1645 * glocalfileoutputstream.c : include <io.h> on win32 and some S_IS*
1646 definition, use g_win32_ftruncate() for G_OS_WIN32
1647 * gwin32appinfo.c : optionalize a bunch on #ifdef AssocQueryString
1648 it is available with mingw/w32api but a mess with the M$ Platform SDKs
1649 see: http://mail.gnome.org/archives/gtk-devel-list/2007-December/msg00014.html
1650 * makefile.msc : updated
1652 2007-12-07 Alexander Larsson <alexl@redhat.com>
1654 * glocalfileenumerator.c (_g_local_file_enumerator_new):
1655 Avoid warning spew if error == NULL
1657 2007-12-07 Alexander Larsson <alexl@redhat.com>
1660 Update docs wrt etags
1662 2007-12-06 Alexander Larsson <alexl@redhat.com>
1665 Include sys/types.h for dev_t (#501919)
1667 2007-12-06 Behdad Esfahbod <behdad@gnome.org>
1671 Make abicheck and pltcheck pass.
1673 2007-12-05 Alexander Larsson <alexl@redhat.com>
1676 * giomodule-priv.h: Added.
1677 * glocaldirectorymonitor.c:
1678 * glocalfilemonitor.c:
1679 * gunionvolumemonitor.c:
1681 Actually add the declaration of _g_io_modules_ensure_loaded
1683 2007-12-05 Alexander Larsson <alexl@redhat.com>
1685 * gdatainputstream.c:
1690 * glocaldirectorymonitor.c:
1691 * glocalfilemonitor.c:
1692 * gunionvolumemonitor.c:
1694 Make g_io_modules_ensure_loaded a private function and
1695 don't pass in the dirname. This means we can do magic
1696 directory finding in the win32 version.
1697 Export the actual load-modules-in-directory code so that
1698 gvfs can reuse that.
1700 2007-12-05 Alexander Larsson <alexl@redhat.com>
1702 * gbufferedinputstream.c:
1703 * gbufferedoutputstream.c:
1706 * gfileenumerator.[ch]:
1707 * gfileinputstream.c:
1708 * gfileoutputstream.[ch]:
1709 * gfilterinputstream.c:
1710 * gfilteroutputstream.c:
1711 * ginputstream.[ch]:
1713 * glocalfileenumerator.c:
1714 * glocalfileinputstream.c:
1715 * glocalfileoutputstream.c:
1716 * gmemoryinputstream.c:
1717 * gmemoryoutputstream.c:
1718 * goutputstream.[ch]:
1721 * gunixinputstream.c:
1722 * gunixoutputstream.c:
1723 Rename all struct members named:
1724 read, write, close, truncate, or mount
1725 to foo_fn, as these are reserved names
1726 and could be defined as macros in libc.
1729 2007-12-04 Alexander Larsson <alexl@redhat.com>
1732 (g_output_stream_close):
1733 Only call flush if non-null.
1735 2007-11-30 Dan Winship <danw@gnome.org>
1737 * ginputstream.c (g_input_stream_set_pending): Make this take a
1738 GError and return a gboolean, and do the "outstanding operation"
1739 check (and the "stream is already closed" check) itself.
1740 (g_input_stream_clear_pending): Formerly set_pending(FALSE).
1742 * goutputstream.c (g_output_stream_set_pending)
1743 (g_output_stream_clear_pending): Likewise
1745 * gbufferedinputstream.c:
1746 * gfileinputstream.c:
1747 * gfileoutputstream.c: Update for that
1749 * gsimpleasyncresult.c (g_simple_async_report_gerror_in_idle):
1750 Like g_simple_async_report_error_in_idle, but takes a GError
1751 rather than building one.
1753 2007-11-30 Dan Winship <danw@gnome.org>
1755 * goutputstream.c: Don't cheat and unset the "pending" flag around
1756 inner calls. Instead, call the class method directly rather than
1757 the wrapper function that checks "pending"
1759 2007-12-03 Behdad Esfahbod <behdad@gnome.org>
1761 * glib/gnulib/Makefile.am: Fix EXTRA_DIST automake warnings. (#501107)
1763 2007-12-03 Hans Breuer <hans@breuer.org>
1765 [start of port to win32/msvc]
1766 * gcancellable.c : HAVE_UNIST_H and _pipe()
1767 * gcontenttype.c : only include <dirent.h> in the UNIX branch
1768 * gdatainputstream.c : pointer arithmetic on void* is a gcc extension
1769 * gdummyfile.c glocalfileinputstream.c gsimpleasyncresult.c : use
1771 * glocalfileoutputstream.c : use HAVE_UNIST_H and s/ssize_t/gssize/
1772 * glocalvfs.c : use HAVE_PWD_H
1773 * gio.symbols : ifdef unix specific functions with G_OS_UNIX
1774 * makefile.msc : new file (maybe later converted to makefile.msc.in)
1775 * Makefile.am : added to EXTRA_DIST
1777 2007-12-03 Matthias Clasen <mclasen@redhat.com>
1779 * gfile.c (g_file_copy): Add a cross-reference to g_file_dup().
1782 2007-12-03 Alexander Larsson <alexl@redhat.com>
1785 Handle OSX style xattrs API (#500506)
1787 2007-12-03 Alexander Larsson <alexl@redhat.com>
1791 Add G_FILE_COPY_NO_FALLBACK_FOR_MOVE flag
1793 2007-12-02 A. Walton <awalton@svn.gnome.org>
1797 Documentation accuracy fixes.
1799 2007-12-01 Behdad Esfahbod <behdad@gnome.org>
1801 * gioenumtypes.c.template: Fix typo.
1803 2007-12-01 Matthias Clasen <mclasen@redhat.com>
1805 * gioenumtypes.c.template: Make threadsafe get_type() functions.
1807 2007-12-01 Matthias Clasen <mclasen@redhat.com>
1809 * gdirectorymonitor.c:
1810 * gfilemonitor.c: Add properties
1812 * gbufferedoutputstream.c: Don't mark buffer-size property
1815 2007-12-01 Matthias Clasen <mclasen@redhat.com>
1817 * gbufferedoutputstream.c: Add auto-grow property.
1819 2007-11-30 Matthias Clasen <mclasen@redhat.com>
1821 * *.c: Unify the capitalization of section headings.
1823 2007-11-30 Matthias Clasen <mclasen@redhat.com>
1825 * gmountoperation.c: Add properties
1827 * gdatainputstream.c: Turn byte-order and newline-type into
1830 2007-11-30 Matthias Clasen <mclasen@redhat.com>
1832 * gioenumtypes.[hc].template: Templates for enum registration
1834 * Makefile.am: Generate gioenumtypes.[hc]
1836 * gio.h: Include gioenumtypes.h
1838 * gfile.h: Add some explicit nicks.
1840 * gio.symbols: Add new symbols
1842 * pltcheck.sh: Adjust
1844 2007-11-30 Matthias Clasen <mclasen@redhat.com>
1846 * *.c: Explain etags and link to the explanation
1848 2007-11-29 Matthias Clasen <mclasen@redhat.com>
1850 * *.c: Explain I/O priority.
1852 * *.c: More coding style fixes.
1854 2007-11-29 Matthias Clasen <mclasen@redhat.com>
1856 * gasyncresult.c: Add another paragraph to the intro,
1857 adjust coding style of example.
1859 2007-11-29 A. Walton <awalton@svn.gnome.org>
1862 Fixes unknown meaning in GAppLaunchContext docs.
1864 Clarify asynchronous ops.
1866 Fix entity tag docs.
1869 Provides missing gtk-doc section, fixes API docs slighly.
1870 * gsimpleasyncresult.c:
1871 Fill in missing info in docs.
1872 * gunixinputstream.c:
1873 * gunixoutputstream.c:
1874 Be more expressive in short description.
1876 Remove gtk-doc stubs for non-public API.
1878 2007-11-28 Matthias Clasen <mclasen@redhat.com>
1880 * *.c: Coding style fixups
1882 2007-11-28 Matthias Clasen <mclasen@redhat.com>
1884 * inotify/inotify-helper.c: Don't export the lock from libgio.
1886 2007-11-28 Matthias Clasen <mclasen@redhat.com>
1889 * abicheck.sh: Fix copy-and-paste leftovers
1891 2007-11-28 Matthias Clasen <mclasen@redhat.com>
1893 * gfile.h: Add G_FILE_COPY_FLAGS_NONE for consistency.
1895 2007-11-28 Alexander Larsson <alexl@redhat.com>
1899 Removed unnecessary file
1901 * gdesktopappinfo.[ch]:
1904 * glocaldirectorymonitor.[ch]:
1906 * glocalfileenumerator.[ch]:
1907 * glocalfileinputstream.[ch]:
1908 * glocalfilemonitor.[ch]:
1909 * glocalfileoutputstream.[ch]:
1911 * gnativevolumemonitor.c:
1912 * gpollfilemonitor.[ch]:
1913 * gunionvolumemonitor.[ch]:
1916 * gunixvolumemonitor.[ch]:
1919 * inotify/ginotifydirectorymonitor.[ch]:
1920 * inotify/ginotifyfilemonitor.[ch]:
1921 * inotify/inotify-helper.c:
1922 Append _ to all internal functions
1926 Export symbols needed for modules
1928 2007-11-28 Alexander Larsson <alexl@redhat.com>
1931 * abicheck.sh: Added.
1932 * makegioalias.pl: Added.
1933 * pltcheck.sh: Added.
1934 * gio.symbols: Added.
1937 Initial work on adding symbol handling.
1940 Correct ifdef guard name
1943 * inotify/Makefile.am:
1944 * xdgmime/Makefile.am:
1945 Include toplevel Makefile.decl
1947 2007-11-27 Matthias Clasen <mclasen@redhat.com>
1949 * gcontenttype.c: Move doc comments to the unix section.
1951 * *.[hc]: More trivial doc corrections.
1953 2007-11-27 Matthias Clasen <mclasen@redhat.com>
1955 * gpollfilemonitor.c:
1959 * gdesktopappinfo.c:
1964 * gdatainputstream.c:
1965 * gdatainputstream.h:
1966 * gdataoutputstream.c:
1967 * gdataoutputstream.h:
1968 * gfileinfo.h: Doc cleanups
1970 2007-11-28 Andre Klapper <a9016009@gmx.de>
1972 * gdesktopappinfo.c: Fix a typo.
1974 2007-11-27 Andre Klapper <a9016009@gmx.de>
1976 * glocalfileoutputstream.c: Fix a typo.
1978 2007-11-27 Alexander Larsson <alexl@redhat.com>
1981 Don't include removed headers
1983 2007-11-27 Alexander Larsson <alexl@redhat.com>
1986 * gsocketinputstream.[ch]: Removed.
1987 * gsocketoutputstream.[ch]: Removed.
1988 * gunixinputstream.[ch]: Added.
1989 * gunixoutputstream.[ch]: Added.
1990 Renamed GSocket*Stream to GUnix*Stream and made
1991 it unix-only, since its not really only for sockets
1992 and it only works on unix (but is highly useful there).
1994 2007-11-27 Andrew Walton <awalton@svn.gnome.org>
2000 * gbufferedinputstream.c:
2001 * gbufferedinputstream.h:
2002 * gbufferedoutputstream.c:
2003 * gbufferedoutputstream.h:
2007 * gdatainputstream.c:
2008 * gdatainputstream.h:
2009 * gdataoutputstream.c:
2010 * gdataoutputstream.h:
2011 * gdirectorymonitor.c:
2012 * gdirectorymonitor.h:
2019 * gfileenumerator.c:
2020 * gfileenumerator.h:
2025 * gfileinputstream.c:
2026 * gfileinputstream.h:
2029 * gfilenamecompleter.c:
2030 * gfilenamecompleter.h:
2031 * gfileoutputstream.c:
2032 * gfileoutputstream.h:
2033 * gfilterinputstream.c:
2034 * gfilterinputstream.h:
2035 * gfilteroutputstream.c:
2036 * gfilteroutputstream.h:
2049 * glocalfileoutputstream.c:
2050 * gmemoryinputstream.c:
2051 * gmemoryinputstream.h:
2052 * gmemoryoutputstream.c:
2053 * gmemoryoutputstream.h:
2054 * gmountoperation.c:
2055 * gmountoperation.h:
2058 * gpollfilemonitor.c:
2061 * gsimpleasyncresult.c:
2062 * gsimpleasyncresult.h:
2063 * gsocketinputstream.c:
2064 * gsocketinputstream.h:
2065 * gsocketoutputstream.c:
2066 * gsocketoutputstream.h:
2073 * gunixvolumemonitor.c:
2082 Bumps documentation to 93% symbol coverage, touching most
2083 of the public files. Fixes broken function documentation prototypes.
2084 Fixes GCancellable inaccuracies. Removes unnecessary incomplete
2085 gtk-doc headers in private files.
2087 2007-11-27 JĂ¼rg Billeter <j@bitron.ch>
2089 * gbufferedinputstream.c: (g_buffered_input_stream_peek_buffer),
2090 (g_buffered_input_stream_read_byte):
2091 * gbufferedinputstream.h:
2092 New functions for efficient access to buffer and simple single byte
2095 * gdatainputstream.c: (scan_for_newline), (scan_for_chars),
2096 (g_data_input_stream_read_until):
2097 * gdatainputstream.h:
2098 Use peek_buffer to avoid memcpy in scan_for_newline, implement
2099 read_until with multiple stop chars.
2101 2007-11-27 Alexander Larsson <alexl@redhat.com>
2105 * inotify/Makefile.am:
2106 Use the user-specified giomoduledir
2108 2007-11-27 Alexander Larsson <alexl@redhat.com>
2112 Add catch-all gio.h header
2113 Don't install gdummyfile.h
2115 2007-11-26 Alexander Larsson <alexl@redhat.com>
2117 * Makefile.am (gioinclude_HEADERS):
2118 Remove trailing whitespace
2120 2007-11-26 Alexander Larsson <alexl@redhat.com>
2122 Merge gio-standalone into glib
2124 2007-11-25 Christian Kellner <gicmo@gnome.org>
2126 * gio/goutputstream.c:
2127 Fix small mistake in the docs.
2129 2007-11-21 Christian Persch <chpe@gnome.org>
2131 * gio/glocalfile.c: (g_local_file_trash):
2132 Convert filenames to UTF-8 for GError.
2133 Use g_mkdir_with_parent to create the Trash dir, and use mode 0700
2134 as per xdg base dir spec.
2136 2007-11-21 Christian Persch <chpe@gnome.org>
2138 * gio/gdesktopappinfo.c:
2139 Use that g_key_file_to_data cannot fail.
2141 Use stock defines for the key file group and key names.
2144 2007-11-21 Alexander Larsson <alexl@redhat.com>
2147 (copy_stream_with_progress):
2148 Make sure we do a final progress callback with
2149 the full total size.
2151 2007-11-21 Alexander Larsson <alexl@redhat.com>
2154 Export g_file_copy_attributes
2155 Remove padding as its not needed for interfaces
2157 2007-11-20 Alexander Larsson <alexl@redhat.com>
2162 Add G_IO_ERROR_WOULD_MERGE for
2163 copy/move dir on dir with overwrite.
2165 2007-11-20 Alexander Larsson <alexl@redhat.com>
2168 * gio/glocalfileinfo.c:
2169 Add COPY_NAME (this is an optional
2170 non-modified utf8 version of the name) that
2173 2007-11-20 Alexander Larsson <alexl@redhat.com>
2175 * gio/glocalfileenumerator.c:
2176 Report errors as GIOError, not GFileError
2178 2007-11-16 Alexander Larsson <alexl@redhat.com>
2180 * gio/glocalfileoutputstream.c:
2181 * gio/gwin32appinfo.c:
2182 Fix typos in strings.
2183 Patch from Luca Ferretti <elle.uca@libero.it>
2185 2007-11-15 Alexander Larsson <alexl@redhat.com>
2188 Post release version bump
2190 === gio-standalone 0.1.2 ===
2192 2007-11-15 Alexander Larsson <alexl@redhat.com>
2194 * docs/reference/gio/Makefile.am:
2195 Fix up distcheck by removing weird
2201 2007-11-14 Alexander Larsson <alexl@redhat.com>
2203 * gio/gdesktopappinfo.c:
2204 * gio/glocaldirectorymonitor.c:
2206 * gio/glocalfileinfo.c:
2207 * gio/inotify/inotify-sub.c:
2208 * programs/gio-cat.c:
2209 * programs/gio-copy.c:
2210 * programs/gio-info.c:
2211 * programs/gio-ls.c:
2212 * programs/gio-monitor-dir.c:
2213 * programs/gio-monitor-file.c:
2214 * programs/gio-mount.c:
2215 * programs/gio-move.c:
2216 * programs/gio-rm.c:
2217 * programs/gio-save.c:
2218 * programs/gio-trash.c:
2219 Leak fixes from Kjartan Maraas
2221 2007-11-14 Alexander Larsson <alexl@redhat.com>
2223 * gio/fam/fam-helper.c:
2225 * gio/glocalfileinfo.c:
2229 * gio/inotify/inotify-diag.c:
2230 * gio/inotify/inotify-kernel.c:
2231 Various code cleanups from Kjartan Maraas
2233 2007-11-14 Alexander Larsson <alexl@redhat.com>
2235 * gio/gioscheduler.c:
2237 Set up threadpool so that we cache 2 unused
2238 idle threads for at 15 secs. This means we
2239 will reuse thread-local data (like dbus connections)
2242 2007-11-14 Alexander Larsson <alexl@redhat.com>
2244 * gio/fam/fam-helper.c:
2245 * gio/fam/gfamdirectorymonitor.c:
2246 * gio/fam/gfamfilemonitor.c:
2248 * gio/gcontenttype.c:
2249 * gio/gdatainputstream.c:
2250 * gio/gdataoutputstream.c:
2254 * gio/gfileattribute.h:
2255 * gio/gfileenumerator.c:
2257 * gio/ginputstream.c:
2260 * gio/glocalfileinfo.c:
2261 * gio/goutputstream.c:
2262 * gio/gpollfilemonitor.c:
2263 * gio/gsimpleasyncresult.c:
2264 * gio/gunixmounts.c:
2265 * gio/gunixmounts.h:
2266 * gio/inotify/ginotifydirectorymonitor.c:
2267 * gio/inotify/ginotifyfilemonitor.c:
2268 * gio/inotify/inotify-diag.c:
2269 * gio/inotify/inotify-kernel.c:
2270 * gio/inotify/inotify-path.c:
2272 * gio/test-streams.c:
2273 * programs/gio-info.c:
2274 * programs/gio-monitor-dir.c:
2275 * programs/gio-monitor-file.c:
2276 Various code cleanups from Kjartan Maraas
2278 2007-11-13 Alexander Larsson <alexl@redhat.com>
2281 Handle the uri-scheme calls for dummy files
2283 2007-11-13 Marko Anastasov <marko@marko.anastasov.name>
2285 * gio/gio/gfileinfo.[ch]: Use a different parameter name instead of
2286 'namespace' for in g_file_attribute_matcher_enumerate_namespace()
2287 to avoid clash with the C++ keyword.
2289 2007-11-13 Marko Anastasov <marko@marko.anastasov.name>
2291 * gio/glocalfileinfo.c: Build fix, added missing semicolon
2292 to an ifdef'ed call to getpwuid() in lookup_uid_data().
2294 2007-11-11 Sebastian Dröge <slomo@circular-chaos.org>
2296 * gio/glocaldirectorymonitor.c:
2297 * gio/glocalfilemonitor.c:
2298 * gio/gunionvolumemonitor.c:
2299 Don't use g_once_init_*() for initializations that could fail and
2300 could leave the initialization variable set to 0 but use GOnce.
2301 This prevents a deadlock on the second call when trying to create
2302 a monitor and no monitor type is available. Thanks to Sven Herzberg
2305 2007-11-11 Sven Herzberg <sven@imendio.com>
2307 * gio/glocalfile.c: guard the #include <sys/statfs.h> by the correct
2308 #ifdef (make it work on MacOS X again)
2310 2007-11-09 Andrew Walton <awalton@svn.gnome.org>
2312 Fixes Changelog for last two commits (sorry guys).
2314 2007-11-07 Andrew Walton <awalton@svn.gnome.org>
2316 * gio/gbufferedinputstream.c:
2317 * gio/gdatainputstream.c:
2319 * gio/gfileoutputstream.c:
2320 * gio/gfilterinputstream.c:
2321 * gio/glocalfileinputstream.c:
2324 More consistency fixes in g*stream.c files.
2325 Significant clean of gfile's documentation, filling in of
2326 asynchronous operations documentation.
2328 2007-11-07 Andrew Walton <awalton@svn.gnome.org>
2330 * gio/gasyncresult.c:
2331 * gio/gbufferedinputstream.c:
2332 * gio/gbufferedoutputstream.c:
2333 * gio/gcancellable.c:
2334 * gio/gcontenttype.c:
2335 * gio/gdatainputstream.c:
2336 * gio/gdataoutputstream.c:
2337 * gio/gdesktopappinfo.c:
2340 * gio/gfileattribute.c:
2341 * gio/gio/gfileenumerator.c:
2343 * gio/gfileinputstream.c:
2344 * gio/gfilemonitor.c:
2345 * gio/gfileoutputstream.c:
2346 * gio/ginputstream.c:
2348 * gio/gioscheduler.c:
2349 * gio/gloadableicon.c:
2350 * gio/glocalfileoutputstream.c:
2351 * gio/gmemoryoutputstream.c:
2352 * gio/gmountoperation.c:
2353 * gio/goutputstream.c:
2355 * gio/gsimpleasyncresult.c:
2356 * gio/gunionvolumemonitor.c:
2357 * gio/gunixmounts.c:
2358 * gio/gunixvolume.c:
2362 * gio/gvolumemonitor.c:
2363 Updated documentation stubs, working towards consistency and
2366 2007-11-07 Sebastian Dröge <slomo@circular-chaos.org>
2368 * gio/gmemoryoutputstream.c:
2369 * gio/gmemoryoutputstream.h:
2370 Change g_memory_output_stream_set_free_on_close() to
2371 g_memory_output_stream_set_free_data() as this makes more sense and
2372 is more consistent with GMemoryInputStream.
2374 2007-11-07 Alexander Larsson <alexl@redhat.com>
2381 Change how we find the default vfs so that
2382 we can handle a gvfs failing to init
2384 2007-11-07 Sebastian Dröge <slomo@circular-chaos.org>
2386 * gio/gbufferedoutputstream.c:
2387 * gio/gdatainputstream.c:
2388 * gio/gdataoutputstream.c:
2389 * gio/gfileinputstream.c:
2390 * gio/gfileoutputstream.c:
2391 * gio/gfilterinputstream.c:
2392 * gio/gfilteroutputstream.c:
2393 * gio/ginputstream.c:
2394 * gio/gmemoryinputstream.c:
2395 * gio/gmemoryoutputstream.c:
2396 * gio/goutputstream.c:
2397 * gio/gsimpleasyncresult.c:
2398 * gio/gsocketinputstream.c:
2399 * gio/gsocketoutputstream.c:
2400 Add guards to the remaining public functions, add a TODO for
2401 an unimplemented function and remove some useless guards.
2403 2007-11-07 Alexander Larsson <alexl@redhat.com>
2406 Autoconf checks for the various types of
2407 getpwuid_r and getgrgid_r
2409 * gio/glocalfileinfo.c:
2410 Use the autoconf checks from above
2412 2007-11-07 Alexander Larsson <alexl@redhat.com>
2415 (g_local_file_query_filesystem_info):
2416 Some fixes for the statvfs case
2418 2007-11-07 Alexander Larsson <alexl@redhat.com>
2421 (g_local_file_query_filesystem_info):
2422 Pick the "best" of statfs / statvfs for the system
2423 if both are availible.
2425 2007-11-07 Alexander Larsson <alexl@redhat.com>
2427 Solaris fixes from Halton.Huo@Sun.COM:
2434 * gio/glocalfileinfo.c:
2435 Fix for solaris definition of getpwuid_r
2437 * gio/test-streams.c:
2438 Use G_GNUC_PRETTY_FUNCTION
2440 2007-11-07 Alexander Larsson <alexl@redhat.com>
2442 * gio/gdesktopappinfo.c:
2443 (update_default_list):
2444 Remove double semicolon.
2445 Patch from Jens Granseuer
2447 2007-11-06 Sebastian Dröge <slomo@circular-chaos.org>
2449 * docs/reference/gio/gio-sections.txt:
2450 * gio/gbufferedinputstream.c:
2451 * gio/gbufferedinputstream.h:
2452 * gio/gdatainputstream.c:
2453 * gio/gfileenumerator.c:
2454 * gio/gioscheduler.c:
2455 * gio/gunionvolumemonitor.c:
2457 * programs/gio-save.c:
2458 Fix typo: availible -> available. Unfortuntely this breaks API
2459 and ABI as g_buffered_input_stream_get_available() was renamed.
2461 * gio/gunixmounts.c:
2462 * gio/gbufferedinputstream.c:
2463 Add guards for public functions.
2465 2007-11-06 Ross Burton <ross@openedhand.com>
2467 * docs/reference/gio/Makefile.am:
2468 Fix invalid += usage which automake 1.10 doesn't like.
2470 2007-11-06 Alexander Larsson <alexl@redhat.com>
2473 (g_app_launch_context_class_init):
2476 Patch from Ross Burton
2478 2007-11-06 Alexander Larsson <alexl@redhat.com>
2481 Post release version bump
2483 === gio-standalone 0.1.1 ===
2485 2007-11-06 Alexander Larsson <alexl@redhat.com>
2488 Bump version to 0.1.1
2490 * gio/gsimpleasyncresult.c:
2491 (g_simple_async_result_set_from_error):
2492 Remove bogus g_return_if_fail
2494 2007-11-06 Alexander Larsson <alexl@redhat.com>
2497 The name is gio-standalone
2500 Add top src/builddir to includedir
2502 2007-11-06 Alexander Larsson <alexl@redhat.com>
2504 * docs/reference/gio/gio-sections.txt:
2506 * gio/gbufferedinputstream.c:
2507 * gio/gbufferedoutputstream.c:
2508 * gio/gcancellable.c:
2509 * gio/gdatainputstream.h:
2510 * gio/gdataoutputstream.c:
2511 * gio/gdataoutputstream.h:
2512 * gio/gdirectorymonitor.c:
2514 * gio/gfileattribute.c:
2515 * gio/gfileattribute.h:
2516 * gio/gfileenumerator.c:
2517 * gio/gfileenumerator.h:
2520 * gio/gfileinputstream.h:
2521 * gio/gfilemonitor.c:
2522 * gio/gfileoutputstream.h:
2523 * gio/glocalfilemonitor.h:
2524 * gio/glocalfileoutputstream.h:
2525 * gio/gmemoryinputstream.c:
2526 * gio/gmemoryoutputstream.c:
2527 * gio/gmountoperation.c:
2528 * gio/goutputstream.c:
2529 * gio/goutputstream.h:
2531 * gio/gsimpleasyncresult.c:
2532 * gio/gunixmounts.c:
2533 * gio/gunixmounts.h:
2535 * gio/inotify/inotify-helper.c:
2536 Fix gtk-doc warnings
2538 Patch from Ross Burton
2540 2007-11-06 Alexander Larsson <alexl@redhat.com>
2542 * gio/gfilenamecompleter.c:
2543 (g_filename_completer_get_completions):
2546 * gio/gunixvolume.c:
2547 Remove unused function
2549 Patches from Ross Burton
2551 2007-11-06 Alexander Larsson <alexl@redhat.com>
2556 Padding not needed for interfaces
2558 2007-11-06 Alexander Larsson <alexl@redhat.com>
2560 * gio/gfilemonitor.c:
2564 Make giotypes.h an internal file
2567 * gio/gbufferedinputstream.h:
2568 * gio/gbufferedoutputstream.h:
2569 * gio/gcancellable.h:
2570 * gio/gdatainputstream.h:
2571 * gio/gdataoutputstream.h:
2572 * gio/gdirectorymonitor.c:
2573 * gio/gdirectorymonitor.h:
2578 * gio/gfileattribute.h:
2579 * gio/gfileenumerator.h:
2584 * gio/gfilemonitor.c:
2585 * gio/gfilemonitor.h:
2586 * gio/gfilenamecompleter.c:
2587 * gio/gfilenamecompleter.h:
2588 * gio/gfilterinputstream.h:
2589 * gio/gfilteroutputstream.h:
2590 * gio/ginputstream.h:
2591 * gio/gmemoryinputstream.h:
2592 * gio/gmemoryoutputstream.h:
2593 * gio/gmountoperation.c:
2594 * gio/gmountoperation.h:
2595 * gio/gnativevolumemonitor.c:
2596 * gio/goutputstream.h:
2599 * gio/gsimpleasyncresult.c:
2600 * gio/gsimpleasyncresult.h:
2601 * gio/gsocketinputstream.h:
2602 * gio/gsocketoutputstream.h:
2603 * gio/gthemedicon.c:
2604 * gio/gthemedicon.h:
2608 * gio/gvolumemonitor.c:
2609 * gio/gvolumemonitor.h:
2610 Add padding in classes where it seems useful
2611 Don't include giotypes.h from public headers
2612 Move in Class definitions into c file where possible
2617 2007-11-06 Alexander Larsson <alexl@redhat.com>
2619 * docs/reference/gio/gio-docs.xml:
2620 Better structure for API docs
2622 2007-11-06 Sebastian Dröge <slomo@circular-chaos.org>
2625 * gio/gloadableicon.c:
2626 * gio/gsimpleasyncresult.c:
2627 * gio/gthemedicon.c:
2628 Add some more guards to public functions. Only files missing are now
2631 2007-11-06 Alexander Larsson <alexl@redhat.com>
2633 * docs/reference/gio/gio-docs.xml:
2634 Remove old files, add missing ones
2636 2007-11-06 Alexander Larsson <alexl@redhat.com>
2638 * docs/reference/gio/gio-sections.txt:
2641 Hide implementation classes
2643 * gio/gdriveprivate.h:
2644 * gio/gvolumeprivate.h:
2645 Remove non-existing function declarations
2647 2007-11-06 Sebastian Dröge <slomo@circular-chaos.org>
2650 Fix compilation warnings and add guards to the new functions.
2652 * gio/gasyncresult.c:
2654 Add guards to the public functions.
2657 Implement get_path().
2659 2007-11-06 Alexander Larsson <alexl@redhat.com>
2661 * gio/gfilenamecompleter.c:
2662 Make g_filename_completer_get_completions
2663 return char ** instead of GList for
2666 * docs/reference/gio/gio-docs.xml:
2667 * docs/reference/gio/gio-sections.txt:
2669 * gio/gasyncresult.c:
2670 * gio/gbufferedinputstream.c:
2671 * gio/gbufferedoutputstream.c:
2672 * gio/gcancellable.c:
2673 * gio/gcontenttype.c:
2674 * gio/gdatainputstream.c:
2675 * gio/gdataoutputstream.c:
2676 * gio/gdesktopappinfo.c:
2677 * gio/gdirectorymonitor.c:
2681 * gio/gfileattribute.c:
2682 * gio/gfileenumerator.c:
2685 * gio/gfileinputstream.c:
2686 * gio/gfilemonitor.c:
2687 * gio/gfilenamecompleter.c:
2688 * gio/gfilenamecompleter.h:
2689 * gio/gfileoutputstream.c:
2690 * gio/gfilterinputstream.c:
2692 * gio/ginputstream.c:
2694 * gio/gioscheduler.c:
2695 * gio/gloadableicon.c:
2696 * gio/glocaldirectorymonitor.c:
2698 * gio/glocalfileinputstream.c:
2699 * gio/glocalfilemonitor.c:
2700 * gio/glocalfileoutputstream.c:
2702 * gio/gmemoryinputstream.c:
2703 * gio/gmemoryoutputstream.c:
2704 * gio/gmountoperation.c:
2705 * gio/goutputstream.c:
2706 * gio/gpollfilemonitor.c:
2708 * gio/gsimpleasyncresult.c:
2709 * gio/gsocketinputstream.c:
2710 * gio/gsocketoutputstream.c:
2711 * gio/gthemedicon.c:
2712 * gio/gunionvolumemonitor.c:
2714 * gio/gunixmounts.c:
2715 * gio/gunixvolume.c:
2716 * gio/gunixvolumemonitor.c:
2720 * gio/gvolumemonitor.c:
2721 * gio/gwin32appinfo.c:
2722 Add (mostly stub) doc strings to public functions.
2723 Patch from Andrew Walton (awalton@gmail.com)
2725 2007-11-06 Alexander Larsson <alexl@redhat.com>
2727 * gio/gappinfo.[ch]:
2728 Added GAppLaunchContext object and pass that to launch.
2729 This allows simple implementation of both
2730 launch-on-screen and startup notification via a gtk+
2731 subclass of GAppLaunchContext
2733 * gio/gdesktopappinfo.c:
2734 Implement GAppLaunchContext API
2736 * gio/gwin32appinfo.c:
2739 2007-11-05 Sebastian Dröge <slomo@circular-chaos.org>
2741 * gio/gmountoperation.c:
2742 Add some guards to GMountOperation's public functions.
2744 2007-11-05 Sebastian Dröge <slomo@circular-chaos.org>
2748 * gio/gcancellable.c:
2749 * gio/gdirectorymonitor.c:
2751 * gio/gfileenumerator.c:
2752 * gio/gfilemonitor.c:,
2753 * gio/gfilenamecompleter.c:
2756 * gio/gioscheduler.c:
2760 * gio/gvolumemonitor.c:
2761 Add even more guards to various public functions.
2763 2007-11-05 Sebastian Dröge <slomo@circular-chaos.org>
2766 Add guards to the public functions of GAppInfo.
2768 2007-11-05 Sebastian Dröge <slomo@circular-chaos.org>
2770 * gio/gcontenttype.c:
2771 Add some more guards for public functions.
2773 2007-11-05 Sebastian Dröge <slomo@circular-chaos.org>
2775 * gio/fam/fam-module.c:
2776 * gio/fam/gfamdirectorymonitor.c:
2777 * gio/fam/gfamdirectorymonitor.h:
2778 * gio/fam/gfamfilemonitor.c:
2779 * gio/fam/gfamfilemonitor.h:
2780 * gio/inotify/ginotifydirectorymonitor.c:
2781 * gio/inotify/ginotifydirectorymonitor.h:
2782 * gio/inotify/ginotifyfilemonitor.c:
2783 * gio/inotify/ginotifyfilemonitor.h:
2784 Add proper copyright information and remove an unused variable
2785 in the GInotifyFileMonitor constructor.
2787 * gio/gcancellable.c:
2788 Add a guard for a public function and an assertion to prevent
2789 an undefined program state.
2791 2007-11-05 Sebastian Dröge <slomo@circular-chaos.org>
2793 * gio/gfileattribute.c:
2794 Don't run into an assertion if the given attribute value is NULL
2795 in g_file_attribute_value_get_*() but instead return a fallback
2796 value that makes sense in most situations. Passing them a attribute
2797 value with the wrong type will still run into an assertion.
2799 2007-11-02 Sebastian Dröge <slomo@circular-chaos.org>
2801 * gio/gfileattribute.c:
2803 Add even more guards to the public functions. Also fix the refcounting
2804 of GFileAttributeInfoList and GFileAttributeMatcher to be atomic and
2805 let g_file_info_list_attributes() filter the attributes by namespace
2806 instead of simply ignoring the namespace parameter.
2808 2007-11-03 Sven Herzberg <sven@imendio.com>
2810 * gio/gdesktopappinfo.c: don't use environ. Use the glib API for that.
2811 (This makes gio work on MacOS X again)
2813 2007-11-02 Sebastian Dröge <slomo@circular-chaos.org>
2816 Build the gio subdirectory before the docs. Otherwise the build will
2819 * gio/gvfs.c: (g_vfs_get_name), (g_vfs_get_priority),
2820 (g_vfs_get_file_for_path), (g_vfs_get_file_for_uri),
2821 (g_vfs_get_supported_uri_schemes), (g_vfs_parse_name):
2822 Add guards to the public functions.
2824 2007-11-02 Sebastian Dröge <slomo@circular-chaos.org>
2826 * gio/gfileattribute.c: (g_file_attribute_value_as_string):
2827 Cast parameter to g_type_name_from_instance() to a GTypeInstance *
2828 to prevent a compiler warning.
2830 * gio/glocalfile.c: (get_mount_info), (find_topdir_for):
2831 Set the G_FILE_ATTRIBUTE_FS_READONLY as boolean, not as string and
2832 return something in the non-void function find_topdir_for().
2834 2007-11-01 Christian Kellner <gicmo@gnome.org>, Ryan Lortie <desrt@desrt.ca>
2841 2007-11-01 Ryan Lortie <desrt@desrt.ca>
2843 * gappinfo.c (g_app_info_launch, g_app_info_launch_uris):
2844 * gappinfo.h (g_app_info_launch, g_app_info_launch_uris):
2845 * gwin32appinfo.c (g_win32_app_info_launch):
2846 * gdesktopappinfo.c (expand_macro, equal_up_to_equals,
2847 envp_for_startup_id, g_desktop_app_info_launch,
2848 g_desktop_app_info_launch_uris):
2850 Give an opaque 'startup_id' string instead of 'envp'.
2851 Support empty file lists for launching new windows.
2852 Fix infinite recursion bug when launching URIs.
2854 2007-11-01 Sebastian Dröge <slomo@circular-chaos.org>
2857 Add guard to the new g_file_get_uri_scheme() function.
2859 2007-11-01 Sebastian Dröge <slomo@circular-chaos.org>
2862 Convert a g_return_val_if_fail() to setting the GError instead as
2863 otherwise applications have to verify the parameter before otherwise
2864 and the parameter might come directly from the user.
2866 2007-11-01 Sebastian Dröge <slomo@circular-chaos.org>
2868 * gio/inotify/ginotify*.[ch]:
2869 Add missing copyright information.
2871 2007-11-01 Sebastian Dröge <slomo@circular-chaos.org>
2874 Add guards in the beginning of public functions to check for valid
2875 parameters and fix a bug in copy_stream_with_progress() that could've
2876 caused writing less bytes than reading.
2877 * gio/glocalfileinfo.c:
2878 Check for a NULL parameter and set the GError accordingly then.
2879 * gio/goutputstream.c:
2880 Fix the same bug as in gfile.c that could've caused writing less bytes
2881 than reading in g_output_stream_real_splice().
2883 2007-11-01 Sebastien Bacher <seb128@ubuntu.com>
2886 Use the correct gvolumeprivate.h naming
2888 2007-11-01 Christian Kellner <gicmo@gnome.org>
2891 Remove leftover "$(daemon_sources)" entry.
2893 2007-11-01 Christian Kellner <gicmo@gnome.org>
2898 Add copyright information to source files.
2900 2007-11-01 Alexander Larsson <alexl@redhat.com>
2904 Add g_file_get_uri_scheme
2906 2007-11-01 Alexander Larsson <alexl@redhat.com>
2909 * gio/gdesktopappinfo.c:
2910 * gio/gwin32appinfo.c:
2911 Add g_app_info_get_default_for_uri_scheme.
2913 2007-11-01 Alexander Larsson <alexl@redhat.com>
2916 Correct filename for gdriveprivate.h
2918 2007-10-31 Alexander Larsson <alexl@redhat.com>
2921 Rename id:value to id:file
2924 * gio/glocalfileinfo.c:
2927 2007-10-31 Alexander Larsson <alexl@redhat.com>
2929 * gio/gunixvolume.c:
2931 Remove g_volume_get_platform_id, as thats not
2932 needed with the simpler union volume monitor
2934 2007-10-31 Alexander Larsson <alexl@redhat.com>
2937 * gio/guniondrive.[ch]: Removed.
2938 * gio/gunionvolume.[ch]: Removed.
2939 Remove GUnionDrive/Volume
2941 * gio/gunionvolumemonitor.c:
2942 Simplify union volume monitor, now we
2943 only have one native volume monitor and
2944 we use the actual volumes/drives from the
2945 child monitors instead of wrapping them
2947 * gio/gnativevolumemonitor.[ch]:
2948 Base class for native volume monitors.
2949 Includes priority and get_volume_for_mountpoint
2952 Add g_file_find_enclosing_volume
2955 Remove volume name fs attribute
2956 Add readonly fs attribute
2959 Implement readonly attribute
2960 remove volume name attribute
2961 Implement find_enclosing volume
2963 * gio/gunixmounts.c:
2964 Add a volume for "/".
2966 * gio/gunixvolume.[ch]:
2967 Set better name for /
2969 * gio/gunixvolumemonitor.[ch]:
2970 Derive from GNativeVolumeMonitor
2971 Implement get_volume_for_mountpoint
2974 GVolume typedef moved to gfile.h
2976 * gio/gvolumeprivate.h:
2977 Add g_volume_get_for_mount_path
2979 2007-10-31 Alexander Larsson <alexl@redhat.com>
2981 * gio/gunixmounts.[ch]:
2982 Add cache info to unix mount listers
2983 Make getmntent use threadsafe
2984 Add is_system_internal attribute for GUnixMount
2986 * gio/gunixvolume.c:
2987 (g_unix_volume_new):
2988 Use is_system_internal instead of own code
2990 * gio/glocaldirectorymonitor.c:
2991 * gio/gunixvolumemonitor.c:
2992 Update to new gunixmounts API
2997 2007-10-30 Alexander Larsson <alexl@redhat.com>
3000 Add volume name fsinfo attribute
3003 Read volume name info
3005 * gio/gunionvolumemonitor.c:
3006 Fix infinite loops when finalizing a union volume monitor
3008 2007-10-30 Alexander Larsson <alexl@redhat.com>
3010 * gio/goutputstream.[ch]:
3011 Add splice() with default implementation
3013 * gio/gsocketoutputstream.c:
3014 (g_socket_output_stream_write):
3015 Return error on cancellation correctly.
3017 2007-10-26 Paolo Borelli <pborelli@katamail.com>
3019 * gio/glocalfile.c (g_local_file_trash):
3020 Do not leak a string.
3022 2007-10-26 Paolo Borelli <pborelli@katamail.com>
3024 * gio/gfile.c (g_file_load_contents):
3025 Unref the stream after closing it.
3027 2007-10-25 Alexander Larsson <alexl@redhat.com>
3029 * gio/gioscheduler.h:
3032 2007-10-25 Alexander Larsson <alexl@redhat.com>
3036 Add g_file_has_uri_scheme and implement for local files
3038 2007-10-25 Paolo Borelli <pborelli@katamail.com>
3040 * gio/gdesktopappinfo.c: do not leak a string.
3042 2007-10-24 Sebastian Dröge <slomo@circular-chaos.org>
3044 * gio/glocaldirectorymonitor.c: (_compare_monitor_class_by_prio),
3045 (g_local_directory_monitor_new):
3046 * gio/glocalfilemonitor.c: (_compare_monitor_class_by_prio),
3047 (g_local_file_monitor_new):
3048 Only look for the monitor type that should be used the first time
3049 and use g_qsort_with_data() instead of our own bubble sort
3052 2007-10-24 Sebastian Dröge <slomo@circular-chaos.org>
3055 * gio/fam/Makefile.am:
3056 * gio/fam/fam-helper.c: (_fam_sub_startup), (_fam_sub_add):
3057 * gio/fam/fam-helper.h:
3058 * gio/fam/fam-module.c: (g_io_module_load), (g_io_module_unload):
3059 * gio/fam/gfamdirectorymonitor.c:
3060 * gio/fam/gfamdirectorymonitor.h:
3061 * gio/fam/gfamfilemonitor.c: (g_fam_file_monitor_finalize),
3062 * gio/fam/gfamfilemonitor.h:
3063 * gio/glocaldirectorymonitor.c:
3064 * gio/glocaldirectorymonitor.h:
3065 * gio/glocalfilemonitor.c: (g_local_file_monitor_init),
3066 * gio/glocalfilemonitor.h:
3067 * gio/inotify/Makefile.am:
3068 * gio/inotify/ginotifydirectorymonitor.c:
3069 * gio/inotify/ginotifydirectorymonitor.h:
3070 * gio/inotify/ginotifyfilemonitor.c:
3071 * gio/inotify/ginotifyfilemonitor.h:
3072 Implement the FAM and Inotify monitors as
3073 GLocal(Directory|File)Monitor subclasses and put the FAM monitors into
3074 their own GIO module. GLocal(Directory|File)Monitor will use the
3075 monitor with the highest rank that is supported on that machine.
3077 2007-10-23 Sebastian Dröge <slomo@circular-chaos.org>
3080 Change GIO module dir to $(libdir)/gio/modules and change
3081 the log domain from GVFS to GIO. Also only export symbols starting
3082 with g_ in the resulting library.
3083 * gio/test-streams.c: (main):
3084 Set log handler for the GIO log domain.
3086 2007-10-22 Alexander Larsson <alexl@redhat.com>
3088 * gio/gfilenamecompleter.[ch]:
3089 Add g_filename_completer_set_dirs_only
3091 2007-10-22 Alexander Larsson <alexl@redhat.com>
3094 * gio/gurifuncs.[ch]:
3095 Add some simple URI helpers
3097 * gio/gfilenamecompleter.[ch]:
3098 Added object for filename (parse name actually) completion
3101 Handle ~ in parse names
3103 2007-10-17 Alexander Larsson <alexl@redhat.com>
3106 * gio/glocalfileinfo.c:
3107 Add and implement id:value attribute
3109 2007-10-17 Alexander Larsson <alexl@redhat.com>
3112 * gio/guniondrive.c:
3114 Add and implement g_drive_has_volumes
3116 2007-10-17 Alexander Larsson <alexl@redhat.com>
3119 * gio/glocalfileinfo.[ch]:
3120 Add unix:is_mountpoint and implement for local files
3122 2007-10-16 Alexander Larsson <alexl@redhat.com>
3124 * gio/gunionvolumemonitor.c:
3125 (g_union_volume_monitor_init):
3126 Fix up the unix type getting so that it works with gcc
3128 2007-10-12 Alexander Larsson <alexl@redhat.com>
3131 * gio/glocalfileinfo.c:
3132 Add thumbnail:failed to file info
3134 2007-10-12 Richard Hult <richard@imendio.com>
3136 * gio/gvfs.c (get_default_vfs): Make the type volatile to avoid
3137 optimizing away the get_type call (happens with some gcc versions,
3138 like the one shipped with OS X 10.4).
3140 2007-10-12 Alexander Larsson <alexl@redhat.com>
3142 * gio/glocalfileinfo.c:
3143 (_g_local_file_info_set_attribute):
3144 Fix build if not HAVE_XATTR
3145 Patch from Milosz Derezynski <internalerror@gmail.com>
3147 2007-10-11 Sven Herzberg <herzi@gnome-de.org>
3149 * gio/gunixmounts.c: small build fix (sorry, Alex, you haven't been
3150 around for review, otherwise I would have asked you before
3153 2007-10-11 Alexander Larsson <alexl@redhat.com>
3156 Add thumbnail:path attribute
3158 * gio/glocalfileinfo.c:
3159 Implement thumbnail:path for local files
3161 2007-10-11 Alexander Larsson <alexl@redhat.com>
3163 * gio/glocalfileinfo.c:
3164 (_g_local_file_info_get):
3165 Avoid duplicate icon names
3167 2007-10-11 Alexander Larsson <alexl@redhat.com>
3169 * gio/gthemedicon.[ch]:
3170 Change g_themed_icon_get_names return type to const
3172 2007-10-10 Alexander Larsson <alexl@redhat.com>
3174 * gio/glocalfileinfo.c:
3175 Don't reference freed memory
3177 2007-10-10 Alexander Larsson <alexl@redhat.com>
3179 * gio/gfileattribute.c:
3182 * gio/glocalfileinfo.c:
3185 2007-10-10 Alexander Larsson <alexl@redhat.com>
3188 Check for NULL icons
3190 * gio/gfileattribute.c:
3191 Don't dup when getting objects (same as for string attributes)
3193 * gio/gicon.c (g_icon_equal):
3194 Safely handle NULLs in equal
3196 2007-10-10 Alexander Larsson <alexl@redhat.com>
3199 Fix c++ compilation issues
3200 Patch from Milosz Derezynski <internalerror@gmail.com>
3202 2007-10-10 Alexander Larsson <alexl@redhat.com>
3204 * programs/gio-monitor-dir.c:
3205 Don't crash if dir monitor not supported.
3207 2007-10-09 Alexander Larsson <alexl@redhat.com>
3210 Add missing G_END_DECLS
3212 2007-10-09 Sebastian Dröge <slomo@circular-chaos.org>
3214 * gio/gfile.c: (g_file_set_display_name),
3215 (g_file_query_settable_attributes),
3216 (g_file_query_writable_namespaces):
3217 Return NULL not FALSE on errors as the return type is a pointer.
3219 2007-10-09 Sebastian Dröge <slomo@circular-chaos.org>
3221 * gio/glocalfile.c: (g_local_file_monitor_file):
3222 Don't call monitor_file on the default interface vtable (which
3223 is NULL) but simply return NULL. The caller, GFile, will create a
3224 polling monitor if NULL is returned.
3226 2007-10-09 Alexander Larsson <alexl@redhat.com>
3230 * gio-unix-2.0.pc.in:
3231 Add gio-unix-2.0.pc if OS_UNIX
3234 Install gunixmounts.h into gio-unix-2.0 if OS_UNIX
3236 2007-10-09 Alexander Larsson <alexl@redhat.com>
3238 * gio/gunixmounts.[ch]:
3239 Make unix mount monitoring API sane.
3240 Now its just a object with mounts_changed
3241 and mountpoints_changed signals.
3243 * gio/glocaldirectorymonitor.c:
3244 * gio/gunixvolumemonitor.c:
3245 Use new mount monitor api
3247 2007-10-09 Alexander Larsson <alexl@redhat.com>
3249 * gio/gunixmounts.[ch]:
3250 Move guess type into one call for mounts and one for mountpoints
3253 * gio/gunixvolume.c:
3256 2007-10-09 Alexander Larsson <alexl@redhat.com>
3258 * gio/gunixmounts.[ch]:
3259 Remove _ prefix in preparation to make this semi-public
3260 Hide implementation of structs
3262 * gio/glocaldirectorymonitor.c:
3264 * gio/gunixvolume.c:
3265 * gio/gunixvolumemonitor.c:
3266 Update for above API changes
3268 2007-10-08 Alexander Larsson <alexl@redhat.com>
3271 Better polling fallback. This also handles the case where we have
3272 a monitor_file implementation, but it fails.
3274 2007-10-08 Alexander Larsson <alexl@redhat.com>
3278 * gio/gunixmounts.c:
3279 * programs/gio-monitor-dir.c:
3280 * programs/gio-monitor-file.c:
3281 Added cancellable to file monitoring calls.
3282 These are really sync calls and need this.
3284 2007-10-08 Sebastian Dröge <slomo@circular-chaos.org>
3286 * gio/glocalvfs.c: (g_local_vfs_get_supported_uri_schemes),
3287 (g_local_vfs_class_init):
3288 * gio/gvfs.c: (g_vfs_get_supported_uri_schemes):
3289 * gio/gvfs.h: Add functions to get a list of supported URI schemes.
3291 2007-10-05 Alexander Larsson <alexl@redhat.com>
3293 * gio/gdirectorymonitorprivate.h:
3294 * gio/gfilemonitorprivate.h:
3295 * gio/gdirectorymonitor.h:
3296 * gio/gfilemonitor.h:
3297 Remove *private.h and move to the public API, so that
3298 we can do implementations outside gio (such as in gvfs)
3300 * gio/gdirectorymonitor.c:
3301 * gio/gfilemonitor.c:
3302 * gio/glocaldirectorymonitor.c:
3303 * gio/gpollfilemonitor.c:
3304 * gio/inotify/inotify-helper.c:
3305 * gio/fam/fam-helper.c:
3306 Update to the new header names
3308 2007-10-05 Sebastian Dröge <slomo@circular-chaos.org>
3310 * gio/gdirectorymonitor.c:
3311 * gio/gfilemonitor.c: Mark the GFileMonitor and GDirectoryMonitor
3314 2007-10-04 Alexander Larsson <alexl@redhat.com>
3316 * gio/glocalfileinfo.c (get_access_rights):
3317 Set CAN_TRASH when we can move the file.
3318 We should really also check for a parent trash dir.
3320 2007-10-04 Alexander Larsson <alexl@redhat.com>
3322 * gio/gfileinfo.h (G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH):
3323 Add can_trash access attribute
3325 2007-10-04 Alexander Larsson <alexl@redhat.com>
3328 (g_local_file_trash):
3329 Create info file first. This is per-spec and allows
3330 us to actually trash directories.
3332 2007-10-02 Alexander Larsson <alexl@redhat.com>
3334 * gio/gdesktopappinfo.c:
3335 Implement the new mime support code.
3336 Always set app as handling mimetype when being set as default for it
3338 2007-10-01 Alexander Larsson <alexl@redhat.com>
3340 * gio/glocalfileinfo.c (_g_local_file_info_set_attribute):
3341 Fix up check for xattrs:
3343 2007-10-01 Alexander Larsson <alexl@redhat.com>
3346 (g_app_info_set_as_default_for_extension):
3347 (g_app_info_add_supports_type):
3348 (g_app_info_can_remove_supports_type):
3349 (g_app_info_remove_supports_type):
3350 Make these fail nicely if not implemented
3352 2007-10-01 Paolo Borelli <pborelli@katamail.com>
3354 * gio/glocalfileoutputstream.c:
3355 * gio/glocalfileoutputstream.h:
3360 * programs/gio-save.c:
3361 Add a GFileCreateFlags argument to operations that can create
3364 2007-10-01 Alexander Larsson <alexl@redhat.com>
3366 * gio/gappinfo.[ch]:
3367 * gio/gdesktopappinfo.c:
3368 Add more (stubbed out) mime API needed for nautilus
3370 2007-10-01 Alexander Larsson <alexl@redhat.com>
3373 Add GAppInfoCreateFlags flag to g_app_info_create_from_commandline.
3374 Add g_app_info_set_as_default_for_extension.
3376 * gio/gdesktopappinfo.c:
3377 Dummy for g_app_info_set_as_default_for_extension
3378 Support flags in g_app_info_create_from_commandline
3380 * gio/gwin32appinfo.c:
3382 Update for API changes
3384 * gio/gthemedicon.c:
3385 Properly NULL-terminate list of icon names
3387 2007-09-28 Alexander Larsson <alexl@redhat.com>
3389 * gio/gloadableicon.h:
3390 Correct G_TYPE_LOADABLE_ICON, it was pointing to the GIcon type...
3392 2007-09-28 Alexander Larsson <alexl@redhat.com>
3395 Install headers in $includedir/gio-standalone/
3397 * gio-2.0.pc.in: Added.
3398 * gio-standalone.pc.in: Removed.
3401 Renamed pkg-config file to match glib (for future move)
3402 Update to the new include dir
3405 Add more TODO comments
3407 2007-09-28 Alexander Larsson <alexl@redhat.com>
3409 * gio/gdesktopappinfo.[ch]:
3410 Expose new_from_filename
3411 Add getter for is_hidden and handle it better
3413 2007-09-28 Alexander Larsson <alexl@redhat.com>
3415 * gio/gfileinfo.[ch]:
3416 Rename g_file_size_format_for_display to
3417 g_format_file_size_for_display.
3418 Now it doesn't have the g_file prefix, so we
3419 can later move it to glib.
3421 2007-09-28 Alexander Larsson <alexl@redhat.com>
3423 * gio/gappinfo.[ch]:
3424 Add g_app_info_get_id and g_app_info_get_executable.
3425 Make all getters non-reffing
3426 Make g_app_info_launch take GFile arguments.
3427 Add must_support_uris argument to g_app_info_get_default_for_type.
3429 * gio/gwin32appinfo.c:
3430 Update to GAppInfo api changes
3432 * gio/gdesktopappinfo.c:
3433 Update to GAppInfo api changes
3434 Implement supports_xdg_startup_notify
3436 * gio/gfileicon.c (g_file_icon_get_file):
3437 Make getter non-reffing.
3442 2007-09-27 Alexander Larsson <alexl@redhat.com>
3444 * gio/gfileinfo.[ch]:
3445 Add g_file_size_format_for_display helper
3447 2007-09-27 Alexander Larsson <alexl@redhat.com>
3449 * gio/glocalfileinfo.c:
3450 Set UNIX_GID from gid, not from uid
3452 2007-09-27 Alexander Larsson <alexl@redhat.com>
3455 Add g_file_set_attributes_async
3457 2007-09-27 Alexander Larsson <alexl@redhat.com>
3459 * gio/glocalfile.c (g_local_file_set_display_name):
3460 Fix set_display_name to actually rename to the right place.
3461 Use lstat to look for existing files so we don't overwrite
3464 2007-09-26 Alexander Larsson <alexl@redhat.com>
3467 Add g_file_set_display_name_async()
3469 2007-09-26 Alexander Larsson <alexl@redhat.com>
3472 Add load_partial_contents async calls
3475 Make internal function static
3477 2007-09-26 Alexander Larsson <alexl@redhat.com>
3479 * gio/glocalfileinfo.c:
3480 Correctly detect broken symlinks
3482 2007-09-26 Alexander Larsson <alexl@redhat.com>
3484 * gio/gcancellable.c (g_cancellable_cancel):
3485 Allow cancel on NULL cancellable
3487 2007-09-25 Alexander Larsson <alexl@redhat.com>
3489 * gio/gsimpleasyncresult.c:
3490 Don't allocate g_error manually.
3491 Fixes g_slice/g_new mixup crash
3493 2007-09-25 Alexander Larsson <alexl@redhat.com>
3495 * gio/glocaldirectorymonitor.c (g_local_directory_monitor_new):
3496 Actually set active_backend.
3497 This means the monitor will be cancelled correctly.
3499 2007-09-25 Alexander Larsson <alexl@redhat.com>
3501 * gio/gdirectorymonitor.c:
3502 Set timeout to NULL when destroying
3504 2007-09-25 Alexander Larsson <alexl@redhat.com>
3507 Rename G_IO_ERROR_NOT_MOUNTABLE to G_IO_ERROR_NOT_MOUNTABLE_FILE as
3508 that is a better description of the error.
3510 2007-09-25 Sebastian Dröge <slomo@circular-chaos.org>
3512 * gio/gvfs.c: (g_vfs_get_local):
3513 Make the local vfs variable static. The same instance should
3516 2007-09-24 Alexander Larsson <alexl@redhat.com>
3518 * gio/glocalfileinfo.c:
3519 Pass in actual length read into sniffer, not the length
3522 2007-09-21 Alexander Larsson <alexl@redhat.com>
3524 * gio/gfileenumerator.c:
3527 * gio/gfileinputstream.c:
3528 * gio/gfileoutputstream.c:
3529 * gio/ginputstream.c:
3530 * gio/goutputstream.c:
3531 Don't crash if async callbacks are NULL
3533 2007-09-20 Alexander Larsson <alexl@redhat.com>
3536 Add async enumerate_children method and default
3539 2007-09-20 Alexander Larsson <alexl@redhat.com>
3542 Add g_file_contains_file & g_file_get_relative_path, since they
3543 were needed for nautilus.
3544 Renamed g_file_resolve_relative to g_file_resolve_relative_path
3549 Implement new methods
3551 2007-09-17 Alexander Larsson <alexl@redhat.com>
3554 * gio/gfileinputstream.[ch]:
3555 * gio/gfileoutputstream.[ch]:
3557 * gio/glocalfileenumerator.[ch]:
3558 * gio/glocalfileinfo.[ch]:
3559 * gio/glocalfileinputstream.c:
3560 * gio/glocalfileoutputstream.c:
3561 * gio/gpollfilemonitor.c:
3562 * programs/gio-copy.c:
3563 * programs/gio-info.c:
3564 * programs/gio-move.c:
3565 Rename get_file_info to query_info() to make it clearer
3566 that these are not simple getters, but do i/o.
3568 2007-09-17 Alexander Larsson <alexl@redhat.com>
3570 * gio/gdatainputstream.[ch]:
3571 * gio/test-streams.c:
3572 Use _read_XXX instead of _get_XXX for the i/o calls
3575 2007-09-17 Alexander Larsson <alexl@redhat.com>
3578 Added needed stuff to TODO comment
3580 2007-09-17 Alexander Larsson <alexl@redhat.com>
3582 * gio/glocalfileoutputstream.c (g_local_file_output_stream_close):
3583 Don't error out removing the backup copy if it doesn't
3586 2007-09-14 Alexander Larsson <alexl@redhat.com>
3588 * programs/Makefile.am:
3589 * programs/gvfs-*.c:
3591 Renamed apps from gvfs-xxx to gio-xxx.
3593 2007-09-14 Alexander Larsson <alexl@redhat.com>
3596 * gio/gfileoutputstream.[ch]:
3597 * gio/glocalfileoutputstream.c:
3598 * programs/gvfs-save.c:
3599 g_file_output_stream_get_etag doesn't do i/o, so remove
3600 cancellation and error.
3602 2007-09-14 Alexander Larsson <alexl@redhat.com>
3605 Add new_etag output to replace_contents functions
3607 2007-09-14 Alexander Larsson <alexl@redhat.com>
3609 * gio/gfileoutputstream.[ch]:
3610 Add async get_file_info and default implementation
3612 2007-09-14 Alexander Larsson <alexl@redhat.com>
3614 * gio/gfileinputstream.c:
3615 Implement fallback wrapper for async get_file_info
3617 2007-09-14 Alexander Larsson <alexl@redhat.com>
3620 Add etag out argument to load_contents
3625 2007-09-14 Alexander Larsson <alexl@redhat.com>
3627 * gio/gcontenttype.c (looks_like_text):
3628 Whitespace like tab, cr and lf do not make the
3631 2007-09-14 Alexander Larsson <alexl@redhat.com>
3633 * gio/gfileinputstream.[ch]:
3634 Add async get_file_info.
3636 2007-09-13 Alexander Larsson <alexl@redhat.com>
3638 * gio/goutputstream.c (g_output_stream_write_all):
3639 Allow NULL for bytes_written
3641 2007-09-13 Alexander Larsson <alexl@redhat.com>
3643 * gio/gmemoryinputstream.[ch]:
3644 Add accessors for data
3646 2007-09-13 Alexander Larsson <alexl@redhat.com>
3648 * gio/gdatainputstream.c (g_data_input_stream_get_until):
3649 Don't crash if length is NULL