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 473465] New: grab-broken signal is not       implemented
      (gtkmm (bugzilla.gnome.org))
   2. [Bug 473750] New:
      Gtk::EntryCompletion::set_popup_single_match is misnamed
      (gtkmm (bugzilla.gnome.org))
   3. [Bug 473923] New: PrintOperation not work
      (gtkmm (bugzilla.gnome.org))
   4. [Bug 474134] New: Unfinished Glib::Regex API
      (glibmm (bugzilla.gnome.org))
   5. [Bug 474134] Unfinished Glib::Regex API
      (glibmm (bugzilla.gnome.org))
   6. [Bug 474577] New: libglademm throws exceptions    when compiled
      without GLIBMM_EXCEPTIONS_ENABLED (gnomemm (bugzilla.gnome.org))
   7. [Bug 474577] libglademm throws exceptions when    compiled
      without GLIBMM_EXCEPTIONS_ENABLED (gnomemm (bugzilla.gnome.org))
   8. [Bug 474577] libglademm throws exceptions when    compiled
      without GLIBMM_EXCEPTIONS_ENABLED (gnomemm (bugzilla.gnome.org))


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

Message: 1
Date: Tue,  4 Sep 2007 07:16:07 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 473465] New: grab-broken signal is not
        implemented
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=473465

  gtkmm | general | Ver: 2.10.x
           Summary: grab-broken signal is not implemented
           Product: gtkmm
           Version: 2.10.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: general
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
     GNOME version: Unspecified
   GNOME milestone: Unspecified


For some reason the grab-broken event is not wrapped in Gtk::Widget, but that
always needs to be handled when an application wants to grab the mouse cursor.

The workaround is to use g_signal_connect() and a static member, but that looks
ugly in a C++ application.

I'm using gtkmm in Ubuntu feisty (2.10.8-0ubuntu1)


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



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

Message: 2
Date: Wed,  5 Sep 2007 00:57:55 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 473750] New:
        Gtk::EntryCompletion::set_popup_single_match is misnamed
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=473750

  gtkmm | general | Ver: unspecified
           Summary: Gtk::EntryCompletion::set_popup_single_match is misnamed
           Product: gtkmm
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: general
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
     GNOME version: Unspecified
   GNOME milestone: Unspecified


In Gtk::EntryCompletion on gtkmm trunk, set_popup_single_match is misnamed as
set_popup_single_width, though it wraps the correct GTK+ function.
"popup-single-match" was probably confused with "popup-set-width". The get_()
and property_() wrappers for this property are correctly named.


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



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

Message: 3
Date: Wed,  5 Sep 2007 14:11:52 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 473923] New: PrintOperation not work
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=473923

  gtkmm | general | Ver: 2.10.x
           Summary: PrintOperation not work
           Product: gtkmm
           Version: 2.10.x
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: general
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Please describe the problem:
When use Gtk::PrintOperation with gtk version>=2.10.13, It is not work at all.
But when down gtk version to 2.10.11, It works well. And pygtk and gtk program
print works well for all gtk version.
Test Env:
1> debian sid with: gtk 2.10.13-1, gtkmm 2.10.10-0.2, glibmm 2.12.10-0.1 (Not
work env)
2>debian sid with: gtk 2.10.11 gtkmm 2.10.10-0.2, glibmm 2.12.10-0.1 (work env)

3>winxp with:gtk 2.10.13-1(get from gimp-win32), gtkmm-2.10.8 (Not work env)

4>winxp with:gtk 2.10.11 (get from glade-win32) gtkmm-2.10.8 (Work env)




Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:


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



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

Message: 4
Date: Thu,  6 Sep 2007 06:46:16 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 474134] New: Unfinished Glib::Regex API
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=474134

  glibmm | general | Ver: 2.13.x
           Summary: Unfinished Glib::Regex API
           Product: glibmm
           Version: 2.13.x
          Platform: Other
        OS/Version: All
            Status: NEW
          Keywords: API
          Severity: normal
          Priority: Normal
         Component: general
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
     GNOME version: 2.19/2.20
   GNOME milestone: Unspecified


Glib::Regex, the GRegex wrapper class in glibmm, is incomplete and some
functions are inapproriately named.


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



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

Message: 5
Date: Thu,  6 Sep 2007 06:53:08 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 474134] Unfinished Glib::Regex API
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=474134

  glibmm | general | Ver: 2.13.x




------- Comment #1 from Daniel Elstner  2007-09-06 06:53 UTC -------
Created an attachment (id=95036)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=95036&action=view)
Patch to turn *_full() methods into overloads.

Changes contained in this patch:

2007-09-06  Daniel Elstner  <[EMAIL PROTECTED]>

        * glib/src/regex.{ccg,hg} (Regex): Some cosmetic cleanup.  Also
        replace C-style casts in default argument values with static_cast<>.
        (escape_string): Wrap missing function.
        (match_full): Rename to and add as overloads of match().
        (match_all_full): Rename to and add as overloads of match_all().
        (split_full): Rename to and add as overloads of split().


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



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

Message: 6
Date: Fri,  7 Sep 2007 15:04:58 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 474577] New: libglademm throws
        exceptions      when compiled without GLIBMM_EXCEPTIONS_ENABLED
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=474577

  gnomemm | libglademm | Ver: unspecified
           Summary: libglademm throws exceptions when compiled without
                    GLIBMM_EXCEPTIONS_ENABLED
           Product: gnomemm
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: libglademm
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
OtherBugsDependingO 441854
             nThis:
     GNOME version: Unspecified
   GNOME milestone: Unspecified


The attached patch adds an error paramater to Gnome::Glade::Xml as most other
methods that can fail do if exceptions support is disabled.


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



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

Message: 7
Date: Fri,  7 Sep 2007 15:05:53 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 474577] libglademm throws exceptions
        when    compiled without GLIBMM_EXCEPTIONS_ENABLED
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=474577

  gnomemm | libglademm | Ver: unspecified




------- Comment #1 from Armin Burgmeier  2007-09-07 15:05 UTC -------
Created an attachment (id=95135)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=95135&action=view)
Proposed patch


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



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

Message: 8
Date: Fri,  7 Sep 2007 15:08:01 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
        <[EMAIL PROTECTED]>
Subject: [gtkmm bugzilla] [Bug 474577] libglademm throws exceptions
        when    compiled without GLIBMM_EXCEPTIONS_ENABLED
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=474577

  gnomemm | libglademm | Ver: unspecified




------- Comment #2 from Armin Burgmeier  2007-09-07 15:08 UTC -------
Note that this is actually an API/ABI change when GLIBMM_EXCEPTIONS_ENABLED is
not defined, but it did not make sense / was not really useful before.


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



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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/

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

_______________________________________________
Gtkmm-forge mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


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

Reply via email to