Gtkmm-forge Digest, Vol 3, Issue 16



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-owner 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. Do not try to unsubscribe gtkmm-forge from gtkmm-list.


Today's Topics:

   1. [Bug 351217] New: SlotTransfer used in	Gnome::Vfs::Transfer
      should return (g)int (gnomemm (bugzilla.gnome.org))
   2. [Bug 351217] SlotTransfer used in	Gnome::Vfs::Transfer should
      return (g)int (gnomemm (bugzilla.gnome.org))
   3. [Bug 351336] New: gtk_style_attach wrapping is	missed
      (gtkmm (bugzilla.gnome.org))


----------------------------------------------------------------------

Message: 1
Date: Mon, 14 Aug 2006 00:43:36 +0100 (BST)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 351217] New: SlotTransfer used in
	Gnome::Vfs::Transfer should return (g)int
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-351217-5595 http bugzilla gnome org/>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=351217
 gnomemm | gnome-vfsmm | Ver: unspecified

           Summary: SlotTransfer used in Gnome::Vfs::Transfer should return
                    (g)int
           Product: gnomemm
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gnome-vfsmm
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: marko marko anastasov name
         QAContact: gtkmm-forge lists sourceforge net
                CC: murrayc murrayc com
     GNOME version: 2.15/2.16
   GNOME milestone: Unspecified


Currently the return value is bool with a TODO "find out what the return value
is meant to be for". Well, it's in
http://developer.gnome.org/doc/API/2.0/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-xfer.html#GnomeVFSXferProgressCallback
. It is not enough to have true and false, although it is ok to return true if
you don't want to specify any specific actions. OTOH, passing
Gnome::Vfs::XFER_ERROR_MODE_QUERY and Gnome::Vfs::XFER_OVERWRITE_MODE_QUERY to
the transfer functions means that you want to decide in the signal handler what
to do when an error an overwrite operation (is about to) occur, and you do so
by returning specific values of ErrorAction and OverwriteAction enums.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



------------------------------

Message: 2
Date: Mon, 14 Aug 2006 00:45:22 +0100 (BST)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 351217] SlotTransfer used in
	Gnome::Vfs::Transfer should return (g)int
To: gtkmm-forge lists sourceforge net
Message-ID: <20060813234522 2E7CE6C4067 box gnome org>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=351217
 gnomemm | gnome-vfsmm | Ver: unspecified





------- Comment #1 from Marko Anastasov  2006-08-13 23:44 UTC -------
Created an attachment (id=70838)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=70838&action=view)
this small patch changes the slot definition and updates the example in
examples/transfer


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



------------------------------

Message: 3
Date: Mon, 14 Aug 2006 19:25:56 +0100 (BST)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 351336] New: gtk_style_attach wrapping
	is	missed
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-351336-5595 http bugzilla gnome org/>
Content-Type: text/plain; charset=utf-8

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=351336
 gtkmm | general | Ver: 2.4.x

           Summary: gtk_style_attach wrapping is missed
           Product: gtkmm
           Version: 2.4.x
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: pogonyshev gmx net
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unversioned Enhancement
   GNOME milestone: Unspecified


Currently gtk_style_attach() is ignored with this comment: "These are worthless
to the users - they should use set_style instead."  However, set_style() has
this comment: "Sets the Gtk::Style for a widget ( @a widget -&gt;style). You
probably don't want to use this function; it interacts badly with themes..."

Please make binding for gtk_style_attach() available.  AFAIK, it is required
for properly styled widgets.

Current workaround: use low-level C function.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



------------------------------

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

------------------------------

_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest, Vol 3, Issue 16
******************************************



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]