Gtkmm-forge digest, Vol 1 #1011 - 6 msgs



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-admin 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 311176] Screenshots in the tutorial don't match the example code (gtkmm (bugzilla.gnome.org))
   2. [Bug 321552] Double entries in trackable list when binding a slot to a slot (libsigc++ (bugzilla.gnome.org))
   3. [Bug 321552] Double entries in trackable list when binding a slot to a slot (libsigc++ (bugzilla.gnome.org))
   4. [Bug 318877] Creating empty iterators and/or paths not possible (gtkmm (bugzilla.gnome.org))
   5. [Bug 302736] A member function equivalent of static Gdk::Pixbuf::create_subpixbuf() would be more convenient (gtkmm (bugzilla.gnome.org))
   6. [Bug 321552] Double entries in trackable list when binding a slot to a slot (libsigc++ (bugzilla.gnome.org))

--__--__--

Message: 1
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
To: gtkmm-forge lists sourceforge net
Date: Thu,  1 Dec 2005 05:14:29 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 311176] Screenshots in the tutorial don't match the example code

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D311176
 gtkmm | reference documentation | Ver: 2.6.x

Murray Cumming changed:

           What    |Removed                     |Added
-------------------------------------------------------------------------=
---
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From Murray Cumming  2005-12-01 10:14 -------
The drawing_area_text example was in the tar.bz2 in this bug:
http://bugzilla.gnome.org/show_bug.cgi?id=3D120417

I guess I decided that it wasn't worth having an extra example just to sh=
ow
text. (Feel free to add some text to the main example). And I guess I for=
got to
adjust the patch to the tutorial. I have removed that text from the tutor=
ial now.

Thanks.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.


--__--__--

Message: 2
From: "libsigc++ (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
To: gtkmm-forge lists sourceforge net
Date: Thu,  1 Dec 2005 06:56:59 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 321552] Double entries in trackable list when binding a slot to a slot

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D321552
 libsigc++ | adaptors | Ver: 2.0.x





------- Additional Comments From Murray Cumming  2005-12-01 11:56 -------
I see no valgrind errors. I'm using g++ 4.0.2-4ubuntu3 (in Ubuntu dapper =
-
unstable, which also has valgrind 3.0.1-debian).

I get "Do Foo" as output.

------- You are receiving this mail because: -------
You are the assignee for the bug.


--__--__--

Message: 3
From: "libsigc++ (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
To: gtkmm-forge lists sourceforge net
Date: Thu,  1 Dec 2005 06:58:02 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 321552] Double entries in trackable list when binding a slot to a slot

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D321552
 libsigc++ | adaptors | Ver: 2.0.x





------- Additional Comments From Murray Cumming  2005-12-01 11:58 -------
Actually it looks like I too have g++ 4.0.3 (the other version is the pac=
kage
version).

------- You are receiving this mail because: -------
You are the assignee for the bug.


--__--__--

Message: 4
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
To: gtkmm-forge lists sourceforge net
Date: Thu,  1 Dec 2005 10:11:17 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 318877] Creating empty iterators and/or paths not possible

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D318877
 gtkmm | TreeView | Ver: 2.6.x

Murray Cumming changed:

           What    |Removed                     |Added
-------------------------------------------------------------------------=
---
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From Murray Cumming  2005-12-01 15:11 -------
The C docs now say that iter can be 0, so I added an overload to HEAD in =
cvs.
They don't say that the path can be 0.

Gtk::TreeModel::Path() should have the desired effect already:
  TreePath::TreePath()
  :
    gobject_ (gtk_tree_path_new())
  {}



------- You are receiving this mail because: -------
You are the assignee for the bug.


--__--__--

Message: 5
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
To: gtkmm-forge lists sourceforge net
Date: Thu,  1 Dec 2005 10:15:35 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 302736] A member function equivalent of static Gdk::Pixbuf::create_subpixbuf() would be more convenient

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D302736
 gtkmm | general | Ver: 2.5.x





------- Additional Comments From Murray Cumming  2005-12-01 15:15 -------
Well, it can't be called create_*(). Do you have another suggestion?

------- You are receiving this mail because: -------
You are the assignee for the bug.


--__--__--

Message: 6
From: "libsigc++ (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
To: gtkmm-forge lists sourceforge net
Date: Thu,  1 Dec 2005 12:59:03 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 321552] Double entries in trackable list when binding a slot to a slot

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D321552
 libsigc++ | adaptors | Ver: 2.0.x

Philip Langdale changed:

           What    |Removed                     |Added
-------------------------------------------------------------------------=
---
             Status|NEW                         |RESOLVED
         Resolution|                            |NOTGNOME



------- Additional Comments From Philip Langdale  2005-12-01 17:59 ------=
-
Hmm. The implication then seems to be that it's a g++ error that has sinc=
e been
fixed. I'm using 3.3.6 here and we use 3.3.3 for the binary that we ship,=
 so we
can't ignore it yet. As we're going to bump our compiler in due time, tha=
t will
be how we fix the problem.

------- You are receiving this mail because: -------
You are the assignee for the bug.



--__--__--

_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]