Gtkmm-forge digest, Vol 1 #804 - 3 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. Do not try to unsubscribe gtkmm-forge from gtkmm-list.


Today's Topics:

   1. [Bug 157894] Gdk::Pixbuf::create_from_file() has no size arguments (bugzilla-daemon bugzilla gnome org)
   2. [Bug 157894] Gdk::Pixbuf::create_from_file() has no size arguments (bugzilla-daemon bugzilla gnome org)
   3. [Bug 157401] PATCH: MSVC demo build fixes, new .cvsignore files (bugzilla-daemon bugzilla gnome org)

--__--__--

Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 11 Nov 2004 04:51:44 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 157894] Gdk::Pixbuf::create_from_file() has no size arguments

http://bugzilla.gnome.org/show_bug.cgi?id=157894
gtkmm | general | Ver: 2.5

murrayc murrayc com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|1.x-parity                  |easy-fix
            Version|2.4                         |2.5



------- Additional Comments From murrayc murrayc com  2004-11-11 04:51 -------
Moving to 2.5, because that's where we can add API.

Note that gdk_pixbuf_new_from_file_at_size() was new in GTK+ 2.4, but we didn't
wrap it yet. At the moment, we just use gdk_pixbuf_new_from_file(). A patch
would be welcome.

------- You are receiving this mail because: -------
You are the assignee for the bug.


--__--__--

Message: 2
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 11 Nov 2004 04:53:36 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 157894] Gdk::Pixbuf::create_from_file() has no size arguments

http://bugzilla.gnome.org/show_bug.cgi?id=157894
gtkmm | general | Ver: 2.5





------- Additional Comments From murrayc murrayc com  2004-11-11 04:53 -------
Note also that this should be a new overload of Pixbuf::create_from_file(),
instead of just adding new method parameters with default values, because we can
not change the existing method signature, because that would break ABI.

------- You are receiving this mail because: -------
You are the assignee for the bug.


--__--__--

Message: 3
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 11 Nov 2004 07:03:33 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 157401] PATCH: MSVC demo build fixes, new .cvsignore files

http://bugzilla.gnome.org/show_bug.cgi?id=157401
gtkmm | build | Ver: 2.4





------- Additional Comments From cgustin ibelgique com  2004-11-11 07:03 -------
I committed all .cvsignore files to the gtkmm-2-4 branch

For the 'type_slotDo slot = row[columns.slot]' issue, the error returned by MSVC is

c:\Users\Gustin\Programs\libsigc++2\sigc++\functors\slot.h(103) : error C2440:
'return' : cannot convert from 'sigc::adaptor_functor::result_type' to
'Gtk::Window *'
        with
        [
            T_functor=sigc::adaptor_trait>::functor_type
        ]
        Expressions of type void cannot be converted to other types
        c:\Users\Gustin\Programs\libsigc++2\sigc++\functors\slot.h(100) : while
compiling class-template member function 'Gtk::Window
sigc::internal::slot_call0::call_it(sigc::internal::slot_rep *)'
        with
        [
            T_functor=Gtk::TreeValueProxy,
            T_return=Gtk::Window *
        ]
        c:\Users\Gustin\Programs\libsigc++2\sigc++\functors\slot.h(452) : see
reference to class template instantiation 'sigc::internal::slot_call0' being
compiled
        with
        [
            T_functor=Gtk::TreeValueProxy,
            T_return=Gtk::Window *
        ]
        c:\Users\Gustin\Programs\libsigc++2\sigc++\functors\slot.h(1103) : see
reference to function template instantiation 'sigc::slot0::slot0(const T_functor
&)' being compiled
        with
        [
            T_return=Gtk::Window *,
            T_functor=Gtk::TreeValueProxy
        ]
        c:\Users\Gustin\Programs\gtkmm\demos\gtk-demo\demowindow.cc(162) : see
reference to function template instantiation 'sigc::slot::slot>(const T_functor
&)' being compiled
        with
        [
            T_return=Gtk::Window *,
            ColumnType=type_slotDo,
            T_functor=Gtk::TreeValueProxy
        ]

A few days ago, I committed an updated demowindow.cc with

const type_slotDo& slot = row[columns.slot];

that does the job.

------- You are receiving this mail because: -------
You are the assignee for the bug.



--__--__--

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