[gtkmm] Gtkmm-forge digest, Vol 1 #546 - 4 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 125969] New - scales and scroolbars doesn't emit pressed/released signals (bugzilla-daemon widget gnome org)
   2. [Bug 125278] Changed - Glib::Dir is not throwing exception on gtkmm-2.2.7 (bugzilla-daemon widget gnome org)
   3. [Bug 125969] Changed - scales and scroolbars doesn't emit pressed/released signals (bugzilla-daemon widget gnome org)
   4. [Bug 125278] Changed - Glib::Dir is not throwing exception on gtkmm-2.2.7 (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  1 Nov 2003 06:20:46 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 125969] New - scales and scroolbars doesn't emit pressed/released signals

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

Changed by chalil boun edu tr 

--- shadow/125969	Sat Nov  1 06:20:46 2003
+++ shadow/125969.tmp.10113	Sat Nov  1 06:20:46 2003
@@ -0,0 +1,22 @@
+Bug#: 125969
+Product: gtkmm
+Version: 2.2
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: chalil boun edu tr               
+TargetMilestone: ---
+URL: 
+Summary: scales and scroolbars doesn't emit pressed/released signals
+
+i see this bug when i want know Gtk::VScale pressed and released in my 
+application.Pressed signal is emitted when i double click on it but 
+released signal never emitted.Also i try it with glade-2 by creating simple 
+widget.GTK+ is emiting these signals but gtkmm doesn't.Same thing also 
+happened with scroolbars.They also show same behaviour.I am using gtkmm 
+2.2.8 version.


--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, judas-kakoi terra es
Cc: 
Date: Sat,  1 Nov 2003 12:41:18 -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	Mon Oct 27 12:23:44 2003
+++ shadow/125278.tmp.30880	Sat Nov  1 12:41:18 2003
@@ -47,6 +47,11 @@
 bindtextdomain(PACKAGE,LOCALEDIR);
 bind_textdomain_codeset(PACKAGE,"UTF-8");
 textdomain(PACKAGE);
 
 and after writing the po files, the program shows messages and gui
 labels translated
+
+------- Additional Comments From murrayc usa net  2003-11-01 12:41 -------
+I do get the error message when I try this on my Red Hat 9, and it
+does not segfault for me. What distro are you using? Is there anything
+else strange about your setup?


--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, chalil boun edu tr
Cc: 
Date: Sat,  1 Nov 2003 12:44:10 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 125969] Changed - scales and scroolbars doesn't emit pressed/released signals

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

Changed by murrayc usa net 

--- shadow/125969	Sat Nov  1 06:20:46 2003
+++ shadow/125969.tmp.32595	Sat Nov  1 12:44:10 2003
@@ -17,6 +17,10 @@
 i see this bug when i want know Gtk::VScale pressed and released in my 
 application.Pressed signal is emitted when i double click on it but 
 released signal never emitted.Also i try it with glade-2 by creating simple 
 widget.GTK+ is emiting these signals but gtkmm doesn't.Same thing also 
 happened with scroolbars.They also show same behaviour.I am using gtkmm 
 2.2.8 version.
+
+------- Additional Comments From murrayc usa net  2003-11-01 12:44 -------
+I need a small-as-possible-but-compileable test program in order to
+investigate. Or you might modify a gtkmm example to show this problem.


--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat,  1 Nov 2003 14:44:02 -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 judas-kakoi terra es 

--- shadow/125278	Sat Nov  1 12:41:18 2003
+++ shadow/125278.tmp.14483	Sat Nov  1 14:44:01 2003
@@ -52,6 +52,19 @@
 labels translated
 
 ------- Additional Comments From murrayc usa net  2003-11-01 12:41 -------
 I do get the error message when I try this on my Red Hat 9, and it
 does not segfault for me. What distro are you using? Is there anything
 else strange about your setup?
+
+------- Additional Comments From judas-kakoi terra es  2003-11-01 14:44 -------
+It has something to do with the locale configuration.
+Whith my current locale (LANG=es_ES.UTF-8), it aborts, but
+when I make unsetenv LANG and then the locale is POSIX, I get the error
+message.
+
+I have tested also that the program runs commenting the try and catch
+block, i.e, running only with the setlocale line.
+
+I have upgraded this morning to gtkmm2-2.2.8-0.fdr.3.rh90 and it's the
+same weird thing
+



--__--__--

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