Gtkmm-forge Digest, Vol 32, Issue 10
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: Gtkmm-forge Digest, Vol 32, Issue 10
- Date: Thu, 22 Jan 2009 11:09:02 +0000
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 568416] undefined reference to Gtk::Stock::ORIENTATION_*
(gtkmm (bugzilla.gnome.org))
2. [Bug 568416] undefined reference to Gtk::Stock::ORIENTATION_*
(gtkmm (bugzilla.gnome.org))
3. [Bug 420477] MSVC: freetype2 dir is not in include path
(gtkmm (bugzilla.gnome.org))
4. [Bug 568485] New: typewriting error in
Gtk::AccelMap::add_entry(..) reference (gtkmm (bugzilla.gnome.org))
5. [Bug 568490] New: inconsistency in
Gtk::Widget::set_accel_path() and
Gtk::Widget::add_accelerator(...) (gtkmm (bugzilla.gnome.org))
6. [Bug 568486] New: typewriting error in
Gtk::AccelMap::add_entry(..) reference (gtkmm (bugzilla.gnome.org))
7. [Bug 568490] inconsistency in Gtk::Widget::set_accel_path()
and Gtk::Widget::add_accelerator(...) (gtkmm (bugzilla.gnome.org))
8. [Bug 566147] Reading out papersize from a saved PageSetup
seems to fail, (gtkmm (bugzilla.gnome.org))
----------------------------------------------------------------------
Message: 1
Date: Tue, 20 Jan 2009 12:52:01 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 568416] undefined reference to
Gtk::Stock::ORIENTATION_*
To: gtkmm-forge lists sourceforge net
Message-ID: <20090120125201 E713923F51C 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=568416
gtkmm | general | Ver: 2.14.x
------- Comment #1 from Tao Wang 2009-01-20 12:51 UTC -------
Created an attachment (id=126832)
--> (http://bugzilla.gnome.org/attachment.cgi?id=126832&action=view)
proposed patch
The bug may caused by missing assignments in gtk/gtkmm/stock.cc. The proposed
patch contains the missing assignments.
--
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=568416.
------------------------------
Message: 2
Date: Tue, 20 Jan 2009 16:40:39 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 568416] undefined reference to
Gtk::Stock::ORIENTATION_*
To: gtkmm-forge lists sourceforge net
Message-ID: <20090120164039 7CD6623F51E 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=568416
gtkmm | general | Ver: 2.14.x
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |murrayc murrayc com
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Comment #2 from Murray Cumming 2009-01-20 16:40 UTC -------
Good catch. Fixed with this commit in svn trunk and the gtkmm-2-14 branch:
2009-01-20 Murray Cumming <murrayc murrayc com>
* gtk/gtkmm/stock.cc: Actually define and initialize
ORIENTATION_PORTRAIT, ORIENTATION_LANDSCAPE,
ORIENTATION_REVERSE_LANDSCAPE, and ORIENTATION_REVERSE_PORTRAIT,
avoiding undefined reference errors when trying to use these.
Bug #568416 (Tao Wang).
--
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=568416.
------------------------------
Message: 3
Date: Tue, 20 Jan 2009 17:33:29 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 420477] MSVC: freetype2 dir is not in
include path
To: gtkmm-forge lists sourceforge net
Message-ID: <20090120173329 7809A23F50A 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=420477
gtkmm | build | Ver: unspecified
Armin Burgmeier changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |OBSOLETE
------- Comment #7 from Armin Burgmeier 2009-01-20 17:33 UTC -------
The official GTK+ bundle no longer contains Freetype, and we therefore don't
ship freetype headers or libraries in gtkmm. I'm closing this bug as obsolete
because of this.
--
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=420477.
------------------------------
Message: 4
Date: Tue, 20 Jan 2009 21:32:16 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 568485] New: typewriting error in
Gtk::AccelMap::add_entry(..) reference
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-568485-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=568485
gtkmm | reference documentation | Ver: unspecified
Summary: typewriting error in Gtk::AccelMap::add_entry(..)
reference
Product: gtkmm
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: Normal
Component: reference documentation
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: q quark gmail com
QAContact: gtkmm-forge lists sourceforge net
GNOME version: 2.23/2.24
GNOME milestone: Unspecified
Gtk::AccelMap::add_entry(..) displays a minor error in the description. The
html entities < and > are shown instead of < and >
It displays: [...] consist of "& lt;WINDOWTYPE& gt;/Cat[...]
instead of [...] consist of "<WINDOWTYPE>/Cat[...]
Same for: [...] may look like: "& lt;Gimp-Toolbox& gt;/F[...]
--
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=568485.
------------------------------
Message: 5
Date: Tue, 20 Jan 2009 21:49:14 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 568490] New: inconsistency in
Gtk::Widget::set_accel_path() and Gtk::Widget::add_accelerator(...)
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-568490-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=568490
gtkmm | reference documentation | Ver: unspecified
Summary: inconsistency in Gtk::Widget::set_accel_path() and
Gtk::Widget::add_accelerator(...)
Product: gtkmm
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: Normal
Component: reference documentation
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: q quark gmail com
QAContact: gtkmm-forge lists sourceforge net
GNOME version: 2.23/2.24
GNOME milestone: Unspecified
I found in the description of function Gtk::Widget::set_accel_path(...) and
Gtk::Widget::add_accelerator(...) inconsistencies making reference at
gtk_accel_map_* but it should say functions defined in Gtk::AccelMap namespace.
--
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=568490.
------------------------------
Message: 6
Date: Tue, 20 Jan 2009 21:32:17 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 568486] New: typewriting error in
Gtk::AccelMap::add_entry(..) reference
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-568486-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=568486
gtkmm | reference documentation | Ver: unspecified
Summary: typewriting error in Gtk::AccelMap::add_entry(..)
reference
Product: gtkmm
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: Normal
Component: reference documentation
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: q quark gmail com
QAContact: gtkmm-forge lists sourceforge net
GNOME version: 2.23/2.24
GNOME milestone: Unspecified
Gtk::AccelMap::add_entry(..) displays a minor error in the description. The
html entities < and > are shown instead of < and >
It displays: [...] consist of "& lt;WINDOWTYPE& gt;/Cat[...]
instead of [...] consist of "<WINDOWTYPE>/Cat[...]
Same for: [...] may look like: "& lt;Gimp-Toolbox& gt;/F[...]
--
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=568486.
------------------------------
Message: 7
Date: Tue, 20 Jan 2009 21:52:58 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 568490] inconsistency in
Gtk::Widget::set_accel_path() and Gtk::Widget::add_accelerator(...)
To: gtkmm-forge lists sourceforge net
Message-ID: <20090120215258 F036A23F51C 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=568490
gtkmm | reference documentation | Ver: unspecified
Mihai Niculescu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |q quark gmail com
------- Comment #1 from Mihai Niculescu 2009-01-20 21:52 UTC -------
you may found similar bugs in other classes, methods that make reference to
Gtk::AccelMap
--
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=568490.
------------------------------
Message: 8
Date: Thu, 22 Jan 2009 11:08:49 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 566147] Reading out papersize from a
saved PageSetup seems to fail,
To: gtkmm-forge lists sourceforge net
Message-ID: <20090122110849 DF39123F51F 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=566147
gtkmm | general | Ver: 2.4
Andrea changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mariofutire googlemail com
------- Comment #7 from Andrea 2009-01-22 11:08 UTC -------
I've had the same problem
http://bugzilla.gnome.org/show_bug.cgi?id=567806
I think the bug only shows up in some cases when the PPD name is not
recognized.
I was using GIMP and it works for A4, it does not work for Photo(4x6).
In my opinion the error is in gtk_paper_size_new_from_key_file() which calls
gtk_paper_size_new_from_ppd() with
height and width in MM while gtk_paper_size_new_from_ppd() needs POINTS.
There is a patch here
http://mail.gnome.org/archives/gtk-devel-list/2009-January/msg00104.html
I have had this issue in
Fedora 9 - gtk+2.12
Fedora 10 - gtk+2.14
I patched my version of gtk+2 and everything works.
I have not run the latest svn-trunk but only at reading the code, I can see the
same still happening (if I am not wrong).
Thanks
--
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=566147.
------------------------------
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
------------------------------
_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest, Vol 32, Issue 10
*******************************************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]