[gtkmm] Gtkmm-forge digest, Vol 1 #484 - 10 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #484 - 10 msgs
- Date: Tue, 05 Aug 2003 20:05:09 -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 119049] Changed - Gdk::Display::open() ref-count problem. (bugzilla-daemon widget gnome org)
2. [Bug 118867] Changed - Ugly behaviour in TextView (bugzilla-daemon widget gnome org)
3. [Bug 118459] Changed - TextBuffer::get_selection_bounds() should return bool value. (bugzilla-daemon widget gnome org)
4. [Bug 118868] Changed - gcc 2.95.3 fail to compile TreeView.append_column_editable("foo", TreeModelColumn<bool>) (bugzilla-daemon widget gnome org)
5. [Bug 112809] Changed - Add support for Visual Studio .NET 2003 (bugzilla-daemon widget gnome org)
6. [Bug 118868] Changed - gcc 2.95.3 fail to compile TreeView.append_column_editable("foo", TreeModelColumn<bool>) (bugzilla-daemon widget gnome org)
7. [Bug 118868] Changed - gcc 2.95.3 fail to compile TreeView.append_column_editable("foo", TreeModelColumn<bool>) (bugzilla-daemon widget gnome org)
8. [Bug 118868] Changed - gcc 2.95.3 fail to compile TreeView.append_column_editable("foo", TreeModelColumn<bool>) (bugzilla-daemon widget gnome org)
9. [Bug 112809] Changed - Add support for Visual Studio .NET 2003 (bugzilla-daemon widget gnome org)
10. [Bug 93412] Changed - gtkmm2 cvs fails to link on Mac OS 10.2 (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, sterling hanenkamp com
Cc:
Date: Tue, 5 Aug 2003 04:05:17 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 119049] Changed - Gdk::Display::open() ref-count problem.
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=119049
Changed by murrayc usa net
--- shadow/119049 Mon Aug 4 11:11:59 2003
+++ shadow/119049.tmp.31644 Tue Aug 5 04:05:17 2003
@@ -59,6 +59,10 @@
ran into this on the gtkmm-list archives when looking for a solution:
http://mail.gnome.org/archives/gtkmm-list/2003-January/msg00228.html
This person was having a problem with open_default()--as I recall. And
a similar suggestion was made.
+
+------- Additional Comments From murrayc usa net 2003-08-05 04:05 -------
+A patch would be welcome. Otherwise, it will take me a week or so to
+get to this.
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, jonas printzen net
Cc:
Date: Tue, 5 Aug 2003 04:06:05 -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 Fri Aug 1 11:55:58 2003
+++ shadow/118867.tmp.31948 Tue Aug 5 04:06:05 2003
@@ -43,6 +43,9 @@
------- Additional Comments From murrayc usa net 2003-08-01 11:55 -------
We can not investigate this without a test case. Or you could try one
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.
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, forlinux 263 net
Cc:
Date: Tue, 5 Aug 2003 04:07:01 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 118459] Changed - TextBuffer::get_selection_bounds() should return bool value.
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=118459
Changed by murrayc usa net
--- shadow/118459 Mon Jul 28 03:34:19 2003
+++ shadow/118459.tmp.32135 Tue Aug 5 04:07:01 2003
@@ -29,6 +29,10 @@
It looks like we also need to add a
bool get_selection_bounds() overload, with no parameters, using NULL
values to GTK+.
Thank you.
+
+------- Additional Comments From murrayc usa net 2003-08-05 04:06 -------
+By the way, you can check whether the iters are equal. It should give
+the same information.
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, fnaumann cs uni-magdeburg de
Cc:
Date: Tue, 5 Aug 2003 04:08:04 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 118868] Changed - gcc 2.95.3 fail to compile TreeView.append_column_editable("foo", TreeModelColumn<bool>)
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=118868
Changed by murrayc usa net
--- shadow/118868 Mon Aug 4 11:42:57 2003
+++ shadow/118868.tmp.32649 Tue Aug 5 04:08:04 2003
@@ -77,6 +77,10 @@
Or with other words: the code is excluded if we compile with gcc 2.95.x.
------- Additional Comments From murrayc usa net 2003-08-04 11:42 -------
Oh, right, now I understand. Let's consider it. But it should have a
comment. Patches should patch the ChangeLog. Thanks.
+
+------- Additional Comments From murrayc usa net 2003-08-05 04:08 -------
+Could you please confirm that you can see the radio buttons for bool
+TreeView columns when using this patch? For instance, in the demo.
--__--__--
Message: 5
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: Tue, 5 Aug 2003 04:23:14 -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 Mon Aug 4 14:16:52 2003
+++ shadow/112809.tmp.5942 Tue Aug 5 04:23:14 2003
@@ -9,13 +9,13 @@
Priority: Normal
Component: build
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: burrisj linkline com
TargetMilestone: ---
URL:
-Cc: cgustin ibelgique com
+Cc: cgustin ibelgique com,fnaumann cs uni-magdeburg de
Summary: Add support for Visual Studio .NET 2003
This patch adds support for Visual Studio .NET 2003.
------- Additional Comments From burrisj linkline com 2003-05-12 00:06 -------
Created an attachment (id=16442)
@@ -350,6 +350,11 @@
------- Additional Comments From fnaumann cs uni-magdeburg de 2003-08-04 14:16 -------
Created an attachment (id=18905)
The VisualStudio NET 2003 buildlog of glibmm.
+
+------- Additional Comments From murrayc usa net 2003-08-05 04:23 -------
+Thank you, but patches _must_ patch the ChangeLog. You should also
+comment your code, to explain what you are doing. I can then apply
+this next week.
--__--__--
Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Tue, 5 Aug 2003 05:42:19 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 118868] Changed - gcc 2.95.3 fail to compile TreeView.append_column_editable("foo", TreeModelColumn<bool>)
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=118868
Changed by fnaumann cs uni-magdeburg de
--- shadow/118868 Tue Aug 5 04:08:04 2003
+++ shadow/118868.tmp.11784 Tue Aug 5 05:42:19 2003
@@ -81,6 +81,9 @@
Oh, right, now I understand. Let's consider it. But it should have a
comment. Patches should patch the ChangeLog. Thanks.
------- Additional Comments From murrayc usa net 2003-08-05 04:08 -------
Could you please confirm that you can see the radio buttons for bool
TreeView columns when using this patch? For instance, in the demo.
+
+------- Additional Comments From fnaumann cs uni-magdeburg de 2003-08-05 05:42 -------
+Yes!
--__--__--
Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Tue, 5 Aug 2003 07:43:11 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 118868] Changed - gcc 2.95.3 fail to compile TreeView.append_column_editable("foo", TreeModelColumn<bool>)
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=118868
Changed by fnaumann cs uni-magdeburg de
--- shadow/118868 Tue Aug 5 05:42:19 2003
+++ shadow/118868.tmp.31126 Tue Aug 5 07:43:11 2003
@@ -84,6 +84,11 @@
------- Additional Comments From murrayc usa net 2003-08-05 04:08 -------
Could you please confirm that you can see the radio buttons for bool
TreeView columns when using this patch? For instance, in the demo.
------- Additional Comments From fnaumann cs uni-magdeburg de 2003-08-05 05:42 -------
Yes!
+
+------- Additional Comments From fnaumann cs uni-magdeburg de 2003-08-05 07:43 -------
+Created an attachment (id=18921)
+Patch for the gcc 2.95.x build problem with ChangeLog entry.
+
--__--__--
Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, fnaumann cs uni-magdeburg de
Cc: cgustin ibelgique com
Date: Tue, 5 Aug 2003 08:03:32 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 118868] Changed - gcc 2.95.3 fail to compile TreeView.append_column_editable("foo", TreeModelColumn<bool>)
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=118868
Changed by murrayc usa net
--- shadow/118868 Tue Aug 5 07:43:11 2003
+++ shadow/118868.tmp.15182 Tue Aug 5 08:03:32 2003
@@ -9,13 +9,13 @@
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: fnaumann cs uni-magdeburg de
TargetMilestone: ---
URL:
-Cc: fnaumann cs uni-magdeburg de
+Cc: cgustin ibelgique com,fnaumann cs uni-magdeburg de
Summary: gcc 2.95.3 fail to compile TreeView.append_column_editable("foo", TreeModelColumn<bool>)
gcc 2.95.3 fail to compile
examples/book/treeview/editable_cells/examplewindow.cc
on the following line:
@@ -89,6 +89,9 @@
Yes!
------- Additional Comments From fnaumann cs uni-magdeburg de 2003-08-05 07:43 -------
Created an attachment (id=18921)
Patch for the gcc 2.95.x build problem with ChangeLog entry.
+
+------- Additional Comments From murrayc usa net 2003-08-05 08:03 -------
+Perfect. Someone please apply to both branches.
--__--__--
Message: 9
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, burrisj linkline com
Cc: cgustin ibelgique com
Date: Tue, 5 Aug 2003 08:37:06 -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 04:23:14 2003
+++ shadow/112809.tmp.11037 Tue Aug 5 08:37:06 2003
@@ -355,6 +355,11 @@
------- Additional Comments From murrayc usa net 2003-08-05 04:23 -------
Thank you, but patches _must_ patch the ChangeLog. You should also
comment your code, to explain what you are doing. I can then apply
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.
+
--__--__--
Message: 10
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: max quendi de
Date: Tue, 5 Aug 2003 14:18:22 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 93412] Changed - gtkmm2 cvs fails to link on Mac OS 10.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=93412
Changed by julian jabber org
--- shadow/93412 Wed Jul 23 05:13:40 2003
+++ shadow/93412.tmp.21750 Tue Aug 5 14:18:22 2003
@@ -349,6 +349,41 @@
------- Additional Comments From murrayc usa net 2003-07-23 05:13 -------
It would be nice if you could try this with gtkmm 2.2.5 which really
should be using libtool 1.5 (I checked the version in the ltmain.sh
script). Then I'd really like a README.MacOSX file so that I can close
this bug triumphantly.
+
+------- Additional Comments From julian jabber org 2003-08-05 14:18 -------
+Even with the patch from Debian:
+http://pokey.css.washington.edu/debian/gtkmm/gtkmm2.0/gtkmm2.0_2.2.5-1.diff.gz
+
+I still get this:
+
+In file included from ../../glib/glibmm/exception.h:25,
+ from ../../glib/glibmm/error.h:28,
+ from ../../glib/glibmm/convert.h:29,
+ from convert.cc:3:
+../../glib/glibmm/ustring.h:532: error: `template<class In, class
+ValueType =
+ typename std::iterator_traits<_Iterator>::value_type> struct
+ Glib::ustring::SequenceToString' is private
+../../glib/glibmm/ustring.h:548: error: within this context
+../../glib/glibmm/ustring.h:532: error: `template<class In, class
+ValueType =
+ typename std::iterator_traits<_Iterator>::value_type> struct
+ Glib::ustring::SequenceToString' is private
+../../glib/glibmm/ustring.h:554: error: within this context
+../../glib/glibmm/ustring.h:532: error: `template<class In, class
+ValueType =
+ typename std::iterator_traits<_Iterator>::value_type> struct
+ Glib::ustring::SequenceToString' is private
+../../glib/glibmm/ustring.h:560: error: within this context
+../../glib/glibmm/ustring.h:532: error: `template<class In, class
+ValueType =
+ typename std::iterator_traits<_Iterator>::value_type> struct
+ Glib::ustring::SequenceToString' is private
+../../glib/glibmm/ustring.h:566: error: within this context
+
+
+on gtkmm-2.2.5. As you'll see above, I got this before, but Debian's
+patch had fixed it.
--__--__--
_______________________________________________
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]