Gtkmm-forge Digest, Vol 6, Issue 17



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 371882] Cannot compile 2.10.2 as is under	Win32
      (gtkmm (bugzilla.gnome.org))
   2. [Bug 374094] Freeing Gtk owned memory in
      Gtk::Style::lookup_icon_set (gtkmm (bugzilla.gnome.org))
   3. [Bug 375009] Crash while inside a signal handler
      (gtkmm (bugzilla.gnome.org))
   4. [Bug 372642] on_*() methods are not called for	wrapped
      objects (gtkmm (bugzilla.gnome.org))
   5. [Bug 369335] Gtk::Adjustment ignores initial value	in
      constructor (gtkmm (bugzilla.gnome.org))
   6. [Bug 350881] gtkmm build fails (gtkmm (bugzilla.gnome.org))
   7. [Bug 352226] gtkmm-2.10.0 build problem with	gcc-3.3.6
      (gtkmm (bugzilla.gnome.org))
   8. [Bug 362181] Cairo::RefPtr leaking memory
      (gtkmm (bugzilla.gnome.org))
   9. [Bug 375009] Crash while inside a signal handler
      (gtkmm (bugzilla.gnome.org))


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

Message: 1
Date: Wed, 22 Nov 2006 15:35:53 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 371882] Cannot compile 2.10.2 as is
	under	Win32
To: gtkmm-forge lists sourceforge net
Message-ID: <20061122153553 DF9D46C414D 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=371882

  gtkmm | build | Ver: 2.10.x


Cedric Gustin changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #5 from Cedric Gustin  2006-11-22 15:34 UTC -------

After a quick survey, I committed this patch. Looks like Tor Lillqvist does not
distribute gtk+-unix-print-2.0.pc with his win32 binaries, even though the gtk+
tarball installs this file in lib/pkgconfig whatever the platform ! As Tor's
files are supposed to be the "official" ones, a workaround has to be present in
gtkmm. I added a comment in configure.in though...

The gladewin32 GTK+ installer is unaffected.

Thanks to Alexis for reporting this. Was not aware of anybody else crazy enough
to try to build gtkmm on win32 !


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



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

Message: 2
Date: Thu, 23 Nov 2006 14:49:26 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 374094] Freeing Gtk owned memory in
	Gtk::Style::lookup_icon_set
To: gtkmm-forge lists sourceforge net
Message-ID: <20061123144926 921136C40BB 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=374094

  gtkmm | general | Ver: unspecified


Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #5 from Murray Cumming  2006-11-23 14:48 UTC -------
Ah, now I understand. You are saying that the refreturn parameter can't work,
because there is no reference() function. OK. Comitted. Thanks.


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



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

Message: 3
Date: Thu, 23 Nov 2006 14:51:50 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 375009] Crash while inside a signal
	handler
To: gtkmm-forge lists sourceforge net
Message-ID: <20061123145150 8AD6B6C40D9 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=375009

  gtkmm | general | Ver: 2.10.x


Murray Cumming changed:

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




------- Comment #2 from Murray Cumming  2006-11-23 14:50 UTC -------
Like any difficult problem, you should probably try to reduce it to a simple
test case that you can publish here. That might show the problem in your code,
or give us a way to reproduce (and then fix) the problem in gtkmm.


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



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

Message: 4
Date: Thu, 23 Nov 2006 15:04:07 +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: <20061123150407 D34806C40EE 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
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |NOTABUG




------- Comment #4 from Murray Cumming  2006-11-23 15:02 UTC -------
When typing one character into the enty:
  entry changed
  entry changed (signal)

When typing one character into the comoboxentry:
  combo box entry changed (signal)


You call to "Glib::wrap_register (gtk_entry_get_type (), &Entry::wrap_new);" is
also completely useless. I don't know what that's meant to achieve.

Are you really expecting GtkComboBox to magically instantiate an instance of
your C++ class? Or have I misunderstood?

Please reopen if you still think this is a bug.


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



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

Message: 5
Date: Thu, 23 Nov 2006 15:28:07 +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: <20061123152807 95B136C40D2 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
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




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



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

Message: 6
Date: Thu, 23 Nov 2006 15:32:48 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 350881] gtkmm build fails
To: gtkmm-forge lists sourceforge net
Message-ID: <20061123153248 CB3ED6C40DA 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=350881

  gtkmm | build | Ver: 2.9.x


Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE




------- Comment #5 from Murray Cumming  2006-11-23 15:31 UTC -------
I believe we fixed this in bug #352226, so gtkmm 2.10.4 should build for you.
Please reopen if it is still a problem.

*** This bug has been marked as a duplicate of 352226 ***


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



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

Message: 7
Date: Thu, 23 Nov 2006 15:32:49 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 352226] gtkmm-2.10.0 build problem with
	gcc-3.3.6
To: gtkmm-forge lists sourceforge net
Message-ID: <20061123153249 96E4D6C40D2 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=352226

  gtkmm | build | Ver: 2.10.x





------- Comment #9 from Murray Cumming  2006-11-23 15:31 UTC -------
*** Bug 350881 has been marked as a duplicate of this bug. ***


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



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

Message: 8
Date: Thu, 23 Nov 2006 15:34:32 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 362181] Cairo::RefPtr leaking memory
To: gtkmm-forge lists sourceforge net
Message-ID: <20061123153433 03EE66C40D9 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=362181

  gtkmm | general | Ver: 2.10.x





------- Comment #2 from Murray Cumming  2006-11-23 15:33 UTC -------
Please?


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



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

Message: 9
Date: Thu, 23 Nov 2006 15:34:49 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 375009] Crash while inside a signal
	handler
To: gtkmm-forge lists sourceforge net
Message-ID: <20061123153449 9C1C46C40DA 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=375009

  gtkmm | general | Ver: 2.10.x


Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal




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



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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

_______________________________________________
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 17
******************************************



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