CVSROOT:        /cvs/gnome
Module name:    gnomemm
Changes by:     murrayc 06/12/08 03:22:09

Modified files:
        gnome-vfsmm    : ChangeLog 
        gnome-vfsmm/docs: Makefile.am 
        gnome-vfsmm/examples/transfer: main.cc 
        gnome-vfsmm/libgnomevfs: README libgnomevfsmm.h 
        gnome-vfsmm/libgnomevfs/libgnomevfsmm: Makefile.am async.cc 
                                               async.h transfer.cc 
                                               transfer.h 
        gnome-vfsmm/libgnomevfs/src: Makefile_list_of_hg.am_fragment 
                                     async-handle.ccg async-handle.hg 
Added files:
        gnome-vfsmm/libgnomevfs/libgnomevfsmm: async-2.cc async-2.h 
                                               transfer-2.cc 
                                               transfer-2.h 
        gnome-vfsmm/libgnomevfs/src: async-handle-2.ccg 
                                     async-handle-2.hg 
                                     transfer-progress-2.ccg 
                                     transfer-progress-2.hg 

Log message:
2006-11-28  Marko Anastasov  <[EMAIL PROTECTED]>

* libgnomevfs/libgnomevfsmm/async-2.cc:
* libgnomevfs/libgnomevfsmm/async-2.h:
* libgnomevfs/libgnomevfsmm/transfer-2.cc:
* libgnomevfs/libgnomevfsmm/transfer-2.h:
* libgnomevfs/src/async-handle-2.ccg:
* libgnomevfs/src/async-handle-2.hg:
* libgnomevfs/src/transfer-progress.ccg:
* libgnomevfs/src/transfer-progress.hg: New files.
Changed the SlotTransfer signature for correct behaviour - allow
returning various XFER_ERROR/OVERWRITE_ACTIONs.
The Transfer and Async namespaces are deprecated now, and replaced
by Transfer2 and Async2.
Bug #351217.
* docs/Makefile.am: Updated so that the docs are built by default
from the top level directory.
* examples/transfer/main.cc: Modified to demonstrate the correct
use of SlotTransfer, and that Transfer2 should be used.
* libgnomevfs/README: Put the correct explanation. It used to
be copied and pasted from libgdamm.
* libgnomevfs/libgnomevfsmm.h:
* libgnomevfs/libgnomevfsmm/Makefile.am: Include new files.
* libgnomevfs/libgnomevfsmm/async.cc: These methods are now
implemented in terms of Async2.
* libgnomevfs/libgnomevfsmm/async.h: Added deprecation notice.
* libgnomevfs/libgnomevfsmm/transfer.cc: Implemented remove_list()
which takes a StringArrayHandle (used to be empty).
* libgnomevfs/libgnomevfsmm/transfer.h: Added deprecation notice.
Removed TODOs regarding question whether XFER_DEFAULT as a default
TransferOptions argument does anything useful (yes).
* libgnomevfs/src/Makefile_list_of_hg.am_fragment: Build new files.
* libgnomevfs/src/async-handle.ccg:
* libgnomevfs/src/async-handle.hg: Removed top level namespace
stuff, such as the value_type() function, class FileInfoResult etc,
as they are in async-handle-2.* now. Include async-handle-2.h so that
it works ok.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gnomemm&who=murrayc&date=explicit&mindate=2006-12-08%2003:21&maxdate=2006-12-08%2003:23

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to