Gtkmm-forge digest, Vol 1 #1125 - 7 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. Do not try to unsubscribe gtkmm-forge from gtkmm-list.


Today's Topics:

   1. [Bug 341895] New: gtkmm 2.8.6/2.8.7 are utterly hosed (gtkmm (bugzilla.gnome.org))
   2. [Bug 341895] gtkmm 2.8.6/2.8.7 are utterly hosed (gtkmm (bugzilla.gnome.org))
   3. [Bug 341895] gtkmm 2.8.6/2.8.7 are utterly hosed (gtkmm (bugzilla.gnome.org))
   4. [Bug 341895] gtkmm 2.8.6/2.8.7 are utterly hosed (gtkmm (bugzilla.gnome.org))
   5. [Bug 341895] gtkmm 2.8.6/2.8.7 are utterly hosed (gtkmm (bugzilla.gnome.org))
   6. [Bug 340048] Printing API (gtkmm (bugzilla.gnome.org))
   7. [Bug 341895] gtkmm 2.8.6/2.8.7 are utterly hosed (gtkmm (bugzilla.gnome.org))

--__--__--

Message: 1
To: gtkmm-forge lists sourceforge net
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Mon, 15 May 2006 16:31:41 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 341895] New: gtkmm 2.8.6/2.8.7 are utterly hosed

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=3D341895
 gtkmm | general | Ver: 2.8.x

           Summary: gtkmm 2.8.6/2.8.7 are utterly hosed
           Product: gtkmm
           Version: 2.8.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: plangdale vmware com
         QAContact: gtkmm-forge lists sourceforge net
                CC: hpreg vmware com
     GNOME version: 2.13/2.14
   GNOME milestone: Unspecified


Oh dear.

The changes to remove internal dependencies on the property methods seem =
to
have gone very very very badly wrong.

One example:

in actiongroup.ccg:

 const gchar* action_name =3D (char*)g_object_get_data(G_OBJECT(action->g=
obj()),
"name");

was introduced, but the "name" is a gobject property and not named data, =
so
g_object_get(G_OBJECT(action->gobj()), "name", &action_name, NULL); would=
 be
the correct call to make.

This wrong call results in a NULL return value causing a crash in the
subsequent string concatenation.

I'm now following up on another crash related to Gtk::Entry and/or
Gtk::Editable. I currently cannot say how many problems have been introdu=
ced,
but I will continue investigating.


--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


--__--__--

Message: 2
To: gtkmm-forge lists sourceforge net
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Mon, 15 May 2006 16:32:38 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 341895] gtkmm 2.8.6/2.8.7 are utterly hosed

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=3D341895
 gtkmm | general | Ver: 2.8.x


Philip Langdale changed:

           What    |Removed                     |Added
-------------------------------------------------------------------------=
---
                 CC|                            |philipl mail utexas edu
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


--__--__--

Message: 3
To: gtkmm-forge lists sourceforge net
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Mon, 15 May 2006 17:14:50 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 341895] gtkmm 2.8.6/2.8.7 are utterly hosed

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=3D341895
 gtkmm | general | Ver: 2.8.x





------- Comment #1 from Philip Langdale  2006-05-15 21:14 UTC -------
I've found another problem as I trawl through the diff:

Gtk::Window::set_default_icon's implementation has been truncated to a si=
ngle
';' - unsurprisingly, it doesn't do much right now.

More to come.


--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


--__--__--

Message: 4
To: gtkmm-forge lists sourceforge net
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Mon, 15 May 2006 17:16:55 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 341895] gtkmm 2.8.6/2.8.7 are utterly hosed

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=3D341895
 gtkmm | general | Ver: 2.8.x





------- Comment #2 from Philip Langdale  2006-05-15 21:16 UTC -------
I count an addition 16 changes of this type in the diff.


--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


--__--__--

Message: 5
To: gtkmm-forge lists sourceforge net
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Mon, 15 May 2006 19:38:04 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 341895] gtkmm 2.8.6/2.8.7 are utterly hosed

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=3D341895
 gtkmm | general | Ver: 2.8.x





------- Comment #3 from Philip Langdale  2006-05-15 23:38 UTC -------
Those cases are all in the autogenerated code. The entry in gtk_methods.d=
efs
seems correct but the generated code consistently has the empty function =
body.

I can't currently see any pattern in the affected methods to explain why =
there
were singled out. Some take parameters, some take none. Lots of different
types.

It's all very strange. I currently can't say if the crash in Gtk::Entry u=
sage
is due to these missing method implementations but it seems likely - ther=
e are
very few actual code changes.


--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


--__--__--

Message: 6
To: gtkmm-forge lists sourceforge net
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Mon, 15 May 2006 19:43:41 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 340048] Printing API

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=3D340048
 gtkmm | general | Ver: unspecified





------- Comment #9 from Marko Anastasov  2006-05-15 23:43 UTC -------
Created an attachment (id=3D65558)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=3D65558&action=3Dview)
Unix printing API addition

This adds Printer, PrintJob, PageSetupUnixDialog and PrintUnixDialog.

Since gtk.h doesn't include these at the moment, signal and property defs
cannot be generated.

So #ifdefing the Unix part should be done in the highest level, in
configure.in, Makefile_build.am_fragment and gtkmm.h?


--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


--__--__--

Message: 7
To: gtkmm-forge lists sourceforge net
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Mon, 15 May 2006 19:56:31 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 341895] gtkmm 2.8.6/2.8.7 are utterly hosed

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=3D341895
 gtkmm | general | Ver: 2.8.x





------- Comment #4 from Philip Langdale  2006-05-15 23:56 UTC -------
Ok, the empty function bodies are comming from changes to mmproc in glib.=
 I
just regenerated the 2.8.5 set with glibmm 2.10.2 and they were similarly
broken.


--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



--__--__--

_______________________________________________
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]