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 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)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 568416] undefined reference to
        Gtk::Stock::ORIENTATION_*
To: [email protected]
Message-ID: <[email protected]>
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)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 568416] undefined reference to
        Gtk::Stock::ORIENTATION_*
To: [email protected]
Message-ID: <[email protected]>
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|                            |[email protected]
             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  <[email protected]>

        * 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)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 420477] MSVC: freetype2 dir is not in
        include path
To: [email protected]
Message-ID: <[email protected]>
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)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 568485] New: typewriting error in
        Gtk::AccelMap::add_entry(..) reference
To: [email protected]
Message-ID: <[email protected]/>
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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
     GNOME version: 2.23/2.24
   GNOME milestone: Unspecified


Gtk::AccelMap::add_entry(..) displays a minor error in the description. The
html entities &lt; and &gt;  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)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 568490] New: inconsistency in
        Gtk::Widget::set_accel_path() and Gtk::Widget::add_accelerator(...)
To: [email protected]
Message-ID: <[email protected]/>
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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
     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)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 568486] New: typewriting error in
        Gtk::AccelMap::add_entry(..) reference
To: [email protected]
Message-ID: <[email protected]/>
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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
     GNOME version: 2.23/2.24
   GNOME milestone: Unspecified


Gtk::AccelMap::add_entry(..) displays a minor error in the description. The
html entities &lt; and &gt;  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)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 568490] inconsistency in
        Gtk::Widget::set_accel_path() and Gtk::Widget::add_accelerator(...)
To: [email protected]
Message-ID: <[email protected]>
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|                            |[email protected]




------- 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)"
        <[email protected]>
Subject: [gtkmm bugzilla] [Bug 566147] Reading out papersize from a
        saved   PageSetup seems to fail, 
To: [email protected]
Message-ID: <[email protected]>
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|                            |[email protected]




------- 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest, Vol 32, Issue 10
*******************************************
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to