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 397167] build failure: error: expected initializer
before '&' token (glibmm (bugzilla.gnome.org))
2. [Bug 400908] need for a beginners' tutorial that encompasses
gtkmm/glade/libglade (gtkmm (bugzilla.gnome.org))
3. [Bug 394907] delete the class which inherit from gtk has some
memory leak. (gtkmm (bugzilla.gnome.org))
4. [Bug 401083] Async API example (gnomemm (bugzilla.gnome.org))
5. [Bug 401083] Async API example (gnomemm (bugzilla.gnome.org))
6. [Bug 401083] Async API example (gnomemm (bugzilla.gnome.org))
7. [Bug 401083] Async API example (gnomemm (bugzilla.gnome.org))
8. [Bug 401083] Async API example (gnomemm (bugzilla.gnome.org))
9. [Bug 401083] Async API example (gnomemm (bugzilla.gnome.org))
----------------------------------------------------------------------
Message: 1
Date: Fri, 26 Jan 2007 20:51:05 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 397167] build failure: error: expected
initializer before '&' token
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=397167
glibmm | build | Ver: unspecified
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Comment #11 from Murray Cumming 2007-01-26 20:49 UTC -------
Well done. Smart thinking.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 2
Date: Fri, 26 Jan 2007 20:52:05 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 400908] need for a beginners' tutorial
that encompasses gtkmm/glade/libglade
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=400908
gtkmm | documentation | Ver: unspecified
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
------- Comment #1 from Murray Cumming 2007-01-26 20:50 UTC -------
So, we should add something to the current glade/libglademm chapter, I guess,
about using Glade to generate the .glade file.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 3
Date: Sun, 28 Jan 2007 14:35:57 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 394907] delete the class which inherit
from gtk has some memory leak.
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=394907
gtkmm | general | Ver: 2.8.x
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
------- Comment #1 from Murray Cumming 2007-01-28 14:34 UTC -------
Could you please give more details, maybe from a valgrind run. And could you
please simplify your example.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 4
Date: Sun, 28 Jan 2007 16:00:52 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 401083] Async API example
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=401083
gnomemm | gnome-vfsmm | Ver: 2.18
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
------- Comment #2 from Murray Cumming 2007-01-28 15:59 UTC -------
By the way, I noticed that I have not done any gnome-vfsmm 2.17.x tarball
release, so we have actually missed the API freeze for GNOME 2.18. Sorry. Is
this very inconvenient for you?
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 5
Date: Sun, 28 Jan 2007 16:36:02 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 401083] Async API example
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=401083
gnomemm | gnome-vfsmm | Ver: 2.18
------- Comment #3 from Murray Cumming 2007-01-28 16:34 UTC -------
I have committed the patch anyway, though I
- removed the debug comments.
- moved the Priority enum into Gnome::Vfs::Async2::Handle. Tell me if this
doesn't make sense.
- Added documentation for the enum items, from the C documentation.
- In the example, removed the return type from print_vfs_error().
I have not investigated the problem yet. Is it possible that "delete handle" is
being called too soon?
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 6
Date: Sun, 28 Jan 2007 22:40:15 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 401083] Async API example
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=401083
gnomemm | gnome-vfsmm | Ver: 2.18
------- Comment #4 from Marko Anastasov 2007-01-28 22:38 UTC -------
(In reply to comment #2)
> By the way, I noticed that I have not done any gnome-vfsmm 2.17.x tarball
> release, so we have actually missed the API freeze for GNOME 2.18. Sorry. Is
> this very inconvenient for you?
Well, certainly not inconvenient enough to ask for an API break now. Besides, I
should've reminded you...
(In reply to comment #3)
> - moved the Priority enum into Gnome::Vfs::Async2::Handle. Tell me if this
> doesn't make sense.
Yes, the enum is meant to be used in Async2::Handle functions only, but I
thought that since all (?) enums in *mm are kept in their root namespace, this
one should follow as well. It becomes a habit to expect them there. Means less
typing, too.
> Is it possible that "delete handle" is being called too soon?
Well... yes. I just tried. :/
I'll add some more functionality to the example then and rearrange the code in
*.ccg a bit - the lines are way too long, it's really hard to read.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 7
Date: Mon, 29 Jan 2007 09:22:58 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 401083] Async API example
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=401083
gnomemm | gnome-vfsmm | Ver: 2.18
------- Comment #5 from Murray Cumming 2007-01-29 09:21 UTC -------
> the lines are way too long, it's really hard to read.
I don't think it's normal to have an editor that's only 80 monospace characters
wide, so I'd prefer not to have patches confused by whitespace changes. This
also makes it difficult to include the examples inline in tutorial
documentation.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 8
Date: Mon, 29 Jan 2007 13:52:07 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 401083] Async API example
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=401083
gnomemm | gnome-vfsmm | Ver: 2.18
------- Comment #6 from Marko Anastasov 2007-01-29 13:50 UTC -------
Created an attachment (id=81429)
--> (http://bugzilla.gnome.org/attachment.cgi?id=81429&action=view)
extended example
The example is now mostly complete.
I also have some API suggestions, but I'll open a new bug for that.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
Message: 9
Date: Mon, 29 Jan 2007 13:54:51 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
<[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 401083] Async API example
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=utf-8
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=401083
gnomemm | gnome-vfsmm | Ver: 2.18
Marko Anastasov changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #81429|0 |1
is obsolete| |
------- Comment #7 from Marko Anastasov 2007-01-29 13:53 UTC -------
Created an attachment (id=81430)
--> (http://bugzilla.gnome.org/attachment.cgi?id=81430&action=view)
extended example, with CL entry
Sorry, forgot to add a ChangeLog entry.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------------------------------
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
------------------------------
_______________________________________________
Gtkmm-forge mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest, Vol 8, Issue 19
******************************************
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list