Gtkmm-forge Digest, Vol 36, Issue 2



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 577986] Gtk::TreeView::set_drag_dest_row()	does not
      allow passing a NULL TreePath (gtkmm (bugzilla.gnome.org))
   2. [Bug 580812] missing libgnomeui dependency in
      libpanelappletmm (gnomemm (bugzilla.gnome.org))
   3. [Bug 580812] missing libgnomeui dependency in
      libpanelappletmm (gnomemm (bugzilla.gnome.org))
   4. [Bug 580812] missing libgnomeui dependency in
      libpanelappletmm (gnomemm (bugzilla.gnome.org))
   5. [Bug 580812] missing libgnomeui dependency in
      libpanelappletmm (gnomemm (bugzilla.gnome.org))
   6. [Bug 581276] New: libpanelappletmm build failure
      (gnomemm (bugzilla.gnome.org))
   7. [Bug 581304] New: GUserDirectory C enum is not	wrapped as a
      C++ enum (glibmm (bugzilla.gnome.org))


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

Message: 1
Date: Fri,  1 May 2009 11:54:42 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 577986]
	Gtk::TreeView::set_drag_dest_row()	does not allow passing a NULL
	TreePath
To: gtkmm-forge lists sourceforge net
Message-ID: <20090501115442 ED85A23F4E6 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=577986

  gtkmm | TreeView | Ver: 2.16.x

Murray Cumming changed:

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




------- Comment #4 from Murray Cumming  2009-05-01 11:54 UTC -------
The C API needs to be documented:
http://library.gnome.org/devel/gtk/unstable/GtkTreeView.html#gtk-tree-view-set-drag-dest-row
(Johannes, please at least file a bug for that, or maybe a patch.)

If this really does "unset" something then the function should be called
unset_*() instead, as we've done elsewhere. But I don't understand what this
function does at all, so I can't decide if that makes sense.


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



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

Message: 2
Date: Fri,  1 May 2009 12:11:17 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 580812] missing libgnomeui dependency
	in	libpanelappletmm
To: gtkmm-forge lists sourceforge net
Message-ID: <20090501121117 A13D723F591 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=580812

  gnomemm | libpanelappletmm | Ver: 2.24

Murray Cumming changed:

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




------- Comment #2 from Murray Cumming  2009-05-01 12:11 UTC -------
Feel free to commit, though it would be nice if we could avoid this dependency
somehow.


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



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

Message: 3
Date: Fri,  1 May 2009 12:44:56 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 580812] missing libgnomeui dependency
	in	libpanelappletmm
To: gtkmm-forge lists sourceforge net
Message-ID: <20090501124456 308EF23F592 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=580812

  gnomemm | libpanelappletmm | Ver: 2.24

Frederic Peters changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #133610|none                        |committed
               Flag|                            |
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #3 from Frederic Peters  2009-05-01 12:44 UTC -------
Agree, it would certainly be possible to replace the gnome_program_init() call
with gtk_init() and bonobo_init(), just like it is done in
PANEL_APPLET_BONOBO_FACTORY.

commit 3bc87f8d8647e8076fce7ab24f7fafecd294e66a
Author: Frederic Peters <fpeters 0d be>
Date:   Fri May 1 14:37:35 2009 +0200

    declare dependency on libgnomeui

    It is required in order to pass LIBGNOMEUI_MODULE to gnome_program_init.
    (GNOME #580812)


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



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

Message: 4
Date: Fri,  1 May 2009 17:08:37 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 580812] missing libgnomeui dependency
	in	libpanelappletmm
To: gtkmm-forge lists sourceforge net
Message-ID: <20090501170837 44EDC23F593 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=580812

  gnomemm | libpanelappletmm | Ver: 2.24

Hubert Figuiere changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hfiguiere teaser fr




------- Comment #4 from Hubert Figuiere  2009-05-01 17:08 UTC -------
(In reply to comment #2)
> Feel free to commit, though it would be nice if we could avoid this dependency
> somehow.
> 

The dependency was implicit before, but the panel dropped it. We can see if we
can remove it for 2.28. 


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



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

Message: 5
Date: Fri,  1 May 2009 23:28:26 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 580812] missing libgnomeui dependency
	in	libpanelappletmm
To: gtkmm-forge lists sourceforge net
Message-ID: <20090501232826 12EAE23F599 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=580812

  gnomemm | libpanelappletmm | Ver: 2.24

Hubert Figuiere changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |




------- Comment #5 from Hubert Figuiere  2009-05-01 23:28 UTC -------
While Fred patch fixes the build, the best is to actually get rid of the
dependency altogether.

I'll cook up a fix for that.


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



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

Message: 6
Date: Mon,  4 May 2009 08:54:05 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 581276] New: libpanelappletmm build
	failure
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-581276-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=581276

  gnomemm | libpanelappletmm | Ver: unspecified
           Summary: libpanelappletmm build failure
           Product: gnomemm
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: libpanelappletmm
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: amd store20 com
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


I have trouble building libpanelappletmm on Gentoo:

[snip]
...
Making all in libpanelappletmm
make[3]: Entering directory
`/home/plaes/code/libpanelappletmm/libpanelapplet/libpanelappletmm'
Making all in private
make[4]: Entering directory
`/home/plaes/code/libpanelappletmm/libpanelapplet/libpanelappletmm/private'
make[4]: *** No rule to make target `enums_p.h', needed by `all-am'.  Stop.
make[4]: Leaving directory
`/home/plaes/code/libpanelappletmm/libpanelapplet/libpanelappletmm/private'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/home/plaes/code/libpanelappletmm/libpanelapplet/libpanelappletmm'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/plaes/code/libpanelappletmm/libpanelapplet'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/plaes/code/libpanelappletmm/libpanelapplet'
make: *** [all-recursive] Error 1
[/snip]


automake (GNU automake) 1.10.2
autoconf (GNU Autoconf) 2.63
ltmain.sh (GNU libtool) 2.2.6
GNU Make 3.81

As the autofoo stuff that's going on behind the scenes is a bit hard to
understand, I decided to file a bug...


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



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

Message: 7
Date: Mon,  4 May 2009 12:28:20 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 581304] New: GUserDirectory C enum is
	not	wrapped as a C++ enum
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-581304-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=581304

  glibmm | general | Ver: 2.20.x
           Summary: GUserDirectory C enum is not wrapped as a C++ enum
           Product: glibmm
           Version: 2.20.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: general
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: davidk openismus com
         QAContact: gtkmm-forge lists sourceforge net
                CC: daniel kitta gmail com
     GNOME version: 2.27/2.28
   GNOME milestone: Unspecified


While using the Glib::get_user_special_dir(GUserDirectory) function today, I
realised that GUserDirectory is an enum from the C Glib API, and is not wrapped
as a C++ enum. There is a TODO in the header glib/glibmm/miscutils.h that
mentions this should probably be done. Daniel agreed, but pointed out that this
would break ABI. Possibly a candidate for glibmm-3maybe or some future
ABI-breaking version?


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



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

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf

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

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


End of Gtkmm-forge Digest, Vol 36, Issue 2
******************************************


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