Gtkmm-forge Digest, Vol 28, Issue 1



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 547901] Implementing unwrapped copy functions	for
      Glib::NodeTree (glibmm (bugzilla.gnome.org))
   2. [Bug 142138] Gtk::FileChooser::get_filename()	should return
      std::string (gtkmm (bugzilla.gnome.org))
   3. [Bug 547901] Implementing unwrapped copy functions	for
      Glib::NodeTree (glibmm (bugzilla.gnome.org))
   4. [Bug 550290] New: SVN trunk fails to build
      (gtkmm (bugzilla.gnome.org))
   5. [Bug 550290] SVN trunk fails to build (gtkmm (bugzilla.gnome.org))
   6. [Bug 550290] SVN trunk fails to build (gtkmm (bugzilla.gnome.org))
   7. [Bug 550675] New: close button in the aboutdialog	example
      does nothing (gtkmm (bugzilla.gnome.org))


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

Message: 1
Date: Wed, 27 Aug 2008 12:56:36 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 547901] Implementing unwrapped copy
	functions	for Glib::NodeTree
To: gtkmm-forge lists sourceforge net
Message-ID: <20080827125636 06D5923F542 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=547901

  glibmm | build | Ver: 2.17.x




------- Comment #11 from Murray Cumming  2008-08-27 12:56 UTC -------
> > > In case of operator= the object in question may be in a tree, so it may have
> > > parent and siblings. If we want to retain the original position of the object
> > > in the tree we must not unlink it (as it happens in your implementation).
> > 
> > That's weird. I guess we need to not affect the other tree, while creating a
> > new one.
> 
> I do not understand what kind of "other tree" you have mentioned. The problem
> is that the clear function what you have created from the destructor unlinks
> the node (if it is not the root) which the operator= function belongs to.

Yes, so we should not do that.

For instance, after:

1: node_tree other = get_some_node_tree_from_somewhere()
2: node_tree child = other->get_some_child_node();
3: child = get_some_diferent_node();

other should be the same after step 3 as at step 1.


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



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

Message: 2
Date: Sat, 30 Aug 2008 13:06:00 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 142138]
	Gtk::FileChooser::get_filename()	should return std::string
To: gtkmm-forge lists sourceforge net
Message-ID: <20080830130600 2467123F5A1 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=142138

  gtkmm | general | Ver: 2.4

Sam Morris changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam robots org uk




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



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

Message: 3
Date: Mon,  1 Sep 2008 19:57:23 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 547901] Implementing unwrapped copy
	functions	for Glib::NodeTree
To: gtkmm-forge lists sourceforge net
Message-ID: <20080901195723 C15D323F5C2 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=547901

  glibmm | build | Ver: 2.17.x




------- Comment #12 from Szil?rd Pfeiffer  2008-09-01 19:54 UTC -------
Created an attachment (id=117799)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=117799&action=view)
patch which reflects to comment 10

ChangeLog:

2008-08-26  Szil?rd Pfeiffer  <szilard pfeiffer gmail com>

        * glib/src/nodetree.hg: Implemented clone function to merge the 
        constructors into that and fixed clear function the operator= 
        function.
        * tests/glibmm_nodetree/main.cc: Simplified the test case.
        Bug #547901.


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



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

Message: 4
Date: Mon,  1 Sep 2008 20:14:27 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 550290] New: SVN trunk fails to build
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-550290-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=550290

  gtkmm | build | Ver: 2.13.x
           Summary: SVN trunk fails to build
           Product: gtkmm
           Version: 2.13.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: critical
          Priority: Normal
         Component: build
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: wbolster gnome org
         QAContact: gtkmm-forge lists sourceforge net
     GNOME version: 2.23/2.24
   GNOME milestone: Unspecified


make[5]: Entering directory `/opt/gnome-2-24/src/gtkmm/gtk/gtkmm/private'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/opt/gnome-2-24/src/gtkmm/gtk/gtkmm/private'
make[5]: Entering directory `/opt/gnome-2-24/src/gtkmm/gtk/gtkmm'
/bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H
-DG_LOG_DOMAIN=\"gtkmm\"   -I../../gtk -I../../gtk -I../../pango -I../../pango
-I../../atk -I../../atk -I../../gdk -I../../gdk -I../../gtk -I../../gtk
-I/opt/gnome-2-24/include/glibmm-2.4 -I/opt/gnome-2-24/lib/glibmm-2.4/include
-I/opt/gnome-2-24/include/sigc++-2.0 -I/opt/gnome-2-24/lib/sigc++-2.0/include
-I/opt/gnome-2-24/include/glib-2.0 -I/opt/gnome-2-24/lib/glib-2.0/include
-I/opt/gnome-2-24/include/giomm-2.4 -I/opt/gnome-2-24/lib/giomm-2.4/include
-I/opt/gnome-2-24/include/cairomm-1.0 -I/opt/gnome-2-24/include/cairo
-I/opt/gnome-2-24/include/pixman-1 -I/opt/gnome-2-24/include/pangomm-1.4
-I/opt/gnome-2-24/include/pango-1.0 -I/opt/gnome-2-24/include/gtk-2.0
-I/opt/gnome-2-24/lib/gtk-2.0/include -I/opt/gnome-2-24/include/atk-1.0
-I/opt/gnome-2-24/include/gtk-unix-print-2.0 -I/usr/include/freetype2
-I/usr/include/libpng12 -pthread -I/opt/gnome-2-24/include/glib-2.0
-I/opt/gnome-2-24/lib/glib-2.0/include      -g -O2 -Wall -MT selectiondata.lo
-MD -MP -MF .deps/selectiondata.Tpo -c -o selectiondata.lo selectiondata.cc
 g++ -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"gtkmm\" -I../../gtk -I../../gtk
-I../../pango -I../../pango -I../../atk -I../../atk -I../../gdk -I../../gdk
-I../../gtk -I../../gtk -I/opt/gnome-2-24/include/glibmm-2.4
-I/opt/gnome-2-24/lib/glibmm-2.4/include -I/opt/gnome-2-24/include/sigc++-2.0
-I/opt/gnome-2-24/lib/sigc++-2.0/include -I/opt/gnome-2-24/include/glib-2.0
-I/opt/gnome-2-24/lib/glib-2.0/include -I/opt/gnome-2-24/include/giomm-2.4
-I/opt/gnome-2-24/lib/giomm-2.4/include -I/opt/gnome-2-24/include/cairomm-1.0
-I/opt/gnome-2-24/include/cairo -I/opt/gnome-2-24/include/pixman-1
-I/opt/gnome-2-24/include/pangomm-1.4 -I/opt/gnome-2-24/include/pango-1.0
-I/opt/gnome-2-24/include/gtk-2.0 -I/opt/gnome-2-24/lib/gtk-2.0/include
-I/opt/gnome-2-24/include/atk-1.0 -I/opt/gnome-2-24/include/gtk-unix-print-2.0
-I/usr/include/freetype2 -I/usr/include/libpng12 -pthread
-I/opt/gnome-2-24/include/glib-2.0 -I/opt/gnome-2-24/lib/glib-2.0/include -g
-O2 -Wall -MT selectiondata.lo -MD -MP -MF .deps/selectiondata.Tpo -c
selectiondata.cc  -fPIC -DPIC -o .libs/selectiondata.o
/opt/gnome-2-24/include/gtk-2.0/gtk/gtkselection.h: In member function ?const
guchar* Gtk::SelectionData::get_data(guint&) const?:
/opt/gnome-2-24/include/gtk-2.0/gtk/gtkselection.h:153: error: too many
arguments to function ?const guchar*
gtk_selection_data_get_data(GtkSelectionData*)?
selectiondata.cc:211: error: at this point in file


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



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

Message: 5
Date: Mon,  1 Sep 2008 20:28:19 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 550290] SVN trunk fails to build
To: gtkmm-forge lists sourceforge net
Message-ID: <20080901202819 8E6AD23F518 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=550290

  gtkmm | build | Ver: 2.13.x




------- Comment #1 from Wouter Bolsterlee (uws)  2008-09-01 20:28 UTC -------
This seems to be caused by GTK+ -r21232:

  http://svn.gnome.org/viewvc/gtk%2B?view=revision&revision=21232


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



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

Message: 6
Date: Mon,  1 Sep 2008 21:03:29 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 550290] SVN trunk fails to build
To: gtkmm-forge lists sourceforge net
Message-ID: <20080901210329 C660A23F521 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=550290

  gtkmm | build | Ver: 2.13.x




------- Comment #2 from Wouter Bolsterlee (uws)  2008-09-01 21:03 UTC -------
See bug #549734 btw.


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



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

Message: 7
Date: Wed,  3 Sep 2008 14:42:58 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 550675] New: close button in the
	aboutdialog	example does nothing
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-550675-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=550675

  gtkmm | documentation | Ver: 2.13.x
           Summary: close button in the aboutdialog example does nothing
           Product: gtkmm
           Version: 2.13.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: documentation
        AssignedTo: gtkmm-forge lists sourceforge net
        ReportedBy: waschk mandriva org
     GNOME version: 2.23/2.24
   GNOME milestone: Unspecified


The example program in examples/book/dialogs/aboutdialog has a bug. The close
button has no effect, you have to use the window manager's button to close the
dialog. This is with gtkmm 2.19.7, gtkmm-documentation 2.13.2 and gtk 2.13.7.


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



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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

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

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


End of Gtkmm-forge Digest, Vol 28, Issue 1
******************************************


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