[gtkmm] Gtkmm-forge digest, Vol 1 #182 - 13 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #182 - 13 msgs
- Date: Tue, 06 Aug 2002 12:01:27 -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 89780] Changed - signal_button_press_event is not called (bugzilla-daemon widget gnome org)
2. [Bug 89952] Changed - missing info in the libbonobouimm-2.0.pc file (bugzilla-daemon widget gnome org)
3. [Bug 89951] Changed - gtkmm cvs doesn't compile with gcc 2.95.3 due to internal compiler error (bugzilla-daemon widget gnome org)
4. [Bug 89952] Changed - missing info in the libbonobouimm-2.0.pc file (bugzilla-daemon widget gnome org)
5. [Bug 89952] Changed - missing info in the libbonobouimm-2.0.pc file (bugzilla-daemon widget gnome org)
6. [Bug 89951] Changed - gtkmm cvs doesn't compile with gcc 2.95.3 due to internal compiler error (bugzilla-daemon widget gnome org)
7. [Bug 89922] Changed - Some adjustment changes don't affect the associated scollbar. (bugzilla-daemon widget gnome org)
8. [Bug 89951] Changed - gtkmm cvs doesn't compile with gcc 2.95.3 due to internal compiler error (bugzilla-daemon widget gnome org)
9. [Bug 89951] Changed - gtkmm cvs doesn't compile with gcc 2.95.3 due to internal compiler error (bugzilla-daemon widget gnome org)
10. [Bug 89922] Changed - Some adjustment changes don't affect the associated scollbar. (bugzilla-daemon widget gnome org)
11. [Bug 89951] Changed - gtkmm cvs doesn't compile with gcc 2.95.3 due to internal compiler error (bugzilla-daemon widget gnome org)
12. [Bug 90033] New - Crashes when doing anything (bugzilla-daemon widget gnome org)
13. [Bug 90033] Changed - Crashes when doing anything (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, steve przepiora org
Cc:
Date: Mon, 5 Aug 2002 15:02:37 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 89780] Changed - signal_button_press_event is not called
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=89780
Changed by murrayc usa net
--- shadow/89780 Sat Aug 3 15:30:19 2002
+++ shadow/89780.tmp.8966 Mon Aug 5 15:02:37 2002
@@ -39,6 +39,19 @@
------- Additional Comments From murrayc usa net 2002-08-03 15:30 -------
Please simplify this example:
1. The bool column doesn't seem to be relevant.
2. Please just use the default cell renderers by using the templated
append_column() method. This will reduce the code size.
3. We only need one row to test this.
+
+------- Additional Comments From murrayc usa net 2002-08-05 15:02 -------
+If you had simplified this example yourself then you would see that it
+is an issue with editable cells.
+
+The "row_activated" signal is not sent if the cell is editable. I
+guess that's because activation is "handled" by the cell renderer
+itself - it puts the cursor in the text box. But that might not be
+intentional.
+
+For that, and/or the issue of the button_press_event signal handlers
+not being called, maybe you should recode this as a simple GTK+
+example and submit it to them.
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Mon, 5 Aug 2002 15:07:04 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 89952] Changed - missing info in the libbonobouimm-2.0.pc file
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=89952
Changed by herzi abi02 de
--- shadow/89952 Mon Aug 5 14:58:28 2002
+++ shadow/89952.tmp.9758 Mon Aug 5 15:07:04 2002
@@ -32,6 +32,11 @@
@LIBBONOBOMM_VERSION_NEEDED@ libbonoboui-2.0 >= @LIBBONOBOUI_VERSION_NEEDED@
Version: @VERSION@
-Libs: -L${libdir} -lbonobouimm_widgets-1.3
+Libs: -L${libdir} -lbonobouimm_widgets-1.3 -lbonobouimm_servers-1.3
Cflags: -I${includedir}/libbonobouimm-2.0
-I${libdir}/libbonobouimm-2.0/include
+
+------- Additional Comments From herzi abi02 de 2002-08-05 15:07 -------
+Created an attachment (id=10277)
+this file patches libbonobouimm-2.0.pc.in
+
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, MHL Schulze t-online de
Cc:
Date: Mon, 5 Aug 2002 15:08:41 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 89951] Changed - gtkmm cvs doesn't compile with gcc 2.95.3 due to internal compiler error
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=89951
Changed by murrayc usa net
--- shadow/89951 Mon Aug 5 14:53:29 2002
+++ shadow/89951.tmp.9880 Mon Aug 5 15:08:41 2002
@@ -59,6 +59,9 @@
//Connect to the appropriate signal, sending the model_column too,
pCellText->signal_edited().connect(
SigC::bind( SigC::slot(*this,
&TreeView::_auto_store_on_cellrenderer_text_edited_numerical<int>),
model_column.index()) );
+
+------- Additional Comments From murrayc usa net 2002-08-05 15:08 -------
+Have you tried a new checkout?
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Mon, 5 Aug 2002 15:11:12 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 89952] Changed - missing info in the libbonobouimm-2.0.pc file
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=89952
Changed by herzi abi02 de
--- shadow/89952 Mon Aug 5 15:07:04 2002
+++ shadow/89952.tmp.10303 Mon Aug 5 15:11:11 2002
@@ -37,6 +37,11 @@
-I${libdir}/libbonobouimm-2.0/include
------- Additional Comments From herzi abi02 de 2002-08-05 15:07 -------
Created an attachment (id=10277)
this file patches libbonobouimm-2.0.pc.in
+
+------- Additional Comments From herzi abi02 de 2002-08-05 15:11 -------
+Created an attachment (id=10278)
+this one also patches the ChangeLog
+
--__--__--
Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, herzi abi02 de
Cc:
Date: Mon, 5 Aug 2002 15:38:26 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 89952] Changed - missing info in the libbonobouimm-2.0.pc file
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=89952
Changed by murrayc usa net
--- shadow/89952 Mon Aug 5 15:11:11 2002
+++ shadow/89952.tmp.13570 Mon Aug 5 15:38:26 2002
@@ -1,13 +1,13 @@
Bug#: 89952
Product: gnomemm
Version: 2.0
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: critical
Priority: Normal
Component: libbonobouimm
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: herzi abi02 de
TargetMilestone: ---
@@ -42,6 +42,9 @@
------- Additional Comments From herzi abi02 de 2002-08-05 15:11 -------
Created an attachment (id=10278)
this one also patches the ChangeLog
+
+------- Additional Comments From murrayc usa net 2002-08-05 15:38 -------
+Thanks. Remember to use the PATCH keyword.
--__--__--
Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Mon, 5 Aug 2002 15:53:59 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 89951] Changed - gtkmm cvs doesn't compile with gcc 2.95.3 due to internal compiler error
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=89951
Changed by mhl schulze t-online de
--- shadow/89951 Mon Aug 5 15:08:41 2002
+++ shadow/89951.tmp.15641 Mon Aug 5 15:53:59 2002
@@ -62,6 +62,15 @@
SigC::bind( SigC::slot(*this,
&TreeView::_auto_store_on_cellrenderer_text_edited_numerical<int>),
model_column.index()) );
------- Additional Comments From murrayc usa net 2002-08-05 15:08 -------
Have you tried a new checkout?
+
+------- Additional Comments From MHL Schulze t-online de 2002-08-05 15:53 -------
+Yes! Latest ChangeLog entry:
+
+2002-08-04 Murray Cumming <murrayc usa net>
+
+ * Fixed dialog lifecycle bug #89557, with a quite large
+ reorganisation of the lifecycle code. ...
+ ...
--__--__--
Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Mon, 5 Aug 2002 16:28:16 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 89922] Changed - Some adjustment changes don't affect the associated scollbar.
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=89922
Changed by alriddoch zepler org
--- shadow/89922 Mon Aug 5 13:59:03 2002
+++ shadow/89922.tmp.2147 Mon Aug 5 16:28:16 2002
@@ -23,6 +23,12 @@
------- Additional Comments From murrayc usa net 2002-08-05 13:59 -------
I'm afraid that gtkmm 1.2 bugs won't get much attention now, as gtkmm2
is almost stable.
Even then, you would need to provide a small-as-possible example to
prove this to us.
+
+------- Additional Comments From alriddoch zepler org 2002-08-05 16:28 -------
+I am happy to switch provising gtkglarea and gtkglareamm are available
+for this version. Currently building gtkmm 1.3.18, but not having much
+luck finding gtkglareamm at all.
+
--__--__--
Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, MHL Schulze t-online de
Cc:
Date: Tue, 6 Aug 2002 03:18:24 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 89951] Changed - gtkmm cvs doesn't compile with gcc 2.95.3 due to internal compiler error
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=89951
Changed by murrayc usa net
--- shadow/89951 Mon Aug 5 15:53:59 2002
+++ shadow/89951.tmp.30642 Tue Aug 6 03:18:24 2002
@@ -71,6 +71,12 @@
2002-08-04 Murray Cumming <murrayc usa net>
* Fixed dialog lifecycle bug #89557, with a quite large
reorganisation of the lifecycle code. ...
...
+
+------- Additional Comments From murrayc usa net 2002-08-06 03:18 -------
+I'll need you to test the tarball, which will be out soon.
+
+If it really doesn't work then we will need to #ifdef that method out
+for that compiler.
--__--__--
Message: 9
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Tue, 6 Aug 2002 05:52:12 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 89951] Changed - gtkmm cvs doesn't compile with gcc 2.95.3 due to internal compiler error
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=89951
Changed by mhl schulze t-online de
--- shadow/89951 Tue Aug 6 03:18:24 2002
+++ shadow/89951.tmp.22470 Tue Aug 6 05:52:12 2002
@@ -77,6 +77,12 @@
------- Additional Comments From murrayc usa net 2002-08-06 03:18 -------
I'll need you to test the tarball, which will be out soon.
If it really doesn't work then we will need to #ifdef that method out
for that compiler.
+
+------- Additional Comments From MHL Schulze t-online de 2002-08-06 05:52 -------
+O'course I'll test the tarball...
+I just tried: if I put #if 0 / #endif around the problematic template
+specializations in treeview.hg, current cvs compiles smoothly with gcc
+2.95.3 (hopefully - it's not finished yet...).
--__--__--
Message: 10
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Tue, 6 Aug 2002 06:55:12 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 89922] Changed - Some adjustment changes don't affect the associated scollbar.
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=89922
Changed by alriddoch zepler org
--- shadow/89922 Mon Aug 5 16:28:16 2002
+++ shadow/89922.tmp.32357 Tue Aug 6 06:55:12 2002
@@ -1,13 +1,13 @@
Bug#: 89922
Product: gtkmm
Version: 1.2
OS: Linux
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: normal
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: alriddoch zepler org
TargetMilestone: ---
--__--__--
Message: 11
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, MHL Schulze t-online de
Cc:
Date: Tue, 6 Aug 2002 11:30:22 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 89951] Changed - gtkmm cvs doesn't compile with gcc 2.95.3 due to internal compiler error
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=89951
Changed by murrayc usa net
--- shadow/89951 Tue Aug 6 05:52:12 2002
+++ shadow/89951.tmp.14347 Tue Aug 6 11:30:22 2002
@@ -83,6 +83,10 @@
------- Additional Comments From MHL Schulze t-online de 2002-08-06 05:52 -------
O'course I'll test the tarball...
I just tried: if I put #if 0 / #endif around the problematic template
specializations in treeview.hg, current cvs compiles smoothly with gcc
2.95.3 (hopefully - it's not finished yet...).
+
+------- Additional Comments From murrayc usa net 2002-08-06 11:30 -------
+Do try to break that function down into simpler lines so that you can
+find the real source of the problem.
--__--__--
Message: 12
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Tue, 6 Aug 2002 14:47:12 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 90033] New - Crashes when doing anything
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=90033
Changed by arne 123soft de
--- shadow/90033 Tue Aug 6 14:47:12 2002
+++ shadow/90033.tmp.6903 Tue Aug 6 14:47:12 2002
@@ -0,0 +1,20 @@
+Bug#: 90033
+Product: gtkmm
+Version: 2.0
+OS: Linux
+OS Details: SuSE Linux 7.3 i686
+Status: NEW
+Resolution:
+Severity: critical
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net
+ReportedBy: arne 123soft de
+TargetMilestone: ---
+URL:
+Summary: Crashes when doing anything
+
+I compiled and installed gtkmm and required libraries with
+GCC 3.0.1; when executing any program using it
+(including the "just a window" example), the program crashes
+with SIGSEGV or SIGILL, trying to execute stack contents.
--__--__--
Message: 13
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Tue, 6 Aug 2002 14:49:42 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 90033] Changed - Crashes when doing anything
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=90033
Changed by arne 123soft de
--- shadow/90033 Tue Aug 6 14:47:12 2002
+++ shadow/90033.tmp.7120 Tue Aug 6 14:49:42 2002
@@ -15,6 +15,11 @@
Summary: Crashes when doing anything
I compiled and installed gtkmm and required libraries with
GCC 3.0.1; when executing any program using it
(including the "just a window" example), the program crashes
with SIGSEGV or SIGILL, trying to execute stack contents.
+
+------- Additional Comments From arne 123soft de 2002-08-06 14:49 -------
+Created an attachment (id=10307)
+Problem Details (lib versions, stacktrace etc.)
+
--__--__--
_______________________________________________
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]