[gtkmm] Gtkmm-forge digest, Vol 1 #513 - 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 85911] Changed - Gdk::Drawable::draw_*_image functions (bugzilla-daemon widget gnome org)
   2. [Bug 117740] Changed - compiling with -Wshadow produces warnings (bugzilla-daemon widget gnome org)
   3. [Bug 122450] New - stylesheet to generate devhelp documentation from doxygen xml (bugzilla-daemon widget gnome org)
   4. [Bug 122450] Changed - stylesheet to generate devhelp documentation from doxygen xml (bugzilla-daemon widget gnome org)
   5. [Bug 122450] Changed - stylesheet to generate devhelp documentation from doxygen xml (bugzilla-daemon widget gnome org)
   6. [Bug 122450] Changed - stylesheet to generate devhelp documentation from doxygen xml (bugzilla-daemon widget gnome org)
   7. [Bug 121615] Changed - Problems with Gdk::Pixbuf columns in Gtk::TreeView (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, osamyn ulb ac be
Cc: 
Date: Tue, 16 Sep 2003 02:29:44 -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	Wed May  7 04:34:24 2003
+++ shadow/85911.tmp.11825	Tue Sep 16 02:29:43 2003
@@ -1,13 +1,13 @@
 Bug#: 85911
 Product: gtkmm
 Version: 2.4
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: normal
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: osamyn ulb ac be               
 TargetMilestone: 3
@@ -163,6 +163,9 @@
 
 ------- Additional Comments From murrayc usa net  2003-01-28 08:13 -------
 Does anyone still care about this?
 
 ------- Additional Comments From gnomebugzilla pebble org uk  2003-05-07 04:34 -------
 The rowstride parameter is still important. If you have a large image, and you are responding to an expose event for just part of that image, you should only render the part of the image that you're being asked to. For example, if you have a 100 pixel wide image, and wish to display the column from 10px in to 90px in, you would pass in a pointer to the (image+10px), a width of 80px and a rowstride of 100px, so that the next row is drawn from the right part of the image.
It's only when you're drawing the whole image that width==rowstride.
Given this and Daniel Elstner's comment, I don't think there's anything to do for this bug.
+
+------- Additional Comments From murrayc usa net  2003-09-16 02:29 -------
+Closing then.


--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, btb debian org
Cc: 
Date: Tue, 16 Sep 2003 08:48:05 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 117740] Changed - compiling with -Wshadow produces warnings

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

Changed by murrayc usa net 

--- shadow/117740	Fri Jul 18 08:28:47 2003
+++ shadow/117740.tmp.4915	Tue Sep 16 08:48:05 2003
@@ -27,6 +27,12 @@
 ------- Additional Comments From murrayc usa net  2003-07-18 08:28 -------
 I can't actually find any of those members. I would be very surprised
 if the TreeView class had a path member, for instance. Our class
 member variables should all have an underscore at the end. A patch
 would be welcome.
 
+
+------- Additional Comments From murrayc usa net  2003-09-16 08:48 -------
+Although I can't make sense of most of this, maybe the "property_name"
+one can be fixed, though I think it's a method name rather than a
+member variable. Maybe these are all member _methods_. If so, I don't
+see the purpose of the warning.


--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue, 16 Sep 2003 10:36:33 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 122450] New - stylesheet to generate devhelp documentation from doxygen xml

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

Changed by roel stack be 

--- shadow/122450	Tue Sep 16 10:36:33 2003
+++ shadow/122450.tmp.4951	Tue Sep 16 10:36:33 2003
@@ -0,0 +1,44 @@
+Bug#: 122450
+Product: gtkmm
+Version: 2.2
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: enhancement
+Priority: Normal
+Component: reference documentation
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: roel stack be               
+QAContact: gtkmm-forge lists sourceforge net
+TargetMilestone: ---
+URL: 
+Summary: stylesheet to generate devhelp documentation from doxygen xml
+
+Here is a stylesheet that will convert the xml output of doxygen to a
+devhelp file. A number of changes need to be done to the build process for
+a resulting file to be generated; those changes should be done by someone
+who is intimitaly familiar with the the gtmm build system. Changes are
+described below.
+- line 128 of docs/reference/Doxyfile.in should be changed from
+GENERATE_XML           = NO
+to
+GENERATE_XML           = YES
+- docs/reference/Makefile.am has to be changed to call an xslt processor
+after doxygen has ran. Probably add a line on line 22, that should look
+something like this:
+xsltproc -o html/gtkmm-$(VERSION).devhelp ../../tools/doxygen2devhelp.xsl
+xml/index.xml
+I don't know the exact name of the version macro, so the above is obviously
+only a suggestion.
+A possibility would be to allow the user to specify which xslt processor to
+use. This is difficult since other processors (eg Saxon) have a different
+way of specifying parameters. There should also be a check (probably
+earlier on in the build process) to see if there is an xslt processor
+available.
+- There are different ways to make this documentation known to devhelp;
+they are described in the README that comes with devhelp (at least with
+version 0.7). I'm not familiar enough with Gnome to comment on which
+variables vary the least across Gnome installations; probably a symlink
+from should be made from /usr/share/gtk-doc/html to the actual place the
+gtkmm documentation is installed to.


--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue, 16 Sep 2003 10:38:00 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 122450] Changed - stylesheet to generate devhelp documentation from doxygen xml

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

Changed by roel stack be 

--- shadow/122450	Tue Sep 16 10:36:33 2003
+++ shadow/122450.tmp.5696	Tue Sep 16 10:38:00 2003
@@ -39,6 +39,11 @@
 - There are different ways to make this documentation known to devhelp;
 they are described in the README that comes with devhelp (at least with
 version 0.7). I'm not familiar enough with Gnome to comment on which
 variables vary the least across Gnome installations; probably a symlink
 from should be made from /usr/share/gtk-doc/html to the actual place the
 gtkmm documentation is installed to.
+
+------- Additional Comments From roel stack be  2003-09-16 10:37 -------
+Created an attachment (id=19984)
+Stylesheet to generate devhelp file
+


--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue, 16 Sep 2003 12:59:58 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 122450] Changed - stylesheet to generate devhelp documentation from doxygen xml

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

Changed by roel stack be 

--- shadow/122450	Tue Sep 16 10:38:00 2003
+++ shadow/122450.tmp.21358	Tue Sep 16 12:59:58 2003
@@ -44,6 +44,17 @@
 gtkmm documentation is installed to.
 
 ------- Additional Comments From roel stack be  2003-09-16 10:37 -------
 Created an attachment (id=19984)
 Stylesheet to generate devhelp file
 
+
+------- Additional Comments From roel stack be  2003-09-16 12:59 -------
+Ok, I've added a small patch which will do 1 & 2 of the initial
+comment. Patch made against CVS of gtkmm2 of 16th sept 2003. The
+stylesheet that is also attached to this bug report still needs to be
+added; put it in the tools/ subdirectory. Point three of the initial
+comment still has to be done, I couldn't figure out how to do that.
+One note is that it would be nice if the filename for the generated
+would have the version number in it, but I didn't know of a way to do
+it. If that information is available in the Make phase, the -o line of
+the xsltproc command has to be changed to reflect that.


--__--__--

Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue, 16 Sep 2003 13:00:55 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 122450] Changed - stylesheet to generate devhelp documentation from doxygen xml

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

Changed by roel stack be 

--- shadow/122450	Tue Sep 16 12:59:58 2003
+++ shadow/122450.tmp.22265	Tue Sep 16 13:00:55 2003
@@ -55,6 +55,11 @@
 added; put it in the tools/ subdirectory. Point three of the initial
 comment still has to be done, I couldn't figure out how to do that.
 One note is that it would be nice if the filename for the generated
 would have the version number in it, but I didn't know of a way to do
 it. If that information is available in the Make phase, the -o line of
 the xsltproc command has to be changed to reflect that.
+
+------- Additional Comments From roel stack be  2003-09-16 13:00 -------
+Created an attachment (id=19990)
+patch to Doxyfile.in and Makefile.am
+


--__--__--

Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, nightslayer gmx de
Cc: 
Date: Tue, 16 Sep 2003 14:54:43 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 121615] Changed - Problems with Gdk::Pixbuf columns in Gtk::TreeView

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

Changed by olau hardworking dk 

--- shadow/121615	Sat Sep 13 14:09:38 2003
+++ shadow/121615.tmp.22226	Tue Sep 16 14:54:42 2003
@@ -161,6 +161,10 @@
 
 ------- Additional Comments From murrayc usa net  2003-09-13 14:09 -------
 I notice that he is talking about "gcc 3.2.3 20030415 ", which I guess
 is newer than Martin's gcc 3.2.2. So I doubt that it's not outdated.
 Is this a very new gcc 3.2.x bug?
 
+
+------- Additional Comments From olau hardworking dk  2003-09-16 14:54 -------
+Simon, have you tried the newest GCC 3.3 in Debian, i.e. a CVS version
+of 3.3.2?



--__--__--

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