Gtkmm-forge Digest, Vol 25, Issue 6



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-owner 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 536721] Added Glib::Date GDate constructor.
      (glibmm (bugzilla.gnome.org))
   2. [Bug 537120] Windows ListViewText crash
      (gtkmm (bugzilla.gnome.org))
   3. [Bug 536721] Added Glib::Date GDate constructor.
      (glibmm (bugzilla.gnome.org))
   4. [Bug 537858] New: Text in tutorial Chapter 21 out	of date
      (gtkmm (bugzilla.gnome.org))
   5. [Bug 537858] Text in tutorial Chapter 21 out of	date
      (gtkmm (bugzilla.gnome.org))
   6. [Bug 520778] [PATCH] GNode wrapper implementation
      (glibmm (bugzilla.gnome.org))
   7. [Bug 538226] New: gtkmm should not build tests
      (gtkmm (bugzilla.gnome.org))
   8. [Bug 538229] New: glibmm should not build tests
      (gnomemm (bugzilla.gnome.org))


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

Message: 1
Date: Tue, 10 Jun 2008 17:19:38 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 536721] Added Glib::Date GDate
	constructor.
To: gtkmm-forge lists sourceforge net
Message-ID: <20080610171938 CF6FE23F58D label gnome org>
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=536721

  glibmm | general | Ver: unspecified




------- Comment #8 from Jos? Alburquerque  2008-06-10 17:19 UTC -------
(In reply to comment #6)
> (In reply to comment #5)
> > > Would it also be broken if the signature of the GDate constructor be changed 
> > > from `Date(const GDate&)' to `Date(const GDate*)'?
> > 
> > But you said that neither of those constructors exists yet, so that wouldn't be
> > a break.
> > 
> 
> Did I? Sorry. `Date(const GDate&)' does exist; it's hidden by a `#ifndef
> DOXYGEN_SHOULD_SKIP_THIS' block at the moment.
> 

It was the bug report subject that implied that there was no GDate constructor.
 Once more, sorry about that.


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



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

Message: 2
Date: Tue, 10 Jun 2008 18:39:37 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 537120] Windows ListViewText crash
To: gtkmm-forge lists sourceforge net
Message-ID: <20080610183937 5400423F506 label gnome org>
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=537120

  gtkmm | TreeView | Ver: 2.4




------- Comment #3 from K Civilian  2008-06-10 18:39 UTC -------
something like this I guess?:

#include <gtkmm.h>

#pragma comment(lib, "glibmm-2.4.lib")
#pragma comment(lib, "gtkmm-2.4.lib")
#pragma comment(lib, "sigc-2.0.lib")
#pragma comment(lib, "atkmm-1.6.lib")

int main( int argc, char *args[])
{
        Main kit(&argc, &args);
        ListViewText serversList(2);
        return 0;
}


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



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

Message: 3
Date: Tue, 10 Jun 2008 20:21:16 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 536721] Added Glib::Date GDate
	constructor.
To: gtkmm-forge lists sourceforge net
Message-ID: <20080610202116 A5D4123F58D label gnome org>
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=536721

  glibmm | general | Ver: unspecified




------- Comment #9 from Murray Cumming  2008-06-10 20:21 UTC -------
That looks good. 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=536721.



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

Message: 4
Date: Wed, 11 Jun 2008 20:00:59 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 537858] New: Text in tutorial Chapter
	21 out	of date
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-537858-5595 http bugzilla gnome org/>
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=537858

  gtkmm | documentation | Ver: 2.13.x
           Summary: Text in tutorial Chapter 21 out of date
           Product: gtkmm
           Version: 2.13.x
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Keywords: documentation
          Severity: minor
          Priority: Normal
         Component: documentation
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: gnome bugzilla pebble org uk
     GNOME version: 2.21/2.22
   GNOME milestone: Unspecified


Documentation 
Section: Tutorial, Chapter 21 (Monitoring IO, idle functions and timeouts)
There are a few references to Glib::Main::... which should be just Glib::, some
constants now have Glib:: names rather than using #defined constants through
glib, and the description of the signal parameters are no longer correct.

Correct version:
Attaching a patch...

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



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

Message: 5
Date: Wed, 11 Jun 2008 20:02:03 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 537858] Text in tutorial Chapter 21 out
	of	date
To: gtkmm-forge lists sourceforge net
Message-ID: <20080611200203 B7CD123F598 label gnome org>
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=537858

  gtkmm | documentation | Ver: 2.13.x




------- Comment #1 from Marble  2008-06-11 20:01 UTC -------
Created an attachment (id=112574)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=112574&action=view)
Patch to fix inaccuracies


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



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

Message: 6
Date: Fri, 13 Jun 2008 15:52:15 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 520778] [PATCH] GNode wrapper
	implementation
To: gtkmm-forge lists sourceforge net
Message-ID: <20080613155215 6FE6723F504 label gnome org>
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=520778

  glibmm | general | Ver: 2.15.x

Murray Cumming changed:

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




------- Comment #11 from Murray Cumming  2008-06-13 15:52 UTC -------
Committed, with some minor documentation changes, and a couple of minor TODOs.
Thanks.

Please remember to patch the ChangeLog in future.


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



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

Message: 7
Date: Fri, 13 Jun 2008 22:30:49 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 538226] New: gtkmm should not build
	tests
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-538226-5595 http bugzilla gnome org/>
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=538226

  gtkmm | build | Ver: unspecified
           Summary: gtkmm should not build tests
           Product: gtkmm
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: build
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: bugs zerodev it
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Hi,
It would be nice if gtkmm avoided building his tests by default,
it?s just seconds, or minutes, but this is useless for end users
since they are not installed.

reference: 
https://bugs.gentoo.org/show_bug.cgi?sourceid=Mozilla-search&id=225957


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



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

Message: 8
Date: Fri, 13 Jun 2008 22:34:22 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 538229] New: glibmm should not build
	tests
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-538229-5595 http bugzilla gnome org/>
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=538229

  gnomemm | build | Ver: unspecified
           Summary: glibmm should not build tests
           Product: gnomemm
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: build
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: bugs zerodev it
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Hi,
It would be nice if gnomemm avoided building his tests by default,
it?s just seconds, or minutes, but this is useless for end users
since they are not installed.

reference: 
https://bugs.gentoo.org/show_bug.cgi?sourceid=Mozilla-search&id=225957


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



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

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php

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

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


End of Gtkmm-forge Digest, Vol 25, Issue 6
******************************************


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]