Gtkmm-forge Digest, Vol 5, Issue 9



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-owner 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. Do not try to unsubscribe gtkmm-forge from gtkmm-list.


Today's Topics:

   1. [Bug 89780] Treeview: signal_button_press_event	needs
      connect_notify() (gtkmm (bugzilla.gnome.org))
   2. [Bug 365038] New: Add support for glibmm compiled	with
      --enable-api-exceptions=no (gnomemm (bugzilla.gnome.org))
   3. [Bug 365038] Add support for glibmm compiled with
      --enable-api-exceptions=no (gnomemm (bugzilla.gnome.org))
   4. [Bug 365038] Add support for glibmm compiled with
      --enable-api-exceptions=no (gnomemm (bugzilla.gnome.org))
   5. [Bug 365038] Add support for glibmm compiled with
      --enable-api-exceptions=no (gnomemm (bugzilla.gnome.org))


----------------------------------------------------------------------

Message: 1
Date: Wed, 25 Oct 2006 10:15:11 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 89780] Treeview:
	signal_button_press_event	needs connect_notify()
To: gtkmm-forge lists sourceforge net
Message-ID: <20061025101511 EDDF36C40B4 box gnome org>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=89780

  gtkmm | TreeView | Ver: 2.4


Ralf Stephan changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ralf ark in-berlin de




------- Comment #19 from Ralf Stephan  2006-10-25 10:14 UTC -------
Don't know if it matters: the same happens with the on_motion_notify signal.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email



------------------------------

Message: 2
Date: Wed, 25 Oct 2006 16:36:52 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 365038] New: Add support for glibmm
	compiled	with --enable-api-exceptions=no
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-365038-5595 http bugzilla gnome org/>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=365038

  gnomemm | gnome-vfsmm | Ver: unspecified

           Summary: Add support for glibmm compiled with --enable-api-
                    exceptions=no
           Product: gnomemm
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gnome-vfsmm
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: mwhoosier gmail com
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unversioned Enhancement
   GNOME milestone: Unspecified


The normal signature for operations which can fail in gnome-vfsmm is something
like this:

  void foo(...) throw(Gnome::Vfs::exception);

When GlibMM is compiled with the options to omit C++ exception handling, the
technique used in gnome-vfsmm would be similar to the C-language use of
GError's, with the error being handled by a trailing auto_ptr:

  void foo(..., std::auto_ptr<Gnome::Vfs::exception>& error);

I'm attaching a patch to add this support.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email



------------------------------

Message: 3
Date: Wed, 25 Oct 2006 16:38:07 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 365038] Add support for glibmm compiled
	with	--enable-api-exceptions=no
To: gtkmm-forge lists sourceforge net
Message-ID: <20061025163807 EAD116C40EE box gnome org>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=365038

  gnomemm | gnome-vfsmm | Ver: unspecified





------- Comment #1 from Matt Hoosier  2006-10-25 16:37 UTC -------
Created an attachment (id=75388)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=75388&action=view)
Add support for GlibMM configure-option "--enable-api-exceptions=no"

Patch is against gnome-2-14 CVS tag.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email



------------------------------

Message: 4
Date: Wed, 25 Oct 2006 16:43:22 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 365038] Add support for glibmm compiled
	with	--enable-api-exceptions=no
To: gtkmm-forge lists sourceforge net
Message-ID: <20061025164322 2D0886C40E3 box gnome org>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=365038

  gnomemm | gnome-vfsmm | Ver: unspecified


Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc murrayc com




------- Comment #2 from Murray Cumming  2006-10-25 16:42 UTC -------
Did you solve the crash that you mentioned on the mailing list?


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email



------------------------------

Message: 5
Date: Wed, 25 Oct 2006 16:55:41 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 365038] Add support for glibmm compiled
	with	--enable-api-exceptions=no
To: gtkmm-forge lists sourceforge net
Message-ID: <20061025165541 A10A96C40EE box gnome org>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=365038

  gnomemm | gnome-vfsmm | Ver: unspecified





------- Comment #3 from Matt Hoosier  2006-10-25 16:54 UTC -------
Yes, it stopped appearing once I switched to using Gnome::Vfs::exception as the
error object.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email



------------------------------

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

------------------------------

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


End of Gtkmm-forge Digest, Vol 5, Issue 9
*****************************************



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