Gtkmm-forge digest, Vol 1 #1007 - 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 309031] Book/input doesn't compile on windows (gtkmm (bugzilla.gnome.org))
   2. [Bug 317352] Gtk::TreeViewColumn::set_widget() problems (gtkmm (bugzilla.gnome.org))
   3. [Bug 154498] Unnecessary warning on console: signalproxy_connectionnode.cc (glibmm (bugzilla.gnome.org))
   4. [Bug 315874] GObject wrapper is considered destroyed too soon (glibmm (bugzilla.gnome.org))
   5. [Bug 147768] Arguments of virtual CellRenderer member functions don't correspond correctly to their C counterparts (gtkmm (bugzilla.gnome.org))
   6. [Bug 322338] New: Gtk::TextBuffer::get_text declared as non-const (gtkmm (bugzilla.gnome.org))

--__--__--

Message: 1
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
To: gtkmm-forge lists sourceforge net
Date: Thu, 24 Nov 2005 03:41:54 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 309031] Book/input doesn't compile on windows

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=3D309031
 gtkmm | build | Ver: 2.6





------- Additional Comments From Murray Cumming  2005-11-24 08:41 -------
A simple AC_CHECK_FUNC() should do this.

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


--__--__--

Message: 2
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
To: gtkmm-forge lists sourceforge net
Date: Thu, 24 Nov 2005 03:43:33 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 317352] Gtk::TreeViewColumn::set_widget() problems

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=3D317352
 gtkmm | TreeView | Ver: 2.4.x





------- Additional Comments From Murray Cumming  2005-11-24 08:43 -------
To be clear, someone needs to create that C test case.

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


--__--__--

Message: 3
From: "glibmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
To: gtkmm-forge lists sourceforge net
Date: Thu, 24 Nov 2005 03:44:07 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 154498] Unnecessary warning on console: signalproxy_connectionnode.cc

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=3D154498
 glibmm | general | Ver: 2.4.x





------- Additional Comments From Murray Cumming  2005-11-24 08:44 -------
I need to test this with the latest releases.

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


--__--__--

Message: 4
From: "glibmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
To: gtkmm-forge lists sourceforge net
Date: Thu, 24 Nov 2005 03:45:20 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 315874] GObject wrapper is considered destroyed too soon

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=3D315874
 glibmm | object | Ver: 2.8.x





------- Additional Comments From Murray Cumming  2005-11-24 08:45 -------
Sorry for the lack of response. I hope I have time to investigate in Janu=
ary.

------- 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, 24 Nov 2005 03:47:52 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 147768] Arguments of virtual CellRenderer member functions don't correspond correctly to their C counterparts

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=3D147768
 gtkmm | TreeView | Ver: 2.4





------- Additional Comments From Murray Cumming  2005-11-24 08:47 -------
This would still be nice to have.

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


--__--__--

Message: 6
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
To: gtkmm-forge lists sourceforge net
Date: Thu, 24 Nov 2005 10:04:44 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 322338] New: Gtk::TextBuffer::get_text declared as non-const

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=3D322338
 gtkmm | general | Ver: 2.4.x

           Summary: Gtk::TextBuffer::get_text declared as non-const
           Product: gtkmm
           Version: 2.4.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: atavory gmail com
                CC: all-bugs bugzilla gnome org


Distribution/Version: Fedora Core 4

  The following snippet won't compile:

void
  foo
  (const Gtk::TextBuffer &r_buf)
{
  std::cout << r_buf.get_text(); // Can't call this method if obj/ref con=
st.
}

  Logically, however, this should compile, since get_text returns a
Glib::ustring, and so cannot logically modify r_buf.

  Thanks!

------- 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]