[gtkmm] Gtkmm-forge digest, Vol 1 #487 - 4 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 112809] Changed - Add support for Visual Studio .NET 2003 (bugzilla-daemon widget gnome org)
   2. [Bug 118922] Changed - TreeModelColumns cannot be of type "UNSIGNED SHORT" (bugzilla-daemon widget gnome org)
   3. [Bug 118922] Changed - TreeModelColumns cannot be of type "UNSIGNED SHORT" (bugzilla-daemon widget gnome org)
   4. [Bug 118922] Changed - TreeModelColumns cannot be of type "UNSIGNED SHORT" (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, burrisj linkline com
Cc: cgustin ibelgique com
Date: Fri,  8 Aug 2003 03:07:45 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 112809] Changed - Add support for Visual Studio .NET 2003

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

Changed by fnaumann cs uni-magdeburg de 

--- shadow/112809	Tue Aug  5 08:37:06 2003
+++ shadow/112809.tmp.21267	Fri Aug  8 03:07:45 2003
@@ -360,6 +360,11 @@
 this next week.
 
 ------- Additional Comments From fnaumann cs uni-magdeburg de  2003-08-05 08:37 -------
 Created an attachment (id=18922)
 Small patch to avoid lot of of VisualStudio NET warnings with ChangeLog entry.
 
+
+------- Additional Comments From fnaumann cs uni-magdeburg de  2003-08-08 03:07 -------
+Created an attachment (id=19025)
+Patch for VisualStudio template bug; TreeView::append_column_editable work now as expected
+


--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri,  8 Aug 2003 11:41:07 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 118922] Changed - TreeModelColumns cannot be of type "UNSIGNED SHORT"

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

Changed by martin-ml hippogriff de 

--- shadow/118922	Mon Aug  4 11:05:58 2003
+++ shadow/118922.tmp.2035	Fri Aug  8 11:41:07 2003
@@ -137,6 +137,14 @@
 before you do. Might get Friday, though. You are sure now, that there
 were no fixes for gtkmm-2.4 regarding this problem?
 
 ------- Additional Comments From murrayc usa net  2003-08-04 11:05 -------
 No, but it looks like Daniel had some clue. The hard drive on my linux
 machine will be kaput until Monday.
+
+------- Additional Comments From martin-ml hippogriff de  2003-08-08 11:41 -------
+I will start to investigate now.
+Questions to be answered:
+- Is this a bug?
+- Otherwise: Why not? Can error messages be triggered at compile time?
+- Otherwise: Where shall we document this behaviour?
+


--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri,  8 Aug 2003 12:56:26 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 118922] Changed - TreeModelColumns cannot be of type "UNSIGNED SHORT"

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

Changed by martin-ml hippogriff de 

--- shadow/118922	Fri Aug  8 11:41:07 2003
+++ shadow/118922.tmp.8600	Fri Aug  8 12:56:26 2003
@@ -145,6 +145,20 @@
 I will start to investigate now.
 Questions to be answered:
 - Is this a bug?
 - Otherwise: Why not? Can error messages be triggered at compile time?
 - Otherwise: Where shall we document this behaviour?
 
+
+------- Additional Comments From martin-ml hippogriff de  2003-08-08 12:56 -------
+Now I know how to reproduce the other error message and avoid the
+segfault. I'll attach a corrected test case. Difference: don't
+instantiate a Gtk::TreeModelColumnRecord before calling "Gtk::Main
+kit;". Otherwise Glib::Value<unsigned short>::value_type() fails
+triggering the first run-time error and eventually leading to the
+segfault.
+
+The corrected test case triggers the following run-time error known
+from http://bugzilla.gnome.org/show_bug.cgi?id=94170:
+
+(a.out:1163): GLib-GObject-WARNING **: unable to set property `text'
+of type `gchararray' from value of type `glibmm__CustomBoxed_t'


--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri,  8 Aug 2003 12:57:39 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 118922] Changed - TreeModelColumns cannot be of type "UNSIGNED SHORT"

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

Changed by martin-ml hippogriff de 

--- shadow/118922	Fri Aug  8 12:56:26 2003
+++ shadow/118922.tmp.9047	Fri Aug  8 12:57:38 2003
@@ -159,6 +159,11 @@
 
 The corrected test case triggers the following run-time error known
 from http://bugzilla.gnome.org/show_bug.cgi?id=94170:
 
 (a.out:1163): GLib-GObject-WARNING **: unable to set property `text'
 of type `gchararray' from value of type `glibmm__CustomBoxed_t'
+
+------- Additional Comments From martin-ml hippogriff de  2003-08-08 12:57 -------
+Created an attachment (id=19038)
+test_treeview_unsigned_short_2.cc
+



--__--__--

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