Gtkmm-forge Digest, Vol 33, Issue 12



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 570943] GtkEntry can't input when toggling	visibility
      twice (gtkmm (bugzilla.gnome.org))
   2. [Bug 570943] GtkEntry can't input when toggling	visibility
      twice (gtkmm (bugzilla.gnome.org))
   3. [Bug 572978] New: Glib::ustring allows comparison	to 0
      (glibmm (bugzilla.gnome.org))
   4. [Bug 568490] gmmproc: gtk_accel_map_*() not	substituted in
      documentation. (gtkmm (bugzilla.gnome.org))
   5. [Bug 568490] gmmproc: gtk_accel_map_*() not	substituted in
      documentation. (gtkmm (bugzilla.gnome.org))
   6. [Bug 573482] New: libglademm: thoughts about	signal
      autoconnecting (gtkmm (bugzilla.gnome.org))
   7. [Bug 573482] libglademm: thoughts about signal	autoconnecting
      (gtkmm (bugzilla.gnome.org))
   8. [Bug 573482] libglademm: thoughts about signal	autoconnecting
      (gtkmm (bugzilla.gnome.org))


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

Message: 1
Date: Tue, 24 Feb 2009 03:52:11 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 570943] GtkEntry can't input when
	toggling	visibility twice
To: gtkmm-forge lists sourceforge net
Message-ID: <20090224035211 1AC0023F526 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=570943

  gtkmm | general | Ver: 2.4




------- Comment #2 from anheibb03dlj  2009-02-24 03:52 UTC -------
sorry,maybe i am wrong,
In Unbuntu 8.10,the entry works well.


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



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

Message: 2
Date: Tue, 24 Feb 2009 09:21:27 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 570943] GtkEntry can't input when
	toggling	visibility twice
To: gtkmm-forge lists sourceforge net
Message-ID: <20090224092127 DBD6623F522 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=570943

  gtkmm | general | Ver: 2.4

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|minor                       |critical
             Status|UNCONFIRMED                 |NEEDINFO
           Priority|Normal                      |High




------- Comment #3 from Murray Cumming  2009-02-24 09:21 UTC -------
Could you please double-check it on Windows too?


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



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

Message: 3
Date: Tue, 24 Feb 2009 13:56:35 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 572978] New: Glib::ustring allows
	comparison	to 0
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-572978-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=572978

  glibmm | strings | Ver: unspecified
           Summary: Glib::ustring allows comparison to 0
           Product: glibmm
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: strings
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: armin arbur net
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


The following code compiles fine, but generates a warning at runtime:

Glib::ustring str;
if(str == 0) ...;

However, this does not work with std::string:

std::string str;
if(str == 0) ...;

This produces:

error: no match for 'operator==' in 'str == 0'


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



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

Message: 4
Date: Tue, 24 Feb 2009 14:40:06 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 568490] gmmproc: gtk_accel_map_*() not
	substituted in documentation.
To: gtkmm-forge lists sourceforge net
Message-ID: <20090224144006 D885823F540 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

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |daniel kitta gmail com,
                   |                            |murrayc murrayc com
            Summary|inconsistency in            |gmmproc: gtk_accel_map_*()
                   |Gtk::Widget::set_accel_path(|not substituted in
                   |) and                       |documentation.
                   |Gtk::Widget::add_accelerator|
                   |(...)                       |




------- Comment #2 from Murray Cumming  2009-02-24 14:40 UTC -------
Yes, this is a general problem with gtk_accel_map*(). I have tried even hacking
the substitution into glibmm/tools/pm/DocsParser.pm:substitute_function() but
can't get it to work.

I suspect that Daniel will see the problem more quickly.


-- 
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: 5
Date: Tue, 24 Feb 2009 14:42:36 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 568490] gmmproc: gtk_accel_map_*() not
	substituted in documentation.
To: gtkmm-forge lists sourceforge net
Message-ID: <20090224144236 E29C123F526 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




------- Comment #3 from Murray Cumming  2009-02-24 14:42 UTC -------
A link to an example of the problem:
http://www.gtkmm.org/docs/gtkmm-2.4/docs/reference/html/classGtk_1_1MenuItem.html#ab05629dd1ed0bb52b3efaf197e5b675


-- 
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: Fri, 27 Feb 2009 22:00:29 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 573482] New: libglademm: thoughts about
	signal autoconnecting
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-573482-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=573482

  gtkmm | general | Ver: unspecified
           Summary: libglademm: thoughts about signal autoconnecting
           Product: gtkmm
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: stsp aknet ru
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unversioned Enhancement
   GNOME milestone: Unspecified


I'd like to discuss the possibility of
implementing the autoconnect feature.
I have the POC patch that allows to
look up the slots by names. I'll attach
it here.


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



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

Message: 7
Date: Fri, 27 Feb 2009 22:01:40 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 573482] libglademm: thoughts about
	signal	autoconnecting
To: gtkmm-forge lists sourceforge net
Message-ID: <20090227220140 3833023F521 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=573482

  gtkmm | general | Ver: unspecified




------- Comment #1 from Stas Sergeev  2009-02-27 22:01 UTC -------
Created an attachment (id=129690)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=129690&action=view)
sigc++ change

makes sigc::slot_base to have virtual dtor


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



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

Message: 8
Date: Fri, 27 Feb 2009 22:02:22 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 573482] libglademm: thoughts about
	signal	autoconnecting
To: gtkmm-forge lists sourceforge net
Message-ID: <20090227220223 02A3A23F521 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=573482

  gtkmm | general | Ver: unspecified




------- Comment #2 from Stas Sergeev  2009-02-27 22:02 UTC -------
Created an attachment (id=129691)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=129691&action=view)
slot lookup hack

This patch allows for the slot look-ups
by name.


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



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

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H

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

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


End of Gtkmm-forge Digest, Vol 33, Issue 12
*******************************************


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