Gtkmm-forge digest, Vol 1 #1103 - 7 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Cc:
- Subject: Gtkmm-forge digest, Vol 1 #1103 - 7 msgs
- Date: Wed, 12 Apr 2006 20:06:24 -0700
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 338245] New: patch for RecentInfo::get_applications() and get_groups() (gtkmm (bugzilla.gnome.org))
2. [Bug 338245] patch for RecentInfo::get_applications() and get_groups() (gtkmm (bugzilla.gnome.org))
3. [Bug 338249] New: Wrapping GtkRecentChooser* (gtkmm (bugzilla.gnome.org))
4. [Bug 338249] Wrapping GtkRecentChooser* (gtkmm (bugzilla.gnome.org))
5. [Bug 338245] patch for RecentInfo::get_applications() and get_groups() (gtkmm (bugzilla.gnome.org))
6. [Bug 338245] patch for RecentInfo::get_applications() and get_groups() (gtkmm (bugzilla.gnome.org))
7. [Bug 338245] patch for RecentInfo::get_applications() and get_groups() (gtkmm (bugzilla.gnome.org))
--__--__--
Message: 1
To: gtkmm-forge lists sourceforge net
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Wed, 12 Apr 2006 12:35:12 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 338245] New: patch for RecentInfo::get_applications() and get_groups()
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=3D338245
gtkmm | general | Ver: unspecified
Summary: patch for RecentInfo::get_applications() and
get_groups()
Product: gtkmm
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: marko marko anastasov name
QAContact: gtkmm-forge lists sourceforge net
GNOME version: Unspecified
GNOME milestone: Unspecified
I wrote them in a way so that they pass null to the underlaying gtk funct=
ions,
and thus take no params.
--=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: Wed, 12 Apr 2006 12:36:01 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 338245] patch for RecentInfo::get_applications() and get_groups()
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=3D338245
gtkmm | general | Ver: unspecified
------- Comment #1 from Marko Anastasov 2006-04-12 16:36 UTC -------
Created an attachment (id=3D63321)
--> (http://bugzilla.gnome.org/attachment.cgi?id=3D63321&action=3Dview)
patch for recentinfo.[ccg|hg], CL and convert_gtk.m4
--=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: Wed, 12 Apr 2006 13:12:22 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 338249] New: Wrapping GtkRecentChooser*
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=3D338249
gtkmm | general | Ver: unspecified
Summary: Wrapping GtkRecentChooser*
Product: gtkmm
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: armin 0x539 de
QAContact: gtkmm-forge lists sourceforge net
CC: armin 0x539 de
GNOME version: Unspecified
GNOME milestone: Unspecified
This in an initial patch that wraps GtkRecentChooser, GtkRecentChooserWid=
get,
GtkRecentChooserMenu and GtkRecentChooseDialog. A simple application show=
ing
these widgets is included in examples/recent/.
I had some trouble wrapping the vfuncs for GtkRecentChooser. Some of them=
take
a GError** argument that would need to be wrapped. I guess this should ca=
tch
the corresponding C++ exception and make a GError out of it. Other functi=
ons
have complex return types like Glib::StringArrayHandle that do not allow =
to be
default-constructed, but _WRAP_VFUNC tries it. I commented out those func=
tions
to get it to compile, but I have no clue how to wrap them. Would this eve=
n need
changes in gmmproc?
A minor issue is the example: I added a Makefile.am (adapted from the sta=
tusbar
example) and added the recent/ directory to SUBDIRS in examples/Makefile.=
am but
nobody generates a Makefile from the Makefile.am in examples/recent. I
obviously missed something but could not figure out what.
--=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: Wed, 12 Apr 2006 13:13:40 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 338249] Wrapping GtkRecentChooser*
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=3D338249
gtkmm | general | Ver: unspecified
------- Comment #1 from Armin Burgmeier 2006-04-12 17:13 UTC -------
Created an attachment (id=3D63324)
--> (http://bugzilla.gnome.org/attachment.cgi?id=3D63324&action=3Dview)
Contains the new files and a patch patching existing ones
--=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: Wed, 12 Apr 2006 14:49:10 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 338245] patch for RecentInfo::get_applications() and get_groups()
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=3D338245
gtkmm | general | Ver: unspecified
Murray Cumming changed:
What |Removed |Added
-------------------------------------------------------------------------=
---
CC| |murrayc murrayc com
------- Comment #2 from Murray Cumming 2006-04-12 18:49 UTC -------
I don't see any documentation that says that we can pass NULL for these
parameters to the C function. I think we need the length to construct the
StringArrayHandle.
--=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: Wed, 12 Apr 2006 16:53:24 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 338245] patch for RecentInfo::get_applications() and get_groups()
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=3D338245
gtkmm | general | Ver: unspecified
------- Comment #3 from Marko Anastasov 2006-04-12 20:53 UTC -------
That's what I thought first, but in gtkrecentmanager.c:1792 it says:
"@length: return location for the length of the returned list, or %NULL".
And reading the code it seems it's really just a return location.
--=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: Wed, 12 Apr 2006 17:15:12 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 338245] patch for RecentInfo::get_applications() and get_groups()
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=3D338245
gtkmm | general | Ver: unspecified
Murray Cumming changed:
What |Removed |Added
-------------------------------------------------------------------------=
---
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Comment #4 from Murray Cumming 2006-04-12 21:15 UTC -------
Ah, yes, the array is null terminated. Committed with a comment about tha=
t in
the code.
--=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]