Gtkmm-forge Digest, Vol 3, Issue 14
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: Gtkmm-forge Digest, Vol 3, Issue 14
- Date: Fri, 11 Aug 2006 12:10:44 -0700
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 342822] Non-UI printing example (gtkmm (bugzilla.gnome.org))
2. [Bug 342822] Non-UI printing example (gtkmm (bugzilla.gnome.org))
3. [Bug 342822] Non-UI printing example (gtkmm (bugzilla.gnome.org))
4. [Bug 350870] New: Extend wrapping documentation
(gtkmm (bugzilla.gnome.org))
5. [Bug 342822] Non-UI printing example (gtkmm (bugzilla.gnome.org))
6. [Bug 350881] New: gtkmm build fails (gtkmm (bugzilla.gnome.org))
7. [Bug 302736] A member function equivalent of static
Gdk::Pixbuf::create_subpixbuf() would be more convenient
(gtkmm (bugzilla.gnome.org))
8. [Bug 342822] Non-UI printing example (gtkmm (bugzilla.gnome.org))
----------------------------------------------------------------------
Message: 1
Date: Fri, 11 Aug 2006 09:48:47 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 342822] Non-UI printing example
To: gtkmm-forge lists sourceforge net
Message-ID: <20060811094847 170CC6C40DA 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=342822
gtkmm | general | Ver: unspecified
Ralf Stephan changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ralf ark in-berlin de
------- Comment #5 from Ralf Stephan 2006-08-11 09:48 UTC -------
I confirm this is very useful, but is still not in the v2.9.10 tarfile.
--
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: Fri, 11 Aug 2006 10:05:11 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 342822] Non-UI printing example
To: gtkmm-forge lists sourceforge net
Message-ID: <20060811100511 941C16C40D6 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=342822
gtkmm | general | Ver: unspecified
------- Comment #6 from Murray Cumming 2006-08-11 10:04 UTC -------
We do we want a non-UI printing 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.
------------------------------
Message: 3
Date: Fri, 11 Aug 2006 11:35:32 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 342822] Non-UI printing example
To: gtkmm-forge lists sourceforge net
Message-ID: <20060811113532 1DAF26C40D8 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=342822
gtkmm | general | Ver: unspecified
------- Comment #7 from Marko Anastasov 2006-08-11 11:35 UTC -------
Hm, I was gonna ask to close this.
Ralf, have you looked at examples/book/printing/simple in the tarball? That's
the one meant to be an introduction. This one here really does not do much.
--
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: Fri, 11 Aug 2006 11:48:19 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 350870] New: Extend wrapping
documentation
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-350870-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=350870
gtkmm | reference documentation | Ver: unspecified
Summary: Extend wrapping documentation
Product: gtkmm
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: reference documentation
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: jhs cvs gnome org
QAContact: gtkmm-forge lists sourceforge net
GNOME version: Unspecified
GNOME milestone: Unspecified
Some things are not documented in the "Wrapping a C library" documentation but
are really often needed:
What to do
* with functions that take a Callback as argument
* with functions that take an array pointer as argument (e.g GtkActionEntry
*entries)
* with functions that have a ... argument (Don't Panik)
* with GInterfaces
Some infos about type conversion would also be needed:
const gchar* -> const Glib::ustring&
GtkWidget* -> Gtk::Widget&
...
--
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: Fri, 11 Aug 2006 12:44:39 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 342822] Non-UI printing example
To: gtkmm-forge lists sourceforge net
Message-ID: <20060811124439 6C5CC6C4088 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=342822
gtkmm | general | Ver: unspecified
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |NOTABUG
------- Comment #8 from Murray Cumming 2006-08-11 12:44 UTC -------
So, closed.
--
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: Fri, 11 Aug 2006 12:45:17 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 350881] New: gtkmm build fails
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-350881-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=350881
gtkmm | build | Ver: 2.9.x
Summary: gtkmm build fails
Product: gtkmm
Version: 2.9.x
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: build
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: stormking web de
QAContact: gtkmm-forge lists sourceforge net
GNOME version: Unspecified
GNOME milestone: Unspecified
When trying to compile gtkmm-2.9.9 or gtkmm-2.9.10, I always get the following
error:
listviewtext.cc: In member function `Glib::ustring
Gtk::ListViewText::get_column_title(unsigned int) const':
listviewtext.cc:86: error: parse error before `;' token
gtk+ is 2.10.1
glib is 2.12.0
glibmm is 2.11.3
--
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: Fri, 11 Aug 2006 12:46:46 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 302736] A member function equivalent of
static Gdk::Pixbuf::create_subpixbuf() would be more convenient
To: gtkmm-forge lists sourceforge net
Message-ID: <20060811124646 61F826C4088 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=302736
gtkmm | general | Ver: 2.5.x
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |murrayc murrayc com
Status|UNCONFIRMED |RESOLVED
Resolution| |NOTABUG
------- Comment #7 from Murray Cumming 2006-08-11 12:46 UTC -------
Please reopen if you can think of anything appropriate. If not, it doesn't seem
essential.
--
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: Fri, 11 Aug 2006 15:53:20 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 342822] Non-UI printing example
To: gtkmm-forge lists sourceforge net
Message-ID: <20060811155320 A59D66C40E6 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=342822
gtkmm | general | Ver: unspecified
------- Comment #9 from Ralf Stephan 2006-08-11 15:52 UTC -------
Thanks Marko for the hint to examples which are disabled (without USE flag) in
all Gentoo ebuilds so far. I'll open an issue on their tracker about this.
--
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 14
******************************************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]