[gtkmm] Gtkmm-forge digest, Vol 1 #490 - 11 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #490 - 11 msgs
- Date: Mon, 11 Aug 2003 20:11:50 -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 118922] Changed - TreeModelColumns cannot be of type "UNSIGNED SHORT" (bugzilla-daemon widget gnome org)
2. [Bug 118922] Changed - TreeModelColumns cannot be of type "UNSIGNED SHORT" (bugzilla-daemon widget gnome org)
3. [Bug 118867] Changed - Ugly behaviour in TextView (bugzilla-daemon widget gnome org)
4. [Bug 118496] Changed - Gtk::ScrolledWindow doesn't scroll added object (bugzilla-daemon widget gnome org)
5. [Bug 118585] Changed - Gtk::Combo::signal_selection_changed emmitted during destruction. (bugzilla-daemon widget gnome org)
6. [Bug 118922] Changed - TreeModelColumns cannot be of type "UNSIGNED SHORT" (bugzilla-daemon widget gnome org)
7. [Bug 118922] Changed - TreeModelColumns cannot be of type "UNSIGNED SHORT" (bugzilla-daemon widget gnome org)
8. [Bug 112809] Changed - Add support for Visual Studio .NET 2003 (bugzilla-daemon widget gnome org)
9. [Bug 118922] Changed - TreeModelColumns cannot be of type "UNSIGNED SHORT" (bugzilla-daemon widget gnome org)
10. [Bug 118922] Changed - TreeModelColumns cannot be of type "UNSIGNED SHORT" (bugzilla-daemon widget gnome org)
11. [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
Cc:
Date: Mon, 11 Aug 2003 08:01:40 -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 murrayc usa net
--- shadow/118922 Sat Aug 9 08:45:15 2003
+++ shadow/118922.tmp.8156 Mon Aug 11 08:01:40 2003
@@ -238,6 +238,9 @@
(a.out:1163): GLib-GObject-WARNING **: unable to set property `text'
of type `gchararray' from value of type `glibmm__CustomBoxed_t'
to an incorrect use of this function. Maybe we should cite the error
message?
+
+------- Additional Comments From murrayc usa net 2003-08-11 08:01 -------
+You might also try doing the same thing in GTK+ in C.
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Mon, 11 Aug 2003 08:08:31 -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 murrayc usa net
--- shadow/118922 Mon Aug 11 08:01:40 2003
+++ shadow/118922.tmp.10911 Mon Aug 11 08:08:31 2003
@@ -241,6 +241,31 @@
to an incorrect use of this function. Maybe we should cite the error
message?
------- Additional Comments From murrayc usa net 2003-08-11 08:01 -------
You might also try doing the same thing in GTK+ in C.
+
+------- Additional Comments From murrayc usa net 2003-08-11 08:08 -------
+Please commit the documentation patch after making these changes:
+
+> Note that only for some basic column types like Glib::ustring, int,
+bool, Gdk::Pixbuf, etc. the CellRenderer is set up correctly. ...
+
+I would prefer
+"
+The CellRenderer can only be created automatically for some basic
+column types, such as Glib::ustring, int, bool, Gdk::Pixbuf. Also, the
+default CellRenderer might not be setup exactly as needed.
+
+You might prefer to create the TreeViewColumn and or CellRenderer
+manually. You might provide a callback that converts the type into a
+string representation with TreeViewColumn::set_cell_data_func().
+"
+
+Please do not mention this:
+> * If you want this function to support a custom CellRenderer provide
+a template specialization of
+TreeViewColumn_CellRendererGeneration::generate_cellrenderer()
+That is fairly internal API and this is an unpleasant thing for
+someone to do.
+
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, jonas printzen net
Cc:
Date: Mon, 11 Aug 2003 08:10:32 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 118867] Changed - Ugly behaviour in TextView
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=118867
Changed by murrayc usa net
--- shadow/118867 Tue Aug 5 04:06:05 2003
+++ shadow/118867.tmp.11955 Mon Aug 11 08:10:32 2003
@@ -1,13 +1,13 @@
Bug#: 118867
Product: gtkmm
Version: 2.2
OS: Windows
OS Details: XP Pro
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: INVALID
Severity: normal
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: jonas printzen net
TargetMilestone: ---
@@ -46,6 +46,9 @@
of the gtkmm examples or demos - maybe we can see it there.
Without that it's very difficult to understand what you mean.
------- Additional Comments From murrayc usa net 2003-08-05 04:06 -------
I will close this bug if there is no test case.
+
+------- Additional Comments From murrayc usa net 2003-08-11 08:10 -------
+Closing due to lack of response.
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, vgrinche integ com
Cc:
Date: Mon, 11 Aug 2003 08:11:31 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 118496] Changed - Gtk::ScrolledWindow doesn't scroll added object
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=118496
Changed by murrayc usa net
--- shadow/118496 Fri Aug 1 03:57:00 2003
+++ shadow/118496.tmp.12426 Mon Aug 11 08:11:31 2003
@@ -43,6 +43,10 @@
------- Additional Comments From murrayc usa net 2003-08-01 03:56 -------
You do not seem to be using Gtk::TreeView::scroll_to_view(), but you
seem to know about this already:
http://marc.theaimsgroup.com/?l=gtkmm&m=105614160928029&w=2
I will close this bug if there is no simple test case.
+
+------- Additional Comments From murrayc usa net 2003-08-11 08:11 -------
+Please respond. Otherwise I will assume that the advice above fixes
+your problm, and I will close this bug.
--__--__--
Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, hijaszu mail novo-iram hu
Cc:
Date: Mon, 11 Aug 2003 08:12:26 -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 murrayc usa net
--- shadow/118585 Wed Jul 30 02:44:09 2003
+++ shadow/118585.tmp.12956 Mon Aug 11 08:12:26 2003
@@ -92,6 +92,11 @@
button.signal_clicked().connect(slot(do_a_crash));
window.show_all();
app.run();
}
<-- end of code.cpp -->
+
+------- Additional Comments From murrayc usa net 2003-08-11 08:12 -------
+Sorry for the lack of response. This is my top-priority bug, but I am
+waiting for a new hard drive. It might be another week until I can
+investigate.
--__--__--
Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Mon, 11 Aug 2003 08:15:34 -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 11 08:08:31 2003
+++ shadow/118922.tmp.14705 Mon Aug 11 08:15:34 2003
@@ -266,6 +266,10 @@
> * If you want this function to support a custom CellRenderer provide
a template specialization of
TreeViewColumn_CellRendererGeneration::generate_cellrenderer()
That is fairly internal API and this is an unpleasant thing for
someone to do.
+
+------- Additional Comments From martin-ml hippogriff de 2003-08-11 08:15 -------
+I will do so this evening. I must not forget to also commit to gtkmm-
+2.4!
--__--__--
Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Mon, 11 Aug 2003 08:18:51 -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 11 08:15:34 2003
+++ shadow/118922.tmp.16805 Mon Aug 11 08:18:51 2003
@@ -270,6 +270,13 @@
someone to do.
------- Additional Comments From martin-ml hippogriff de 2003-08-11 08:15 -------
I will do so this evening. I must not forget to also commit to gtkmm-
2.4!
+
+------- Additional Comments From martin-ml hippogriff de 2003-08-11 08:18 -------
+> You might also try doing the same thing in GTK+ in C.
+In C you also have to provide a callback with
+gtk_tree_view_column_set_cell_data_func() for unsupported types such
+as (unsigned) short. There is no knowledge to be gained with a C test
+case so I won't waste my time with it...
--__--__--
Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, burrisj linkline com
Cc: cgustin ibelgique com, fnaumann cs uni-magdeburg de
Date: Mon, 11 Aug 2003 08:53:36 -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 murrayc usa net
--- shadow/112809 Fri Aug 8 03:07:45 2003
+++ shadow/112809.tmp.3862 Mon Aug 11 08:53:36 2003
@@ -365,6 +365,11 @@
------- 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
+
+------- Additional Comments From murrayc usa net 2003-08-11 08:53 -------
+re. Patch for VisualStudio template bug:
+Looks good. I will try to apply all this and release a new version
+next week.
--__--__--
Message: 9
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Mon, 11 Aug 2003 17:21:21 -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 11 08:18:51 2003
+++ shadow/118922.tmp.17029 Mon Aug 11 17:21:21 2003
@@ -277,6 +277,28 @@
------- Additional Comments From martin-ml hippogriff de 2003-08-11 08:18 -------
> You might also try doing the same thing in GTK+ in C.
In C you also have to provide a callback with
gtk_tree_view_column_set_cell_data_func() for unsupported types such
as (unsigned) short. There is no knowledge to be gained with a C test
case so I won't waste my time with it...
+
+------- Additional Comments From martin-ml hippogriff de 2003-08-11 17:21 -------
+> I would prefer
+> "
+> The CellRenderer can only be created automatically for some basic
+> column types, such as Glib::ustring, int, bool, Gdk::Pixbuf. Also,
+> the default CellRenderer might not be setup exactly as needed.
+> You might prefer to create the TreeViewColumn and or CellRenderer
+> manually. You might provide a callback that converts the type into a
+> string representation with TreeViewColumn::set_cell_data_func().
+> "
+
+Please also proof-read the following paragraph I'd like to add:
+
+ * Otherwise, if the type is not supported, at run-time no text will
+ * appear in the column while the following warning is generated
+repeatedly:
+ * GLib-GObject-WARNING **: unable to set property `text' of type
+ * `gchararray' from value of type `glibmm__CustomBoxed_t'
+
+I will wait with the commit. Meanwhiles, I'm attaching updated patches
+for gtkmm-2.2 and gtkmm-2.4.
--__--__--
Message: 10
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Mon, 11 Aug 2003 17:22:41 -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 11 17:21:21 2003
+++ shadow/118922.tmp.17907 Mon Aug 11 17:22:41 2003
@@ -299,6 +299,11 @@
repeatedly:
* GLib-GObject-WARNING **: unable to set property `text' of type
* `gchararray' from value of type `glibmm__CustomBoxed_t'
I will wait with the commit. Meanwhiles, I'm attaching updated patches
for gtkmm-2.2 and gtkmm-2.4.
+
+------- Additional Comments From martin-ml hippogriff de 2003-08-11 17:22 -------
+Created an attachment (id=19126)
+gtkmm2-improve_treeview_docs.diff: updated patch for gtkmm-2.2
+
--__--__--
Message: 11
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Mon, 11 Aug 2003 17:23:45 -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 11 17:22:41 2003
+++ shadow/118922.tmp.18398 Mon Aug 11 17:23:45 2003
@@ -304,6 +304,11 @@
for gtkmm-2.2 and gtkmm-2.4.
------- Additional Comments From martin-ml hippogriff de 2003-08-11 17:22 -------
Created an attachment (id=19126)
gtkmm2-improve_treeview_docs.diff: updated patch for gtkmm-2.2
+
+------- Additional Comments From martin-ml hippogriff de 2003-08-11 17:23 -------
+Created an attachment (id=19128)
+gtkmm-improve_treeview_docs.diff: updated patch for gtkmm-2.4
+
--__--__--
_______________________________________________
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]