[gtkmm] Gtkmm-forge digest, Vol 1 #238 - 8 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #238 - 8 msgs
- Date: Thu, 26 Sep 2002 12:01:37 -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 94110] Changed - proposed API additions to Glib::TimeVal (bugzilla-daemon widget gnome org)
2. [Bug 94207] New - TextMark::get_iter does not do a reference on the Glib::RefPtr<TextMark>(). (bugzilla-daemon widget gnome org)
3. [Bug 94207] Changed - TextMark::get_iter does not do a reference on the Glib::RefPtr<TextMark>(). (bugzilla-daemon widget gnome org)
4. [Bug 94207] Changed - TextMark::get_iter does not do a reference on Glib::RefPtr<TextMark>(). (bugzilla-daemon widget gnome org)
5. [Bug 94207] Changed - TextMark::get_iter does not do a reference on Glib::RefPtr<TextMark>(). (bugzilla-daemon widget gnome org)
6. [Bug 94110] Changed - proposed API additions to Glib::TimeVal (bugzilla-daemon widget gnome org)
7. [Bug 94239] New - documentation addition for io_connect() (bugzilla-daemon widget gnome org)
8. [Bug 94239] Changed - documentation addition for io_connect() (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, puchs ap univie ac at
Cc:
Date: Wed, 25 Sep 2002 16:18:20 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 94110] Changed - proposed API additions to Glib::TimeVal
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=94110
Changed by mhl schulze t-online de
--- shadow/94110 Tue Sep 24 17:26:27 2002
+++ shadow/94110.tmp.26646 Wed Sep 25 16:18:20 2002
@@ -42,6 +42,12 @@
------- Additional Comments From puchs ap univie ac at 2002-09-24 17:26 -------
Created an attachment (id=11239)
the same patch as above but this time including a Changelog entry
+
+------- Additional Comments From MHL Schulze t-online de 2002-09-25 16:18 -------
++#include <glib/gtimer.h>
+
+Do you really need that line? We try to avoid unnecessary includes of
+the c headers. Otherwise looks good for me.
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 25 Sep 2002 16:35:10 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 94207] New - TextMark::get_iter does not do a reference on the Glib::RefPtr<TextMark>().
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=94207
Changed by mike lotusland demon co uk
--- shadow/94207 Wed Sep 25 16:35:10 2002
+++ shadow/94207.tmp.28857 Wed Sep 25 16:35:10 2002
@@ -0,0 +1,24 @@
+Bug#: 94207
+Product: gtkmm
+Version: 2.0
+OS: Linux
+OS Details: Redhat 7.3
+Status: NEW
+Resolution:
+Severity: major
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net
+ReportedBy: mike lotusland demon co uk
+TargetMilestone: ---
+URL:
+Summary: TextMark::get_iter does not do a reference on the Glib::RefPtr<TextMark>().
+
+Gtk::TextMark::get_iter() does not do a reference on the
+Glib::RefPtr<TextMark>(this) passed to Gtk::TextBuffer::get_iter_at_mark().
+This results in the underlying GtkTextMark getting freed and subsequent seg
+fault (e.g. on a second call of Gtk::TextBuffer::insert_at_cursor()).
+
+I have attached a patch which fixes the problem although, being new to
+gtkmm, perhaps the developers may have a better method of addressing the
+problem.
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 25 Sep 2002 16:37:03 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 94207] Changed - TextMark::get_iter does not do a reference on the Glib::RefPtr<TextMark>().
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=94207
Changed by mike lotusland demon co uk
--- shadow/94207 Wed Sep 25 16:35:10 2002
+++ shadow/94207.tmp.29096 Wed Sep 25 16:37:03 2002
@@ -19,6 +19,11 @@
This results in the underlying GtkTextMark getting freed and subsequent seg
fault (e.g. on a second call of Gtk::TextBuffer::insert_at_cursor()).
I have attached a patch which fixes the problem although, being new to
gtkmm, perhaps the developers may have a better method of addressing the
problem.
+
+------- Additional Comments From mike lotusland demon co uk 2002-09-25 16:37 -------
+Created an attachment (id=11262)
+Patch to textmark.ccg
+
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 25 Sep 2002 16:38:10 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 94207] Changed - TextMark::get_iter does not do a reference on Glib::RefPtr<TextMark>().
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=94207
Changed by mike lotusland demon co uk
--- shadow/94207 Wed Sep 25 16:37:03 2002
+++ shadow/94207.tmp.29220 Wed Sep 25 16:38:10 2002
@@ -9,13 +9,13 @@
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: mike lotusland demon co uk
TargetMilestone: ---
URL:
-Summary: TextMark::get_iter does not do a reference on the Glib::RefPtr<TextMark>().
+Summary: TextMark::get_iter does not do a reference on Glib::RefPtr<TextMark>().
Gtk::TextMark::get_iter() does not do a reference on the
Glib::RefPtr<TextMark>(this) passed to Gtk::TextBuffer::get_iter_at_mark().
This results in the underlying GtkTextMark getting freed and subsequent seg
fault (e.g. on a second call of Gtk::TextBuffer::insert_at_cursor()).
--__--__--
Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 25 Sep 2002 16:55:15 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 94207] Changed - TextMark::get_iter does not do a reference on Glib::RefPtr<TextMark>().
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=94207
Changed by mike lotusland demon co uk
--- shadow/94207 Wed Sep 25 16:38:10 2002
+++ shadow/94207.tmp.31522 Wed Sep 25 16:55:15 2002
@@ -24,6 +24,11 @@
problem.
------- Additional Comments From mike lotusland demon co uk 2002-09-25 16:37 -------
Created an attachment (id=11262)
Patch to textmark.ccg
+
+------- Additional Comments From mike lotusland demon co uk 2002-09-25 16:55 -------
+Created an attachment (id=11263)
+Same as previous patch. This time using requested 'cvs diff -u' command.
+
--__--__--
Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Wed, 25 Sep 2002 16:56:53 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 94110] Changed - proposed API additions to Glib::TimeVal
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=94110
Changed by puchs ap univie ac at
--- shadow/94110 Wed Sep 25 16:18:20 2002
+++ shadow/94110.tmp.31648 Wed Sep 25 16:56:53 2002
@@ -48,6 +48,12 @@
------- Additional Comments From MHL Schulze t-online de 2002-09-25 16:18 -------
+#include <glib/gtimer.h>
Do you really need that line? We try to avoid unnecessary includes of
the c headers. Otherwise looks good for me.
+
+------- Additional Comments From puchs ap univie ac at 2002-09-25 16:56 -------
+I must admit that I did not have a look at the include statements. The
+line including gtimer.h is present in the unpatched file if I am not
+completely mistaken. I did not put it there. After having a look at
+gtimer.h I came to the same conclusion as you: IMHO unnecessary.
--__--__--
Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 26 Sep 2002 00:03:29 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 94239] New - documentation addition for io_connect()
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=94239
Changed by ebuddington wesleyan edu
--- shadow/94239 Thu Sep 26 00:03:29 2002
+++ shadow/94239.tmp.21039 Thu Sep 26 00:03:29 2002
@@ -0,0 +1,28 @@
+Bug#: 94239
+Product: gtkmm
+Version: 2.0
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: reference documentation
+AssignedTo: gtkmm-forge lists sourceforge net
+ReportedBy: ebuddington wesleyan edu
+QAContact: gtkmm-forge lists sourceforge net
+TargetMilestone: ---
+URL:
+Summary: documentation addition for io_connect()
+
+--- glib/glibmm/main.h.orig Wed Sep 25 23:47:24 2002
++++ glib/glibmm/main.h Wed Sep 25 23:54:03 2002
+@@ -216,6 +216,7 @@
+ * @endcode
+ * @param slot A slot to call when polling @a fd results in an event
+that matches @a condition.
+ * The event will be passed as a parameter to @a slot.
++ * If @a io_handler ever returns 'true', the signal is disconnected.
+ * @param fd The file descriptor (or a @c HANDLE on Win32 systems) to watch.
+ * @param condition The conditions to watch for.
+ * @param priority The priority of the new event source.
--__--__--
Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 26 Sep 2002 09:26:35 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 94239] Changed - documentation addition for io_connect()
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=94239
Changed by ebuddington wesleyan edu
--- shadow/94239 Thu Sep 26 00:03:29 2002
+++ shadow/94239.tmp.8169 Thu Sep 26 09:26:35 2002
@@ -23,6 +23,16 @@
that matches @a condition.
* The event will be passed as a parameter to @a slot.
+ * If @a io_handler ever returns 'true', the signal is disconnected.
* @param fd The file descriptor (or a @c HANDLE on Win32 systems) to watch.
* @param condition The conditions to watch for.
* @param priority The priority of the new event source.
+
+------- Additional Comments From ebuddington wesleyan edu 2002-09-26 09:26 -------
+Created an attachment (id=11272)
+Revised patch with correct boolean
+
+
+------- Additional Comments From ebuddington wesleyan edu 2002-09-26 09:26 -------
+Created an attachment (id=11273)
+Revised patch with correct boolean
+
--__--__--
_______________________________________________
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]