[gtkmm] Gtkmm-forge digest, Vol 1 #252 - 16 msgs



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 94829] Changed - Lifetime issues again (bugzilla-daemon widget gnome org)
   2. [Bug 94765] Changed - Gtk::Object is not compatible with smartpointers (bugzilla-daemon widget gnome org)
   3. [Bug 94829] Changed - Lifetime issues again (bugzilla-daemon widget gnome org)
   4. [Bug 94170] Changed - TreeModelColumns cannot be of type "UNSIGNED SHORT" (bugzilla-daemon widget gnome org)
   5. [Bug 94765] Changed - Gtk::Object is not compatible with smartpointers (bugzilla-daemon widget gnome org)
   6. [Bug 88667] Changed - TreeNodeChildren should have a reverse iterator. (bugzilla-daemon widget gnome org)
   7. [Bug 85911] Changed - Gdk::Drawable::draw_*_image functions (bugzilla-daemon widget gnome org)
   8. [Bug 95442] New - Adjustment segfaults in constructor (bugzilla-daemon widget gnome org)
   9. [Bug 94765] Changed - Gtk::Object is not compatible with smartpointers (bugzilla-daemon widget gnome org)
  10. [Bug 90689] Changed - Patch to check for existence of 'dot' (bugzilla-daemon widget gnome org)
  11. [Bug 93412] Changed - gtkmm2 cvs fails to link on Mac OS 10.2 (bugzilla-daemon widget gnome org)
  12. [Bug 94170] Changed - TreeModelColumns cannot be of type "UNSIGNED SHORT" (bugzilla-daemon widget gnome org)
  13. [Bug 93412] Changed - gtkmm2 cvs fails to link on Mac OS 10.2 (bugzilla-daemon widget gnome org)
  14. [Bug 95442] Changed - Adjustment segfaults in constructor (bugzilla-daemon widget gnome org)
  15. [Bug 93787] Changed - Outputting ustring with operator << converts implicitly (bugzilla-daemon widget gnome org)
  16. [Bug 90689] Changed - Patch to check for existence of 'dot' (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: madmaxer poczta fm
Date: Thu, 10 Oct 2002 15:27:13 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 94829] Changed - Lifetime issues again

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=94829

Changed by madmaxer poczta fm 

--- shadow/94829	Wed Oct  9 05:23:12 2002
+++ shadow/94829.tmp.26416	Thu Oct 10 15:27:13 2002
@@ -102,6 +102,10 @@
 bug. Daniel asked me to submit this so he can investigate this later,
 but of course you think you're the only one that can make decisions
 and you're as friendly and helpful as usually...
 
 ------- Additional Comments From murrayc usa net  2002-10-09 05:23 -------
 Please test the latest release.
+
+------- Additional Comments From madmaxer poczta fm  2002-10-10 15:27 -------
+It still happens with Gtkmm 1.3.24.
+



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, MHL Schulze t-online de
Cc: 
Date: Thu, 10 Oct 2002 15:43:52 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 94765] Changed - Gtk::Object is not compatible with smartpointers

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=94765

Changed by murrayc usa net 

--- shadow/94765	Wed Oct  9 06:53:24 2002
+++ shadow/94765.tmp.31044	Thu Oct 10 15:43:51 2002
@@ -1,13 +1,13 @@
 Bug#: 94765
 Product: gtkmm
 Version: 2.0
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: INVALID
 Severity: normal
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: MHL Schulze t-online de               
 TargetMilestone: ---
@@ -59,6 +59,19 @@
 
 What parent do you mean? I want the container to hold a strong
 reference to the widget and other strong references to the same object
 in my code. I can't see a way to do this or did I miss something in
 the sentence above? Do you mean I should create my own widget classes
 inheriting from the gtkmm ones?
+
+------- Additional Comments From murrayc usa net  2002-10-10 15:43 -------
+boost::shared_ptr<> should be used with gtkmm widgets just as it would
+for any other C++ class. Your test code would not work with any other
+C++ class, so it doesn't work with gtkmm.
+
+And I'll repeat: Only use one memory management convenience system at
+once - You can't use both manage() and boost::shared_ptr<> on the same
+instance because they both expect to control the lifetime.
+
+Regarding the "class member": sorry, I expected you to use a derived
+container. In fact, the shared_ptr would probably be in your main()
+function, or a global.



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: madmaxer poczta fm
Date: Thu, 10 Oct 2002 15:44:48 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 94829] Changed - Lifetime issues again

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=94829

Changed by murrayc usa net 

--- shadow/94829	Thu Oct 10 15:27:13 2002
+++ shadow/94829.tmp.31367	Thu Oct 10 15:44:47 2002
@@ -1,13 +1,13 @@
 Bug#: 94829
 Product: gtkmm
 Version: 2.0
 OS: Linux
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: INVALID
 Severity: normal
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: madmaxer poczta fm               
 TargetMilestone: ---
@@ -106,6 +106,10 @@
 ------- Additional Comments From murrayc usa net  2002-10-09 05:23 -------
 Please test the latest release.
 
 ------- Additional Comments From madmaxer poczta fm  2002-10-10 15:27 -------
 It still happens with Gtkmm 1.3.24.
 
+
+------- Additional Comments From murrayc usa net  2002-10-10 15:44 -------
+Closed because the bug is not clearly defined and there is no proof
+that any bug exists.



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, webmaster nachtwind net
Cc: 
Date: Thu, 10 Oct 2002 15:55:33 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 94170] Changed - TreeModelColumns cannot be of type "UNSIGNED SHORT"

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=94170

Changed by daniel elstner gmx net 

--- shadow/94170	Fri Oct  4 15:04:11 2002
+++ shadow/94170.tmp.2598	Thu Oct 10 15:55:33 2002
@@ -179,6 +179,22 @@
 
 not true for the bool-type, for which a call_data_func_cb is also 
 necessary?
 
 ------- Additional Comments From murrayc usa net  2002-10-04 15:04 -------
 Daniel?
+
+------- Additional Comments From daniel elstner gmx net  2002-10-10 15:55 -------
+The cell data callback is probably necessary for you because you're
+using Gtk::CellRendererString to display it -- if you'd use
+Gtk::CellRendererToggle it'd work out of the box.  GTK+ does know
+about the bool type, it's just that there isn't a standard
+CellRenderer that does what you want to do with it (displaying "true"
+or "false" I guess).
+
+You can see what types are available by looking at the Glib reference
+docs for Glib::Value<> specializations.
+
+(BTW: Murray, why did you exclude the Glib::Value<> specializations
+for strings from the docs?  I don't see the reason for doing so
+especially since all the other ones are still shown.)
+



--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, MHL Schulze t-online de
Cc: 
Date: Thu, 10 Oct 2002 16:17:31 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 94765] Changed - Gtk::Object is not compatible with smartpointers

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=94765

Changed by daniel elstner gmx net 

--- shadow/94765	Thu Oct 10 15:43:51 2002
+++ shadow/94765.tmp.9528	Thu Oct 10 16:17:31 2002
@@ -72,6 +72,13 @@
 once - You can't use both manage() and boost::shared_ptr<> on the same
 instance because they both expect to control the lifetime.
 
 Regarding the "class member": sorry, I expected you to use a derived
 container. In fact, the shared_ptr would probably be in your main()
 function, or a global.
+
+------- Additional Comments From daniel elstner gmx net  2002-10-10 16:17 -------
+You can't use boost::shared_ptr<> like that and expect it to work. 
+Since the gtkmm methods don't take shared_ptr<> as argument this it
+out of question.  Otherwise almost every bit of code out there would
+be "incompatible" with boost::shared_ptr<>, unless it's using it.
+



--__--__--

Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 10 Oct 2002 16:19:59 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 88667] Changed - TreeNodeChildren should have a reverse iterator.

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=88667

Changed by murrayc usa net 

--- shadow/88667	Thu Oct 10 10:14:38 2002
+++ shadow/88667.tmp.10102	Thu Oct 10 16:19:59 2002
@@ -1,13 +1,13 @@
 Bug#: 88667
 Product: gtkmm
 Version: 2.0
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: enhancement
 Priority: Normal
 Component: TreeView
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: matty chariot net au               
 TargetMilestone: 3



--__--__--

Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, osamyn ulb ac be
Cc: 
Date: Thu, 10 Oct 2002 16:26:07 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 85911] Changed - Gdk::Drawable::draw_*_image functions

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=85911

Changed by daniel elstner gmx net 

--- shadow/85911	Mon Jul 29 15:09:37 2002
+++ shadow/85911.tmp.11821	Thu Oct 10 16:26:07 2002
@@ -148,6 +148,15 @@
 
 ------- Additional Comments From osamyn ulb ac be  2002-07-29 08:31 -------
 I don't have time for writing some code now (it's a month ago I done
 the last mod on my own project...)
 
 So for me we may forgot about this API change and close the bug.
+
+------- Additional Comments From daniel elstner gmx net  2002-10-10 16:26 -------
+Erm, we shouldn't enforce the use of std::vector<> for raw image data.
+ That's only inconvenient in most cases.  You can always do:
+
+  &vector.front()
+
+to get a builtin array.
+



--__--__--

Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net,
	jlm h006008ed341a ne client2 attbi com
Cc: 
Date: Thu, 10 Oct 2002 17:50:26 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 95442] New - Adjustment segfaults in constructor

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=95442

Changed by jlm h006008ed341a ne client2 attbi com 

--- shadow/95442	Thu Oct 10 17:50:26 2002
+++ shadow/95442.tmp.2066	Thu Oct 10 17:50:26 2002
@@ -0,0 +1,74 @@
+Bug#: 95442
+Product: gtkmm
+Version: 2.0
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: jlm h006008ed341a ne client2 attbi com               
+TargetMilestone: ---
+URL: 
+Summary: Adjustment segfaults in constructor
+
+Gtkmm: 1.3.24
+Gtk+: 2.0.6
+libsigc++: 1.1.3
+GCC: 2.95.2
+libc: 2.2.4
+
+This small program segfaults when run. Backtrace is included. I compile
+with this line:
+
+g++ -g `pkg-config --cflags --libs gtkmm-2.0` src/test.cpp
+
+#include <gtkmm/main.h>
+#include <gtkmm/adjustment.h>
+
+class adjust : public Gtk::Adjustment
+{
+  gint color_z;
+  public:
+    adjust(const gint & =0);
+};
+
+//Constructor.
+adjust::adjust(const gint &mask)
+: Gtk::Adjustment(0.0, 0.0, 1.5, 0.01, 0.1, 0.5), color_z(mask)
+{
+  cout << "adjust constructor.\n";
+  gdouble a;
+}
+
+int main(int argc, char* argv[])
+{
+  Gtk::Main main_runner(argc, argv);
+  adjust dud(2);
+  main_runner.run();
+  return(0);
+}
+
+(gdb) backtrace
+#0  0x0 in __strtol_internal (nptr=0x806ffd0 "\230þ\006\b\002",
+endptr=0x8063bc0, base=-1073746260, group=1079820466) at eval.c:35
+#1  0x400e56d8 in Gtk::Adjustment_Class::changed_callback () at
+eval.c:88
+#2  0x405cc132 in g_cclosure_marshal_VOID__VOID () at eval.c:88
+#3  0x405b73bc in g_type_class_meta_marshal () at eval.c:88
+#4  0x405b6eeb in g_closure_invoke () at eval.c:88
+#5  0x405cadf2 in signal_emit_unlocked_R () at eval.c:88
+#6  0x405c9b70 in g_signal_emit_valist () at eval.c:88
+#7  0x4033596f in gtk_signal_emit () at eval.c:88
+#8  0x40273442 in gtk_adjustment_changed () at eval.c:88
+#9  0x400e5e36 in Gtk::Adjustment::changed () at eval.c:88
+#10 0x400e557d in Gtk::Adjustment::Adjustment () at eval.c:88
+#11 0x8049ff9 in adjust::adjust (this=0xbffff460, __in_chrg=1,
+mask= 0xbffff45c) at src/test.cpp:31
+#12 0x804a10a in main (argc=1, argv=0xbffff504) at src/test.cpp:40
+#13 0x407bb906 in __libc_start_main (main=0x804a0cc <main>, argc=1,
+ubp_av=0xbffff504, init=0x8049bf8 <_init>, fini=0x804b110 <_fini>, 
+    rtld_fini=0x4000b5f0 <_dl_fini>, stack_end=0xbffff4fc) at
+../sysdeps/generic/libc-start.c:129



--__--__--

Message: 9
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 11 Oct 2002 05:32:43 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 94765] Changed - Gtk::Object is not compatible with smartpointers

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=94765

Changed by mhl schulze t-online de 

--- shadow/94765	Thu Oct 10 16:17:31 2002
+++ shadow/94765.tmp.17780	Fri Oct 11 05:32:43 2002
@@ -79,6 +79,15 @@
 ------- Additional Comments From daniel elstner gmx net  2002-10-10 16:17 -------
 You can't use boost::shared_ptr<> like that and expect it to work. 
 Since the gtkmm methods don't take shared_ptr<> as argument this it
 out of question.  Otherwise almost every bit of code out there would
 be "incompatible" with boost::shared_ptr<>, unless it's using it.
 
+
+------- Additional Comments From MHL Schulze t-online de  2002-10-11 05:32 -------
+Okay, now at least it is clear what Murray means when he says "use
+boost::shared_ptr<> if you want the lifetime of your widgets being
+controlled by a reference counting system". However, since it is a
+quite complex solution to derive own container types, it is clearly
+not what I have been looking for, like I already suspected. Anyway, I
+don't see how this bug report can still be of any use so I agree with
+"RESOLVED INVALID".



--__--__--

Message: 10
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, btb debian org
Cc: 
Date: Fri, 11 Oct 2002 06:34:08 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 90689] Changed - Patch to check for existence of 'dot'

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=90689

Changed by murrayc usa net 

--- shadow/90689	Thu Aug 29 07:16:29 2002
+++ shadow/90689.tmp.28405	Fri Oct 11 06:34:08 2002
@@ -80,6 +80,13 @@
 don't want to distribute crippled documentation.
 
 ------- Additional Comments From murrayc usa net  2002-08-29 07:16 -------
 I'm kind of hoping that someone provides a patch to build the 
 documentation when the .h/.cc files are built, and to add them to 
 make dist.
+
+------- Additional Comments From murrayc usa net  2002-10-11 06:34 -------
+They say that it's open source:
+http://www.research.att.com/sw/tools/graphviz/download.html
+
+If their license isn't really OpenSource(TM) then maybe they should be
+persuaded to use a different license, or to get it certified.



--__--__--

Message: 11
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, julian jabber org
Cc: 
Date: Fri, 11 Oct 2002 06:58:56 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 93412] Changed - gtkmm2 cvs fails to link 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	Wed Oct  2 06:11:15 2002
+++ shadow/93412.tmp.32570	Fri Oct 11 06:58:56 2002
@@ -52,6 +52,9 @@
 
 ------- Additional Comments From murrayc usa net  2002-09-19 04:58 -------
 That URL would be very helpful.
 
 ------- Additional Comments From murrayc usa net  2002-10-02 06:11 -------
 Please respond.
+
+------- Additional Comments From murrayc usa net  2002-10-11 06:58 -------
+Please respond.



--__--__--

Message: 12
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, webmaster nachtwind net
Cc: 
Date: Fri, 11 Oct 2002 08:56:35 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 94170] Changed - TreeModelColumns cannot be of type "UNSIGNED SHORT"

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=94170

Changed by daniel elstner gmx net 

--- shadow/94170	Thu Oct 10 15:55:33 2002
+++ shadow/94170.tmp.24359	Fri Oct 11 08:56:35 2002
@@ -1,12 +1,12 @@
 Bug#: 94170
 Product: gtkmm
 Version: 2.0
 OS: Linux
 OS Details: 
-Status: NEEDINFO   
+Status: CLOSED   
 Resolution: NOTABUG
 Severity: normal
 Priority: Normal
 Component: TreeView
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: webmaster nachtwind net               



--__--__--

Message: 13
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 11 Oct 2002 11:58:21 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 93412] Changed - gtkmm2 cvs fails to link 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 julian jabber org 

--- shadow/93412	Fri Oct 11 06:58:56 2002
+++ shadow/93412.tmp.8566	Fri Oct 11 11:58:21 2002
@@ -55,6 +55,11 @@
 
 ------- Additional Comments From murrayc usa net  2002-10-02 06:11 -------
 Please respond.
 
 ------- Additional Comments From murrayc usa net  2002-10-11 06:58 -------
 Please respond.
+
+------- Additional Comments From julian jabber org  2002-10-11 11:58 -------
+Sorry about that...
+
+http://gcc.gnu.org/ml/gcc-patches/2002-05/msg01466.html



--__--__--

Message: 14
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net,
	jlm h006008ed341a ne client2 attbi com
Cc: 
Date: Fri, 11 Oct 2002 13:51:05 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 95442] Changed - Adjustment segfaults in constructor

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=95442

Changed by murrayc usa net 

--- shadow/95442	Thu Oct 10 17:50:26 2002
+++ shadow/95442.tmp.30826	Fri Oct 11 13:51:05 2002
@@ -1,13 +1,13 @@
 Bug#: 95442
 Product: gtkmm
 Version: 2.0
 OS: Linux
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: normal
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: jlm h006008ed341a ne client2 attbi com               
 TargetMilestone: ---
@@ -69,6 +69,9 @@
 mask= 0xbffff45c) at src/test.cpp:31
 #12 0x804a10a in main (argc=1, argv=0xbffff504) at src/test.cpp:40
 #13 0x407bb906 in __libc_start_main (main=0x804a0cc <main>, argc=1,
 ubp_av=0xbffff504, init=0x8049bf8 <_init>, fini=0x804b110 <_fini>, 
     rtld_fini=0x4000b5f0 <_dl_fini>, stack_end=0xbffff4fc) at
 ../sysdeps/generic/libc-start.c:129
+
+------- Additional Comments From murrayc usa net  2002-10-11 13:51 -------
+This is probably caused by the gcc dynamic_cast bug - see the FAQ.



--__--__--

Message: 15
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, olau hardworking dk
Cc: 
Date: Fri, 11 Oct 2002 14:17:26 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 93787] Changed - Outputting ustring with operator << converts implicitly

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=93787

Changed by murrayc usa net 

--- shadow/93787	Thu Oct 10 10:26:38 2002
+++ shadow/93787.tmp.3500	Fri Oct 11 14:17:26 2002
@@ -247,6 +247,9 @@
 Glib::ustring ustr = Glib::locale_to_utf8(stream.str());
 
 That isn't too hard, we should just mention it in the documentation.
 
 --Daniel
 
+
+------- Additional Comments From murrayc usa net  2002-10-11 14:17 -------
+Where should we mention it exactly?



--__--__--

Message: 16
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 11 Oct 2002 15:04:54 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 90689] Changed - Patch to check for existence of 'dot'

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=90689

Changed by btb debian org 

--- shadow/90689	Fri Oct 11 06:34:08 2002
+++ shadow/90689.tmp.25717	Fri Oct 11 15:04:54 2002
@@ -87,6 +87,17 @@
 ------- Additional Comments From murrayc usa net  2002-10-11 06:34 -------
 They say that it's open source:
 http://www.research.att.com/sw/tools/graphviz/download.html
 
 If their license isn't really OpenSource(TM) then maybe they should be
 persuaded to use a different license, or to get it certified.
+
+------- Additional Comments From btb debian org  2002-10-11 15:04 -------
+I will see if the Stephen (maintainer of graphviz debs) has
+investigated that.  In the meantime, springgraph looks like an
+excellent drop-in replacement for dot:
+http://www.chaosreigns.com/code/springgraph/
+
+Here is what the ref. docs look like when springgraph is used:
+http://pokey.css.washington.edu/debian/gtkmm/gtkmm1.3/gtkmm1.3-1.3.24/docs/reference/html/
+
+-brad




--__--__--

_______________________________________________
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]