Gtkmm-forge Digest, Vol 7, Issue 11



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 388086] New: Gtk::RecentManager::Data can't	be
      instantiated (gtkmm (bugzilla.gnome.org))
   2. [Bug 387708] The formulation in the derived	widgets with
      glade part of the tutorials is a bit vague
      (gtkmm (bugzilla.gnome.org))
   3. [Bug 351217] SlotTransfer used in	Gnome::Vfs::Transfer should
      return (g)int (gnomemm (bugzilla.gnome.org))
   4. [Bug 351217] SlotProgress used in	Gnome::Vfs::Transfer should
      return (g)int (gnomemm (bugzilla.gnome.org))


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

Message: 1
Date: Wed, 20 Dec 2006 22:50:46 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 388086] New: Gtk::RecentManager::Data
	can't	be instantiated
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-388086-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=388086

  gtkmm | build | Ver: 2.10.x

           Summary: Gtk::RecentManager::Data can't be instantiated
           Product: gtkmm
           Version: 2.10.x
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: build
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: grantp vmware com
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: 2.13/2.14
   GNOME milestone: Unspecified


Please describe the problem:
Gtk::RecentManager::Data has no constructor defined, so the compiler tries to
create a default one. This default constructor would call the default
constructor of the Glib::StringArrayHandle groups member. However, all of
[String]ArrayHandle's constructors require arguments. No default constructor
for StringArrayHandle means no default constructor for Data, which means no way
to create a Data object.

Steps to reproduce:
1. Write code that instantiates a Gtk::RecentManager::Data object, such as:
   Gtk::RecentManager::Data data;
2. Try to compile.

Actual results:
Compiling fails with an error something like:
/.../gtkmm-2.10.1/include/gtkmm-2.4/gtkmm/recentmanager.h: In constructor
'Gtk::RecentManager::Data::Data()':
/.../gtkmm-2.10.1/include/gtkmm-2.4/gtkmm/recentmanager.h:198: error: no
matching function for call to 'Glib::ArrayHandle<Glib::ustring,
Glib::Container_Helpers::TypeTraits<Glib::ustring> >::ArrayHandle()'
/.../glibmm-2.12.0/include/glibmm-2.4/glibmm/arrayhandle.h:396: note:
candidates are: Glib::ArrayHandle<T, Tr>::ArrayHandle(const
Glib::ArrayHandle<T, Tr>&) [with T = Glib::ustring, Tr =
Glib::Container_Helpers::TypeTraits<Glib::ustring>]
/.../glibmm-2.12.0/include/glibmm-2.4/glibmm/arrayhandle.h:388: note:          
      Glib::ArrayHandle<T, Tr>::ArrayHandle(const typename Tr::CType*,
Glib::OwnershipType) [with T = Glib::ustring, Tr =
Glib::Container_Helpers::TypeTraits<Glib::ustring>]
/.../glibmm-2.12.0/include/glibmm-2.4/glibmm/arrayhandle.h:379: note:          
      Glib::ArrayHandle<T, Tr>::ArrayHandle(const typename Tr::CType*, size_t,
Glib::OwnershipType) [with T = Glib::ustring, Tr =
Glib::Container_Helpers::TypeTraits<Glib::ustring>]


Expected results:
The code should compile.

Does this happen every time?
Yes.

Other information:


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email



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

Message: 2
Date: Thu, 21 Dec 2006 01:02:40 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 387708] The formulation in the derived
	widgets with glade part of the tutorials is a bit vague
To: gtkmm-forge lists sourceforge net
Message-ID: <20061221010240 91E606C415A 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=387708

  gtkmm | reference documentation | Ver: 2.4


Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc murrayc com




------- Comment #2 from Murray Cumming  2006-12-21 01:01 UTC -------
Sure. Looks good, though "typedef" should be "typedefs".

Please commit, with a ChangeLog entry, if you have access.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email



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

Message: 3
Date: Thu, 21 Dec 2006 01:10:38 +0000 (UTC)
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: <20061221011038 0F8816C415A 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


Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email



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

Message: 4
Date: Thu, 21 Dec 2006 01:29:11 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 351217] SlotProgress used in
	Gnome::Vfs::Transfer should return (g)int
To: gtkmm-forge lists sourceforge net
Message-ID: <20061221012911 45DB26C415A 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


Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|SlotTransfer used in        |SlotProgress used in
                   |Gnome::Vfs::Transfer should |Gnome::Vfs::Transfer should
                   |return (g)int               |return (g)int




------- Comment #10 from Murray Cumming  2006-12-21 01:27 UTC -------
For the record, I believe that this bug was about SlotProgress, rather than
"SlotTransfer". 


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email



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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

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


End of Gtkmm-forge Digest, Vol 7, Issue 11
******************************************



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