[gtkmm] Gtkmm-forge digest, Vol 1 #541 - 3 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #541 - 3 msgs
- Date: Thu, 23 Oct 2003 20:05:26 -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 122450] Changed - stylesheet to generate devhelp documentation from doxygen xml (bugzilla-daemon widget gnome org)
2. [Bug 125278] New - Glib::Dir is not throwing exception on gtkmm-2.2.7 (bugzilla-daemon widget gnome org)
3. [Bug 93412] Changed - gtkmm2 needs workaround on Mac OS 10.2 (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, roel stack be
Cc:
Date: Thu, 23 Oct 2003 02:29:10 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 122450] Changed - stylesheet to generate devhelp documentation from doxygen xml
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=122450
Changed by murrayc usa net
--- shadow/122450 Wed Oct 22 15:21:22 2003
+++ shadow/122450.tmp.6723 Thu Oct 23 02:29:10 2003
@@ -106,6 +106,11 @@
------- Additional Comments From roel stack be 2003-10-22 15:21 -------
Pong. I took the latest version and it looks ok (well, it looks like
what I send in, at least). I did have to do 'make devhelp-reference';
it looks like it's not build by default, but that's probably on
purpose. Was there anything else you'd like me to do now?
+
+------- Additional Comments From murrayc usa net 2003-10-23 02:29 -------
+I get a very small .devhelp file. Could you send me (by email) a copy
+of your generated .devhelp file so I can see what should be
+generated, please.
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Thu, 23 Oct 2003 06:44:27 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 125278] New - 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 judas-kakoi terra es
--- shadow/125278 Thu Oct 23 06:44:27 2003
+++ shadow/125278.tmp.11159 Thu Oct 23 06:44:27 2003
@@ -0,0 +1,32 @@
+Bug#: 125278
+Product: gtkmm
+Version: 2.2
+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
+
+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>
+int main(int argc,char **argv){
+ setlocale(LC_MESSAGES,""); // Comenting this, the exception is caught
+ try{
+ Glib::Dir dir("/Hola");
+ }
+ catch(const Glib::FileError& fe){
+ std::cerr<<fe.what()<<std::endl;
+ }
+ return 0;
+}
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, julian jabber org
Cc: max quendi de
Date: Thu, 23 Oct 2003 06:07:32 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 93412] Changed - gtkmm2 needs workaround 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 Thu Aug 21 12:14:18 2003
+++ shadow/93412.tmp.7451 Thu Oct 23 06:07:32 2003
@@ -444,6 +444,9 @@
------- Additional Comments From murrayc usa net 2003-08-20 12:16 -------
Great? Do you have a URL or bug number for that?
------- Additional Comments From julian jabber org 2003-08-20 19:08 -------
No and no. Apple doesn't do that.
+
+------- Additional Comments From murrayc usa net 2003-10-23 06:07 -------
+Is there any chance of you writing a README.MacOSX for us?
--__--__--
_______________________________________________
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]