Gtkmm-forge Digest, Vol 1, Issue 1152



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 343054] gdkmm build fails with Visual Studio	2005
      (gtkmm (bugzilla.gnome.org))
   2. [Bug 316726] Cannot compile gtkmm application
      (gtkmm (bugzilla.gnome.org))
   3. [Bug 344925] Further printing API updates
      (gtkmm (bugzilla.gnome.org))
   4. [Bug 344925] Further printing API updates
      (gtkmm (bugzilla.gnome.org))
   5. [Bug 345245] Murray would be happy if someone made	autogen.sh
      turn on warnings for g++-4.x users too. (gtkmm (bugzilla.gnome.org))
   6. [Bug 344990] gtkmm-2.9.4 does not build against	gtk+-2.9.3
      (gtkmm (bugzilla.gnome.org))
   7. [Bug 344110] build error in gconfmm example
      (gnomemm (bugzilla.gnome.org))
   8. [Bug 339553] gnome_vfs_format_uri_for_display	might expose
      password used (gnomemm (bugzilla.gnome.org))
   9. [Bug 345245] Murray would be happy if someone made	autogen.sh
      turn on warnings for g++-4.x users too. (gtkmm (bugzilla.gnome.org))


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

Message: 1
Date: Mon, 19 Jun 2006 03:24:23 -0400 (EDT)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 343054] gdkmm build fails with Visual
	Studio	2005
To: gtkmm-forge lists sourceforge net
Message-ID: <20060619072423 31BBE6CC1B3 window gnome org>
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=343054
 gtkmm | build | Ver: 2.8.x





------- Comment #2 from Murray Cumming  2006-06-19 07:24 UTC -------
Surya, please respond.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



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

Message: 2
Date: Mon, 19 Jun 2006 03:28:35 -0400 (EDT)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 316726] Cannot compile gtkmm
	application
To: gtkmm-forge lists sourceforge net
Message-ID: <20060619072835 82C0F6CC1C2 window gnome org>
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=316726
 gtkmm | general | Ver: 2.4


Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |gnome-love




-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



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

Message: 3
Date: Mon, 19 Jun 2006 03:34:25 -0400 (EDT)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 344925] Further printing API updates
To: gtkmm-forge lists sourceforge net
Message-ID: <20060619073425 548C66CC1D4 window gnome org>
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=344925
 gtkmm | general | Ver: 2.9.x


Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc murrayc com




------- Comment #2 from Murray Cumming  2006-06-19 07:34 UTC -------
Now I understand that this done signal is for asynchronous use: The program
does not need to block while the printing happens. So I don't think that's so
bad. It certainly can't be wrapped by an exception unless we used a blocking
method.

I suppose it might be slightly better if the error, if any, was passed directly
by the signal, so we don't need to call get_error() separately. But that
wouldn't be a huge advantage.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



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

Message: 4
Date: Mon, 19 Jun 2006 03:44:31 -0400 (EDT)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 344925] Further printing API updates
To: gtkmm-forge lists sourceforge net
Message-ID: <20060619074431 7C78C6CC1F1 window gnome org>
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=344925
 gtkmm | general | Ver: 2.9.x





------- Comment #3 from Murray Cumming  2006-06-19 07:44 UTC -------
- PrintOperationPreview::is_selected() should be const. (and is_selected_vfunc
too, if that works.)
- For PrintOperation:run() maybe we can provide a default value for
"PrintOperationAction action". Maybe PRINT_OPERATION_ACTION_PRINT_DIALOG.
- Regarding "// TODO: is it a pointer or a RefPtr to PrintOperationPreview in
the "preview" signal?", I guess if this is always a widget (for instance, a
window) then it must be a regular pointer.
- In "_WRAP_PROPERTY("export_filename", Glib::ustring)", filenames should be
used via std::string.

Then anyone should feel free to commit this.

Sorry for the delay.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



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

Message: 5
Date: Mon, 19 Jun 2006 03:26:51 -0400 (EDT)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 345245] Murray would be happy if
	someone made	autogen.sh turn on warnings for g++-4.x users too.
To: gtkmm-forge lists sourceforge net
Message-ID: <20060619072651 6E1AB6CC1C8 window gnome org>
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=345245
 gtkmm | build | Ver: unspecified


Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc murrayc com




------- Comment #2 from Murray Cumming  2006-06-19 07:26 UTC -------
Thanks. Feel free to commit (with ChangeLog entry).

Sorry, for all this "Feel free to commit" yourself stuff. I'm not always near
my PC at the moment.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



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

Message: 6
Date: Mon, 19 Jun 2006 03:25:37 -0400 (EDT)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 344990] gtkmm-2.9.4 does not build
	against	gtk+-2.9.3
To: gtkmm-forge lists sourceforge net
Message-ID: <20060619072537 C0BDC6CC1B9 window gnome org>
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=344990
 gtkmm | build | Ver: 2.9.x


Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc murrayc com




------- Comment #5 from Murray Cumming  2006-06-19 07:25 UTC -------
I'll try to do a release soon. I thought the main problem was that current cvs
would not build with the latest gtk+ tarball, but maybe I'm wrong.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



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

Message: 7
Date: Mon, 19 Jun 2006 04:02:29 -0400 (EDT)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 344110] build error in gconfmm example
To: gtkmm-forge lists sourceforge net
Message-ID: <20060619080229 A80466CC1C0 window gnome org>
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=344110
 gnomemm | gconfmm | Ver: unspecified


Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc murrayc com
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #2 from Murray Cumming  2006-06-19 08:02 UTC -------
Thanks. I fixed this in CVS a few days ago and release a new version. Sorry for
the delay in updating this bug entry.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



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

Message: 8
Date: Mon, 19 Jun 2006 04:11:56 -0400 (EDT)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 339553]
	gnome_vfs_format_uri_for_display	might expose password used
To: gtkmm-forge lists sourceforge net
Message-ID: <20060619081156 C22DE6CC1DE window gnome org>
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=339553
 gnomemm | gnome-vfsmm | Ver: 2.10


Murray Cumming changed:

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




------- Comment #3 from Murray Cumming  2006-06-19 08:11 UTC -------
This doesn't seem to be relevant to gtkmm/gnomemm. We just wrap the API we are
given. 


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



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

Message: 9
Date: Mon, 19 Jun 2006 10:57:29 -0400 (EDT)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 345245] Murray would be happy if
	someone made	autogen.sh turn on warnings for g++-4.x users too.
To: gtkmm-forge lists sourceforge net
Message-ID: <20060619145729 B9FA56CC1B7 window gnome org>
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=345245
 gtkmm | build | Ver: unspecified


Elijah Newren changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #67579|none                        |committed
               Flag|                            |
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #3 from Elijah Newren  2006-06-19 14:57 UTC -------
What's wrong with saying "feel free to commit"?  That's the way I almost always
respond to patches for my modules (regardless of whether I'm near my PC).


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



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



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

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


End of Gtkmm-forge Digest, Vol 1, Issue 1152
********************************************



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