|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
Gtkmm-forge Digest, Vol 23, Issue 12Send Gtkmm-forge mailing list submissions to
gtkmm-forge@... 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@... You can reach the person managing the list at gtkmm-forge-owner@... 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 530141] New: Unclean tarballs containing .svn dirs (gtkmm (bugzilla.gnome.org)) 2. [Bug 530141] Unclean tarballs containing .svn dirs (gtkmm (bugzilla.gnome.org)) 3. [Bug 530416] New: Adding default constructor to Glib::ArrayHandle<...> (glibmm (bugzilla.gnome.org)) 4. [Bug 530416] Adding default constructor to Glib::ArrayHandle<...> (glibmm (bugzilla.gnome.org)) 5. [Bug 530416] Adding default constructor to Glib::ArrayHandle<...> (glibmm (bugzilla.gnome.org)) 6. [Bug 525967] Documentation for Gdk::Window::set_back_pixmap not customized for gtkmm (gtkmm (bugzilla.gnome.org)) 7. [Bug 528037] Gdk::PixbufAnimationIter is missing some functions (gtkmm (bugzilla.gnome.org)) ---------------------------------------------------------------------- Message: 1 Date: Sun, 27 Apr 2008 02:35:39 +0000 (UTC) From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon@...> Subject: [gtkmm bugzilla] [Bug 530141] New: Unclean tarballs containing .svn dirs To: gtkmm-forge@... Message-ID: <bug-530141-5595@.../> Content-Type: text/plain; charset=utf-8 If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=530141 gtkmm | general | Ver: 2.13.x Summary: Unclean tarballs containing .svn dirs Product: gtkmm Version: 2.13.x Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: general AssignedTo: gtkmm-forge@... ReportedBy: guenther@... QAContact: gtkmm-forge@... GNOME version: Unspecified GNOME milestone: Unspecified Released tarballs contain some SVN leftovers. Seems the release magic needs some love. :) Found these in 2.12.7, it's the same with 2.13.0. gtkmm-2.12.7/docs/reference/images/stock/.svn gtkmm-2.12.7/docs/reference/images/stock/32/.svn gtkmm-2.12.7/docs/reference/images/stock/20/.svn gtkmm-2.12.7/docs/reference/images/stock/48/.svn gtkmm-2.12.7/docs/reference/images/stock/16/.svn gtkmm-2.12.7/docs/reference/images/stock/24/.svn -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=530141. ------------------------------ Message: 2 Date: Sun, 27 Apr 2008 16:18:16 +0000 (UTC) From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon@...> Subject: [gtkmm bugzilla] [Bug 530141] Unclean tarballs containing .svn dirs To: gtkmm-forge@... Message-ID: <20080427161816.441E123F516@...> Content-Type: text/plain; charset=utf-8 If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=530141 gtkmm | general | Ver: 2.13.x Jonathon Jongsma (jonner) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathon@... Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1 ------- Comment #1 from Jonathon Jongsma (jonner) 2008-04-27 16:18 UTC ------- hmm, I guess I introduced this when I added an svn:external property for the stock icons. I'll see if I can clean it up a bit. -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=530141. ------------------------------ Message: 3 Date: Mon, 28 Apr 2008 18:27:17 +0000 (UTC) From: "glibmm (bugzilla.gnome.org)" <bugzilla-daemon@...> Subject: [gtkmm bugzilla] [Bug 530416] New: Adding default constructor to Glib::ArrayHandle<...> To: gtkmm-forge@... Message-ID: <bug-530416-5595@.../> Content-Type: text/plain; charset=utf-8 If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=530416 glibmm | general | Ver: unspecified Summary: Adding default constructor to Glib::ArrayHandle<...> Product: glibmm Version: unspecified Platform: Other OS/Version: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: general AssignedTo: gtkmm-forge@... ReportedBy: jaalburqu@... QAContact: gtkmm-forge@... GNOME version: 2.21/2.22 GNOME milestone: Unspecified Please describe the problem: Trying to wrap Gst::Element vfunc "get_query_types" (which ideally would return a Glib::ArrayHandle<Gst::QueryType>), I get the following compile error: element.cc: In member function 'virtual Glib::ArrayHandle<Gst::QueryType, Glib::Container_Helpers::TypeTraits<Gst::QueryType> > Gst::Element::get_query_types_vfunc()': element.cc:1440: error: no matching function for call to 'Glib::ArrayHandle<Gst::QueryType, Glib::Container_Helpers::TypeTraits<Gst::QueryType> >::ArrayHandle()' caused by the last line (the second return) in the generated vfunc: Glib::ArrayHandle<QueryType> Gst::Element::get_query_types_vfunc() { BaseClassType *const base = static_cast<BaseClassType*>( g_type_class_peek_parent(G_OBJECT_GET_CLASS(gobject_)) // Get the parent class of the object class (The original underlying C class). ); if(base && base->get_query_types) return Glib::ArrayHandle<QueryType>((QueryType*)((*base->get_query_types)(gobj())), Glib::OWNERSHIP_SHALLOW); typedef Glib::ArrayHandle<QueryType> RType; return RType(); } It looks like Glib::ArrayHandle<...> needs a default constructor in order for the second return to be compiled correctly. Would the attached patch be ok? It allows clean compilation when this vfunc is wrapped (assuming, of course, that this vfunc should be wrapped :-) Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information: -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=530416. ------------------------------ Message: 4 Date: Mon, 28 Apr 2008 18:28:25 +0000 (UTC) From: "glibmm (bugzilla.gnome.org)" <bugzilla-daemon@...> Subject: [gtkmm bugzilla] [Bug 530416] Adding default constructor to Glib::ArrayHandle<...> To: gtkmm-forge@... Message-ID: <20080428182825.6806D23F5BB@...> Content-Type: text/plain; charset=utf-8 If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=530416 glibmm | general | Ver: unspecified ------- Comment #1 from Jos? Alburquerque 2008-04-28 18:28 UTC ------- Created an attachment (id=110056) --> (http://bugzilla.gnome.org/attachment.cgi?id=110056&action=view) Patch to add default constructor to Glib::ArrayHandle<> -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=530416. ------------------------------ Message: 5 Date: Mon, 28 Apr 2008 18:42:50 +0000 (UTC) From: "glibmm (bugzilla.gnome.org)" <bugzilla-daemon@...> Subject: [gtkmm bugzilla] [Bug 530416] Adding default constructor to Glib::ArrayHandle<...> To: gtkmm-forge@... Message-ID: <20080428184250.9E88823F5B8@...> Content-Type: text/plain; charset=utf-8 If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=530416 glibmm | general | Ver: unspecified ------- Comment #2 from Jos? Alburquerque 2008-04-28 18:42 UTC ------- (In reply to comment #0) > It looks like Glib::ArrayHandle<...> needs a default constructor in order for > the second return to be compiled correctly. Would the attached patch be ok? > It allows clean compilation when this vfunc is wrapped (assuming, of course, > that this vfunc should be wrapped :-) > Correction: I think it should be wrapped, but I could be wrong. -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=530416. ------------------------------ Message: 6 Date: Tue, 29 Apr 2008 16:25:15 +0000 (UTC) From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon@...> Subject: [gtkmm bugzilla] [Bug 525967] Documentation for Gdk::Window::set_back_pixmap not customized for gtkmm To: gtkmm-forge@... Message-ID: <20080429162515.1330623F5A1@...> Content-Type: text/plain; charset=utf-8 If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=525967 gtkmm | documentation | Ver: unspecified Murray Cumming changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #5 from Murray Cumming 2008-04-29 16:25 UTC ------- Fixed in svn trunk: 2008-04-29 Murray Cumming <murrayc@...> * gdk/src/window.ccg: * gdk/src/window.hg: Added unset_back_pixmap(). * gdk/src/gdk_docs_override.xml: Changed the back_pixmap() documentation to not mention NULL, and to refer to unset_back_pixmap(). This fixes bug #525967 (Jonathon Jongsma). -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=525967. ------------------------------ Message: 7 Date: Tue, 29 Apr 2008 20:42:06 +0000 (UTC) From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon@...> Subject: [gtkmm bugzilla] [Bug 528037] Gdk::PixbufAnimationIter is missing some functions To: gtkmm-forge@... Message-ID: <20080429204206.54B2823F599@...> Content-Type: text/plain; charset=utf-8 If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=528037 gtkmm | general | Ver: 2.12.x Murray Cumming changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |murrayc@... Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Comment #1 from Murray Cumming 2008-04-29 20:42 UTC ------- Fixed in svn trunk. Thanks. 2008-04-29 Murray Cumming <murrayc@...> * gdk/src/pixbufanimationiter.[hg|cc]: Added get_pixbuf(), get_delay_time(), advance(), on_currently_loading_frame(). * gdk/src/gdk_docs_override.xml: Customized the documentation for these methods, to avoid C-specific advice, and to add @newin2p14. Bug #528037 (Balazs Tirpak) -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=528037. ------------------------------ ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone ------------------------------ _______________________________________________ Gtkmm-forge mailing list Gtkmm-forge@... https://lists.sourceforge.net/lists/listinfo/gtkmm-forge End of Gtkmm-forge Digest, Vol 23, Issue 12 ******************************************* _______________________________________________ gtkmm-list mailing list gtkmm-list@... http://mail.gnome.org/mailman/listinfo/gtkmm-list |
| Free Forum Powered by Nabble | Forum Help |