[gtkmm] Gtkmm-forge digest, Vol 1 #276 - 13 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #276 - 13 msgs
- Date: Wed, 06 Nov 2002 12:16:22 -0800
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 97741] Changed - When i compiled my gtkmm2 program and rut it, it throws segfault (bugzilla-daemon widget gnome org)
2. [Bug 97731] Changed - Widget parents should be containers. (bugzilla-daemon widget gnome org)
3. [Bug 90689] Changed - Built documentation should be distributed. (bugzilla-daemon widget gnome org)
4. [Bug 90689] Changed - Built documentation should be distributed. (bugzilla-daemon widget gnome org)
5. [Bug 97659] Changed - Need .spec file to make it possible for users to create RPMs (bugzilla-daemon widget gnome org)
6. [Bug 97729] Changed - Warning when deleting widgets. (bugzilla-daemon widget gnome org)
7. [Bug 97729] Changed - ScrolledWindow: Warning during destruction. (bugzilla-daemon widget gnome org)
8. [Bug 97562] Changed - tar.gz cor API reference (bugzilla-daemon widget gnome org)
9. [Bug 90689] Changed - Built documentation should be distributed. (bugzilla-daemon widget gnome org)
10. [Bug 97729] Changed - ScrolledWindow: Warning during destruction. (bugzilla-daemon widget gnome org)
11. [Bug 90689] Changed - Built documentation should be distributed. (bugzilla-daemon widget gnome org)
12. [Bug 97855] New - html dir in docs missing (bugzilla-daemon widget gnome org)
13. [Bug 97741] Changed - When i compiled my gtkmm2 program and rut it, it throws segfault (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Tue, 5 Nov 2002 16:03:18 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97741] Changed - When i compiled my gtkmm2 program and rut it, it throws segfault
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=97741
Changed by nluka email si
--- shadow/97741 Tue Nov 5 13:51:29 2002
+++ shadow/97741.tmp.21104 Tue Nov 5 16:03:18 2002
@@ -57,6 +57,29 @@
------- Additional Comments From murrayc usa net 2002-11-05 13:51 -------
This is not a bug report until you supply some simple-as-possible test
code. For general questions, please use the mailing list.
My first guess would be that you haven't use Gtk::Main().
+
+------- Additional Comments From nluka email si 2002-11-05 16:03 -------
+This Example:
+/********************************************/
+#include <gtkmm.h>
+
+int main(int argc, char *argv[])
+{
+ Gtk::Window MainWindow;
+ Gtk::Button button1("Hello!");
+
+ Gtk::Main kit(argc, argv);
+
+ MainWindow.set_border_width(10);
+ MainWindow.add(button1);
+
+ Gtk::Main::run(MainWindow);
+
+ return (0);
+}
+/****************************************/
+
+, compiled with the help of Anjuta 1.0 will generate segfault.
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 6 Nov 2002 05:26:33 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97731] Changed - Widget parents should be containers.
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=97731
Changed by murrayc usa net
--- shadow/97731 Tue Nov 5 09:31:34 2002
+++ shadow/97731.tmp.17072 Wed Nov 6 05:26:32 2002
@@ -28,6 +28,11 @@
Obviously other than the get_parent calls, this change would break API
compatibility, but only for broken programs anyway.
Perhaps also get_parent should have covariant returns - I would expect
MenuItem::get_parent() to return a MenuShell for example.
+
+------- Additional Comments From murrayc usa net 2002-11-06 05:26 -------
+Maybe you could submit an equivalent bug for GTK+.
+
+If necessary, we will fix this at the next API break.
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, btb debian org
Cc:
Date: Wed, 6 Nov 2002 05:28:12 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 90689] Changed - Built documentation should be distributed.
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=90689
Changed by murrayc usa net
--- shadow/90689 Sun Nov 3 22:47:09 2002
+++ shadow/90689.tmp.17505 Wed Nov 6 05:28:11 2002
@@ -137,6 +137,14 @@
------- Additional Comments From murrayc usa net 2002-10-29 03:28 -------
OK, so it looks like it's still best to distribute the built
documentation. And we need a patch for that.
------- Additional Comments From btb debian org 2002-10-29 16:45 -------
I'll see what I can do.
+
+------- Additional Comments From murrayc usa net 2002-11-06 05:28 -------
+Here is a patch to do this, but:
+1) I am concerned that it more than doubles the size of the tarball -
+to almost 5Mb.
+2) The reference docs are not rebuilt unless you do a manual "make
+clean all" in docs/reference. I'd like the reference docs to rebuild
+always when in "maintainer mode".
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, btb debian org
Cc:
Date: Wed, 6 Nov 2002 05:29:35 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 90689] Changed - Built documentation should be distributed.
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=90689
Changed by murrayc usa net
--- shadow/90689 Wed Nov 6 05:28:36 2002
+++ shadow/90689.tmp.17788 Wed Nov 6 05:29:35 2002
@@ -145,6 +145,11 @@
Here is a patch to do this, but:
1) I am concerned that it more than doubles the size of the tarball -
to almost 5Mb.
2) The reference docs are not rebuilt unless you do a manual "make
clean all" in docs/reference. I'd like the reference docs to rebuild
always when in "maintainer mode".
+
+------- Additional Comments From murrayc usa net 2002-11-06 05:29 -------
+Created an attachment (id=12087)
+gtkmm_dist_docs.patch
+
--__--__--
Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, morten wtf dk
Cc:
Date: Wed, 6 Nov 2002 05:31:50 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97659] Changed - Need .spec file to make it possible for users to create RPMs
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=97659
Changed by murrayc usa net
--- shadow/97659 Tue Nov 5 05:31:16 2002
+++ shadow/97659.tmp.18324 Wed Nov 6 05:31:50 2002
@@ -1,13 +1,13 @@
Bug#: 97659
Product: gtkmm
Version: 2.0
OS: Linux
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: normal
Priority: Normal
Component: build
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: morten wtf dk
TargetMilestone: ---
--__--__--
Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 6 Nov 2002 05:53:51 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97729] Changed - Warning when deleting widgets.
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=97729
Changed by murrayc usa net
--- shadow/97729 Tue Nov 5 09:31:46 2002
+++ shadow/97729.tmp.22694 Wed Nov 6 05:53:51 2002
@@ -39,6 +39,11 @@
Gtk::Main main( argc, argv );
Instance *instance = new Instance();
delete instance;
}
+
+------- Additional Comments From murrayc usa net 2002-11-06 05:53 -------
+Created an attachment (id=12088)
+test.cc - slightly cleaned-up test code.
+
--__--__--
Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 6 Nov 2002 05:56:14 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97729] Changed - ScrolledWindow: Warning during destruction.
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=97729
Changed by murrayc usa net
--- shadow/97729 Wed Nov 6 05:53:51 2002
+++ shadow/97729.tmp.23269 Wed Nov 6 05:56:14 2002
@@ -9,13 +9,13 @@
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: matty chariot net au
TargetMilestone: ---
URL:
-Summary: Warning when deleting widgets.
+Summary: ScrolledWindow: Warning during destruction.
Another warning and crash when deleting widgets:
(a.out:13137): Gtk-CRITICAL **: file gtkcontainer.c: line 878
(gtk_container_remove): assertion `GTK_IS_CONTAINER (container)' failed
@@ -44,6 +44,11 @@
}
------- Additional Comments From murrayc usa net 2002-11-06 05:53 -------
Created an attachment (id=12088)
test.cc - slightly cleaned-up test code.
+
+------- Additional Comments From murrayc usa net 2002-11-06 05:56 -------
+Note that this only happens when the parent is a Gtk::ScrolledWindow.
+However, we haven't seen this before in any examples so hopefully this
+warning doesn't happen when the ScrolledWindow is added to a container.
--__--__--
Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, nluka email si
Cc:
Date: Wed, 6 Nov 2002 06:44:53 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97562] Changed - tar.gz cor API reference
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=97562
Changed by murrayc usa net
--- shadow/97562 Wed Nov 6 05:28:37 2002
+++ shadow/97562.tmp.568 Wed Nov 6 06:44:53 2002
@@ -1,13 +1,13 @@
Bug#: 97562
Product: gtkmm
Version: 2.0
OS: Linux
OS Details: Red Hat 8.0
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: enhancement
Priority: Normal
Component: reference documentation
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: nluka email si
QAContact: gtkmm-forge lists sourceforge net
@@ -22,6 +22,23 @@
documentation for gtkmm-2.
Keep up the good work!
------- Additional Comments From sams marketing-designs com 2002-11-03 22:47 -------
doc keyword
+
+------- Additional Comments From murrayc usa net 2002-11-06 06:44 -------
+See:
+http://www.gtkmm.org/gtkmm2/docs/
+
+We may fix this in another way later - we might distribute the built
+documentation with the source code.
+
+
+2002-11-06 Murray Cumming <murrayc usa net>
+
+ * Makefile.am: Added post-html target to top-level build, though
+ you still need to run make in each docs subdirectory manually - I don't
+ know how to do recursive build targets other than "all". It also
+ uploads a tar.gz of the docs and examples directories, so that people
+ can use it offline.
+ * docs/index.html: Added link to the docs tarball.
--__--__--
Message: 9
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, btb debian org
Cc:
Date: Wed, 6 Nov 2002 06:44:54 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 90689] Changed - Built documentation should be distributed.
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=90689
Changed by murrayc usa net
--- shadow/90689 Wed Nov 6 05:29:35 2002
+++ shadow/90689.tmp.575 Wed Nov 6 06:44:54 2002
@@ -11,13 +11,13 @@
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: btb debian org
QAContact: gtkmm-forge lists sourceforge net
TargetMilestone: ---
URL:
Summary: Built documentation should be distributed.
-OtherBugsDependingOnThis: 97562
+OtherBugsDependingOnThis: 97562[FIXED]
the 'dot' program used by doxygen is non-free, and therefore is not used
when building debs of gtkmm. Doxygen seems to be perfectly capable of
building the relevant diagrams without it, though, providing you set the
HAVE_DOT variable correctly. This will do so.
--__--__--
Message: 10
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 6 Nov 2002 09:41:50 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97729] Changed - ScrolledWindow: Warning during destruction.
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=97729
Changed by matty chariot net au
--- shadow/97729 Wed Nov 6 05:56:14 2002
+++ shadow/97729.tmp.8963 Wed Nov 6 09:41:50 2002
@@ -49,6 +49,11 @@
------- Additional Comments From murrayc usa net 2002-11-06 05:56 -------
Note that this only happens when the parent is a Gtk::ScrolledWindow.
However, we haven't seen this before in any examples so hopefully this
warning doesn't happen when the ScrolledWindow is added to a container.
+
+------- Additional Comments From matty chariot net au 2002-11-06 09:41 -------
+This definitely *does* happen when the ScrolledWindow was added to a
+container, adding it makes no difference and so was simplified out of
+the test case.
--__--__--
Message: 11
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, btb debian org
Cc:
Date: Wed, 6 Nov 2002 10:21:31 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 90689] Changed - Built documentation should be distributed.
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=90689
Changed by murrayc usa net
--- shadow/90689 Wed Nov 6 06:44:54 2002
+++ shadow/90689.tmp.18676 Wed Nov 6 10:21:31 2002
@@ -150,6 +150,11 @@
always when in "maintainer mode".
------- Additional Comments From murrayc usa net 2002-11-06 05:29 -------
Created an attachment (id=12087)
gtkmm_dist_docs.patch
+
+------- Additional Comments From murrayc usa net 2002-11-06 10:21 -------
+Created an attachment (id=12097)
+gtkmm_dist_docs2.patch - revised for cvs changes
+
--__--__--
Message: 12
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 6 Nov 2002 10:57:14 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97855] New - html dir in docs missing
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=97855
Changed by olle endforward com
--- shadow/97855 Wed Nov 6 10:57:14 2002
+++ shadow/97855.tmp.28633 Wed Nov 6 10:57:14 2002
@@ -0,0 +1,19 @@
+Bug#: 97855
+Product: gtkmm
+Version: 2.0
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity: major
+Priority: Normal
+Component: reference documentation
+AssignedTo: gtkmm-forge lists sourceforge net
+ReportedBy: olle endforward com
+QAContact: gtkmm-forge lists sourceforge net
+TargetMilestone: ---
+URL:
+Summary: html dir in docs missing
+
+http://www.gtkmm.org/gtkmm2/docs/reference/ misses the dir html. Which
+means all documentation gives a 404.
--__--__--
Message: 13
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, nluka email si
Cc:
Date: Wed, 6 Nov 2002 11:07:52 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97741] Changed - When i compiled my gtkmm2 program and rut it, it throws segfault
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=97741
Changed by daniel elstner gmx net
--- shadow/97741 Tue Nov 5 16:03:18 2002
+++ shadow/97741.tmp.31369 Wed Nov 6 11:07:52 2002
@@ -80,6 +80,11 @@
return (0);
}
/****************************************/
, compiled with the help of Anjuta 1.0 will generate segfault.
+
+------- Additional Comments From daniel elstner gmx net 2002-11-06 11:07 -------
+You can't instantiate any gtkmm types *before* Gtk::Main has been
+instantiated. If you could we wouldn't have Gtk::Main.
+
--__--__--
_______________________________________________
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]