Gtkmm-forge Digest, Vol 6, 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 372642] New: on_*() methods are not called	for wrapped
      objects (gtkmm (bugzilla.gnome.org))
   2. [Bug 372642] on_*() methods are not called for	wrapped
      objects (gtkmm (bugzilla.gnome.org))
   3. [Bug 369335] Gtk::Adjustment ignores initial value	in
      constructor (gtkmm (bugzilla.gnome.org))
   4. [Bug 371487]	Gnome::Vfs::DirectoryHandle::list_load has wrong
      signature (gnomemm (bugzilla.gnome.org))
   5. [Bug 372642] on_*() methods are not called for	wrapped
      objects (gtkmm (bugzilla.gnome.org))
   6. [Bug 372642] on_*() methods are not called for	wrapped
      objects (gtkmm (bugzilla.gnome.org))


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

Message: 1
Date: Wed,  8 Nov 2006 20:28:10 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 372642] New: on_*() methods are not
	called	for wrapped objects
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-372642-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=372642

  gtkmm | general | Ver: 2.4.x

           Summary: on_*() methods are not called for wrapped objects
           Product: gtkmm
           Version: 2.4.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: pogonyshev gmx net
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Please see the attached test program.  It displays a window with an entry and a
combo box entry.  Both have signal handlers connected to `changed' signal and
are supposed to print a message from on_changed() method.  However, it seems
that on_changed() for the combo box entry is never called.

(I can't check if this is still true with the newest Gtkmm.  If it is not, just
close the bug.)


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



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

Message: 2
Date: Wed,  8 Nov 2006 20:28:58 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 372642] on_*() methods are not called
	for	wrapped objects
To: gtkmm-forge lists sourceforge net
Message-ID: <20061108202858 51D686C41A0 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=372642

  gtkmm | general | Ver: 2.4.x





------- Comment #1 from Paul Pogonyshev  2006-11-08 20:27 UTC -------
Created an attachment (id=76228)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=76228&action=view)
testcase program


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



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

Message: 3
Date: Wed,  8 Nov 2006 22:05:26 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 369335] Gtk::Adjustment ignores initial
	value	in constructor
To: gtkmm-forge lists sourceforge net
Message-ID: <20061108220526 9E60C6C40C7 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=369335

  gtkmm | general | Ver: 2.9.x


Murray Cumming changed:

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




------- Comment #2 from Murray Cumming  2006-11-08 22:04 UTC -------
Paul Davis says on the mailing list that it fixes the problem. Committed to
CVS.


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



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

Message: 4
Date: Thu,  9 Nov 2006 16:53:05 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 371487]
	Gnome::Vfs::DirectoryHandle::list_load has wrong signature
To: gtkmm-forge lists sourceforge net
Message-ID: <20061109165305 9EC756C414A 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=371487

  gnomemm | gnome-vfsmm | Ver: 2.10





------- Comment #5 from Maik Beckmann  2006-11-09 16:51 UTC -------
Created an attachment (id=76285)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=76285&action=view)
patch which fixes this bug

I changed the function for --disable-api-exceptions too, but didn't test if it
compiles, since my glibmm version uses exceptions.

Since there is no testing framework at all, I omitted the test cases. 

Doxygen docs has been added to the both function decleations, with and without
exceptions. 

Note: Doxygen always generates for the "--disable-api-exceptions" case for all.
So work has to be done to change this.

Regards, Maik  


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



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

Message: 5
Date: Thu,  9 Nov 2006 20:46:50 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 372642] on_*() methods are not called
	for	wrapped objects
To: gtkmm-forge lists sourceforge net
Message-ID: <20061109204650 D837A6C4150 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=372642

  gtkmm | general | Ver: 2.4.x


Murray Cumming changed:

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




------- Comment #2 from Murray Cumming  2006-11-09 20:45 UTC -------
It works for me. I guess you have built glibmm and gtkmm yourself, and you are
using the configure options to disable API.


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



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

Message: 6
Date: Thu,  9 Nov 2006 21:17:47 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 372642] on_*() methods are not called
	for	wrapped objects
To: gtkmm-forge lists sourceforge net
Message-ID: <20061109211747 D32A66C4156 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=372642

  gtkmm | general | Ver: 2.4.x





------- Comment #3 from Paul Pogonyshev  2006-11-09 21:16 UTC -------
Mmm, I haven't quite specified how it _should_ work.  Does it print two
different lines in the terminal after a change to any of the two (different)
entries?

Now that I think of it, it probably cannot work with current GTK+ architecture
at all.  Entry in the combo box is created using gtk_entry_new() by C-level
code and so it cannot know about C++ methods, right?  Please see bug/wish
#373110.

Gtkmm is preinstalled Debian Sarge one, not customly compiled.  It is old
(2.4.10), though.


-- 
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 6, Issue 9
*****************************************



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