|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
Gtkmm-forge Digest, Vol 37, 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 586626] Clipboard::wait_for_targets() returns list pointing to free'd memory (gtkmm (bugzilla.gnome.org)) 2. [Bug 586626] Clipboard::wait_for_targets() returns list pointing to free'd memory (gtkmm (bugzilla.gnome.org)) 3. [Bug 586626] Clipboard::wait_for_targets() returns list pointing to free'd memory (gtkmm (bugzilla.gnome.org)) 4. [Bug 585213] Patch to wrap GValueArray (glibmm (bugzilla.gnome.org)) 5. [Bug 585027] Glib::Date copy constructor triggers critical warnings (glibmm (bugzilla.gnome.org)) 6. [Bug 585027] Glib::Date copy constructor triggers critical warnings (glibmm (bugzilla.gnome.org)) 7. [Bug 586126] Build fails with gcc 4.4 and gtk+ 2.17.2 (gtkmm (bugzilla.gnome.org)) 8. [Bug 586438] Gtk::TreeView::row_activated require a TreeViewColumn & (gtkmm (bugzilla.gnome.org)) ---------------------------------------------------------------------- Message: 1 Date: Mon, 22 Jun 2009 12:04:26 +0000 (UTC) From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon@...> Subject: [gtkmm bugzilla] [Bug 586626] Clipboard::wait_for_targets() returns list pointing to free'd memory To: gtkmm-forge@... Message-ID: <20090622120427.1E08223F542@...> 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=586626 gtkmm | general | Ver: 2.16.x ------- Comment #1 from Peter Clifton 2009-06-22 12:04 UTC ------- Created an attachment (id=137165) --> (http://bugzilla.gnome.org/attachment.cgi?id=137165&action=view) {r -- 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=586626. ------------------------------ Message: 2 Date: Mon, 22 Jun 2009 12:05:14 +0000 (UTC) From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon@...> Subject: [gtkmm bugzilla] [Bug 586626] Clipboard::wait_for_targets() returns list pointing to free'd memory To: gtkmm-forge@... Message-ID: <20090622120514.A10F123F5A3@...> 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=586626 gtkmm | general | Ver: 2.16.x Peter Clifton changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #137165|{r |Proposed patch fixing the description| |bug -- 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=586626. ------------------------------ Message: 3 Date: Mon, 22 Jun 2009 12:05:59 +0000 (UTC) From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon@...> Subject: [gtkmm bugzilla] [Bug 586626] Clipboard::wait_for_targets() returns list pointing to free'd memory To: gtkmm-forge@... Message-ID: <20090622120559.D648723F5A3@...> 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=586626 gtkmm | general | Ver: 2.16.x Peter Clifton changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pcjc2@... -- 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=586626. ------------------------------ Message: 4 Date: Mon, 22 Jun 2009 13:19:14 +0000 (UTC) From: "glibmm (bugzilla.gnome.org)" <bugzilla-daemon@...> Subject: [gtkmm bugzilla] [Bug 585213] Patch to wrap GValueArray To: gtkmm-forge@... Message-ID: <20090622131915.47F6923F5AF@...> 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=585213 glibmm | general | Ver: unspecified Murray Cumming changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #136754|none |accepted-commit_now Flag| | ------- Comment #6 from Murray Cumming 2009-06-22 13:19 UTC ------- Approved, because I can't think of a way to do this with a regular std::list, though I wish I could. Please commmit However, please put a newline between the blocks here, before the _WRAP_METHOD_DOCS_ONLY() lines: + _WRAP_METHOD_DOCS_ONLY(g_value_array_append) + Glib::ValueArray& append(const Glib::ValueBase& value); + _WRAP_METHOD_DOCS_ONLY(g_value_array_prepend) + Glib::ValueArray& prepend(const Glib::ValueBase& value); Please also add a small test case in tests/ -- 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=585213. ------------------------------ Message: 5 Date: Mon, 22 Jun 2009 13:22:44 +0000 (UTC) From: "glibmm (bugzilla.gnome.org)" <bugzilla-daemon@...> Subject: [gtkmm bugzilla] [Bug 585027] Glib::Date copy constructor triggers critical warnings To: gtkmm-forge@... Message-ID: <20090622132244.E20F923F5A6@...> 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=585027 glibmm | general | Ver: unspecified Murray Cumming changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |murrayc@... ------- Comment #3 from Murray Cumming 2009-06-22 13:22 UTC ------- If the patch fixed crashes then please do commit. -- 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=585027. ------------------------------ Message: 6 Date: Mon, 22 Jun 2009 13:23:16 +0000 (UTC) From: "glibmm (bugzilla.gnome.org)" <bugzilla-daemon@...> Subject: [gtkmm bugzilla] [Bug 585027] Glib::Date copy constructor triggers critical warnings To: gtkmm-forge@... Message-ID: <20090622132316.DE14123F5A6@...> 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=585027 glibmm | general | Ver: unspecified ------- Comment #4 from Murray Cumming 2009-06-22 13:23 UTC ------- Likewise if it causes a critical warning. -- 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=585027. ------------------------------ Message: 7 Date: Mon, 22 Jun 2009 13:27:04 +0000 (UTC) From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon@...> Subject: [gtkmm bugzilla] [Bug 586126] Build fails with gcc 4.4 and gtk+ 2.17.2 To: gtkmm-forge@... Message-ID: <20090622132704.A5FCA23EF5D@...> 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=586126 gtkmm | general | Ver: unspecified Murray Cumming changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |murrayc@... Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Comment #2 from Murray Cumming 2009-06-22 13:26 UTC ------- This is just a change in the GTK+ API in GTK+ 2.17. I have committed a fix in gtkmm's master branch in git. -- 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=586126. ------------------------------ Message: 8 Date: Mon, 22 Jun 2009 13:31:01 +0000 (UTC) From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon@...> Subject: [gtkmm bugzilla] [Bug 586438] Gtk::TreeView::row_activated require a TreeViewColumn & To: gtkmm-forge@... Message-ID: <20090622133101.CDE6523F4FE@...> 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=586438 gtkmm | TreeView | Ver: 2.16.x Murray Cumming changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |murrayc@... ------- Comment #1 from Murray Cumming 2009-06-22 13:28 UTC ------- I don't quite understand what you need. The gtk_tree_vie_row_activated() documentation does not mention that the GtkTreeViewColumn* can be NULL, or what that would mean: http://library.gnome.org/devel/gtk/unstable/GtkTreeView.html#gtk-tree-view-row-activated -- 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=586438. ------------------------------ ------------------------------------------------------------------------------ Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another reason to go? 24-hour hacker lounge. Register today! http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org ------------------------------ _______________________________________________ Gtkmm-forge mailing list Gtkmm-forge@... https://lists.sourceforge.net/lists/listinfo/gtkmm-forge End of Gtkmm-forge Digest, Vol 37, Issue 12 ******************************************* _______________________________________________ gtkmm-list mailing list gtkmm-list@... http://mail.gnome.org/mailman/listinfo/gtkmm-list |
| Free embeddable forum powered by Nabble | Forum Help |