[gtkmm] Gtkmm-forge digest, Vol 1 #479 - 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 118498] Changed - ScrolledWindow doesn't scroll DrawingArea (bugzilla-daemon widget gnome org)
   2. [Bug 118496] Changed - Gtk::ScrolledWindow doesn't scroll added object (bugzilla-daemon widget gnome org)
   3. [Bug 118867] New - Ugly behaviour in TextView (bugzilla-daemon widget gnome org)
   4. [Bug 118868] New - gcc 2.95.3 fail to compile TreeView.append_column_editable("foo", TreeModelColumn<bool>) (bugzilla-daemon widget gnome org)
   5. [Bug 118867] Changed - Ugly behaviour in TextView (bugzilla-daemon widget gnome org)
   6. [Bug 118868] Changed - gcc 2.95.3 fail to compile TreeView.append_column_editable("foo", TreeModelColumn<bool>) (bugzilla-daemon widget gnome org)
   7. [Bug 118868] Changed - gcc 2.95.3 fail to compile TreeView.append_column_editable("foo", TreeModelColumn<bool>) (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, nam1 cse wustl edu
Cc: 
Date: Fri,  1 Aug 2003 03:51:13 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 118498] Changed - ScrolledWindow doesn't scroll DrawingArea

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

Changed by murrayc usa net 

--- shadow/118498	Wed Jul 30 04:40:32 2003
+++ shadow/118498.tmp.28889	Fri Aug  1 03:51:13 2003
@@ -1,13 +1,13 @@
 Bug#: 118498
 Product: gtkmm
 Version: 2.0
 OS: Linux
 OS Details: Debian unstable 2.4.21-pre5
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: normal
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: nam1 cse wustl edu               
 TargetMilestone: ---
@@ -44,6 +44,15 @@
 Yes, please. That is often very helpful.
 
 ------- Additional Comments From nam1 cse wustl edu  2003-07-29 13:10 -------
 Created an attachment (id=18724)
 The C (gtk+) version, which *does* scroll.
 
+
+------- Additional Comments From murrayc usa net  2003-08-01 03:51 -------
+After reducing the examples some more (which you really could have
+done yourself), I find that the C++ version has no equivalent for the
+gtk_drawing_area_size() call. gtk_drawing_area_size() is deprecated:
+http://developer.gnome.org/doc/API/2.0/gtk/GtkDrawingArea.html#gtk-drawing-area-size
+
+So you should probably call set_size_request() on the DrawingArea. I
+would try it but I have just killed my hard drive.


--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, vgrinche integ com
Cc: 
Date: Fri,  1 Aug 2003 03:57:00 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 118496] Changed - Gtk::ScrolledWindow doesn't scroll added object

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

Changed by murrayc usa net 

--- shadow/118496	Tue Jul 29 02:09:10 2003
+++ shadow/118496.tmp.30783	Fri Aug  1 03:57:00 2003
@@ -36,6 +36,13 @@
 > Package requires gnomemm2 to be installed.
 
 No, please provide a simple-as-possible test case. I will not spend my
 time reducing your test case. Your time is not more valuable than
 mine. I do want to investigate this, but you need to bring me
 something to investigate.
+
+------- Additional Comments From murrayc usa net  2003-08-01 03:56 -------
+You do not seem to be using Gtk::TreeView::scroll_to_view(), but you
+seem to know about this already:
+http://marc.theaimsgroup.com/?l=gtkmm&m=105614160928029&w=2
+
+I will close this bug if there is no simple test case.


--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri,  1 Aug 2003 07:35:50 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 118867] New - Ugly behaviour in TextView

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

Changed by jonas printzen net 

--- shadow/118867	Fri Aug  1 07:35:50 2003
+++ shadow/118867.tmp.30375	Fri Aug  1 07:35:50 2003
@@ -0,0 +1,42 @@
+Bug#: 118867
+Product: gtkmm
+Version: 2.2
+OS: Windows
+OS Details: XP Pro
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: jonas printzen net               
+TargetMilestone: ---
+URL: 
+Summary: Ugly behaviour in TextView
+
+SITUATION
+---------
+I am building a simple editor using a TextView and TextBuffer.
+Adding text to the buffer line by line and then editing
+this text. 
+
+ERROR
+-----
+Empty lines are missing in the TextView, the behaviour is wrong 
+and assert-failures are generated on the console.(stderr/stdout?)
+OBS! Works just fine when compiled & run in Linux (RH9)
+
+REPRODUCE
+----------
+When walking from line to line using cursor keys there is 
+sometimes a hidden position before the beginning of the 
+line, reachable by hitting left-arrow when in the beginning 
+of the line. The cursor dissapears and if i hit down-arrow 
+an assertion failure is generated.
+
+ENVIRONMENT
+------------
+Windows XP
+Dev-C++
+GTK+-win32 2.2.1.2 (.exe installer)
+gtkmm-2.2.5.1 (.exe installer) (sigc+ bundled in installer is 1.2.5)


--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri,  1 Aug 2003 07:49:53 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 118868] New - gcc 2.95.3 fail to compile TreeView.append_column_editable("foo", TreeModelColumn<bool>)

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

Changed by fnaumann cs uni-magdeburg de 

--- shadow/118868	Fri Aug  1 07:49:53 2003
+++ shadow/118868.tmp.4500	Fri Aug  1 07:49:53 2003
@@ -0,0 +1,40 @@
+Bug#: 118868
+Product: gtkmm
+Version: 2.2
+OS: NetBSD
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: fnaumann cs uni-magdeburg de               
+TargetMilestone: ---
+URL: 
+Summary: gcc 2.95.3 fail to compile TreeView.append_column_editable("foo", TreeModelColumn<bool>)
+
+gcc 2.95.3 fail to compile
+examples/book/treeview/editable_cells/examplewindow.cc
+
+on the following line:
+
+> m_TreeView.append_column_editable("foo", m_Columns.m_col_foo);
+
+I don't know what's the problem. It happens on
+examples/book/treeview/drag_and_drop/examplewindow.cc too.
+
+The compiler error message:
+
+../../../../gtk/gtkmm/treeviewcolumn.h: In method `void
+Gtk::TreeViewColumn::pack_start<bool>(const Gtk::TreeModelColumn<bool> &,
+bool = true)':
+../../../../gtk/gtkmm/treeviewcolumn.h:606:   instantiated from
+`Gtk::TreeViewColumn::TreeViewColumn<bool>(const Glib::ustring &, const
+Gtk::TreeModelColumn<bool> &)'
+../../../../gtk/gtkmm/treeview.h:957:   instantiated from here
+../../../../gtk/gtkmm/treeviewcolumn.h:100: too few arguments to function
+`class Gtk::CellRenderer *
+Gtk::TreeViewColumn_CellRendererGeneration::generate_cellrenderer<bool>(bool)'
+../../../../gtk/gtkmm/treeviewcolumn.h:580: at this point in file
+gmake: *** [examplewindow.o] Error 1


--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, jonas printzen net
Cc: 
Date: Fri,  1 Aug 2003 11:55:59 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 118867] Changed - Ugly behaviour in TextView

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

Changed by murrayc usa net 

--- shadow/118867	Fri Aug  1 07:35:50 2003
+++ shadow/118867.tmp.6383	Fri Aug  1 11:55:58 2003
@@ -37,6 +37,12 @@
 ENVIRONMENT
 ------------
 Windows XP
 Dev-C++
 GTK+-win32 2.2.1.2 (.exe installer)
 gtkmm-2.2.5.1 (.exe installer) (sigc+ bundled in installer is 1.2.5)
+
+------- Additional Comments From murrayc usa net  2003-08-01 11:55 -------
+We can not investigate this without a test case. Or you could try one
+of the gtkmm examples or demos - maybe we can see it there.
+
+Without that it's very difficult to understand what you mean.


--__--__--

Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, fnaumann cs uni-magdeburg de
Cc: 
Date: Fri,  1 Aug 2003 11:57:43 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 118868] Changed - gcc 2.95.3 fail to compile TreeView.append_column_editable("foo", TreeModelColumn<bool>)

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

Changed by murrayc usa net 

--- shadow/118868	Fri Aug  1 07:49:53 2003
+++ shadow/118868.tmp.7201	Fri Aug  1 11:57:43 2003
@@ -35,6 +35,9 @@
 ../../../../gtk/gtkmm/treeview.h:957:   instantiated from here
 ../../../../gtk/gtkmm/treeviewcolumn.h:100: too few arguments to function
 `class Gtk::CellRenderer *
 Gtk::TreeViewColumn_CellRendererGeneration::generate_cellrenderer<bool>(bool)'
 ../../../../gtk/gtkmm/treeviewcolumn.h:580: at this point in file
 gmake: *** [examplewindow.o] Error 1
+
+------- Additional Comments From murrayc usa net  2003-08-01 11:57 -------
+Is this version of gcc 2.95.3 built from source or packaged somehow?


--__--__--

Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri,  1 Aug 2003 12:15:42 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 118868] Changed - gcc 2.95.3 fail to compile TreeView.append_column_editable("foo", TreeModelColumn<bool>)

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

Changed by fnaumann cs uni-magdeburg de 

--- shadow/118868	Fri Aug  1 11:57:43 2003
+++ shadow/118868.tmp.14424	Fri Aug  1 12:15:42 2003
@@ -38,6 +38,9 @@
 Gtk::TreeViewColumn_CellRendererGeneration::generate_cellrenderer<bool>(bool)'
 ../../../../gtk/gtkmm/treeviewcolumn.h:580: at this point in file
 gmake: *** [examplewindow.o] Error 1
 
 ------- Additional Comments From murrayc usa net  2003-08-01 11:57 -------
 Is this version of gcc 2.95.3 built from source or packaged somehow?
+
+------- Additional Comments From fnaumann cs uni-magdeburg de  2003-08-01 12:15 -------
+It's the NetBSD system compiler distributed with the 1.6 stable release.



--__--__--

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