Gtkmm-forge Digest, Vol 3, Issue 18



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 351773] New: Source code of the simple	printing example
      not visible in tutorial (gtkmm (bugzilla.gnome.org))
   2. [Bug 351773] Source code of the simple printing	example not
      visible in tutorial (gtkmm (bugzilla.gnome.org))
   3. [Bug 351810] New: C++ bindings for GtkBinding*
      (gtkmm (bugzilla.gnome.org))
   4. [Bug 351810] C++ bindings for GtkBinding*
      (gtkmm (bugzilla.gnome.org))


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

Message: 1
Date: Thu, 17 Aug 2006 16:56:14 +0100 (BST)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 351773] New: Source code of the simple
	printing example not visible in tutorial
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-351773-5595 http bugzilla 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=351773
 gtkmm | reference documentation | Ver: 2.9.x

           Summary: Source code of the simple printing example not visible
                    in tutorial
           Product: gtkmm
           Version: 2.9.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: reference documentation
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: marko marko anastasov name
         QAContact: gtkmm-forge lists sourceforge net
                CC: jonathon jongsma gmail com
     GNOME version: Unspecified
   GNOME milestone: Unspecified


I was unable to see why. I'll be away as of 18th so if someone can fix this, go
ahead and commit right away.


-- 
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: Thu, 17 Aug 2006 18:57:38 +0100 (BST)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 351773] Source code of the simple
	printing	example not visible in tutorial
To: gtkmm-forge lists sourceforge net
Message-ID: <20060817175738 C397B6C4091 box 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=351773
 gtkmm | reference documentation | Ver: 2.9.x


jonner changed:

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




------- Comment #1 from jonner  2006-08-17 17:57 UTC -------
I've committed this:
-<para>
-<ulink url="&url_examples_base;printing/simple/">Source Code</ulink>
-</para>
+<para><ulink url="&url_examples_base;printing/simple/">Source
Code</ulink></para>

The script that inserts the examples into the document is a perl script that
just matches a simple regex and expects everything to be on one line.  I ran
into this earlier when I was doing the cairo chapter.  It'd be nice if the
script wasn't so rigid, but for now I've just made this fix to the tutorial. 
It should work now.


-- 
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: Thu, 17 Aug 2006 19:45:57 +0100 (BST)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 351810] New: C++ bindings for
	GtkBinding*
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-351810-5595 http bugzilla 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=351810
 gtkmm | general | Ver: unspecified

           Summary: C++ bindings for GtkBinding*
           Product: gtkmm
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: descender phreaker net
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Gtkmm currently does not have language bindings for installing widget
keybindings   with GtkBinding*.

GtkBinding* is documented here:
http://developer.gnome.org/doc/API/2.0/gtk/gtk-Bindings.html


-- 
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: Thu, 17 Aug 2006 19:48:21 +0100 (BST)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 351810] C++ bindings for GtkBinding*
To: gtkmm-forge lists sourceforge net
Message-ID: <20060817184821 440A86C40A5 box 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=351810
 gtkmm | general | Ver: unspecified


Murray Cumming changed:

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




------- Comment #1 from Murray Cumming  2006-08-17 18:47 UTC -------
Is there any documentation about how this should be used. For instance, a C
example?


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



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

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

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

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


End of Gtkmm-forge Digest, Vol 3, Issue 18
******************************************



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