Gtkmm-forge Digest, Vol 11, Issue 9
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: Gtkmm-forge Digest, Vol 11, Issue 9
- Date: Tue, 17 Apr 2007 06:46:30 -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-owner 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 339791] Gtk::Menu crash with child
(gtkmm (bugzilla.gnome.org))
2. [Bug 390978] Glib::Module does not report errors correctly
(glibmm (bugzilla.gnome.org))
3. [Bug 390978] Glib::Module does not report errors correctly
(glibmm (bugzilla.gnome.org))
4. [Bug 390978] Glib::Module does not report errors correctly
(glibmm (bugzilla.gnome.org))
5. [Bug 390978] Glib::Module does not report errors correctly
(glibmm (bugzilla.gnome.org))
6. [Bug 426931] Incorrect handling of deprecated classes in
generate_wrap_init.pl (glibmm (bugzilla.gnome.org))
7. [Bug 378810] Extra signals documentation not used
(glibmm (bugzilla.gnome.org))
8. [Bug 430669] New: libgtkglextmm-x11-1.0.so.0 is missing as of
last week (gtkmm (bugzilla.gnome.org))
----------------------------------------------------------------------
Message: 1
Date: Mon, 16 Apr 2007 13:18:00 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 339791] Gtk::Menu crash with child
To: gtkmm-forge lists sourceforge net
Message-ID: <20070416131800 549C06C420C box 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=339791
gtkmm | general | Ver: 2.8.x
Johannes Schmid changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #65657|0 |1
is obsolete| |
Attachment #86232|none |committed
Flag| |
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #34 from Johannes Schmid 2007-04-16 13:17 UTC -------
Committed modified version of the patch - Closing the bug report.
--
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=339791.
------------------------------
Message: 2
Date: Mon, 16 Apr 2007 14:09:18 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 390978] Glib::Module does not report
errors correctly
To: gtkmm-forge lists sourceforge net
Message-ID: <20070416140918 C92B96C4211 box 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=390978
glibmm | general | Ver: 2.12.x
------- Comment #2 from Johannes Schmid 2007-04-16 14:09 UTC -------
OK, debugged a bit more and the solution is trivial:
if (!module) will check if the pointer to module is NULL. What I expected was
(!module->operator bool()). IMHO this is a bit confusing but I doubt that we
can change that. At least it is no "bug" of glibmm, it's just a bit ugly.
Usually it would be better to throw an exception with last_error as argument
when the construction of module fails but exceptions in constructors are also
non-trivial.
--
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=390978.
------------------------------
Message: 3
Date: Mon, 16 Apr 2007 15:32:57 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 390978] Glib::Module does not report
errors correctly
To: gtkmm-forge lists sourceforge net
Message-ID: <20070416153257 BEC306C4101 box 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=390978
glibmm | general | Ver: 2.12.x
------- Comment #3 from Murray Cumming 2007-04-16 15:32 UTC -------
If there is no Glib::Module operator bool() then we can add one. But I guess
it's there and you just meant to do if (!(*module)).
--
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=390978.
------------------------------
Message: 4
Date: Mon, 16 Apr 2007 15:40:31 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 390978] Glib::Module does not report
errors correctly
To: gtkmm-forge lists sourceforge net
Message-ID: <20070416154031 AD8C36C426E box 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=390978
glibmm | general | Ver: 2.12.x
------- Comment #4 from Johannes Schmid 2007-04-16 15:40 UTC -------
Yes, there is an operator bool and if (!(*module)) will do what I expected.
--
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=390978.
------------------------------
Message: 5
Date: Mon, 16 Apr 2007 15:53:25 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 390978] Glib::Module does not report
errors correctly
To: gtkmm-forge lists sourceforge net
Message-ID: <20070416155325 F239A6C426E box 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=390978
glibmm | general | Ver: 2.12.x
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Comment #5 from Murray Cumming 2007-04-16 15:53 UTC -------
Feel free to add some text to the class documentation to make this clearer,
particularly in this case of using new and a pointer. I assume that we can
close this 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=390978.
------------------------------
Message: 6
Date: Mon, 16 Apr 2007 16:05:58 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 426931] Incorrect handling of
deprecated classes in generate_wrap_init.pl
To: gtkmm-forge lists sourceforge net
Message-ID: <20070416160558 967606C426E box 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=426931
glibmm | general | Ver: 2.12.x
------- Comment #5 from Murray Cumming 2007-04-16 16:05 UTC -------
I am releasing new tarballs over the next day or so, which should usually be
done instead of just releasing debian packages from svn code. If necessary,
even just to show the correct version numbers, you might want to recreate the
packages again.
--
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=426931.
------------------------------
Message: 7
Date: Mon, 16 Apr 2007 16:28:27 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 378810] Extra signals documentation not
used
To: gtkmm-forge lists sourceforge net
Message-ID: <20070416162827 904946C425D box 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=378810
glibmm | documentation | Ver: unspecified
------- Comment #5 from Murray Cumming 2007-04-16 16:28 UTC -------
Committed to glibmm-2-8, glibmm-2-10, glibmm-2-12, and trunk.
--
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=378810.
------------------------------
Message: 8
Date: Tue, 17 Apr 2007 13:46:09 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 430669] New: libgtkglextmm-x11-1.0.so.0
is missing as of last week
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-430669-5595 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=430669
gtkmm | general | Ver: unspecified
Summary: libgtkglextmm-x11-1.0.so.0 is missing as of last week
Product: gtkmm
Version: unspecified
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: cosimo321 gmail com
QAContact: gtkmm-forge lists sourceforge net
GNOME version: Unspecified
GNOME milestone: Unspecified
Please describe the problem:
I have used ubuntu edgy, feisty last week and have several apps that dpened on
libgtkglextmm-x11-1.0.so.0. it was fine last week, this week installing fresh
install of fesity ubuntu as well as debian etch that library is no longer on
the systems nor aviable on apt-get or online.
Steps to reproduce:
1.install sharpcontruct
2. run the app
3.
Actual results:
error libgtkglextmm-x11-1.0.so.0 is missing and no installation candidated
Expected results:
app runs
Does this happen every time?
yes
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=430669.
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
------------------------------
_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest, Vol 11, Issue 9
******************************************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]