[gtkmm] Gtkmm-forge digest, Vol 1 #387 - 8 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #387 - 8 msgs
- Date: Tue, 01 Apr 2003 12:08:02 -0800
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 103688] Changed - Updated timeout/io/idle chapter (bugzilla-daemon widget gnome org)
2. [Bug 109688] New - Gtk::Window::set_default() docu bug (bugzilla-daemon widget gnome org)
3. [Bug 109688] Changed - Gtk::Window::set_default() docu bug (bugzilla-daemon widget gnome org)
4. [Bug 109688] Changed - Gtk::Window::set_default() docu bug (bugzilla-daemon widget gnome org)
5. [Bug 108511] Changed - gtk_grab_add/remove isn't wrapped (bugzilla-daemon widget gnome org)
6. [Bug 108971] Changed - Deriving from Glib::Object produces debug spew (bugzilla-daemon widget gnome org)
7. [Bug 93412] Changed - gtkmm2 cvs fails to link on Mac OS 10.2 (bugzilla-daemon widget gnome org)
8. [Bug 109334] Changed - Pango::AttrList problem (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, gtkmmbugs rdrtech com
Cc:
Date: Tue, 1 Apr 2003 01:41:00 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 103688] Changed - Updated timeout/io/idle chapter
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=103688
Changed by murrayc usa net
--- shadow/103688 Mon Mar 31 11:14:26 2003
+++ shadow/103688.tmp.10628 Tue Apr 1 01:41:00 2003
@@ -131,6 +131,9 @@
------- Additional Comments From gene erachampion com 2003-03-31 11:14 -------
In the examples/book/timeout/timerexample.cc file, I forgot to change
the < and > symbols to < and > respectively. Do you want me to
resubmit a patch or can you make the changes when you apply the above
patch? (about 3-4 places in that one file).
+
+------- Additional Comments From murrayc usa net 2003-04-01 01:40 -------
+Please revise the patch. I might be able to apply this at the weekend.
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Tue, 1 Apr 2003 08:53:12 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 109688] New - Gtk::Window::set_default() docu bug
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=109688
Changed by ok tor ch
--- shadow/109688 Tue Apr 1 08:53:12 2003
+++ shadow/109688.tmp.6109 Tue Apr 1 08:53:12 2003
@@ -0,0 +1,24 @@
+Bug#: 109688
+Product: gtkmm
+Version: 2.2
+OS: Linux
+OS Details:
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: reference documentation
+AssignedTo: gtkmm-forge lists sourceforge net
+ReportedBy: ok tor ch
+QAContact: gtkmm-forge lists sourceforge net
+TargetMilestone: ---
+URL:
+Summary: Gtk::Window::set_default() docu bug
+
+The documenation states that you use the macro GTK_WIDGET_SET_FLAGS() to
+set the flag Gtk::CAN_DEFAULT for a widget you wish to use as default.
+
+This is wrong and will not work (it's a C macro). Instead you use the method
+Gtk::Widget::set_flags() to change widget flags.
+
+The patch changes the ChangeLog and the documentation in gtk_docs_override.xml
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Tue, 1 Apr 2003 08:53:56 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 109688] Changed - Gtk::Window::set_default() docu bug
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=109688
Changed by ok tor ch
--- shadow/109688 Tue Apr 1 08:53:12 2003
+++ shadow/109688.tmp.6259 Tue Apr 1 08:53:56 2003
@@ -19,6 +19,11 @@
set the flag Gtk::CAN_DEFAULT for a widget you wish to use as default.
This is wrong and will not work (it's a C macro). Instead you use the method
Gtk::Widget::set_flags() to change widget flags.
The patch changes the ChangeLog and the documentation in gtk_docs_override.xml
+
+------- Additional Comments From ok tor ch 2003-04-01 08:53 -------
+Created an attachment (id=15355)
+Documentation patch
+
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, ok tor ch
Cc:
Date: Tue, 1 Apr 2003 12:49:49 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 109688] Changed - Gtk::Window::set_default() docu bug
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=109688
Changed by murrayc usa net
--- shadow/109688 Tue Apr 1 08:53:56 2003
+++ shadow/109688.tmp.11059 Tue Apr 1 12:49:49 2003
@@ -24,6 +24,15 @@
The patch changes the ChangeLog and the documentation in gtk_docs_override.xml
------- Additional Comments From ok tor ch 2003-04-01 08:53 -------
Created an attachment (id=15355)
Documentation patch
+
+------- Additional Comments From murrayc usa net 2003-04-01 12:49 -------
+Great. You've got the idea.
+
+If you are overriding the text anyway, it's best to use C++ names
+rather than relying on gtkmmproc to morph the C function names to C++
+equivalents. So, I have to ask you whether you tested this by building
+the html reference docs with it, and whether that then shows e.g.
+"Gtk::Widget::set_flags()" instead of "gtk_widget_set_flags".
--__--__--
Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, olau hardworking dk
Cc:
Date: Tue, 1 Apr 2003 12:51:18 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 108511] Changed - gtk_grab_add/remove isn't wrapped
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=108511
Changed by murrayc usa net
--- shadow/108511 Fri Mar 28 02:51:03 2003
+++ shadow/108511.tmp.12214 Tue Apr 1 12:51:18 2003
@@ -49,6 +49,9 @@
Please post the patch here (for the gtkmm 2.4 module - "gtkmm") and
then I'll probably ask you to apply it.
+
+------- Additional Comments From murrayc usa net 2003-04-01 12:51 -------
+An example would be nice too.
--__--__--
Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Tue, 1 Apr 2003 12:52:07 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 108971] Changed - Deriving from Glib::Object produces debug spew
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=108971
Changed by murrayc usa net
--- shadow/108971 Wed Mar 26 03:53:32 2003
+++ shadow/108971.tmp.12947 Tue Apr 1 12:52:07 2003
@@ -36,6 +36,11 @@
------- Additional Comments From murrayc usa net 2003-03-26 03:53 -------
If you really need to implement a new GType then it might be worth
looking at examples of custom TreeModels (one of the Dnd examples, I
think) and CellRenderers (the customcellrenderer example). But it's
probably best not to depend on GTypes if you can help it.
+
+------- Additional Comments From murrayc usa net 2003-04-01 12:52 -------
+I think we need to find an example of when this is actually a good
+idea before we remove that g_warning. I suspect that Daniel has an
+opinion about this.
--__--__--
Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, julian jabber org
Cc:
Date: Tue, 1 Apr 2003 12:52:43 -0500 (EST)
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 murrayc usa net
--- shadow/93412 Wed Feb 26 02:28:40 2003
+++ shadow/93412.tmp.13393 Tue Apr 1 12:52:43 2003
@@ -99,6 +99,9 @@
------- Additional Comments From murrayc usa net 2003-02-08 09:07 -------
I wish someone would ask some Mac OS X C++ people about this.
------- Additional Comments From murrayc usa net 2003-02-26 02:28 -------
Has anyone discovered anything? Has anyone asked on a Mac newsgroup?
+
+------- Additional Comments From murrayc usa net 2003-04-01 12:52 -------
+I _so_ much want to announce that MacOS is a supported platform.
--__--__--
Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, ec142 york ac uk
Cc:
Date: Tue, 1 Apr 2003 12:47:10 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 109334] Changed - Pango::AttrList 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=109334
Changed by murrayc usa net
--- shadow/109334 Fri Mar 28 02:54:37 2003
+++ shadow/109334.tmp.9587 Tue Apr 1 12:47:10 2003
@@ -1,13 +1,13 @@
Bug#: 109334
Product: gtkmm
Version: 2.2
OS: Linux
OS Details: redhat 7.2
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: normal
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: ec142 york ac uk
TargetMilestone: ---
@@ -116,6 +116,9 @@
Enrico, please check with latest cvs whether the problem still
remains. (I just committed the necessary changes to both gtkmm2 and
gtkmm.)
------- Additional Comments From murrayc usa net 2003-03-28 02:54 -------
Well done Martin.
+
+------- Additional Comments From murrayc usa net 2003-04-01 12:47 -------
+Please reopen this bug if it's still a problem.
--__--__--
_______________________________________________
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]