[gtkmm] Gtkmm-forge digest, Vol 1 #510 - 9 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #510 - 9 msgs
- Date: Sat, 13 Sep 2003 20:09:41 -0700
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 121967] Changed - Functions not available on win32 (bugzilla-daemon widget gnome org)
2. [Bug 121615] Changed - Problems with Gdk::Pixbuf columns in Gtk::TreeView (bugzilla-daemon widget gnome org)
3. [Bug 122053] Changed - examples/book/notebook fails to compile w/GCC 3.3.2 (bugzilla-daemon widget gnome org)
4. [Bug 118585] Changed - Gtk::Combo::signal_selection_changed emmitted during destruction. (bugzilla-daemon widget gnome org)
5. [Bug 121307] Changed - gnomemm 1.2 compilation fails with GCC 3.3 (bugzilla-daemon widget gnome org)
6. [Bug 121646] Changed - won't build with older gcc (bugzilla-daemon widget gnome org)
7. [Bug 118585] Changed - Gtk::Combo::signal_selection_changed emmitted during destruction. (bugzilla-daemon widget gnome org)
8. [Bug 122053] Changed - examples/book/notebook fails to compile w/GCC 3.3.2 (bugzilla-daemon widget gnome org)
9. [Bug 121561] Changed - treeview_popup.png missing in docs/tutorial/figures (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, cgustin ibelgique com
Cc:
Date: Sat, 13 Sep 2003 14:03:03 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 121967] Changed - Functions not available on win32
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=121967
Changed by murrayc usa net
--- shadow/121967 Thu Sep 11 03:59:37 2003
+++ shadow/121967.tmp.16164 Sat Sep 13 14:03:03 2003
@@ -33,6 +33,9 @@
already fixed in CVS). Atkmm will then be updated accordingly.
------- Additional Comments From cgustin ibelgique com 2003-09-11 03:59 -------
Created an attachment (id=19856)
Add missing functions on win32.
+
+------- Additional Comments From murrayc usa net 2003-09-13 14:03 -------
+Excellent. Please commit.
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, nightslayer gmx de
Cc:
Date: Sat, 13 Sep 2003 14:09:38 -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 murrayc usa net
--- shadow/121615 Tue Sep 9 13:54:36 2003
+++ shadow/121615.tmp.19333 Sat Sep 13 14:09:38 2003
@@ -155,6 +155,12 @@
Size: 1547086
------- Additional Comments From martin-ml hippogriff de 2003-09-09 13:54 -------
You debian package must be outdated. The test code runs fine with
gtkmm 2.2.5 (built with gcc 3.2.2): no error messages and the pixmaps
are drawn correctly.
+
+------- 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?
+
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, btb debian org
Cc:
Date: Sat, 13 Sep 2003 14:15:58 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 122053] Changed - examples/book/notebook fails to compile w/GCC 3.3.2
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=122053
Changed by murrayc usa net
--- shadow/122053 Thu Sep 11 18:55:53 2003
+++ shadow/122053.tmp.23334 Sat Sep 13 14:15:58 2003
@@ -58,6 +58,13 @@
treeiter.cc: In member function `const Gtk::TreeNodeChildren&
Gtk::TreeRow::children() const':
treeiter.cc:145: error: `Gtk::TreeIter' is an inaccessible base of `
Gtk::TreeNodeChildren'
+
+------- Additional Comments From murrayc usa net 2003-09-13 14:15 -------
+I guess you can work around this with a C-style cast (with a TODO
+comment next to it.). Could you try this, please?
+
+We should probably change the inheritance from private to public, but
+we can not do that without changing the API.
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sat, 13 Sep 2003 16:24:16 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 118585] Changed - Gtk::Combo::signal_selection_changed emmitted 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=118585
Changed by hijaszu mail novo-iram hu
--- shadow/118585 Sat Aug 23 11:25:55 2003
+++ shadow/118585.tmp.30906 Sat Sep 13 16:24:15 2003
@@ -112,6 +112,11 @@
Yes, it does seem strange that a signal is emitted during destruction,
particularly one that requires you to look at the widgtet to see what
exactly has changed. But I do think some widgets have good reasons to
emit signals during destruction.
I need to try this in C and then ask the GTK+ people about it.
+
+------- Additional Comments From hijaszu mail novo-iram hu 2003-09-13 16:24 -------
+Created an attachment (id=19907)
+combo_signal.cc rewritten in GTK+ & C (for test)
+
--__--__--
Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, btb debian org
Cc:
Date: Sat, 13 Sep 2003 18:56:24 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 121307] Changed - gnomemm 1.2 compilation fails with GCC 3.3
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=121307
Changed by murrayc usa net
--- shadow/121307 Wed Sep 3 03:13:48 2003
+++ shadow/121307.tmp.25201 Sat Sep 13 18:56:24 2003
@@ -37,6 +37,9 @@
vector<Info> make_return_vector(); //Used by get_uitree().
vector<SubTree> make_return_vector_subtrees(); //Used by Gnome::App.
------- Additional Comments From murrayc usa net 2003-09-03 03:12 -------
*** Bug 121308 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From murrayc usa net 2003-09-13 18:56 -------
+I would commit a patch for this, to use the C-style cast.
--__--__--
Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, dalgoda ix netcom com
Cc:
Date: Sat, 13 Sep 2003 18:34:36 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 121646] Changed - won't build with older gcc
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=121646
Changed by murrayc usa net
--- shadow/121646 Sat Sep 6 20:55:08 2003
+++ shadow/121646.tmp.11959 Sat Sep 13 18:34:36 2003
@@ -63,6 +63,11 @@
make[2]: Leaving directory `/usr/src/libgnomeuimm/libgnomeuimm-2.0.0-
build/libgnomeui'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/libgnomeuimm/libgnomeuimm-2.0.0-
build/libgnomeui'
make: *** [all-recursive] Error 1
+
+------- Additional Comments From murrayc usa net 2003-09-13 18:34 -------
+Using a C-style cast instead of a static_cast<>, with an explanatory
+comment, would make this compile with gcc 2.95. Would someone like to
+submit a patch for that?
--__--__--
Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sat, 13 Sep 2003 16:27:37 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 118585] Changed - Gtk::Combo::signal_selection_changed emmitted 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=118585
Changed by hijaszu mail novo-iram hu
--- shadow/118585 Sat Sep 13 16:24:15 2003
+++ shadow/118585.tmp.732 Sat Sep 13 16:27:37 2003
@@ -117,6 +117,14 @@
I need to try this in C and then ask the GTK+ people about it.
------- Additional Comments From hijaszu mail novo-iram hu 2003-09-13 16:24 -------
Created an attachment (id=19907)
combo_signal.cc rewritten in GTK+ & C (for test)
+
+------- Additional Comments From hijaszu mail novo-iram hu 2003-09-13 16:27 -------
+I rewrote the combo_signal.cc in GTK+ & C for testing that GTK+ has
+this bug too.
+The result of the test seems that GTK+ is free from this bug.
+I also noticed an interesting thing: In GTK+ we catch the combo change
+signal from the entry text changing, in GTK-- from the change of the list.
+I don't know that this could be an important thing in the bug.
--__--__--
Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, btb debian org
Cc:
Date: Sat, 13 Sep 2003 22:09:03 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 122053] Changed - examples/book/notebook fails to compile w/GCC 3.3.2
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=122053
Changed by murrayc usa net
--- shadow/122053 Sat Sep 13 14:15:58 2003
+++ shadow/122053.tmp.19861 Sat Sep 13 22:09:03 2003
@@ -65,6 +65,11 @@
------- Additional Comments From murrayc usa net 2003-09-13 14:15 -------
I guess you can work around this with a C-style cast (with a TODO
comment next to it.). Could you try this, please?
We should probably change the inheritance from private to public, but
we can not do that without changing the API.
+
+------- Additional Comments From murrayc usa net 2003-09-13 22:09 -------
+By the way, you are reporting 2 compiler errors here, which doesn't
+seem possible to me unless you are already using some workaround for
+the treeview error. Please try to keep the bug reports focused.
--__--__--
Message: 9
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sat, 13 Sep 2003 22:09:41 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 121561] Changed - treeview_popup.png missing in docs/tutorial/figures
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=121561
Changed by murrayc usa net
--- shadow/121561 Fri Sep 5 17:12:42 2003
+++ shadow/121561.tmp.19982 Sat Sep 13 22:09:41 2003
@@ -17,6 +17,9 @@
My build fails during make in directory docs/tutorial/figures because in
the Makefile the file treeview_popup.png is listed but does not exist.
To fix it I removed the filename from the Makefile.
------- Additional Comments From axel pearbough net 2003-09-05 17:11 -------
*** Bug 121562 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From murrayc usa net 2003-09-13 22:09 -------
+Is this a tarball or cvs?
--__--__--
_______________________________________________
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]