[gtkmm] Gtkmm-forge digest, Vol 1 #273 - 7 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #273 - 7 msgs
- Date: Mon, 04 Nov 2002 12:18:39 -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 97571] Changed - There is no i18n chapter in "Programming with gtkmm" (bugzilla-daemon widget gnome org)
2. [Bug 97562] Changed - tar.gz cor API reference (bugzilla-daemon widget gnome org)
3. [Bug 97549] Changed - Gnome::Conf::Value::get_list_of_strings causes crashes (bugzilla-daemon widget gnome org)
4. [Bug 93299] Changed - app.h uses BonoboDock* enums (bugzilla-daemon widget gnome org)
5. [Bug 89778] Changed - Wrap panel API for gnomemm (bugzilla-daemon widget gnome org)
6. [Bug 97571] Changed - There is no i18n chapter in "Programming with gtkmm" (bugzilla-daemon widget gnome org)
7. [Bug 97659] New - Need .spec file to make it possible for users to create RPMs (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, olau hardworking dk
Cc:
Date: Sun, 3 Nov 2002 16:03:52 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97571] Changed - There is no i18n chapter in "Programming with gtkmm"
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=97571
Changed by murrayc usa net
--- shadow/97571 Sun Nov 3 13:15:47 2002
+++ shadow/97571.tmp.3411 Sun Nov 3 16:03:52 2002
@@ -52,6 +52,19 @@
A better patch
------- Additional Comments From murrayc usa net 2002-11-03 13:15 -------
Thanks very much. I will apply this later. Be prepared for me to
rewrite it though.
+
+------- Additional Comments From murrayc usa net 2002-11-03 16:03 -------
+I needed to completely rewrite most of it because the english is so
+verbose. I have not yet rewritten the "how gettext works" and "getting
+help with translations" sections, but I will do that later.
+
+Also, we need to add some information about the build and translation
+system - at the moment this isn't much more than "use gettext()".
+
+Please check the new text for factual correctness. In particular,
+could you confirm that source code should always contain _english_
+string literals. If not, how would someone write an application
+primarily for arabic without writing arabic in the source code?
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, nluka email si
Cc:
Date: Sun, 3 Nov 2002 22:47:08 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97562] Changed - tar.gz cor API reference
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=97562
Changed by sams marketing-designs com
--- shadow/97562 Sun Nov 3 14:44:29 2002
+++ shadow/97562.tmp.6092 Sun Nov 3 22:47:08 2002
@@ -19,6 +19,9 @@
Hi!
It would be great if there would be a tar.gz package for the API Reference
documentation for gtkmm-2.
Keep up the good work!
+
+------- Additional Comments From sams marketing-designs com 2002-11-03 22:47 -------
+doc keyword
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, abas aix meng auth gr
Cc:
Date: Mon, 4 Nov 2002 11:39:13 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97549] Changed - Gnome::Conf::Value::get_list_of_strings causes crashes
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=97549
Changed by murrayc usa net
--- shadow/97549 Sun Nov 3 06:33:45 2002
+++ shadow/97549.tmp.7744 Mon Nov 4 11:39:12 2002
@@ -59,6 +59,22 @@
from /usr/lib/libgconfmm-1.3.so.7
#7 0x400c08bc in Gnome::Conf::Value::~Value ()
from /usr/lib/libgconfmm-1.3.so.7
#8 0x0804c83e in main (argc=1, argv=0xbffffaa4) at gconfmm_test.cc:20
Is the example code above incorrect?
+
+------- Additional Comments From murrayc usa net 2002-11-04 11:39 -------
+You have marked this as version gconfmm 1.2, but the
+Gnome::UI::module_info_get() stuff is clearly from gnomemm2. Do you
+mean gconfmm2?
+
+With gconfmm2, the code does not compile:
+
+test.cc: In function `int main (int, char **)':
+test.cc:19: no matching function for call to
+`Gnome::Conf::Value::get_list_of_strings (Glib::ustring &)'
+/gnome/gnome-2-0/INSTALL/include/gconfmm-2.0/gconfmm/value.h:97:
+candidates are: SArray
+Gnome::Conf::Value::get_list_of_strings () const
+
+If you give me some code that builds then I will investigate it.
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Mon, 4 Nov 2002 11:40:01 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 93299] Changed - app.h uses BonoboDock* enums
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=93299
Changed by murrayc usa net
--- shadow/93299 Sun Sep 15 06:00:19 2002
+++ shadow/93299.tmp.7829 Mon Nov 4 11:40:01 2002
@@ -1,13 +1,13 @@
Bug#: 93299
Product: gnomemm
Version: 2.0
OS: Linux
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: normal
Priority: Normal
Component: libgnomeuimm
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: llanero jazzfree com
TargetMilestone: ---
@@ -20,6 +20,9 @@
add_docked in app.h
------- Additional Comments From murrayc usa net 2002-09-15 06:00 -------
This is a known problem. We are waiting for the ORBit C++ bindings to
be available. That should happen soon now that we have decided to
separate them into their own package.
+
+------- Additional Comments From murrayc usa net 2002-11-04 11:39 -------
+gnomemm in cvs now uses orbitcpp and libbonobouimm.
--__--__--
Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: cactus cactus rulez org
Date: Mon, 4 Nov 2002 11:40:41 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 89778] Changed - Wrap panel API for gnomemm
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=89778
Changed by murrayc usa net
--- shadow/89778 Sun Aug 25 19:36:12 2002
+++ shadow/89778.tmp.8158 Mon Nov 4 11:40:41 2002
@@ -40,6 +40,10 @@
------- Additional Comments From cactus cactus rulez org 2002-08-25 19:36 -------
Well, I didn't exactly research this throughoutly, I just looked at
panel-applet.h, adn what I saw was a simple GtkEventBox subclass with
some special methods to set up the context menu, but said special
methods look a lot like the GNOME 1 ones.
+
+------- Additional Comments From murrayc usa net 2002-11-04 11:40 -------
+orbitcpp and libbonobo*mm are now used by gnomemm, so this should now
+be possible.
--__--__--
Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Mon, 4 Nov 2002 13:13:10 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97571] Changed - There is no i18n chapter in "Programming with gtkmm"
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=97571
Changed by olau hardworking dk
--- shadow/97571 Sun Nov 3 16:03:52 2002
+++ shadow/97571.tmp.28843 Mon Nov 4 13:13:10 2002
@@ -65,6 +65,28 @@
system - at the moment this isn't much more than "use gettext()".
Please check the new text for factual correctness. In particular,
could you confirm that source code should always contain _english_
string literals. If not, how would someone write an application
primarily for arabic without writing arabic in the source code?
+
+------- Additional Comments From olau hardworking dk 2002-11-04 13:13 -------
+As it is now gettext doesn't seem to work properly with non-ASCII
+characters. So the source code strings *needs* to be in English. (I
+think the gettext thing is actually a minor issue, but I have no idea
+of why or how.)
+
+So if you are writing an Arabic application that should support other
+languages, you simply write English strings in the code and provide an
+xx.po file with the Arabic translation. If you don't care about other
+languages, it would be easiest just to write the strings in inline
+UTF-8 encoded Arabic, I guess. And completely avoid gettext. But then
+there is no i18n.
+
+It seems my timing is bad though. Malcolm Tredinnick and Christian
+Rose is just in the midst of writing a general i18n howto:
+
+http://mail.gnome.org/archives/gnome-i18n/2002-November/msg00028.html
+
+The "pitfalls" section could probably be shared almost completely with
+his work (I don't know yet, though, I haven't had the time to read
+it). I'll take a look at it soon.
--__--__--
Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Mon, 4 Nov 2002 14:41:07 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97659] New - Need .spec file to make it possible for users to create RPMs
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=97659
Changed by morten wtf dk
--- shadow/97659 Mon Nov 4 14:41:07 2002
+++ shadow/97659.tmp.29701 Mon Nov 4 14:41:07 2002
@@ -0,0 +1,23 @@
+Bug#: 97659
+Product: gtkmm
+Version: 2.0
+OS: Linux
+OS Details:
+Status: NEW
+Resolution:
+Severity: normal
+Priority: Normal
+Component: build
+AssignedTo: gtkmm-forge lists sourceforge net
+ReportedBy: morten wtf dk
+TargetMilestone: ---
+URL:
+Summary: Need .spec file to make it possible for users to create RPMs
+
+The gtkmm2 tarball needs a gtkmm2.spec file.
+
+The purpose of this file is to make it easy for people to build their own
+RPMs so they can install gtkmm within the distributions packaging system.
+
+Murray, I hope you can attach the .spec file(s) you have received to this
+bug. Then I'm ready to put in my comments and create a patch against CVS.
--__--__--
_______________________________________________
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]