[gtkmm] Gtkmm-forge digest, Vol 1 #237 - 6 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 94110] New - proposed API additions to Glib::TimeVal (bugzilla-daemon widget gnome org)
   2. [Bug 94110] Changed - proposed API additions to Glib::TimeVal (bugzilla-daemon widget gnome org)
   3. [Bug 94110] Changed - proposed API additions to Glib::TimeVal (bugzilla-daemon widget gnome org)
   4. [Bug 94110] Changed - proposed API additions to Glib::TimeVal (bugzilla-daemon widget gnome org)
   5. [Bug 94169] New - Gdk-API/Docs lacks methods screen_*() (bugzilla-daemon widget gnome org)
   6. [Bug 94170] New - TreeModelColumns cannot be of type "UNSIGNED SHORT" (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue, 24 Sep 2002 17:18:29 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 94110] New - proposed API additions to Glib::TimeVal

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

Changed by puchs ap univie ac at 

--- shadow/94110	Tue Sep 24 17:18:29 2002
+++ shadow/94110.tmp.27147	Tue Sep 24 17:18:29 2002
@@ -0,0 +1,32 @@
+Bug#: 94110
+Product: gtkmm
+Version: 2.0
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: enhancement
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: puchs ap univie ac at               
+TargetMilestone: ---
+URL: 
+Summary: proposed API additions to Glib::TimeVal
+
+The attached patch contains the proposed API additions to Glib::TimeVal. I
+hope that they are useful. "subtract", "add_millisecond" and
+"add_microsecond" were already present, so I added "add",
+"subtract_millisecond", "subtract_microsecond", "=+" and "=-" as member
+operators with Glib:TimeVal and long as possible arguments. Additionally a
+conversion operator to double was added. I know that such operators are not
+considered "good" and "useful" by everyone. The other option would be to
+add a memberfunction that does the conversion. The non-member operators "+"
+and "-" are now also present for Glib::TimeVal and long (seconds)
+arguments. For the sake of completeness also "add_second" and
+"subtract_second" have been added as member functions. The patch includes
+also a little bit of documentation. I dare to say, that not much
+documentation is needed for this class.
+
+The second attached file contains a little quick and dirty test program for
+the additions. I include it in case you want to give it a try.



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue, 24 Sep 2002 17:19:27 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 94110] Changed - proposed API additions to Glib::TimeVal

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

Changed by puchs ap univie ac at 

--- shadow/94110	Tue Sep 24 17:18:29 2002
+++ shadow/94110.tmp.27260	Tue Sep 24 17:19:27 2002
@@ -27,6 +27,11 @@
 "subtract_second" have been added as member functions. The patch includes
 also a little bit of documentation. I dare to say, that not much
 documentation is needed for this class.
 
 The second attached file contains a little quick and dirty test program for
 the additions. I include it in case you want to give it a try.
+
+------- Additional Comments From puchs ap univie ac at  2002-09-24 17:19 -------
+Created an attachment (id=11237)
+The patch containing the proposed API additions
+



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue, 24 Sep 2002 17:20:11 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 94110] Changed - proposed API additions to Glib::TimeVal

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

Changed by puchs ap univie ac at 

--- shadow/94110	Tue Sep 24 17:19:27 2002
+++ shadow/94110.tmp.27505	Tue Sep 24 17:20:11 2002
@@ -32,6 +32,11 @@
 the additions. I include it in case you want to give it a try.
 
 ------- Additional Comments From puchs ap univie ac at  2002-09-24 17:19 -------
 Created an attachment (id=11237)
 The patch containing the proposed API additions
 
+
+------- Additional Comments From puchs ap univie ac at  2002-09-24 17:20 -------
+Created an attachment (id=11238)
+a test program for the API additions
+



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue, 24 Sep 2002 17:26:27 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 94110] Changed - proposed API additions to Glib::TimeVal

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

Changed by puchs ap univie ac at 

--- shadow/94110	Tue Sep 24 17:20:11 2002
+++ shadow/94110.tmp.28287	Tue Sep 24 17:26:27 2002
@@ -37,6 +37,11 @@
 
 
 ------- Additional Comments From puchs ap univie ac at  2002-09-24 17:20 -------
 Created an attachment (id=11238)
 a test program for the API additions
 
+
+------- Additional Comments From puchs ap univie ac at  2002-09-24 17:26 -------
+Created an attachment (id=11239)
+the same patch as above but this time including a Changelog entry
+



--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Wed, 25 Sep 2002 08:32:47 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 94169] New - Gdk-API/Docs lacks methods screen_*()

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

Changed by webmaster nachtwind net 

--- shadow/94169	Wed Sep 25 08:32:47 2002
+++ shadow/94169.tmp.13861	Wed Sep 25 08:32:47 2002
@@ -0,0 +1,43 @@
+Bug#: 94169
+Product: gtkmm
+Version: 2.0
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: minor
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: webmaster nachtwind net               
+TargetMilestone: ---
+URL: 
+Summary: Gdk-API/Docs lacks methods screen_*()
+
+The Gdk-Wrapper lacks the methods screen_width() and screen_height() - 
+they have to be used as plain GTK-Functions. Sorry I cannot provide a 
+patch, but I know nothing about GTKMMs source structure and this thing 
+should be easy to fix anyway.
+
+
+And a doc-thing related to this:
+The Gtk::Window class reference says in the move()-part 
+(http://gtkmm.sourceforge.net/gtkmm2/reference/html/classGtk_1_1Window.html#a78):
+
+"So, to place a window in the bottom right corner you would first set gravity 
+to south east, then write: gtk_window_move (window, gdk_screen_width() - 
+window_width, gdk_screen_height() - window_height)."
+
+- Same thing as above, but even worse with
+"gtk_window_move(window ...)"
+
+- this should be:
+"this->move(...)"
+
+or simply
+"move(...)"
+
+
+Thank you for your time,
+
+Leslie



--__--__--

Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, webmaster nachtwind net
Cc: 
Date: Wed, 25 Sep 2002 08:40:37 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 94170] New - 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 webmaster nachtwind net 

--- shadow/94170	Wed Sep 25 08:40:37 2002
+++ shadow/94170.tmp.15052	Wed Sep 25 08:40:37 2002
@@ -0,0 +1,33 @@
+Bug#: 94170
+Product: gtkmm
+Version: 2.0
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: TreeView
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: webmaster nachtwind net               
+TargetMilestone: ---
+URL: 
+Summary: TreeModelColumns cannot be of type "UNSIGNED SHORT"
+
+Try to create a TreeModel::ColumnRecord with a column like this:
+
+Gtk::TreeModelColumn<unsigned short> my_unsigned_short;
+
+and you get a lot of:
+
+"GLib-GObject-WARNING **: unable to set property `text' of type 
+`gchararray' from value of type `glibmm__CustomBoxed_Us'"
+
+and cannot assign values to this column.
+I didn't try this with other variable types and use normal signed integers 
+now.
+
+
+Thank you for your time,
+
+Leslie




--__--__--

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