[gtkmm] Gtkmm-forge digest, Vol 1 #462 - 8 msgs



Send Gtkmm-forge mailing list submissions to
	gtkmm-forge lists sourceforge net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
	gtkmm-forge-request lists sourceforge net

You can reach the person managing the list at
	gtkmm-forge-admin lists sourceforge net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."


gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla.  A daily digest is sent to gtkmm-main, to encourage people to help fixing the bugs.


Today's Topics:

   1. [Bug 117264] Changed - Mime bindings and functions (bugzilla-daemon widget gnome org)
   2. [Bug 117264] New - Mime bindings and functions (bugzilla-daemon widget gnome org)
   3. [Bug 117264] Changed - Mime bindings and functions (bugzilla-daemon widget gnome org)
   4. [Bug 116103] Changed - Many methods want zero value but there c++ reference parameter (bugzilla-daemon widget gnome org)
   5. [Bug 116103] Changed - Many methods want zero value but there c++ reference parameter (bugzilla-daemon widget gnome org)
   6. [Bug 93412] Changed - gtkmm2 cvs fails to link on Mac OS 10.2 (bugzilla-daemon widget gnome org)
   7. [Bug 117264] Changed - Mime bindings and functions (bugzilla-daemon widget gnome org)
   8. [Bug 93412] Changed - gtkmm2 cvs fails to link on Mac OS 10.2 (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat, 12 Jul 2003 11:19:48 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 117264] Changed - Mime bindings and functions

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=117264

Changed by mxpxfifws yahoo com 

--- shadow/117264	Sat Jul 12 11:18:52 2003
+++ shadow/117264.tmp.31211	Sat Jul 12 11:19:48 2003
@@ -71,6 +71,11 @@
 	and mime-handlers.h.
 	* tools/m4/convert_gnome_vfsmm.m4: added a conversion for GList* -->
 	Glib::ListHandle<Glib::ustring>, GnomeVFSMimeApplication* -->
 	MimeApplication, and MimeApplicationArgumentType <->
 	GnomeVFSMimeApplicationArgumentType; also added a header to tell where the
 	enumeration conversions begin.
+
+------- Additional Comments From mxpxfifws yahoo com  2003-07-12 11:19 -------
+Created an attachment (id=18237)
+gnomevfsmm-2.0-20030712.diff
+


--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat, 12 Jul 2003 11:18:52 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 117264] New - Mime bindings and functions

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=117264

Changed by mxpxfifws yahoo com 

--- shadow/117264	Sat Jul 12 11:18:52 2003
+++ shadow/117264.tmp.30883	Sat Jul 12 11:18:52 2003
@@ -0,0 +1,76 @@
+Bug#: 117264
+Product: gnomemm
+Version: 2.0
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gnome-vfsmm
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: mxpxfifws yahoo com               
+TargetMilestone: ---
+URL: 
+Summary: Mime bindings and functions
+
+2003-07-09  Bryan Forbes  <mxpxfifws yahoo com>
+	* TODO: added subsection (b) to section 0; added a question to section 1.
+	* docs/undocumented: added this file with classes/methods/functions that we
+	need to document.
+	* libgnomevfs/src/uri.hg: added documentation for create(), get_file_info(),
+	create_symbolic_link(), and uri_exists(); added _IGNORE() for
+	gnome_vfs_uri_equals and gnome_vfs_uri_exists since they are wrapped.
+	* libgnomevfs/src/mime-application.hg: made is_user_owned() method and added
+	set wrappers for each member.
+	* libgnomevfs/libgnomevfsmm/application-registry.[h|cc]: documented all
+	functions; changed sync() from returning a result to throwing an exception;
+	added handle_result() to use in sync(); removed is_user_owned_application()
+	and made it method of MimeApplication.
+	* tools/m4/convert_gnome_vfsmm.m4: added conversion for 
+	Glib::ustring -> char* and Glib::ListHandle<Glib::ustring> -> GList*.
+
+2003-07-08  Bryan Forbes  <mxpxfifws yahoo com>
+	* README: added some information.
+	* TODO: detailed descriptions of what needs to be done to finish Mime stuff.
+	* libgnomevfs/src/mime-application.hg: added documentation for all methods.
+	* libgnomevfs/src/libgnomevfs_docs_override.xml: added documentation for
+	MimeApplication::create_from_id().
+	* libgnomevfs/libgnomevfsmm/mime-handlers.h: added documentation for all
+	functions.
+
+2003-07-07  Bryan Forbes  <mxpxfifws yahoo com>
+	* libgnomevfs/libgnomevfsmm/mime-handlers.[h|cc]: wrapped what was left to
+	wrap of the handlers code except for the Bonobo/component functions; see
+	libgnomevfs/mime-unwrapped to see what else is left.
+	* libgnomevfs/mime-unwrapped: went through the gnome-vfs docs and made a
+	list of what needs to be completed for the Mime namespace.
+
+2003-06-30  Bryan Forbes  <mxpxfifws yahoo com>
+	* configure.in: check for gnome-vfs-module-2.0 because some mime functions
+	are put there.
+	* libgnomevfs/libgnomevfsmm/application-registry.[h|cc]: wrapped
+	gnome_vfs_application_is_user_owned_application and
+	gnome_vfs_application_registry_[get|save]_mime_application.
+	* libgnomevfs/libgnomevfsmm/mime-handlers.[h|cc]: added Mime namespace for
+	the mime-handler functions; wrapped most functions (some list stuff to be
+	done).
+	* libgnomevfs/libgnomevfsmm/Makefile.am: added mime-handlers.[h|cc] to the
+	list of files to be built.
+	* libgnomevfs/src/enums.hg: wrapped all Mime and Xfer enums.
+	* libgnomevfs/src/libgnomevfs_enums.defs: removed GNOME_ prefix from the
+	Mime enum defs.
+	* libgnomevfs/src/Makefile_list_of_hg.am_fragment: added mime-application.hg
+	and mime-action.hg to the list.
+	* libgnomevfs/src/mime-action.[hg|ccg]: wrapped GnomeVFSMimeAction with
+	_CLASS_GENERIC and created all necesary basic methods.
+	* libgnomevfs/src/mime-application.[hg|ccg]: wrapped GnomeVFSMimeApplication
+	with _CLASS_OPAQUE_COPYABLE, wrapped a static create method, and all member
+	accessors.
+	* libgnomevfs/libgnomevfsmm.h: included mime-application.h, mime-action.h,
+	and mime-handlers.h.
+	* tools/m4/convert_gnome_vfsmm.m4: added a conversion for GList* -->
+	Glib::ListHandle<Glib::ustring>, GnomeVFSMimeApplication* -->
+	MimeApplication, and MimeApplicationArgumentType <->
+	GnomeVFSMimeApplicationArgumentType; also added a header to tell where the
+	enumeration conversions begin.


--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat, 12 Jul 2003 11:21:23 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 117264] Changed - Mime bindings and functions

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=117264

Changed by mxpxfifws yahoo com 

--- shadow/117264	Sat Jul 12 11:19:48 2003
+++ shadow/117264.tmp.31914	Sat Jul 12 11:21:23 2003
@@ -76,6 +76,11 @@
 	enumeration conversions begin.
 
 ------- Additional Comments From mxpxfifws yahoo com  2003-07-12 11:19 -------
 Created an attachment (id=18237)
 gnomevfsmm-2.0-20030712.diff
 
+
+------- Additional Comments From mxpxfifws yahoo com  2003-07-12 11:21 -------
+Created an attachment (id=18238)
+gnomevfsmm-2.0-20030712.tar.bz2
+


--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, fuxx mail ru
Cc: 
Date: Sat, 12 Jul 2003 11:29:53 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 116103] Changed - Many methods want zero value but there c++ reference parameter

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=116103

Changed by murrayc usa net 

--- shadow/116103	Wed Jul  9 08:07:20 2003
+++ shadow/116103.tmp.2310	Sat Jul 12 11:29:53 2003
@@ -1,13 +1,13 @@
 Bug#: 116103
 Product: gtkmm
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: fuxx mail ru               
 TargetMilestone: ---
@@ -104,6 +104,13 @@
 
 
 ------- Additional Comments From murrayc usa net  2003-07-09 08:07 -------
 OK. Thanks. I will grep for that and add overrides where I find them.
 And I will add any necessary unset methods to gtkmm 2.4. Or someone
 else can do this.
+
+------- Additional Comments From murrayc usa net  2003-07-12 11:29 -------
+These particular methods are already fixed in gtkmm 2.4.
+
+I grepped and dealt with the rest, adding TODOs where we need more new
+ methods (e.g. unset_*) in gtkmm 2.4. I have attached the patch so
+that people can see how this is done. 


--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, fuxx mail ru
Cc: 
Date: Sat, 12 Jul 2003 11:31:06 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 116103] Changed - Many methods want zero value but there c++ reference parameter

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=116103

Changed by murrayc usa net 

--- shadow/116103	Sat Jul 12 11:29:53 2003
+++ shadow/116103.tmp.2854	Sat Jul 12 11:31:06 2003
@@ -111,6 +111,11 @@
 ------- Additional Comments From murrayc usa net  2003-07-12 11:29 -------
 These particular methods are already fixed in gtkmm 2.4.
 
 I grepped and dealt with the rest, adding TODOs where we need more new
  methods (e.g. unset_*) in gtkmm 2.4. I have attached the patch so
 that people can see how this is done. 
+
+------- Additional Comments From murrayc usa net  2003-07-12 11:31 -------
+Created an attachment (id=18239)
+gtkmm2_null.patch
+


--__--__--

Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, julian jabber org
Cc: max quendi de
Date: Sat, 12 Jul 2003 11:40:21 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 93412] Changed - gtkmm2 cvs fails to link on Mac OS 10.2

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=93412

Changed by murrayc usa net 

--- shadow/93412	Wed Jul  9 10:27:13 2003
+++ shadow/93412.tmp.6245	Sat Jul 12 11:40:21 2003
@@ -323,6 +323,9 @@
 affect a very simple HelloWorld as well as gtkmm.
 
 ------- Additional Comments From julian jabber org  2003-07-09 10:27 -------
 Well, it's only certain libtool versions.. and only certain libraries.
 So I have no idea where the problem originates. I'll start looking,
 though.
+
+------- Additional Comments From murrayc usa net  2003-07-12 11:40 -------
+As a start, you could make a note here of the versions that you are using.


--__--__--

Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat, 12 Jul 2003 11:47:34 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 117264] Changed - Mime bindings and functions

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=117264

Changed by mxpxfifws yahoo com 

--- shadow/117264	Sat Jul 12 11:21:23 2003
+++ shadow/117264.tmp.8498	Sat Jul 12 11:47:34 2003
@@ -1,13 +1,13 @@
 Bug#: 117264
 Product: gnomemm
 Version: 2.0
 OS: Linux
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: gnome-vfsmm
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: mxpxfifws yahoo com               
 TargetMilestone: ---
@@ -81,6 +81,9 @@
 
 
 ------- Additional Comments From mxpxfifws yahoo com  2003-07-12 11:21 -------
 Created an attachment (id=18238)
 gnomevfsmm-2.0-20030712.tar.bz2
 
+
+------- Additional Comments From mxpxfifws yahoo com  2003-07-12 11:47 -------
+patch applied.


--__--__--

Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: max quendi de
Date: Sat, 12 Jul 2003 12:25:48 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 93412] Changed - gtkmm2 cvs fails to link on Mac OS 10.2

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=93412

Changed by julian jabber org 

--- shadow/93412	Sat Jul 12 11:40:21 2003
+++ shadow/93412.tmp.22896	Sat Jul 12 12:25:48 2003
@@ -326,6 +326,10 @@
 Well, it's only certain libtool versions.. and only certain libraries.
 So I have no idea where the problem originates. I'll start looking,
 though.
 
 ------- Additional Comments From murrayc usa net  2003-07-12 11:40 -------
 As a start, you could make a note here of the versions that you are using.
+
+------- Additional Comments From julian jabber org  2003-07-12 12:25 -------
+I'm using Mac OS X 10.2.6 with the gcc 3.3 upgrade, fink cvs,
+libsigc++-1.2.5, and gtkmm-2.2.3.



--__--__--

_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]