Gtkmm-forge digest, Vol 1 #899 - 4 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 172345] New: Gtk::RadioAction, unable to specifiy initial activated entry (bugzilla-daemon bugzilla gnome org)
   2. [Bug 172346] New: Derived CellRenderers are no longer editable (bugzilla-daemon bugzilla gnome org)
   3. [Bug 172387] Fails to compile on AMD64 with gcc 4.0 (bugzilla-daemon bugzilla gnome org)
   4. [Bug 172387] New: Fails to compile on AMD64 with gcc 4.0 (bugzilla-daemon bugzilla gnome org)

--__--__--

Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri,  1 Apr 2005 06:55:26 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 172345] New: Gtk::RadioAction, unable to specifiy initial activated entry

Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=172345
 gtkmm | general | Ver: 2.6.x

           Summary: Gtk::RadioAction, unable to specifiy initial activated
                    entry
           Product: gtkmm
           Version: 2.6.x
          Platform: Other
        OS/Version: NetBSD
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: fnaumann boerde de
                CC: all-bugs bugzilla gnome org


Under gtkmm it's not possible to specifiy the initial activated entry for
Gtk::RadioAction's. Always the first inserted Gtk::RadioAction is the initial
activated. Under gtk+ it's done by gtk_action_group_add_radio_actions() (the
value argument).

------- 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: Fri,  1 Apr 2005 07:01:31 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 172346] New: Derived CellRenderers are no longer editable

Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=172346
 gtkmm | general | Ver: 2.6.x

           Summary: Derived CellRenderers are no longer editable
           Product: gtkmm
           Version: 2.6.x
          Platform: Other
        OS/Version: NetBSD
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: fnaumann boerde de
                CC: all-bugs bugzilla gnome org


Derived CellRenderers are no longer editable because the
CellRenderer_Class::start_editing_vfunc_callback never call the virtual
start_editing_vfunc anymore. This was introduced in 2.6.1.

------- 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: Fri,  1 Apr 2005 14:04:15 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 172387] Fails to compile on AMD64 with gcc 4.0

Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=172387
 gnomemm | gconfmm | Ver: 2.0





------- Additional Comments From btb debian org  2005-04-01 14:04 -------
This seems to fix it:

diff -urN ../tmp-orig/gconfmm2.0-2.0.2/gconf/gconfmm/client.cc
./gconf/gconfmm/client.cc
--- ../tmp-orig/gconfmm2.0-2.0.2/gconf/gconfmm/client.cc	2004-05-08
14:25:26.000000000 +0200
+++ ./gconf/gconfmm/client.cc	2004-12-20 16:29:22.677364528 +0100
@@ -182,10 +182,10 @@
     switch(list_type)
     {
       case GCONF_VALUE_INT:
-        gconf_value_set_int(v,(int)i->data);
+        gconf_value_set_int(v,(long)i->data);
         break;
       case GCONF_VALUE_BOOL:
-        gconf_value_set_bool(v,(gboolean)i->data);
+        gconf_value_set_bool(v,i->data!=0);
         break;
       case GCONF_VALUE_FLOAT:
         gconf_value_set_float(v,*(gdouble*)i->data);


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


--__--__--

Message: 4
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri,  1 Apr 2005 14:03:06 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 172387] New: Fails to compile on AMD64 with gcc 4.0

Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=172387
 gnomemm | gconfmm | Ver: 2.0

           Summary: Fails to compile on AMD64 with gcc 4.0
           Product: gnomemm
           Version: 2.0
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gconfmm
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: btb debian org
                CC: all-bugs bugzilla gnome org


x86_64-linux-g++ -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"gconfmm\" -I../../gconf
-I../../gconf -DORBIT2=1 -pthread -I/usr/include/gtkmm-2.0
-I/usr/lib/gtkmm-2.0/include -I/usr/lib/sigc++-1.2/include
-I/usr/include/sigc++-1.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -g -O2 -MT client.lo -MD -MP -MF
.deps/client.Tpo -c client.cc  -fPIC -DPIC -o .libs/client.o
client.cc: In member function 'GSList* Gnome::Conf::Client::get_list(const
Glib::ustring&, GConfValueType) const':
client.cc:185: error: cast from 'void*' to 'int' loses precision
client.cc:188: error: cast from 'void*' to 'gboolean' loses precision
make[5]: *** [client.lo] Error 1
make[5]: Leaving directory `/gconfmm2.0-2.0.2/gconf/gconfmm'

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