[gtkmm] Gtkmm-forge digest, Vol 1 #402 - 7 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #402 - 7 msgs
- Date: Tue, 15 Apr 2003 20:00:40 -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 103688] Changed - Updated timeout/io/idle chapter (bugzilla-daemon widget gnome org)
2. [Bug 110605] Changed - Gtk::Widget::modify_fg/bg can't take a 0 (bugzilla-daemon widget gnome org)
3. [Bug 109966] Changed - Dispatcher does not work on win32 (bugzilla-daemon widget gnome org)
4. [Bug 110788] Changed - Atk/Gtk StateType confusion on widget page (bugzilla-daemon widget gnome org)
5. [Bug 103688] Changed - Updated timeout/io/idle chapter (bugzilla-daemon widget gnome org)
6. [Bug 110605] Changed - Gtk::Widget::modify_fg/bg can't take a 0 (bugzilla-daemon widget gnome org)
7. [Bug 110605] Changed - Gtk::Widget::modify_fg/bg can't take a 0 (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, gtkmmbugs rdrtech com
Cc: olau hardworking dk
Date: Tue, 15 Apr 2003 03:33:23 -0400 (EDT)
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 Apr 14 15:29:57 2003
+++ shadow/103688.tmp.17894 Tue Apr 15 03:33:23 2003
@@ -179,6 +179,10 @@
------- Additional Comments From murrayc usa net 2003-04-13 09:07 -------
I'm really sorry for the delay.
------- Additional Comments From olau hardworking dk 2003-04-14 15:29 -------
Murray, do you want me to commit it?
+
+------- Additional Comments From murrayc usa net 2003-04-15 03:33 -------
+Yes, please - to both branches (that might mean glibmm 2.4, and that
+might be difficult so leave this open for 2.4 if necessary)
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, olau hardworking dk
Cc:
Date: Tue, 15 Apr 2003 03:39:28 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 110605] Changed - Gtk::Widget::modify_fg/bg can't take a 0
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=110605
Changed by murrayc usa net
--- shadow/110605 Mon Apr 14 17:35:38 2003
+++ shadow/110605.tmp.19975 Tue Apr 15 03:39:28 2003
@@ -38,6 +38,28 @@
method comes from. It is hand coded, not wrapped, and I can't find
anything like it in GTK+. Any ideas?
> In the meantime, you can use the GTK+ C function as a workaround.
I'm glad C++ is so compatible with C. Stroustrup knew what he was doing.
+
+------- Additional Comments From murrayc usa net 2003-04-15 03:39 -------
+> Can I grab the current documentation for modify_fg in Doxygen
+format.
+
+Yes, using similar doxygen comments would be fine.
+
+> Also, I've added unset_* methods for fg, bg, text, base and font
+
+OK, as long as you are sure they can take 0 too.
+
+> but not for modify_bg_pixmap since I'm a little unsure of where that
+method comes from.
+
+Google gave me this:
+
+http://mail.gnome.org/archives/cvs-commits-list/2002-
+December/msg04868.html
+
+But it doesn't really mean much to me. Putting that in a doxygen
+comment would be nice.
+
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, cgustin ibelgique com
Cc:
Date: Tue, 15 Apr 2003 04:21:01 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 109966] Changed - Dispatcher does not work on win32
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=109966
Changed by andrew solvo ru
--- shadow/109966 Mon Apr 14 04:00:50 2003
+++ shadow/109966.tmp.5317 Tue Apr 15 04:21:01 2003
@@ -45,6 +45,11 @@
commit it. Thanks for making sure that it didn't get lost.
------- Additional Comments From andrew solvo ru 2003-04-14 04:00 -------
Created an attachment (id=15696)
Added commentaries to the patch
+
+------- Additional Comments From andrew solvo ru 2003-04-15 04:21 -------
+Created an attachment (id=15730)
+fixed lock for prev patch
+
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, olau hardworking dk
Cc:
Date: Tue, 15 Apr 2003 08:29:27 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 110788] Changed - Atk/Gtk StateType confusion on widget page
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=110788
Changed by murrayc usa net
--- shadow/110788 Mon Apr 14 17:19:47 2003
+++ shadow/110788.tmp.32520 Tue Apr 15 08:29:27 2003
@@ -23,6 +23,13 @@
up with the page for Atk::StateType instead of Gtk::StateType. This is
really confusing - I spent quite some time investigating it when I got a
compiler error.
If it cannot be fixed within Doxygen, perhaps it would suffer to qualify
the StateType with Gtk:: in the source?
+
+------- Additional Comments From murrayc usa net 2003-04-15 08:29 -------
+Yes, that's annoying. We are lucky that it doesn't happen more often.
+
+I guess we need to ask the doxygen people first. The code online has
+not been newly built and updated for a while. Do you know if this
+still happens offline, with the most recent Doxygen version?
--__--__--
Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, gtkmmbugs rdrtech com
Cc:
Date: Tue, 15 Apr 2003 16:17:00 -0400 (EDT)
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 olau hardworking dk
--- shadow/103688 Tue Apr 15 03:33:23 2003
+++ shadow/103688.tmp.7150 Tue Apr 15 16:17:00 2003
@@ -1,9 +1,9 @@
Bug#: 103688
Product: gtkmm
-Version: 2.2
+Version: 2.4
OS: Linux
OS Details: Gentoo Linux
Status: NEW
Resolution:
Severity: normal
Priority: Normal
@@ -183,6 +183,9 @@
------- Additional Comments From olau hardworking dk 2003-04-14 15:29 -------
Murray, do you want me to commit it?
------- Additional Comments From murrayc usa net 2003-04-15 03:33 -------
Yes, please - to both branches (that might mean glibmm 2.4, and that
might be difficult so leave this open for 2.4 if necessary)
+
+------- Additional Comments From olau hardworking dk 2003-04-15 16:16 -------
+Applied to gtkmm 2.2 for now.
--__--__--
Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Tue, 15 Apr 2003 17:07:52 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 110605] Changed - Gtk::Widget::modify_fg/bg can't take a 0
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=110605
Changed by olau hardworking dk
--- shadow/110605 Tue Apr 15 03:39:28 2003
+++ shadow/110605.tmp.24428 Tue Apr 15 17:07:51 2003
@@ -60,6 +60,16 @@
http://mail.gnome.org/archives/cvs-commits-list/2002-
December/msg04868.html
But it doesn't really mean much to me. Putting that in a doxygen
comment would be nice.
+
+------- Additional Comments From olau hardworking dk 2003-04-15 17:07 -------
+Attaching a patch that adds the unset_blabla methods and changes the
+documentation for modify_blabla to mention this (and updates the
+ChangeLog).
+
+I haven't touched modify_bg_pixmap since I still don't quite
+understand how it is supposed to work (after having grep-researched it
+for a while; GtkStyle is still black magic as far as I am concerned).
+Perhaps we could persuade Daniel to look at it?
--__--__--
Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Tue, 15 Apr 2003 17:09:17 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 110605] Changed - Gtk::Widget::modify_fg/bg can't take a 0
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=110605
Changed by olau hardworking dk
--- shadow/110605 Tue Apr 15 17:07:51 2003
+++ shadow/110605.tmp.25228 Tue Apr 15 17:09:17 2003
@@ -70,6 +70,11 @@
ChangeLog).
I haven't touched modify_bg_pixmap since I still don't quite
understand how it is supposed to work (after having grep-researched it
for a while; GtkStyle is still black magic as far as I am concerned).
Perhaps we could persuade Daniel to look at it?
+
+------- Additional Comments From olau hardworking dk 2003-04-15 17:09 -------
+Created an attachment (id=15752)
+Patch that adds unset_* and custom documentation to modify_*
+
--__--__--
_______________________________________________
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]