Send Gtkmm-forge mailing list submissions to
        [EMAIL PROTECTED]

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
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

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 559900] Devhelp index page doesn't exist     anymore
      (gtkmm (bugzilla.gnome.org))
   2. [Bug 555268] No unset_model() for ComboBox or     IconView
      (gtkmm (bugzilla.gnome.org))
   3. [Bug 555268] No unset_model() for ComboBox or     IconView
      (gtkmm (bugzilla.gnome.org))
   4. [Bug 559896] Pangomm references gtkmm in devhelp
      (pangomm (bugzilla.gnome.org))
   5. [Bug 560074] New: example doesn't build with      cairomm 1.7.0
      (gnomemm (bugzilla.gnome.org))
   6. [Bug 559900] Devhelp index page doesn't exist     anymore
      (gtkmm (bugzilla.gnome.org))


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

Message: 1
Date: Sat,  8 Nov 2008 15:45:27 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 559900] Devhelp index page doesn't
        exist   anymore
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=559900

  gtkmm | documentation | Ver: unspecified




------- Comment #1 from Deng Xiyue  2008-11-08 15:45 UTC -------
Created an attachment (id=122231)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=122231&action=view)
gtkmm_devhelp_path.patch


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=559900.



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

Message: 2
Date: Sun,  9 Nov 2008 12:17:42 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 555268] No unset_model() for ComboBox
        or      IconView
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=555268

  gtkmm | general | Ver: 2.14.x




------- Comment #2 from Alexander Shaduri  2008-11-09 12:17 UTC -------
Created an attachment (id=122258)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=122258&action=view)
Support unset_model() functions for all set_model()'s


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=555268.



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

Message: 3
Date: Sun,  9 Nov 2008 12:23:41 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 555268] No unset_model() for ComboBox
        or      IconView
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=555268

  gtkmm | general | Ver: 2.14.x




------- Comment #3 from Alexander Shaduri  2008-11-09 12:23 UTC -------
I attached a patch against SVN trunk (2008-11-09).

I'm not sure about your policy of adding new API functions, so I marked them as
"since 2.16".
I also wanted to add examples of using pure GTK for older versions of gtkmm to
the documentation of unset_model()'s, but I'm not sure how to do that with all
the automatic gtk names -> gtkmm names processing going on.

The relevant changelog entry (included in the patch):

        * gtk/src/cellview.ccg:
        * gtk/src/cellview.hg: Added unset_model().

        * gtk/src/combobox.ccg:
        * gtk/src/combobox.hg: Added unset_model().

        * gtk/src/entrycompletion.ccg:
        * gtk/src/entrycompletion.hg: Added unset_model().

        * gtk/src/iconview.ccg:
        * gtk/src/iconview.hg: Added unset_model().

        * gtk/src/treeview.hg: Marked unset_model() as available since 2.8.

        * gtk/src/gtk_docs_override.xml: Added overrides for
        gtk_tree_view_set_model(), gtk_cell_view_set_model(),
        gtk_entry_completion_set_model(), gtk_entry_completion_set_model()
        and gtk_combo_box_set_model(), because their documentation
        contained an incorrect method of unsetting the models.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=555268.



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

Message: 4
Date: Sun,  9 Nov 2008 13:24:48 +0000 (UTC)
From: "pangomm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 559896] Pangomm references gtkmm in
        devhelp
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=559896

  pangomm | documentation | Ver: unspecified

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]




------- Comment #2 from Murray Cumming  2008-11-09 13:24 UTC -------
Seems fine. Please commit.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=559896.



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

Message: 5
Date: Sun,  9 Nov 2008 21:34:26 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 560074] New: example doesn't build with
        cairomm 1.7.0
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]/>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=560074

  gnomemm | goocanvasmm | Ver: unspecified
           Summary: example doesn't build with cairomm 1.7.0
           Product: gnomemm
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: Normal
         Component: goocanvasmm
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
     GNOME version: 2.25/2.26
   GNOME milestone: Unspecified


This is on Mandriva Cooker, goocanvasmm 0.12.0 does't build:
g++ -DHAVE_CONFIG_H  -I. -I. -I../../goocanvas -I../../goocanvas
-I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/gtkmm-2.4
-I/usr/lib/gtkmm-2.4/include -I/usr/include/giomm-2.4
-I/usr/lib/giomm-2.4/include -I/usr/include/gdkmm-2.4
-I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4
-I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12
-I/usr/include/atk-1.0 -I/usr/include/goocanvas-1.0    -O2 -g -pipe
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic
-fasynchronous-unwind-tables -MT primitives.o -MD -MP -MF .deps/primitives.Tpo
-c -o primitives.o primitives.cc
primitives.cc: In member function 'Glib::RefPtr<Goocanvas::Item>
Primitives::_create_anchor(double, double)':
primitives.cc:357: error: braces around initializer for non-aggregate type
'Cairo::Matrix'
make: *** [primitives.o] Error 1


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=560074.



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

Message: 6
Date: Mon, 10 Nov 2008 12:34:48 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 559900] Devhelp index page doesn't
        exist   anymore
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=559900

  gtkmm | documentation | Ver: unspecified

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #2 from Murray Cumming  2008-11-10 12:34 UTC -------
Applied. Thanks.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=559900.



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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

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

_______________________________________________
Gtkmm-forge mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest, Vol 30, Issue 8
******************************************
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to