[gtkmm] Gtkmm-forge digest, Vol 1 #147 - 4 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 85978] Changed - ambiguity error in drwabale.cc(g) with Sun Forte C++ (bugzilla-daemon widget gnome org)
   2. [Bug 87241] Changed - TextBuffer needs STL-style API (bugzilla-daemon widget gnome org)
   3. [Bug 86864] Changed - enums should be inside classes. (bugzilla-daemon widget gnome org)
   4. [Bug 85911] Changed - Gdk::Drawable::draw_*_image functions (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, szombath bifab de
Cc: 
Date: Wed,  3 Jul 2002 16:09:52 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 85978] Changed - ambiguity error in drwabale.cc(g) with Sun Forte C++

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=85978

Changed by murrayc usa net 

--- shadow/85978	Fri Jun 28 10:41:01 2002
+++ shadow/85978.tmp.21745	Wed Jul  3 16:09:52 2002
@@ -1,13 +1,13 @@
 Bug#: 85978
 Product: gtkmm
 Version: 2.0
 OS: Solaris
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: build
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: szombath bifab de               
 TargetMilestone: ---
@@ -130,6 +130,10 @@
 ------- Additional Comments From murrayc usa net  2002-06-21 15:47 -------
 In one of the tools/m4/convert_*.m4 files. If you can't fix it
 yourself, then tell me what method has the problem now.
 
 ------- Additional Comments From murrayc usa net  2002-06-28 10:40 -------
 Do you need more help?
+
+------- Additional Comments From murrayc usa net  2002-07-03 16:09 -------
+I might have fixed this, but I can't tell because I'm not using Sun's
+compiler. Please reopen if it's still a problem.



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu,  4 Jul 2002 03:57:20 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 87241] Changed - 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.29238	Thu Jul  4 03:57:19 2002
@@ -22,6 +22,11 @@
 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.
+
+------- Additional Comments From murrayc usa net  2002-07-04 03:57 -------
+I'm working on this, using the same technique as TreeIterBase/TreeIter
+to hold an extra bool is_end_.
+



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu,  4 Jul 2002 13:28:45 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 86864] Changed - enums should be inside classes.

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=86864

Changed by murrayc usa net 

--- shadow/86864	Sat Jun 29 15:29:08 2002
+++ shadow/86864.tmp.4796	Thu Jul  4 13:28:45 2002
@@ -34,6 +34,11 @@
 _AtkRelationType AtkRelationType'
 /gnome/head/INSTALL/include/atk-1.0/atk/atkrelation.h:58: previous
 declaration as `typedef enum 
 AtkRelationType AtkRelationType'
 
 For some reason it thinks that AtkRelationType is a struct.
+
+------- Additional Comments From murrayc usa net  2002-07-04 13:28 -------
+Partially fixed, by using different variable names in enums.m4, but we
+still need some way to place the enum's operator overloads outside of
+the class, while having the enums inside the class.



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, osamyn ulb ac be
Cc: 
Date: Thu,  4 Jul 2002 13:37:11 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 85911] Changed - Gdk::Drawable::draw_*_image functions

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=85911

Changed by murrayc usa net 

--- shadow/85911	Mon Jul  1 11:49:28 2002
+++ shadow/85911.tmp.6206	Thu Jul  4 13:37:11 2002
@@ -101,6 +101,15 @@
 needed for the draw_indexed_image...
 
 I'll need to do the same with the other functions...
 
 I'll try to do it this week... and to create a small example.
 
+
+------- Additional Comments From murrayc usa net  2002-07-04 13:37 -------
+Please submit a cvs patch. See www.gtkmm.org/bugs.shtml for details.
+At the moment you are patching generated files, and you have not
+patched the ChangeLog, or used the PATCH keyword in bugzilla.
+
+Also, for something that hold lots of data, it would probably be more
+efficient to use a typedefed vector instead of the ArrayHandle. Would
+people want to use anything other than a vector anyway?




--__--__--

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