[gtkmm] Gtkmm-forge digest, Vol 1 #167 - 7 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 88667] Changed - TreeNodeChildren should have a reverse iterator. (bugzilla-daemon widget gnome org)
   2. [Bug 88726] New - [PATCH] Examples (bugzilla-daemon widget gnome org)
   3. [Bug 88726] Changed - [PATCH] Examples (bugzilla-daemon widget gnome org)
   4. [Bug 88610] Changed - Need nice hierarchy picture (bugzilla-daemon widget gnome org)
   5. [Bug 88610] Changed - Need nice hierarchy picture (bugzilla-daemon widget gnome org)
   6. [Bug 88610] Changed - Need nice hierarchy picture (bugzilla-daemon widget gnome org)
   7. [Bug 88610] Changed - Need nice hierarchy picture (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat, 20 Jul 2002 22:25:36 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 88667] Changed - TreeNodeChildren should have a reverse iterator.

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

Changed by matty chariot net au 

--- shadow/88667	Sat Jul 20 07:23:21 2002
+++ shadow/88667.tmp.23086	Sat Jul 20 22:25:36 2002
@@ -17,6 +17,13 @@
 Gtk::TreeNodeChildren does not have a reverse iterator (rbegin()/rend()). 
 I'd find this handy as quick way of getting the last element, among other
 things.
 
 ------- Additional Comments From murrayc usa net  2002-07-20 07:23 -------
 Do we have any reverse iterators anywhere else in gtkmm?
+
+------- Additional Comments From matty chariot net au  2002-07-20 22:25 -------
+No idea, I mainly use TreeView.
+
+Actually on second thoughts it would be nice if they were random
+access iterators too.  There is already random access to elements [],
+so I suspect random access iterators would be possible.



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sun, 21 Jul 2002 11:01:25 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 88726] New - [PATCH] Examples

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

Changed by kojak oakhill demon nl 

--- shadow/88726	Sun Jul 21 11:01:25 2002
+++ shadow/88726.tmp.19213	Sun Jul 21 11:01:25 2002
@@ -0,0 +1,19 @@
+Bug#: 88726
+Product: gnomemm
+Version: 2.0
+OS: All
+OS Details: Tested on FreeBSD
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: libgnomecanvasmm
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: kojak oakhill demon nl               
+TargetMilestone: ---
+URL: 
+Summary: [PATCH] Examples
+
+One of the examples, canvas_events caused an infinite recursion to occur.
+I've patched canvas_events to be more like canvas.cc, and not to cause the
+recursion.



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sun, 21 Jul 2002 11:02:26 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 88726] Changed - [PATCH] Examples

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

Changed by kojak oakhill demon nl 

--- shadow/88726	Sun Jul 21 11:01:25 2002
+++ shadow/88726.tmp.19337	Sun Jul 21 11:02:26 2002
@@ -14,6 +14,11 @@
 URL: 
 Summary: [PATCH] Examples
 
 One of the examples, canvas_events caused an infinite recursion to occur.
 I've patched canvas_events to be more like canvas.cc, and not to cause the
 recursion.
+
+------- Additional Comments From kojak oakhill demon nl  2002-07-21 11:02 -------
+Created an attachment (id=9991)
+Patch to a cleaner example.
+



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, murrayc usa net
Cc: 
Date: Sun, 21 Jul 2002 13:07:49 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 88610] Changed - Need nice hierarchy picture

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

Changed by mmagallo debian org 

--- shadow/88610	Fri Jul 19 15:35:29 2002
+++ shadow/88610.tmp.5427	Sun Jul 21 13:07:49 2002
@@ -10,12 +10,13 @@
 Component: reference documentation
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: murrayc usa net               
 QAContact: gtkmm-forge lists sourceforge net
 TargetMilestone: ---
 URL: 
+Cc: mmagallo debian org
 Summary: Need nice hierarchy picture
 
 I'd like someone to draw a nice graph/picture of the gtkmm widget
 hierarchy. The doxygen-generated hierarchy graph is a bit wacky.
 
 You could start with just the Gtk:: widgets. Ideally you would do this in
@@ -34,6 +35,12 @@
 http://doc.trolltech.com/3.0/classchart.html
 or this:
 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/html/_mfc_hierarchy_chart.asp
 
 
 
+
+------- Additional Comments From mmagallo debian org  2002-07-21 13:07 -------
+Ok, I have something, it's far from finished, but I'd like to avoid
+duplication of effort.  Look at
+http://people.debian.org/~mmagallo/gtkmm.dia.gz; any help or comments
+are welcomed.



--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: mmagallo debian org
Date: Sun, 21 Jul 2002 13:31:56 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 88610] Changed - Need nice hierarchy picture

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

Changed by murrayc usa net 

--- shadow/88610	Sun Jul 21 13:07:49 2002
+++ shadow/88610.tmp.8913	Sun Jul 21 13:31:56 2002
@@ -41,6 +41,21 @@
 
 ------- Additional Comments From mmagallo debian org  2002-07-21 13:07 -------
 Ok, I have something, it's far from finished, but I'd like to avoid
 duplication of effort.  Look at
 http://people.debian.org/~mmagallo/gtkmm.dia.gz; any help or comments
 are welcomed.
+
+------- Additional Comments From murrayc usa net  2002-07-21 13:31 -------
+Thanks for starting this.
+
+It doesn't need to include Pango and Gdk stuff - that can be in a
+separate picture.
+
+It might need the Gtk:: prefixes, but that not be necessary if it only
+shows stuff from Gtk::.
+
+What do the colors mean?
+
+Do you have any idea about how to make the output into a clickable
+image map so that we can click on a box to go to the reference page
+for that widget?



--__--__--

Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, murrayc usa net
Cc: 
Date: Sun, 21 Jul 2002 14:15:12 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 88610] Changed - Need nice hierarchy picture

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

Changed by mmagallo debian org 

--- shadow/88610	Sun Jul 21 13:31:56 2002
+++ shadow/88610.tmp.15452	Sun Jul 21 14:15:12 2002
@@ -56,6 +56,24 @@
 
 What do the colors mean?
 
 Do you have any idea about how to make the output into a clickable
 image map so that we can click on a box to go to the reference page
 for that widget?
+
+------- Additional Comments From mmagallo debian org  2002-07-21 14:15 -------
+> What do the colors mean?
+
+Those are the namespaces.  Gtk is the yellow one.  I'll add a legend.
+
+> Do you have any idea about how to make the output into a clickable
+> image map so that we can click on a box to go to the reference page
+> for that widget?
+
+Hmmm... no, dia doesn't support this, but writing an imagemap output
+module shouldn't be that hard.  It's just a matter of adding a bit of
+inteligence to the PNG exporter I guess.
+
+There should be an imagemap creation tool for unix somewhere, one
+could use that, too.
+
+I'll give this some thought.



--__--__--

Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: mmagallo debian org
Date: Sun, 21 Jul 2002 14:55:18 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 88610] Changed - Need nice hierarchy picture

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

Changed by murrayc usa net 

--- shadow/88610	Sun Jul 21 14:15:12 2002
+++ shadow/88610.tmp.21859	Sun Jul 21 14:55:18 2002
@@ -74,6 +74,10 @@
 inteligence to the PNG exporter I guess.
 
 There should be an imagemap creation tool for unix somewhere, one
 could use that, too.
 
 I'll give this some thought.
+
+------- Additional Comments From murrayc usa net  2002-07-21 14:55 -------
+I would prefer to just leave the other namespaces out of it. It's
+widgets that people care about.




--__--__--

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