[gtkmm] Gtkmm-forge digest, Vol 1 #301 - 7 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 99835] Changed - virtual member functions not called in Gtk::Notebook (bugzilla-daemon widget gnome org)
   2. [Bug 99929] New - Replace GdkDevice* with Glib::RefPtr<Gdk::Device> (bugzilla-daemon widget gnome org)
   3. [Bug 99929] Changed - Replace GdkDevice* with Glib::RefPtr<Gdk::Device> (bugzilla-daemon widget gnome org)
   4. [Bug 99835] Changed - virtual member functions not called in Gtk::Notebook (bugzilla-daemon widget gnome org)
   5. [Bug 99122] Changed - Add GTK+ 2.2 API additions (bugzilla-daemon widget gnome org)
   6. [Bug 99986] New - editable bool column not editable (bugzilla-daemon widget gnome org)
   7. [Bug 99986] Changed - editable bool column not editable (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 29 Nov 2002 18:00:28 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 99835] Changed - virtual member functions not called in Gtk::Notebook

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

Changed by morten wtf dk 

--- shadow/99835	Fri Nov 29 10:23:05 2002
+++ shadow/99835.tmp.20664	Fri Nov 29 18:00:28 2002
@@ -28,6 +28,11 @@
 ------- Additional Comments From morten wtf dk  2002-11-28 13:25 -------
 I tried connecting to the signal_select_page() signal, but the
 connected function doesn't get called either.
 
 ------- Additional Comments From murrayc usa net  2002-11-29 10:23 -------
 Have you tried switch_page?
+
+------- Additional Comments From morten wtf dk  2002-11-29 18:00 -------
+Just tried it, and it works.
+
+This is still a bug though.



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 29 Nov 2002 19:42:28 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 99929] New - Replace GdkDevice* with Glib::RefPtr<Gdk::Device>

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

Changed by murrayc usa net 

--- shadow/99929	Fri Nov 29 19:42:28 2002
+++ shadow/99929.tmp.29625	Fri Nov 29 19:42:28 2002
@@ -0,0 +1,18 @@
+Bug#: 99929
+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: murrayc usa net               
+TargetMilestone: ---
+URL: 
+Summary: Replace GdkDevice* with Glib::RefPtr<Gdk::Device>
+
+We introduce a Gdk::Device wrapper in gtkmm 2.2, but some of the old 2.0
+API still uses GdkDevice*.



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 29 Nov 2002 19:42:40 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 99929] Changed - Replace GdkDevice* with Glib::RefPtr<Gdk::Device>

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

Changed by murrayc usa net 

--- shadow/99929	Fri Nov 29 19:42:28 2002
+++ shadow/99929.tmp.29702	Fri Nov 29 19:42:40 2002
@@ -7,12 +7,12 @@
 Resolution: 
 Severity: normal
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: murrayc usa net               
-TargetMilestone: ---
+TargetMilestone: 3
 URL: 
 Summary: Replace GdkDevice* with Glib::RefPtr<Gdk::Device>
 
 We introduce a Gdk::Device wrapper in gtkmm 2.2, but some of the old 2.0
 API still uses GdkDevice*.



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, morten wtf dk
Cc: 
Date: Sat, 30 Nov 2002 09:06:01 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 99835] Changed - virtual member functions not called in Gtk::Notebook

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

Changed by murrayc usa net 

--- shadow/99835	Fri Nov 29 18:00:28 2002
+++ shadow/99835.tmp.31641	Sat Nov 30 09:06:01 2002
@@ -1,13 +1,13 @@
 Bug#: 99835
 Product: gtkmm
 Version: 2.0
 OS: Linux
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: morten wtf dk               
 TargetMilestone: ---
@@ -33,6 +33,10 @@
 Have you tried switch_page?
 
 ------- Additional Comments From morten wtf dk  2002-11-29 18:00 -------
 Just tried it, and it works.
 
 This is still a bug though.
+
+------- Additional Comments From murrayc usa net  2002-11-30 09:06 -------
+Why. Do you know when those other signals should be called? They might
+be keybinding signals. Try it in GTK+ if you think it's a bug.



--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat, 30 Nov 2002 09:06:57 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 99122] Changed - Add GTK+ 2.2 API additions

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

Changed by murrayc usa net 

--- shadow/99122	Mon Nov 25 15:08:59 2002
+++ shadow/99122.tmp.32077	Sat Nov 30 09:06:57 2002
@@ -46,6 +46,9 @@
 - PangoIntSet is new, but private.
 - PangoFT2FontMap and the pango_xft stuff is only in pango if
 xft/fontconfig were present when building, so we would have to add
 checks of our own. If anybody actually needs it then we can think
 about it again.
 
+
+------- Additional Comments From murrayc usa net  2002-11-30 09:06 -------
+gdkmm G*List* stuff done too.



--__--__--

Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Sat, 30 Nov 2002 09:15:02 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 99986] New - editable bool column not editable

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

Changed by olle endforward com 

--- shadow/99986	Sat Nov 30 09:15:02 2002
+++ shadow/99986.tmp.2431	Sat Nov 30 09:15:02 2002
@@ -0,0 +1,19 @@
+Bug#: 99986
+Product: gtkmm
+Version: 2.0
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: TreeView
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: olle endforward com               
+TargetMilestone: ---
+URL: 
+Summary: editable bool column not editable
+
+When adding a ModelColumn of type bool editable it creates a nice check box
+and it is checked when true and unchecked when false. But it does not allow
+you to change the status of the checkbox. There is no response whatsoever.



--__--__--

Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, olle endforward com
Cc: 
Date: Sat, 30 Nov 2002 11:58:51 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 99986] Changed - editable bool column not editable

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

Changed by murrayc usa net 

--- shadow/99986	Sat Nov 30 09:15:02 2002
+++ shadow/99986.tmp.7770	Sat Nov 30 11:58:51 2002
@@ -1,19 +1,22 @@
 Bug#: 99986
 Product: gtkmm
 Version: 2.0
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: TreeView
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: olle endforward com               
 TargetMilestone: ---
 URL: 
 Summary: editable bool column not editable
 
 When adding a ModelColumn of type bool editable it creates a nice check box
 and it is checked when true and unchecked when false. But it does not allow
 you to change the status of the checkbox. There is no response whatsoever.
+
+------- Additional Comments From murrayc usa net  2002-11-30 11:58 -------
+Fixed in cvs. Thanks.




--__--__--

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