Send Gtkmm-forge mailing list submissions to [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
You can reach the person managing the list at [EMAIL PROTECTED] 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 555743] warning in glibmm (glibmm (bugzilla.gnome.org)) 2. [Bug 555743] warning in glibmm (glibmm (bugzilla.gnome.org)) 3. [Bug 562505] New: Reference to non-existent function set_row_changed() (gtkmm (bugzilla.gnome.org)) 4. [Bug 555743] warning in glibmm (glibmm (bugzilla.gnome.org)) 5. [Bug 555743] warning in glibmm (glibmm (bugzilla.gnome.org)) 6. [Bug 555743] warning in glibmm (glibmm (bugzilla.gnome.org)) ---------------------------------------------------------------------- Message: 1 Date: Thu, 27 Nov 2008 06:11:32 +0000 (UTC) From: "glibmm (bugzilla.gnome.org)" <[EMAIL PROTECTED]> Subject: [gtkmm bugzilla] [Bug 555743] warning in glibmm To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> 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=555743 glibmm | general | Ver: 2.17.x Hubert Figuiere changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|FIXED | ------- Comment #5 from Hubert Figuiere 2008-11-27 06:11 UTC ------- sorry but I have to reopen this: /usr/include/glibmm-2.4/glibmm/nodetree.h: In constructor ?Glib::NodeTree<T>::NodeTree(const T&)?: /usr/include/glibmm-2.4/glibmm/nodetree.h:103: warning: declaration of ?data? shadows a member of 'this' /usr/include/glibmm-2.4/glibmm/nodetree.h: In member function ?Glib::NodeTree<T>* Glib::NodeTree<T>::insert_data(int, const T&)?: /usr/include/glibmm-2.4/glibmm/nodetree.h:222: warning: declaration of ?data? shadows a member of 'this' /usr/include/glibmm-2.4/glibmm/nodetree.h: In member function ?Glib::NodeTree<T>* Glib::NodeTree<T>::insert_data_before(Glib::NodeTree<T>&, const T&)?: /usr/include/glibmm-2.4/glibmm/nodetree.h:236: warning: declaration of ?data? shadows a member of 'this' /usr/include/glibmm-2.4/glibmm/nodetree.h: In member function ?Glib::NodeTree<T>* Glib::NodeTree<T>::append_data(const T&)?: /usr/include/glibmm-2.4/glibmm/nodetree.h:249: warning: declaration of ?data? shadows a member of 'this' /usr/include/glibmm-2.4/glibmm/nodetree.h: In member function ?Glib::NodeTree<T>* Glib::NodeTree<T>::prepend_data(const T&)?: /usr/include/glibmm-2.4/glibmm/nodetree.h:262: warning: declaration of ?data? shadows a member of 'this' /usr/include/glibmm-2.4/glibmm/nodetree.h: In member function ?Glib::NodeTree<T>* Glib::NodeTree<T>::find_child(const T&, Glib::NodeTree<T>::TraverseFlags)?: /usr/include/glibmm-2.4/glibmm/nodetree.h:345: warning: declaration of ?data? shadows a member of 'this' /usr/include/glibmm-2.4/glibmm/nodetree.h: In member function ?const Glib::NodeTree<T>* Glib::NodeTree<T>::find_child(const T&, Glib::NodeTree<T>::TraverseFlags) const?: /usr/include/glibmm-2.4/glibmm/nodetree.h:364: warning: declaration of ?data? shadows a member of 'this' /usr/include/glibmm-2.4/glibmm/nodetree.h: In member function ?Glib::NodeTree<T>* Glib::NodeTree<T>::find(const T&, Glib::TraverseType, Glib::NodeTree<T>::TraverseFlags)?: /usr/include/glibmm-2.4/glibmm/nodetree.h:377: warning: declaration of ?data? shadows a member of 'this' /usr/include/glibmm-2.4/glibmm/nodetree.h: In member function ?const Glib::NodeTree<T>* Glib::NodeTree<T>::find(const T&, Glib::TraverseType, Glib::NodeTree<T>::TraverseFlags) const?: /usr/include/glibmm-2.4/glibmm/nodetree.h:398: warning: declaration of ?data? shadows a member of 'this' /usr/include/glibmm-2.4/glibmm/nodetree.h: In member function ?int Glib::NodeTree<T>::child_index(const T&) const?: /usr/include/glibmm-2.4/glibmm/nodetree.h:409: warning: declaration of ?data? shadows a member of 'this' version is 2.18.1 -- 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=555743. ------------------------------ Message: 2 Date: Thu, 27 Nov 2008 09:10:23 +0000 (UTC) From: "glibmm (bugzilla.gnome.org)" <[EMAIL PROTECTED]> Subject: [gtkmm bugzilla] [Bug 555743] warning in glibmm To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> 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=555743 glibmm | general | Ver: 2.17.x ------- Comment #6 from Murray Cumming 2008-11-27 09:10 UTC ------- A patch would be welcome. -- 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=555743. ------------------------------ Message: 3 Date: Thu, 27 Nov 2008 22:40:53 +0000 (UTC) From: "gtkmm (bugzilla.gnome.org)" <[EMAIL PROTECTED]> Subject: [gtkmm bugzilla] [Bug 562505] New: Reference to non-existent function set_row_changed() To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]/> 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=562505 gtkmm | documentation | Ver: 2.14.x Summary: Reference to non-existent function set_row_changed() Product: gtkmm Version: 2.14.x Platform: Other OS/Version: All Status: UNCONFIRMED Keywords: documentation Severity: minor Priority: Normal Component: documentation AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] GNOME version: Unversioned Enhancement GNOME milestone: Unspecified Documentation Section: treemodel.h, set_value_impl() //Called by TreeRow, which is a friend class: //The comment about set_row_changed() in the documentation is based on my reading of the source of //gtk_list_store_set_value() and gtk_tree_store_set_value(). /** Override and implement this in a derived TreeModel class, so that Row::operator() and * Row::set_value() work. * You can probably just implement this by calling set_value_vfunc(). * Your implementation of set_value_impl() should also call set_row_changed() after changing the value. */ Correct version: //Called by TreeRow, which is a friend class: //The comment about row_changed() in the documentation is based on my reading of the source of //gtk_list_store_set_value() and gtk_tree_store_set_value(). /** Override and implement this in a derived TreeModel class, so that Row::operator() and * Row::set_value() work. * You can probably just implement this by calling set_value_vfunc(). * Your implementation of set_value_impl() should also call row_changed() after changing the value. */ Other information: Just a typo. There's no set_row_changed() function in gtkmm, only row_changed(). -- 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=562505. ------------------------------ Message: 4 Date: Fri, 28 Nov 2008 13:40:04 +0000 (UTC) From: "glibmm (bugzilla.gnome.org)" <[EMAIL PROTECTED]> Subject: [gtkmm bugzilla] [Bug 555743] warning in glibmm To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> 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=555743 glibmm | general | Ver: 2.17.x ------- Comment #7 from Hubert Figuiere 2008-11-28 13:40 UTC ------- The other problem is that NodeTree::data() exists. So what if the function parameter is named _data to not conflict? Will craft a patch. -- 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=555743. ------------------------------ Message: 5 Date: Fri, 28 Nov 2008 17:47:40 +0000 (UTC) From: "glibmm (bugzilla.gnome.org)" <[EMAIL PROTECTED]> Subject: [gtkmm bugzilla] [Bug 555743] warning in glibmm To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> 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=555743 glibmm | general | Ver: 2.17.x ------- Comment #8 from Murray Cumming 2008-11-28 17:47 UTC ------- Oh, that's an annoying check. I'd prefer the_data or something else not involving a leading or trailing _. Thanks. -- 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=555743. ------------------------------ Message: 6 Date: Fri, 28 Nov 2008 20:15:32 +0000 (UTC) From: "glibmm (bugzilla.gnome.org)" <[EMAIL PROTECTED]> Subject: [gtkmm bugzilla] [Bug 555743] warning in glibmm To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> 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=555743 glibmm | general | Ver: 2.17.x ------- Comment #9 from Hubert Figuiere 2008-11-28 20:15 UTC ------- (In reply to comment #8) > Oh, that's an annoying check. That's actually an important one > I'd prefer the_data or something else not involving a leading or trailing _. > Thanks. ok. -- 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=555743. ------------------------------ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ------------------------------ _______________________________________________ Gtkmm-forge mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/gtkmm-forge End of Gtkmm-forge Digest, Vol 30, Issue 19 ******************************************* _______________________________________________ gtkmm-list mailing list gtkmm-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtkmm-list