[gtkmm] Gtkmm-forge digest, Vol 1 #396 - 5 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 109966] Changed - Dispatcher does not work on win32 (bugzilla-daemon widget gnome org)
   2. [Bug 110206] Changed - removing items from a Ctk::Combo crashes (bugzilla-daemon widget gnome org)
   3. [Bug 108511] Changed - gtk_grab_add/remove isn't wrapped (bugzilla-daemon widget gnome org)
   4. [Bug 88610] Changed - Need nice hierarchy picture (bugzilla-daemon widget gnome org)
   5. [Bug 103688] Changed - Updated timeout/io/idle chapter (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Wed,  9 Apr 2003 01:58:21 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 109966] Changed - Dispatcher does not work on win32

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

Changed by cgustin ibelgique com 

--- shadow/109966	Tue Apr  8 03:46:53 2003
+++ shadow/109966.tmp.5270	Wed Apr  9 01:58:21 2003
@@ -29,6 +29,13 @@
 Dispatcher win32 patch
 
 
 ------- Additional Comments From murrayc usa net  2003-04-08 03:46 -------
 Platform-specific workarounds _must_ have source code comments
 explaining what they do and why they are necessary.
+
+------- Additional Comments From cgustin ibelgique com  2003-04-09 01:58 -------
+As I said, I got this win32-specific Dispatcher from Andrew Makeev 
+without any further explanation. Having no experience with pipe/file 
+descriptor, I decided to just create a patch and submit it AS IS on 
+bugzilla for review/comments by specialists. Maybe if Andrew or 
+Daniel could comment on this...



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, erwan ancel free fr
Cc: 
Date: Wed,  9 Apr 2003 03:39:26 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 110206] Changed - removing items from a Ctk::Combo 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=110206

Changed by elke meier sysde eads net 

--- shadow/110206	Tue Apr  8 03:41:51 2003
+++ shadow/110206.tmp.11138	Wed Apr  9 03:39:25 2003
@@ -56,6 +56,32 @@
 
 ------- Additional Comments From murrayc usa net  2003-04-08 03:41 -------
 Could someone check this on Linux?
 
 ------- Additional Comments From murrayc usa net  2003-04-08 03:41 -------
 And please _attach_ test code in future.
+
+------- Additional Comments From elke meier sysde eads net  2003-04-09 03:39 -------
+Tried it out on Linux with version 2.0.2, and it segfaults.
+Backtrace:
+(gdb) bt
+#0  0x4010ee73 in Gtk::ComboDropDown_Helpers::ComboDropDownList::erase
+(Glib::List_Iterator<Gtk::ComboDropDownItem>) (this=0x809e408, 
+position=
+      {<List_Iterator_Base<Gtk::ComboDropDownItem>> = {<No data 
+fields>}, head_ = 0x80971d4, node_ = 0x8062b08}) 
+at ../../gtk/gtkmm/combo.h:105
+#1  0x4011072f in Gtk::ComboDropDown_Helpers::ComboDropDownList::erase
+(Glib::List_Iterator<Gtk::ComboDropDownItem>, 
+Glib::List_Iterator<Gtk::ComboDropDownItem>) (this=0x809e408, start=
+      {<List_Iterator_Base<Gtk::ComboDropDownItem>> = {<No data 
+fields>}, head_ = 0x80993b0, node_ = 0x2}, stop=
+      {<List_Iterator_Base<Gtk::ComboDropDownItem>> = {<No data 
+fields>}, head_ = 0x80971d4, node_ = 0x0}) 
+at ../../glib/glibmm/containers.h:90
+#2  0x0804da9c in Glib::HelperList<Gtk::ComboDropDownItem, 
+Gtk::ComboDropDownItem const, 
+Glib::List_Iterator<Gtk::ComboDropDownItem> >::clear() ()
+#3  0x0804d77c in SampleWindow::SampleWindow() ()
+#4  0x0804d3af in main ()
+#5  0x420158d4 in __libc_start_main () from /lib/i686/libc.so.6
+



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, olau hardworking dk
Cc: 
Date: Wed,  9 Apr 2003 03:57:29 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 108511] Changed - gtk_grab_add/remove isn't wrapped

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

Changed by murrayc usa net 

--- shadow/108511	Tue Apr  8 16:27:34 2003
+++ shadow/108511.tmp.19255	Wed Apr  9 03:57:28 2003
@@ -81,6 +81,21 @@
 make[2]: Leaving directory `/home/ole/cvs/glibmm/tools'
 make[1]: *** [all-recursive] Fejl 1
 make[1]: Leaving directory `/home/ole/cvs/glibmm'
 make: *** [all-recursive-am] Fejl 2
 
 I will try to reserve some time this week-end to get this bug closed.
+
+------- Additional Comments From murrayc usa net  2003-04-09 03:57 -------
+> Also, my build problem persists. But apparently I can
+> fix that by running "autoconf" manually. 
+
+If you have a build problem then please discuss it on the list. I 
+don't where your information comes from. autogen.sh should work.
+
+> cc1plus: warnings being treated as errors
+> generate_defs_glib.cc: In function `int main(int, char**)':
+> generate_defs_glib.cc:26: warning: unused parameter `int argc'
+
+It's strange that only you see this, but I haven't built glibmm 2.4 
+for a while. It shoudl be easy to fix - just take away the parameter 
+names from the main() declaration.



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: mmagallo debian org, mxpxfifws yahoo com
Date: Wed,  9 Apr 2003 04:00:40 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 88610] Changed - Need nice hierarchy picture

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

Changed by murrayc usa net 

--- shadow/88610	Tue Apr  8 21:23:00 2003
+++ shadow/88610.tmp.20903	Wed Apr  9 04:00:40 2003
@@ -111,6 +111,15 @@
 Do read my comments from before - this doesn't need to be complicated.
 
 ------- Additional Comments From mxpxfifws yahoo com  2003-04-08 21:22 -------
 Created an attachment (id=15585)
 This is what I have done so far.  Is this what you're looking for?  If not, let me know and I'll figure something else out.
 
+
+------- Additional Comments From murrayc usa net  2003-04-09 04:00 -------
+Please mention the file name when attaching files. It's not clear 
+what file type this is.
+
+It looks quite nice, but still a little confusing. I really think we 
+should just start with the Gtk:: namespace, and maybe just the 
+widgets. For instance, that might mean just the things that derive 
+from Gtk::Widget.



--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, gtkmmbugs rdrtech com
Cc: 
Date: Wed,  9 Apr 2003 14:12:38 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 103688] Changed - Updated timeout/io/idle chapter

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

Changed by gene erachampion com 

--- shadow/103688	Mon Apr  7 05:15:03 2003
+++ shadow/103688.tmp.28893	Wed Apr  9 14:12:38 2003
@@ -161,6 +161,14 @@
 be in the examples/book directory. Whoever commits this could move
 this for you though. As long as that is done then I am very happy for
 someone to commit this,
 
 In future please also try to use spaces around operators and commas to
 make the code more readable.
+
+------- Additional Comments From gene erachampion com  2003-04-09 14:12 -------
+the attached files.tar.gz should extract the files to the correct 
+directories. (ie. the book examples go into their own directories 
+under examples/book/, while non book examples go into their own 
+directory under the example/ directory).  
+
+If this is not correct, I can redo it.




--__--__--

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