Send Gtkmm-forge mailing list submissions to gtkmm-fo...@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-requ...@lists.sourceforge.net You can reach the person managing the list at gtkmm-forge-ow...@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 584834] Unnecessarily high version requirement for pangocairo (pangomm (bugzilla.gnome.org)) 2. [Bug 584834] Unnecessarily high version requirement for pangocairo (pangomm (bugzilla.gnome.org)) 3. [Bug 585027] New: Glib::Date copy constructor triggers critical warnings (glibmm (bugzilla.gnome.org)) 4. [Bug 585027] Glib::Date copy constructor triggers critical warnings (glibmm (bugzilla.gnome.org)) 5. [Bug 585027] Glib::Date copy constructor triggers critical warnings (glibmm (bugzilla.gnome.org)) 6. [Bug 585213] New: Patch to wrap GValueArray (glibmm (bugzilla.gnome.org)) 7. [Bug 585213] Patch to wrap GValueArray (glibmm (bugzilla.gnome.org)) 8. [Bug 585278] New: draw_spaces not wrapped in gtksourceviewmm (gtkmm (bugzilla.gnome.org)) ---------------------------------------------------------------------- Message: 1 Date: Fri, 5 Jun 2009 15:21:06 +0000 (UTC) From: "pangomm (bugzilla.gnome.org)" <bugzilla-dae...@bugzilla.gnome.org> Subject: [gtkmm bugzilla] [Bug 584834] Unnecessarily high version requirement for pangocairo To: gtkmm-fo...@lists.sourceforge.net Message-ID: <20090605152106.6f1cb23f...@label.gnome.org> 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=584834 pangomm | build | Ver: 2.24.x Murray Cumming changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |murr...@murrayc.com ------- Comment #1 from Murray Cumming 2009-06-05 15:21 UTC ------- OK. Could you give us a patch for this, please? -- 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=584834. ------------------------------ Message: 2 Date: Fri, 5 Jun 2009 19:36:51 +0000 (UTC) From: "pangomm (bugzilla.gnome.org)" <bugzilla-dae...@bugzilla.gnome.org> Subject: [gtkmm bugzilla] [Bug 584834] Unnecessarily high version requirement for pangocairo To: gtkmm-fo...@lists.sourceforge.net Message-ID: <20090605193651.7a6a723f...@label.gnome.org> 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=584834 pangomm | build | Ver: 2.24.x ------- Comment #2 from Daniel Macks 2009-06-05 19:36 UTC ------- Created an attachment (id=136034) --> (http://bugzilla.gnome.org/attachment.cgi?id=136034&action=view) Reduce pango version requirement -- 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=584834. ------------------------------ Message: 3 Date: Sat, 6 Jun 2009 22:04:34 +0000 (UTC) From: "glibmm (bugzilla.gnome.org)" <bugzilla-dae...@bugzilla.gnome.org> Subject: [gtkmm bugzilla] [Bug 585027] New: Glib::Date copy constructor triggers critical warnings To: gtkmm-fo...@lists.sourceforge.net Message-ID: <bug-585027-5...@http.bugzilla.gnome.org/> 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 Summary: Glib::Date copy constructor triggers critical warnings Product: glibmm Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: Normal Component: general AssignedTo: gtkmm-fo...@lists.sourceforge.net ReportedBy: jonat...@quotidian.org QAContact: gtkmm-fo...@lists.sourceforge.net GNOME version: Unspecified GNOME milestone: Unspecified The Glib::Date copy constructor assumes that all Date objects are initialized to a valid date, since it does the following: g_date_clear(&gobject_, 1); g_date_set_julian(&gobject_, other.get_julian()); if you do something as simple as this: Glib::Date date; Glib::Date other (date); you'll get the following warnings: GLib-CRITICAL **: g_date_set_julian: assertion `g_date_valid_julian (j)' failed -- 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: 4 Date: Sun, 7 Jun 2009 04:10:43 +0000 (UTC) From: "glibmm (bugzilla.gnome.org)" <bugzilla-dae...@bugzilla.gnome.org> Subject: [gtkmm bugzilla] [Bug 585027] Glib::Date copy constructor triggers critical warnings To: gtkmm-fo...@lists.sourceforge.net Message-ID: <20090607041043.34c1123f...@label.gnome.org> 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 #1 from Jos? Alburquerque 2009-06-07 04:10 UTC ------- Created an attachment (id=136076) --> (http://bugzilla.gnome.org/attachment.cgi?id=136076&action=view) Patch to check for invalid date in copy constructor and assignment operator I don't understand why one would want to construct a new date from an invalid date but still this patch would fix it so that this would be possible. Do you want this committed? -- 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: 5 Date: Sun, 7 Jun 2009 16:39:47 +0000 (UTC) From: "glibmm (bugzilla.gnome.org)" <bugzilla-dae...@bugzilla.gnome.org> Subject: [gtkmm bugzilla] [Bug 585027] Glib::Date copy constructor triggers critical warnings To: gtkmm-fo...@lists.sourceforge.net Message-ID: <20090607163947.8f06123f...@label.gnome.org> 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 Jos? Alburquerque changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jaalbu...@svn.gnome.org ------- Comment #2 from Jos? Alburquerque 2009-06-07 16:39 UTC ------- (In reply to comment #1) > I don't understand why one would want to construct a new date from an invalid > date but I think you were referring to the fact that copy constructors are used whenever an object is passed or returned by value and so the importance of getting it right. I was just researching a bit and the following link suggests that exceptions be thrown when a constructor fails: http://www.parashift.com/c++-faq-lite/ctors.html#faq-10.17 Would something similar be necessary in this case? -- 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: Tue, 9 Jun 2009 04:31:24 +0000 (UTC) From: "glibmm (bugzilla.gnome.org)" <bugzilla-dae...@bugzilla.gnome.org> Subject: [gtkmm bugzilla] [Bug 585213] New: Patch to wrap GValueArray To: gtkmm-fo...@lists.sourceforge.net Message-ID: <bug-585213-5...@http.bugzilla.gnome.org/> 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 Summary: Patch to wrap GValueArray Product: glibmm Version: unspecified Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: Normal Component: general AssignedTo: gtkmm-fo...@lists.sourceforge.net ReportedBy: jaalbu...@svn.gnome.org QAContact: gtkmm-fo...@lists.sourceforge.net GNOME version: 2.25/2.26 GNOME milestone: Unspecified Some classes/plug-ins in gstreamermm use GValueArray as return values and parameters to methods so I thought it might be necessary to wrap it. I'm not sure it makes sense, but I'm submitting a patch in case it does. If it is accepted, the new class will be used where necessary in gstreamermm. 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=585213. ------------------------------ Message: 7 Date: Tue, 9 Jun 2009 04:32:18 +0000 (UTC) From: "glibmm (bugzilla.gnome.org)" <bugzilla-dae...@bugzilla.gnome.org> Subject: [gtkmm bugzilla] [Bug 585213] Patch to wrap GValueArray To: gtkmm-fo...@lists.sourceforge.net Message-ID: <20090609043218.30f6e23f...@label.gnome.org> 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 ------- Comment #1 from Jos? Alburquerque 2009-06-09 04:32 UTC ------- Created an attachment (id=136186) --> (http://bugzilla.gnome.org/attachment.cgi?id=136186&action=view) Patch wrapping GValueArray -- 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: 8 Date: Tue, 9 Jun 2009 17:39:00 +0000 (UTC) From: "gtkmm (bugzilla.gnome.org)" <bugzilla-dae...@bugzilla.gnome.org> Subject: [gtkmm bugzilla] [Bug 585278] New: draw_spaces not wrapped in gtksourceviewmm To: gtkmm-fo...@lists.sourceforge.net Message-ID: <bug-585278-5...@http.bugzilla.gnome.org/> 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=585278 gtkmm | general | Ver: unspecified Summary: draw_spaces not wrapped in gtksourceviewmm Product: gtkmm Version: unspecified Platform: Other OS/Version: All Status: UNCONFIRMED Severity: minor Priority: Normal Component: general AssignedTo: gtkmm-fo...@lists.sourceforge.net ReportedBy: paren...@gmail.com QAContact: gtkmm-fo...@lists.sourceforge.net GNOME version: 2.25/2.26 GNOME milestone: Unspecified Please describe the problem: The 2 methods: set_draw_spaces, get_draw_spaces and the properties draw-spaces aren't 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=585278. ------------------------------ ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects ------------------------------ _______________________________________________ Gtkmm-forge mailing list gtkmm-fo...@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtkmm-forge End of Gtkmm-forge Digest, Vol 37, Issue 2 ****************************************** _______________________________________________ gtkmm-list mailing list gtkmm-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtkmm-list