[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gtkmm
Subject:    [gtkmm] Gtkmm-forge digest, Vol 1 #90 - 10 msgs
From:       gtkmm-forge-request () lists ! sourceforge ! net
Date:       2002-04-27 19:11:41
[Download RAW message or body]

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..."


Today's Topics:

   1. [Bug 79600] Changed - problem with iterator implementation of Sun Forte C++ \
(bugzilla-daemon@widget.gnome.org)  2. [Bug 80029] New - \
get_widget->signal_clicked().connect doesn't work (bugzilla-daemon@widget.gnome.org)  \
3. [Bug 79600] Changed - problem with iterator implementation of Sun Forte C++ \
(bugzilla-daemon@widget.gnome.org)  4. [Bug 80043] New - Segfault in gtk-demo \
(bugzilla-daemon@widget.gnome.org)  5. [Bug 80043] Changed - Segfault in gtk-demo \
(bugzilla-daemon@widget.gnome.org)  6. [Bug 80029] Changed - \
get_widget->signal_clicked().connect doesn't work (bugzilla-daemon@widget.gnome.org)  \
7. [Bug 78493] Changed - virtual "on_" methods inactive under libglade \
(bugzilla-daemon@widget.gnome.org)  8. [Bug 78493] Changed - virtual "on_" methods \
inactive under libglade (bugzilla-daemon@widget.gnome.org)  9. [Bug 80029] Changed - \
get_widget->signal_clicked().connect doesn't work (bugzilla-daemon@widget.gnome.org)  \
10. [Bug 80043] Changed - Segfault in gtk-demo (bugzilla-daemon@widget.gnome.org)

--__--__--

Message: 1
From: bugzilla-daemon@widget.gnome.org
To: gtkmm-forge@lists.sourceforge.net
Cc: 
Date: Fri, 26 Apr 2002 16:35:23 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 79600] Changed - problem with iterator implementation \
of Sun Forte C++

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

Changed by szombath@bifab.de.

--- shadow/79600	Fri Apr 26 14:04:52 2002
+++ shadow/79600.tmp.16185	Fri Apr 26 16:35:23 2002
@@ -187,6 +187,12 @@
 ------- Additional Comments From murrayc@usa.net  2002-04-25 11:17 -------
 Daniel has made some more improvements to this, so please wait another
 24hrs and then tell us if it works.
 
 ------- Additional Comments From murrayc@usa.net  2002-04-26 14:04 -------
 Is this still a problem, or was this fixed as part of #79116?
+
+------- Additional Comments From szombath@bifab.de  2002-04-26 16:35 -------
+I was fixed as part of #79116. The configure check detects
+successfully the limitations of the Forte C++ compiler. The 
+nice thing with this strategy is that we could probably remove
+all of special case #ifdef _SUNPRO_CC ... #endif.



--__--__--

Message: 2
From: bugzilla-daemon@widget.gnome.org
To: gtkmm-forge@lists.sourceforge.net
Cc: 
Date: Fri, 26 Apr 2002 23:16:16 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 80029] New - get_widget->signal_clicked().connect \
doesn't work

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

Changed by michael@koziarski.com.

--- shadow/80029	Fri Apr 26 23:16:15 2002
+++ shadow/80029.tmp.18374	Fri Apr 26 23:16:15 2002
@@ -0,0 +1,35 @@
+Bug#: 80029
+Product: gnomemm
+Version: 2.0
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: major
+Priority: Normal
+Component: libglademm
+AssignedTo: gtkmm-forge@lists.sourceforge.net                            
+ReportedBy: michael@koziarski.com               
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: get_widget->signal_clicked().connect doesn't work
+
+Signals from Widget pointers attained by
+Gnome::Glade::Xml::get_widget(const Glib::ustring&) don't seem to work. 
+Take the following example. 
+
+
+
+Gtk::Button *quit_button = (Gtk::Button*)xml->get_widget("quit_button");
+quit_button->signal_clicked().connect(SigC::slot(Gtk::Main::quit));
+
+
+Clicking the button doesn't cause the application to quit.  However using
+other methods does work.  i.e the following code *does* set the text for
+break_title.
+
+Gtk::Label *label = (Gtk::Label*)xml->get_widget("break_title");
+label->set_text("Testing");
+
+This has been mentioned on the list, but I thought I should report it here too.



--__--__--

Message: 3
From: bugzilla-daemon@widget.gnome.org
To: gtkmm-forge@lists.sourceforge.net, szombath@bifab.de
Cc: 
Date: Sat, 27 Apr 2002 00:44:36 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 79600] Changed - problem with iterator implementation \
of Sun Forte C++

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

Changed by murrayc@usa.net.

--- shadow/79600	Fri Apr 26 16:35:23 2002
+++ shadow/79600.tmp.31085	Sat Apr 27 00:44:36 2002
@@ -1,13 +1,13 @@
 Bug#: 79600
 Product: gtkmm
 Version: 2.0
 OS: Solaris
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: build
 AssignedTo: gtkmm-forge@lists.sourceforge.net                            
 ReportedBy: szombath@bifab.de               
 TargetMilestone: ---



--__--__--

Message: 4
From: bugzilla-daemon@widget.gnome.org
To: gtkmm-forge@lists.sourceforge.net
Cc: 
Date: Sat, 27 Apr 2002 07:29:39 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 80043] New - Segfault in gtk-demo

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

Changed by mhl.schulze@t-online.de.

--- shadow/80043	Sat Apr 27 07:29:39 2002
+++ shadow/80043.tmp.27007	Sat Apr 27 07:29:39 2002
@@ -0,0 +1,25 @@
+Bug#: 80043
+Product: gtkmm
+Version: 2.0
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge@lists.sourceforge.net                            
+ReportedBy: MHL.Schulze@t-online.de               
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Segfault in gtk-demo
+
+Reported by "Robert J. Hansen" <rjhansen@inav.net>:
+
+Double-clicking on "Tree View" in the demo program causes an immediate
+segfault.
+
+The segfault is located in demowindow.cc /
+DemoWindow::on_treeview_row_activated(): the return value of (*pSlot)() is
+not checked. A patch is underway.



--__--__--

Message: 5
From: bugzilla-daemon@widget.gnome.org
To: gtkmm-forge@lists.sourceforge.net
Cc: 
Date: Sat, 27 Apr 2002 07:30:35 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 80043] Changed - Segfault in gtk-demo

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

Changed by mhl.schulze@t-online.de.

--- shadow/80043	Sat Apr 27 07:29:39 2002
+++ shadow/80043.tmp.27286	Sat Apr 27 07:30:35 2002
@@ -20,6 +20,11 @@
 Double-clicking on "Tree View" in the demo program causes an immediate
 segfault.
 
 The segfault is located in demowindow.cc /
 DemoWindow::on_treeview_row_activated(): the return value of (*pSlot)() is
 not checked. A patch is underway.
+
+------- Additional Comments From MHL.Schulze@t-online.de  2002-04-27 07:30 -------
+Created an attachment (id=7984)
+The promised patch...
+



--__--__--

Message: 6
From: bugzilla-daemon@widget.gnome.org
To: gtkmm-forge@lists.sourceforge.net
Cc: 
Date: Sat, 27 Apr 2002 07:46:11 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 80029] Changed - get_widget->signal_clicked().connect \
doesn't work

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

Changed by michael@koziarski.com.

--- shadow/80029	Fri Apr 26 23:16:15 2002
+++ shadow/80029.tmp.29598	Sat Apr 27 07:46:11 2002
@@ -30,6 +30,13 @@
 break_title.
 
 Gtk::Label *label = (Gtk::Label*)xml->get_widget("break_title");
 label->set_text("Testing");
 
 This has been mentioned on the list, but I thought I should report it here too.
+
+------- Additional Comments From michael@koziarski.com  2002-04-27 07:46 -------
+Well,  it appears this isn't affecting every widget,  the following
+code works.
+
+Gtk::HScale *hs = (Gtk::HScale*)xml->get_widget("gbscale");
+hs->signal_value_changed().connect(SigC::slot(my_signal_func));



--__--__--

Message: 7
From: bugzilla-daemon@widget.gnome.org
To: gtkmm-forge@lists.sourceforge.net, liblit@acm.org
Cc: 
Date: Sat, 27 Apr 2002 09:56:47 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 78493] Changed - virtual "on_" methods inactive under \
libglade

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

Changed by murrayc@usa.net.

--- shadow/78493	Fri Apr 26 11:26:03 2002
+++ shadow/78493.tmp.17083	Sat Apr 27 09:56:47 2002
@@ -11,13 +11,13 @@
 AssignedTo: gtkmm-forge@lists.sourceforge.net                            
 ReportedBy: liblit@acm.org               
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: virtual "on_" methods inactive under libglade
-BugsThisDependsOn: 79052
+BugsThisDependsOn: 79052[FIXED]
 
 If I subclass some widget class and override selected "on_" methods,
 those methods are called when expected if my app builds its GUI widget
 by widget.  However, if I use libglade instead, the "on_" methods are
 never called.
 



--__--__--

Message: 8
From: bugzilla-daemon@widget.gnome.org
To: gtkmm-forge@lists.sourceforge.net, liblit@acm.org
Cc: 
Date: Sat, 27 Apr 2002 09:58:08 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 78493] Changed - virtual "on_" methods inactive under \
libglade

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

Changed by murrayc@usa.net.

--- shadow/78493	Sat Apr 27 09:56:47 2002
+++ shadow/78493.tmp.17335	Sat Apr 27 09:58:08 2002
@@ -1,13 +1,13 @@
 Bug#: 78493
 Product: gnomemm
 Version: 2.0
 OS: All
 OS Details: Red Hat Linux 7.2 with Ximian GNOME2 snapshots
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: libglademm
 AssignedTo: gtkmm-forge@lists.sourceforge.net                            
 ReportedBy: liblit@acm.org               
 TargetMilestone: ---
@@ -162,6 +162,11 @@
 gzip'd tarball containing all four of the above bug demonstration & counterexample \
files  
 
 ------- Additional Comments From murrayc@usa.net  2002-04-18 03:26 -------
 I've started libglademm2, which should fix this along with the
 typename prefix property patch for libglade2.
+
+------- Additional Comments From murrayc@usa.net  2002-04-27 09:58 -------
+I have applied suitable patches to libglade, to make it instantiate
+full gtkmm gtypes. Please get the latest libglade from cvs and try
+libglademm2. Reopen if it's still a problem.



--__--__--

Message: 9
From: bugzilla-daemon@widget.gnome.org
To: gtkmm-forge@lists.sourceforge.net, michael@koziarski.com
Cc: 
Date: Sat, 27 Apr 2002 09:59:23 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 80029] Changed - get_widget->signal_clicked().connect \
doesn't work

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

Changed by murrayc@usa.net.

--- shadow/80029	Sat Apr 27 07:46:11 2002
+++ shadow/80029.tmp.17467	Sat Apr 27 09:59:23 2002
@@ -37,6 +37,13 @@
 ------- Additional Comments From michael@koziarski.com  2002-04-27 07:46 -------
 Well,  it appears this isn't affecting every widget,  the following
 code works.
 
 Gtk::HScale *hs = (Gtk::HScale*)xml->get_widget("gbscale");
 hs->signal_value_changed().connect(SigC::slot(my_signal_func));
+
+------- Additional Comments From murrayc@usa.net  2002-04-27 09:59 -------
+In your example posted to the list you were using GnomeDialog, which
+is deprecated and not wrapped in gtkmm. This might have something to
+do with it. I have a corrected, working example in
+libglademm2/examples/basic. You will need the very latest libglade
+from cvs.



--__--__--

Message: 10
From: bugzilla-daemon@widget.gnome.org
To: gtkmm-forge@lists.sourceforge.net, MHL.Schulze@t-online.de
Cc: 
Date: Sat, 27 Apr 2002 10:14:59 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 80043] Changed - Segfault in gtk-demo

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

Changed by murrayc@usa.net.

--- shadow/80043	Sat Apr 27 07:30:35 2002
+++ shadow/80043.tmp.19730	Sat Apr 27 10:14:59 2002
@@ -1,13 +1,13 @@
 Bug#: 80043
 Product: gtkmm
 Version: 2.0
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge@lists.sourceforge.net                            
 ReportedBy: MHL.Schulze@t-online.de               
 TargetMilestone: ---
@@ -25,6 +25,9 @@
 not checked. A patch is underway.
 
 ------- Additional Comments From MHL.Schulze@t-online.de  2002-04-27 07:30 -------
 Created an attachment (id=7984)
 The promised patch...
 
+
+------- Additional Comments From murrayc@usa.net  2002-04-27 10:14 -------
+Applied. Thanks. I didn't realise what he meant.




--__--__--

_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest

_______________________________________________
to unsubscribe or change your subscription parameters :
https://lists.sourceforge.net/lists/listinfo/gtkmm-main


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic