Gtkmm-forge Digest, Vol 18, Issue 10



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 498451] gcc4.3 build issue (gtkmm (bugzilla.gnome.org))
   2. [Bug 498621] New: Handle possible parenthesis when	matching
      enum values (glibmm (bugzilla.gnome.org))
   3. [Bug 498621] Handle possible parenthesis when	matching enum
      values (glibmm (bugzilla.gnome.org))
   4. [Bug 499714] New: configure exits with gtk version	<= 2.14
      version (gtkmm (bugzilla.gnome.org))
   5. [Bug 499783] New: g_app_info_dup should be _copy
      (glibmm (bugzilla.gnome.org))
   6. [Bug 348809] Gtk::manage() doesn't work with	canvas items.
      (gnomemm (bugzilla.gnome.org))
   7. [Bug 499783] g_app_info_dup should be _copy
      (glib (bugzilla.gnome.org))
   8. [Bug 437041] Add IconTheme support to the Action	classes
      (gtkmm (bugzilla.gnome.org))


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

Message: 1
Date: Tue, 20 Nov 2007 21:16:25 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 498451] gcc4.3 build issue
To: gtkmm-forge lists sourceforge net
Message-ID: <20071120211625 C5D5923F5EA 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=498451

  gtkmm | build | Ver: 2.12.x

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |murrayc murrayc com




------- Comment #2 from Murray Cumming  2007-11-20 21:16 UTC -------
Feel free to commit with a ChangeLog entry to trunk and gtkmm-2-12. Thanks
again.


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



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

Message: 2
Date: Tue, 20 Nov 2007 22:39:38 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 498621] New: Handle possible
	parenthesis when	matching enum values
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-498621-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=498621

  glibmm | general | Ver: unspecified
           Summary: Handle possible parenthesis when matching enum values
           Product: glibmm
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: marko marko anastasov name
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


enum.pl should be able to detect enumerations with values enclosed in
parenthesis, such as:

typedef enum  {
  G_FILE_MONITOR_FLAGS_NONE = 0,
  G_FILE_MONITOR_FLAGS_MONITOR_MOUNTS = (1<<0)
} GFileMonitorFlags;

A one-line change solves the problem for me, and it is, I believe, harmless.


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



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

Message: 3
Date: Tue, 20 Nov 2007 22:40:14 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 498621] Handle possible parenthesis
	when	matching enum values
To: gtkmm-forge lists sourceforge net
Message-ID: <20071120224014 4307823F5E5 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=498621

  glibmm | general | Ver: unspecified




------- Comment #1 from Marko Anastasov  2007-11-20 22:40 UTC -------
Created an attachment (id=99413)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=99413&action=view)
proposed regexp 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=498621.



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

Message: 4
Date: Mon, 26 Nov 2007 11:41:10 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 499714] New: configure exits with gtk
	version	<= 2.14 version
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-499714-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=499714

  gtkmm | build | Ver: 2.12.x
           Summary: configure exits with gtk version <= 2.14 version
           Product: gtkmm
           Version: 2.12.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: build
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: david davidhyde net
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Trying to install gtkmm results in the the configure script exiting with a
message gtk version required <- 2.14. Actual version is 2.12.0.

As far as I know there is not gtk+ 2.14.

I have tried editing the gtk-minimal version to 2.12.0 in the config.in file
but this has no effect.

Regards

David Hyde


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



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

Message: 5
Date: Mon, 26 Nov 2007 17:44:42 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 499783] New: g_app_info_dup should be
	_copy
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-499783-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=499783

  glibmm | io | Ver: unspecified
           Summary: g_app_info_dup should be _copy
           Product: glibmm
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: trivial
          Priority: Normal
         Component: io
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: chpe gnome org
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


g_app_info_dup should be g_app_info_copy instead since that's what others in
glib/gtk use for a copy: g_queue_copy, g_list_copy, g_error_copy etc.


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



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

Message: 6
Date: Wed, 28 Nov 2007 13:12:52 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 348809] Gtk::manage() doesn't work with
	canvas items.
To: gtkmm-forge lists sourceforge net
Message-ID: <20071128131252 CB40E23F5CE 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=348809

  gnomemm | libgnomecanvasmm | Ver: unspecified




------- Comment #5 from Jean-Marc Valin  2007-11-28 13:12 UTC -------
Just realised that was still open. I think it's safe to mark that as WONTFIX
now. Good thing I wasn't holding my breath ;-)


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



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

Message: 7
Date: Wed, 28 Nov 2007 19:04:47 +0000 (UTC)
From: "glib (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 499783] g_app_info_dup should be _copy
To: gtkmm-forge lists sourceforge net
Message-ID: <20071128190447 E418723F5EB 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=499783

  glib | docs | Ver: unspecified

Christian Persch (IRC: chpe) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|gtkmm-                      |gtk-bugs gtk org
                   |forge lists sourceforge net |
          Component|io                          |docs
            Product|glibmm                      |glib
          QAContact|gtkmm-                      |gtk-bugs gtk org
                   |forge lists sourceforge net |




------- Comment #1 from Christian Persch (IRC: chpe)  2007-11-28 19:04 UTC -------
Sorry about this, wrong product.

-> glib.


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



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

Message: 8
Date: Thu, 29 Nov 2007 00:06:21 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 437041] Add IconTheme support to the
	Action	classes
To: gtkmm-forge lists sourceforge net
Message-ID: <20071129000621 5A74D23F637 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=437041

  gtkmm | general | Ver: 2.10.x

Christian Hammond changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #87848|0                           |1
        is obsolete|                            |




------- Comment #10 from Christian Hammond  2007-11-29 00:06 UTC -------
Created an attachment (id=99814)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=99814&action=view)
Action IconTheme support patch

Another iteration of the patch with documentation.


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



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

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4

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

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


End of Gtkmm-forge Digest, Vol 18, Issue 10
*******************************************


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