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 581276] libpanelappletmm build failure
      (gnomemm (bugzilla.gnome.org))
   2. [Bug 581276] libpanelappletmm build failure
      (gnomemm (bugzilla.gnome.org))
   3. [Bug 582981] New: an editable TreeViewColumn when a
      TreeModelFilter is used as TreeModel doesn't work properly
      (gtkmm (bugzilla.gnome.org))
   4. [Bug 582981] an editable TreeViewColumn when a
      TreeModelFilter is used as TreeModel doesn't work properly
      (gtkmm (bugzilla.gnome.org))
   5. [Bug 582996] New: goocanvasmm: missing return value
      (gnomemm (bugzilla.gnome.org))
   6. [Bug 582996] goocanvasmm: missing return value
      (gnomemm (bugzilla.gnome.org))
   7. [Bug 582997] New: Missing return value
      (gnomemm (bugzilla.gnome.org))
   8. [Bug 582997] Missing return value (gnomemm (bugzilla.gnome.org))


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

Message: 1
Date: Sun, 17 May 2009 12:24:10 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 581276] libpanelappletmm build failure
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=581276

  gnomemm | libpanelappletmm | Ver: 2.22

Priit Laes (IRC: plaes) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|NOTABUG                     |




------- Comment #9 from Priit Laes (IRC: plaes)  2009-05-17 12:24 UTC -------
(In reply to comment #8)
> various report say it is actually fixed.

Says who? 

git clone, autogen, configure and make still fail with exactly the same  error
as the one I opened this bug...


-- 
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=581276.



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

Message: 2
Date: Sun, 17 May 2009 12:47:17 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 581276] libpanelappletmm build failure
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=581276

  gnomemm | libpanelappletmm | Ver: 2.22

Daniel Elstner changed:

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




------- Comment #10 from Daniel Elstner  2009-05-17 12:47 UTC -------
(In reply to comment #9)
> 
> git clone, autogen, configure and make still fail with exactly the same  error
> as the one I opened this bug...

That's most likely because you run ./configure a second time (autogen.sh
already executes it) but without the --am-maintainer-mode flag. Since
libpanelappletmm ships with generated source code in the tarball, the Makefile
rules for running gmmproc are only activated when --am-maintainer-mode is
specified.

Just omit the second invocation of ./configure and building from git should
work. Also, Hub made a new tarball release which should build fine without
maintainer mode. If it doesn't, feel free to reopen the bug.


-- 
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=581276.



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

Message: 3
Date: Sun, 17 May 2009 20:53:09 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 582981] New: an editable TreeViewColumn
        when    a TreeModelFilter is used as TreeModel doesn't work properly
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=582981

  gtkmm | TreeView | Ver: 2.16.x
           Summary: an editable TreeViewColumn when a TreeModelFilter is
                    used as TreeModel doesn't work properly
           Product: gtkmm
           Version: 2.16.x
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: TreeView
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
     GNOME version: 2.25/2.26
   GNOME milestone: Unspecified


Please describe the problem:
In a TreeView containing an editable boolean column (added using
append_column_editable (Glib::ustring, TreeModelColumn<ColumnType>) ) and using
a TreeModelFilter as TreeModel, when toggling the N-th row in the TreeView, the
N-th row in the TreeModel on which the TreeModelFilter is based is changed. And
they mostly don't are the same.

Steps to reproduce:
I've attached an example showing this bug

Actual results:


Expected results:


Does this happen every time?


Other information:


-- 
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=582981.



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

Message: 4
Date: Sun, 17 May 2009 20:54:42 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 582981] an editable TreeViewColumn when
        a       TreeModelFilter is used as TreeModel doesn't work properly
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=582981

  gtkmm | TreeView | Ver: 2.16.x




------- Comment #1 from Luca Wehrstedt  2009-05-17 20:54 UTC -------
Created an attachment (id=134834)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=134834&action=view)
A simple program affected by this bug


-- 
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=582981.



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

Message: 5
Date: Mon, 18 May 2009 00:24:01 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 582996] New: goocanvasmm: missing
        return value
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=582996

  gnomemm | goocanvasmm | Ver: unspecified
           Summary: goocanvasmm: missing return value
           Product: gnomemm
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: goocanvasmm
        AssignedTo: [email protected]
        ReportedBy: [email protected]
     GNOME version: Unspecified
   GNOME milestone: Unspecified


We have this patch in openSUSE. It seems the file is a generated one, though,
so I don't know how to properly fix this, sorry.


-- 
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=582996.



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

Message: 6
Date: Mon, 18 May 2009 00:24:26 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 582996] goocanvasmm: missing return
        value
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=582996

  gnomemm | goocanvasmm | Ver: unspecified




------- Comment #1 from Vincent Untz  2009-05-18 00:24 UTC -------
Created an attachment (id=134838)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=134838&action=view)
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=582996.



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

Message: 7
Date: Mon, 18 May 2009 00:35:23 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 582997] New: Missing return value
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=582997

  gnomemm | libgdamm | Ver: unspecified
           Summary: Missing return value
           Product: gnomemm
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: libgdamm
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
     GNOME version: Unspecified
   GNOME milestone: Unspecified


See the attached patch. Again, it seems to be a generated file.


-- 
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=582997.



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

Message: 8
Date: Mon, 18 May 2009 00:35:44 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 582997] Missing return value
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=582997

  gnomemm | libgdamm | Ver: unspecified




------- Comment #1 from Vincent Untz  2009-05-18 00:35 UTC -------
Created an attachment (id=134839)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=134839&action=view)
openSUSE 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=582997.



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

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects

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

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


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

Reply via email to