[gtkmm] Gtkmm-forge digest, Vol 1 #146 - 2 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.


Today's Topics:

   1. [Bug 87013] Changed - HACKING could have better info about patches (bugzilla-daemon widget gnome org)
   2. [Bug 87241] New - TextBuffer needs STL-style API (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, mmagallo debian org
Cc: 
Date: Wed,  3 Jul 2002 02:43:07 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 87013] Changed - HACKING could have better info about patches

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=87013

Changed by murrayc usa net 

--- shadow/87013	Mon Jul  1 15:25:18 2002
+++ shadow/87013.tmp.25160	Wed Jul  3 02:43:06 2002
@@ -1,13 +1,13 @@
 Bug#: 87013
 Product: gtkmm
 Version: 2.0
 OS: All
 OS Details: All
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: mmagallo debian org               
 TargetMilestone: ---
@@ -29,6 +29,9 @@
 
 
 ------- Additional Comments From mmagallo debian org  2002-07-01 15:21 -------
 Created an attachment (id=9567)
 How to submit patches.  Patch for gnomemm/website
 
+
+------- Additional Comments From murrayc usa net  2002-07-03 02:43 -------
+Thanks. Rememeber to patch the ChangeLog in future.



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Wed,  3 Jul 2002 09:48:19 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 87241] New - TextBuffer needs STL-style API

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=87241

Changed by murrayc usa net 

--- shadow/87241	Wed Jul  3 09:48:19 2002
+++ shadow/87241.tmp.27929	Wed Jul  3 09:48:19 2002
@@ -0,0 +1,27 @@
+Bug#: 87241
+Product: gtkmm
+Version: 2.0
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: murrayc usa net               
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: TextBuffer needs STL-style API
+
+Gtk::TextBuffer (used by Gtk::TextView) has an iterator (GtkTextIter) and
+we need to make this more STL-like.
+
+In GtkTreeModel, which is similar, we have a  TreeNodeChildren
+TreeModel::children() method that returns a separate STL-style API object.
+I guess that we need to do something like that again because we need to
+store extra information such as whether the iterator is invalid.
+
+At the moment, TextBuffer::end() probably returns the last iter, instead of
+the one after the end, so "!= buffer->end()" would not work as expected.




--__--__--

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