Gtkmm-forge Digest, Vol 37, Issue 14

View: New views
1 Messages — Rating Filter:   Alert me  

Gtkmm-forge Digest, Vol 37, Issue 14

by gtkmm-forge-request :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Send Gtkmm-forge mailing list submissions to
        gtkmm-forge@...

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@...

You can reach the person managing the list at
        gtkmm-forge-owner@...

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 582981] an editable TreeViewColumn when a
      TreeModelFilter is used as TreeModel doesn't work properly
      (gtkmm (bugzilla.gnome.org))
   2. [Bug 573482] libglademm: thoughts about signal autoconnecting
      (gtkmm (bugzilla.gnome.org))
   3. [Bug 586437] TreePath::empty return true if the object is
      NULL (gtkmm (bugzilla.gnome.org))
   4. [Bug 585027] Glib::Date copy constructor triggers critical
      warnings (glibmm (bugzilla.gnome.org))
   5. [Bug 585027] Glib::Date copy constructor triggers critical
      warnings (glibmm (bugzilla.gnome.org))
   6. [Bug 585027] Glib::Date copy constructor triggers critical
      warnings (glibmm (bugzilla.gnome.org))
   7. [Bug 585027] Glib::Date copy constructor triggers critical
      warnings (glibmm (bugzilla.gnome.org))
   8. [Bug 585027] Glib::Date copy constructor triggers critical
      warnings (glibmm (bugzilla.gnome.org))


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

Message: 1
Date: Mon, 22 Jun 2009 15:53:06 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <bugzilla-daemon@...>
Subject: [gtkmm bugzilla] [Bug 582981] an editable TreeViewColumn when
        a TreeModelFilter is used as TreeModel doesn't work properly
To: gtkmm-forge@...
Message-ID: <20090622155306.6D72923F5A8@...>
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 #8 from Murray Cumming  2009-06-22 15:53 UTC -------
What are all these changes about:?
-  void _auto_store_on_cellrenderer_toggle_edited_with_model(const
Glib::ustring& path_string, int model_column, const
Glib::RefPtr<Gtk::TreeModel>& model);
+  void _auto_store_on_cellrenderer_toggle_edited_with_model(const
Glib::ustring& path_string, int model_column, Glib::RefPtr<Gtk::TreeModel>
model);


--
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: 2
Date: Mon, 22 Jun 2009 15:56:32 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <bugzilla-daemon@...>
Subject: [gtkmm bugzilla] [Bug 573482] libglademm: thoughts about
        signal autoconnecting
To: gtkmm-forge@...
Message-ID: <20090622155632.3E17C23F5A7@...>
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=573482

  gtkmm | general | Ver: unspecified




------- Comment #61 from Murray Cumming  2009-06-22 15:56 UTC -------
That doesn't patch against the current git master:

$ patch -p0 < /home/murrayc/Desktop/patches/doc3.diff
patching file examples/book/builder/basic/main.cc
Hunk #1 FAILED at 3.
Hunk #2 FAILED at 41.
2 out of 2 hunks FAILED -- saving rejects to file
examples/book/builder/basic/main.cc.rej
patching file examples/book/builder/basic/basic.ui
patching file examples/book/builder/other/main.cc
patching file examples/book/builder/other/Makefile.am
patching file examples/book/builder/other/other.ui
patching file examples/book/builder/derived/deriveddialog.cc
patching file examples/book/builder/derived/deriveddialog.h
patching file examples/book/builder/derived/main.cc
Hunk #1 succeeded at 51 with fuzz 1 (offset 10 lines).
patching file examples/book/builder/derived/basic.ui
patching file examples/book/builder/Makefile.am


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



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

Message: 3
Date: Mon, 22 Jun 2009 15:57:17 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <bugzilla-daemon@...>
Subject: [gtkmm bugzilla] [Bug 586437] TreePath::empty return true if
        the object is NULL
To: gtkmm-forge@...
Message-ID: <20090622155717.64D2623F5A8@...>
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=586437

  gtkmm | TreeView | Ver: 2.16.x

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc@...




------- Comment #1 from Murray Cumming  2009-06-22 15:57 UTC -------
Yes, please.


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



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

Message: 4
Date: Mon, 22 Jun 2009 16:17:36 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <bugzilla-daemon@...>
Subject: [gtkmm bugzilla] [Bug 585027] Glib::Date copy constructor
        triggers critical warnings
To: gtkmm-forge@...
Message-ID: <20090622161736.36FB223F5A7@...>
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=585027

  glibmm | general | Ver: unspecified




------- Comment #5 from Jos? Alburquerque  2009-06-22 16:17 UTC -------
Committed to master:

2009-06-22  Jos? Alburquerque  <jaalburqu@...>

        * glib/src/date.ccg: Check for an invalid date in copy constructor and
        assignment operator.  Fixes bug #585027.


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



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

Message: 5
Date: Mon, 22 Jun 2009 16:18:40 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <bugzilla-daemon@...>
Subject: [gtkmm bugzilla] [Bug 585027] Glib::Date copy constructor
        triggers critical warnings
To: gtkmm-forge@...
Message-ID: <20090622161840.A0A2F23F5A6@...>
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=585027

  glibmm | general | Ver: unspecified

Jos? Alburquerque changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #136076|none                        |committed
               Flag|                            |
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




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



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

Message: 6
Date: Mon, 22 Jun 2009 17:30:54 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <bugzilla-daemon@...>
Subject: [gtkmm bugzilla] [Bug 585027] Glib::Date copy constructor
        triggers critical warnings
To: gtkmm-forge@...
Message-ID: <20090622173054.C426023F5A6@...>
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=585027

  glibmm | general | Ver: unspecified




------- Comment #6 from Jos? Alburquerque  2009-06-22 17:30 UTC -------
Also applied to glibmm-2-18 and glibmm-2-20.  Will apply things to glibmm-2-20
instead of master next time.


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



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

Message: 7
Date: Mon, 22 Jun 2009 17:41:47 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <bugzilla-daemon@...>
Subject: [gtkmm bugzilla] [Bug 585027] Glib::Date copy constructor
        triggers critical warnings
To: gtkmm-forge@...
Message-ID: <20090622174147.6CAC223F5A6@...>
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=585027

  glibmm | general | Ver: unspecified




------- Comment #7 from Murray Cumming  2009-06-22 17:41 UTC -------
It's fine to commit things to master. Nothing should be in glibmm-2-20 that is
not in master.


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



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

Message: 8
Date: Mon, 22 Jun 2009 17:44:25 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <bugzilla-daemon@...>
Subject: [gtkmm bugzilla] [Bug 585027] Glib::Date copy constructor
        triggers critical warnings
To: gtkmm-forge@...
Message-ID: <20090622174425.B4E0E23F5A6@...>
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=585027

  glibmm | general | Ver: unspecified




------- Comment #8 from Jos? Alburquerque  2009-06-22 17:44 UTC -------
Understood.


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



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

------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org

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

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


End of Gtkmm-forge Digest, Vol 37, Issue 14
*******************************************
_______________________________________________
gtkmm-list mailing list
gtkmm-list@...
http://mail.gnome.org/mailman/listinfo/gtkmm-list