Gtkmm-forge Digest, Vol 26, Issue 12
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: Gtkmm-forge Digest, Vol 26, Issue 12
- Date: Tue, 29 Jul 2008 13:28:11 -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 506415] Compose with more than 9 parameters
(glibmm (bugzilla.gnome.org))
2. [Bug 536184] gtkmm example doesn't build with gcc 4.3
(gtkmm (bugzilla.gnome.org))
3. [Bug 536184] gtkmm example doesn't build with gcc 4.3
(gtkmm (bugzilla.gnome.org))
4. [Bug 545321] New: paint() is not called when subclassing
actor (gnomemm (bugzilla.gnome.org))
5. [Bug 545321] paint() is not called when subclassing actor
(gnomemm (bugzilla.gnome.org))
6. [Bug 495762] need get_pointer for RefPtr<>
(glibmm (bugzilla.gnome.org))
7. [Bug 495762] need get_pointer for RefPtr<>
(glibmm (bugzilla.gnome.org))
8. [Bug 545378] New: wrong pango requirement
(pangomm (bugzilla.gnome.org))
----------------------------------------------------------------------
Message: 1
Date: Tue, 29 Jul 2008 11:01:58 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 506415] Compose with more than 9
parameters
To: gtkmm-forge lists sourceforge net
Message-ID: <20080729110158 BF65523F504 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=506415
glibmm | strings | Ver: 2.15.x
------- Comment #4 from Murray Cumming 2008-07-29 11:01 UTC -------
I'd like to see an example of how you are using it. It doesn't sound like
something that would be fun to translate anyway.
--
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=506415.
------------------------------
Message: 2
Date: Tue, 29 Jul 2008 13:38:29 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 536184] gtkmm example doesn't build
with gcc 4.3
To: gtkmm-forge lists sourceforge net
Message-ID: <20080729133829 6AC7B23F505 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=536184
gtkmm | documentation | Ver: 2.13.x
------- Comment #4 from Deng Xiyue 2008-07-29 13:38 UTC -------
Created an attachment (id=115492)
--> (http://bugzilla.gnome.org/attachment.cgi?id=115492&action=view)
Patch to fix build failure on gcc 4.3
More examples in gtkmm-documentation fails to build upon gcc 4.3. Patch
against svn trunk attached. Though using <cstring> header, I wonder if we
should add "using std::memset;" or something similar as well since IIRC someone
reported that on solaris compiler the string functions are not in the global
namespace, though the standard allows that and gcc does so. Not in this patch
yet.
--
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=536184.
------------------------------
Message: 3
Date: Tue, 29 Jul 2008 13:44:07 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 536184] gtkmm example doesn't build
with gcc 4.3
To: gtkmm-forge lists sourceforge net
Message-ID: <20080729134407 577A523F501 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=536184
gtkmm | documentation | Ver: 2.13.x
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Comment #5 from Murray Cumming 2008-07-29 13:44 UTC -------
Thanks. Committed.
> I wonder if we should add "using std::memset;" or something similar as well
> since IIRC someone reported that on solaris compiler the string functions are
> not in the global namespace
I think we should wait for the solaris people to complain about that. It would
complicate the example code.
--
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=536184.
------------------------------
Message: 4
Date: Tue, 29 Jul 2008 13:58:39 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 545321] New: paint() is not called when
subclassing actor
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-545321-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=545321
gnomemm | cluttermm | Ver: unspecified
Summary: paint() is not called when subclassing actor
Product: gnomemm
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: cluttermm
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: gonen graphtech co il
GNOME version: Unspecified
GNOME milestone: Unspecified
I tried to write my own actor, that inherits from actor, and
override the paint function to paint my own stuff, but
paint isn't called.
Debugging it shows that do_paint is called, but base->paint isnt called from
that because base is NULL.
Can you give an example on how to inherit from actor the do my own paint
function?
--
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=545321.
------------------------------
Message: 5
Date: Tue, 29 Jul 2008 15:47:06 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 545321] paint() is not called when
subclassing actor
To: gtkmm-forge lists sourceforge net
Message-ID: <20080729154706 DC89323F4FA 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=545321
gnomemm | cluttermm | Ver: unspecified
Jonathon Jongsma (jonner) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jonathon quotidian org
------- Comment #1 from Jonathon Jongsma (jonner) 2008-07-29 15:47 UTC -------
I think we'll need a simple test case in order to investigate whether this is a
bug or not.
--
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=545321.
------------------------------
Message: 6
Date: Tue, 29 Jul 2008 17:56:56 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 495762] need get_pointer for RefPtr<>
To: gtkmm-forge lists sourceforge net
Message-ID: <20080729175656 CAE3F23F504 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=495762
glibmm | general | Ver: 2.14.x
Milosz Derezynski changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |internalerror gmail com
------- Comment #14 from Milosz Derezynski 2008-07-29 17:56 UTC -------
Sorry to just chime in. Here is an example like Hubert's earlier just less
abstract and actually useful:
MiscWidgets.FilterEntry->signal_changed().connect (sigc::mem_fun
(CastData.FilterStore.operator->(), &TreeModelFilter::refilter));
FilterStore is a (like you can see) TreeModelFilter and FilterEntry is a
Gtk::Entry.
Ultimately i think it would be good if sigc new about Glib's RefPtr<> directly
but that's obviously not possible.
Thanks for consideration,
Milosz
--
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=495762.
------------------------------
Message: 7
Date: Tue, 29 Jul 2008 17:59:11 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 495762] need get_pointer for RefPtr<>
To: gtkmm-forge lists sourceforge net
Message-ID: <20080729175911 5BC3723F505 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=495762
glibmm | general | Ver: 2.14.x
------- Comment #15 from Milosz Derezynski 2008-07-29 17:59 UTC -------
Sorry i meant less abstract than Jonner's example.
--
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=495762.
------------------------------
Message: 8
Date: Tue, 29 Jul 2008 20:25:42 +0000 (UTC)
From: "pangomm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 545378] New: wrong pango requirement
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-545378-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=545378
pangomm | general | Ver: unspecified
Summary: wrong pango requirement
Product: pangomm
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: seb128 ubuntu com
QAContact: gtkmm-forge lists sourceforge net
GNOME version: Unspecified
GNOME milestone: Unspecified
the current configure.in requires pango 2.13.4 but the current pango version is
1.21.3
--
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=545378.
------------------------------
-------------------------------------------------------------------------
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
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest, Vol 26, Issue 12
*******************************************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]