[gtkmm] Gtkmm-forge digest, Vol 1 #557 - 4 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #557 - 4 msgs
- Date: Fri, 14 Nov 2003 20:06:34 -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 125278] Changed - Glib::Dir is not throwing exception on gtkmm-2.2.7 (bugzilla-daemon widget gnome org)
2. [Bug 125278] Changed - g_dir_open() returns non-UTF8 error message? (bugzilla-daemon widget gnome org)
3. [Bug 126870] Changed - Documentation bug (bugzilla-daemon widget gnome org)
4. [Bug 126721] Changed - can not access elements of TreeView::get_columns()const (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, judas-kakoi terra es
Cc:
Date: Fri, 14 Nov 2003 11:05:53 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 125278] Changed - Glib::Dir is not throwing exception on gtkmm-2.2.7
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=125278
Changed by murrayc usa net
--- shadow/125278 Sun Nov 9 12:48:48 2003
+++ shadow/125278.tmp.14399 Fri Nov 14 11:05:53 2003
@@ -168,6 +168,11 @@
------- Additional Comments From martin-ml hippogriff de 2003-11-09 12:48 -------
IMO, it has to be found out whether it is a bug that
g_locale_from_utf8() fails. The string passed into it ("Fehler beim
Ã\226ffnen des Verzeichnisses »/Hola«") looks like valid UTF-8 as
two letters are occupied for each special character, the first one
always being "Â".
+
+------- Additional Comments From murrayc usa net 2003-11-14 11:05 -------
+Created an attachment (id=21458)
+test.c
+
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, judas-kakoi terra es
Cc:
Date: Fri, 14 Nov 2003 11:12:42 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 125278] Changed - g_dir_open() returns non-UTF8 error message?
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=125278
Changed by murrayc usa net
--- shadow/125278 Fri Nov 14 11:05:53 2003
+++ shadow/125278.tmp.18803 Fri Nov 14 11:12:42 2003
@@ -1,22 +1,22 @@
Bug#: 125278
-Product: gtkmm
-Version: 2.2
+Product: glib
+Version: 2.2.x
OS: Linux
OS Details: RedHat LInux 9 for i386
Status: NEW
Resolution:
Severity: normal
Priority: Normal
Component: general
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: judas-kakoi terra es
TargetMilestone: ---
URL:
Cc: judas-kakoi terra es
-Summary: Glib::Dir is not throwing exception on gtkmm-2.2.7
+Summary: g_dir_open() returns non-UTF8 error message?
Glib::Dir throws an exception Glib::FileError if its opening a non existing
dir. But calling setlocale(LC_MESSAGES,""); before makes the program abort:
#include <glibmm/fileutils.h>
#include <iostream>
@@ -173,6 +173,23 @@
always being "Â".
------- Additional Comments From murrayc usa net 2003-11-14 11:05 -------
Created an attachment (id=21458)
test.c
+
+------- Additional Comments From murrayc usa net 2003-11-14 11:12 -------
+Here (test.c) is the test as an attachment. I have also tried
+hard-coding the text, and it also fails in g_locale_from_utf8(). That
+is in test.c, but commented out.
+
+I am reassigning this to glib, because those people can probably help
+us to understand this. Either
+a) The text is not UTF8. If so, then I ask
+Should it be UTF8? I see nothing here
+http://developer.gnome.org/doc/API/2.0/glib/glib-File-Utilities.html#g-dir-open
+or here
+http://developer.gnome.org/doc/API/2.0/glib/glib-Error-Reporting.html#GError
+to say that it should be, but most things are UTF8.
+
+or
+b) The text is UTF8 and g_locale_from_utf8() is buggy.
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, igorbounov voronezh serw ru
Cc:
Date: Fri, 14 Nov 2003 17:43:19 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 126870] Changed - Documentation 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=126870
Changed by murrayc usa net
--- shadow/126870 Thu Nov 13 00:56:03 2003
+++ shadow/126870.tmp.26921 Fri Nov 14 17:43:19 2003
@@ -1,13 +1,13 @@
Bug#: 126870
Product: gtkmm
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: normal
Priority: Normal
Component: reference documentation
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: igorbounov voronezh serw ru
QAContact: gtkmm-forge lists sourceforge net
@@ -37,6 +37,16 @@
Parameters:
iter An Gtk::TreeIter.
Returns:
A newly-allocated string. Must be freed with Glib::free()."
"Must be freed with Glib::free()" is erroneous, these statement should be
removed.
+
+------- Additional Comments From murrayc usa net 2003-11-14 17:43 -------
+Thanks.
+
+2003-11-14 Murray Cumming <murrayc usa net>
+
+ * gdk/src/gdk_docs_override.xml, gtk/src/gtk_docs_override.xm,
+ pango/src/pango_docs_override.xml. Added overrides for 4 or 5 methods
+ that mention Glib::Free, though I feel sure that I did this once
+ before. Bug #126870.
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, christof petig-baender de
Cc:
Date: Fri, 14 Nov 2003 17:44:28 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 126721] Changed - can not access elements of TreeView::get_columns()const
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=126721
Changed by murrayc usa net
--- shadow/126721 Wed Nov 12 10:38:40 2003
+++ shadow/126721.tmp.27704 Fri Nov 14 17:44:28 2003
@@ -79,6 +79,9 @@
------- Additional Comments From murrayc usa net 2003-11-12 10:38 -------
I don't get it - you are still using ListHandle in your test case. Do
you have a snippet of test case that use std::list or std::vector
instead? Maybe you're helping me to find the solution, but I don't see
the problem yet.
+
+------- Additional Comments From murrayc usa net 2003-11-14 17:44 -------
+I think maybe you uploaded the wrong test case by mistake.
--__--__--
_______________________________________________
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]