Gtkmm-forge digest, Vol 1 #1058 - 5 msgs



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-admin 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 330535] GKeyFile not wrapped (glibmm (bugzilla.gnome.org))
   2. [Bug 329715] Add documentation for building gtkmm with jhbuild (gtkmm (bugzilla.gnome.org))
   3. [Bug 329333] A convenient wrapper of TreeView for simple ListBox'es (gtkmm (bugzilla.gnome.org))
   4. [Bug 321990] Error building libgnomevfs/libgnomevfsmm/uri.cc with SGI, Tru64 UNIX, Sun C++ compilers (gnomemm (bugzilla.gnome.org))
   5. [Bug 330139] Clipboard owner-change signal not wrapped (gtkmm (bugzilla.gnome.org))

--__--__--

Message: 1
To: gtkmm-forge lists sourceforge net
From: "glibmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Fri, 10 Feb 2006 02:54:57 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 330535] GKeyFile not wrapped

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D330535
 glibmm | general | Ver: 2.9.x


Murray Cumming changed:

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




------- Comment #1 from Murray Cumming  2006-02-10 07:54 UTC -------
Yes, it's probably just a matter of doing that. That would be great.


--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


--__--__--

Message: 2
To: gtkmm-forge lists sourceforge net
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Fri, 10 Feb 2006 06:33:48 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 329715] Add documentation for building gtkmm with jhbuild

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D329715
 gtkmm | reference documentation | Ver: 2.8.x





------- Comment #4 from Murray Cumming  2006-02-10 11:33 UTC -------
So, as long as you make it clear that=20
a) It's for development and experimentation of gtkmm itself, rather than =
for
installation of gtkmm.
b) You'll probably have to build the many dependenices of gtkmm when usin=
g
jhbuild, though that's relatively easy.
c) They should refer to the jhbuild web site for up to date information, =
and
the gnome-love mailing list for help.

then it's fine to commit. Many thanks.


--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


--__--__--

Message: 3
To: gtkmm-forge lists sourceforge net
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Fri, 10 Feb 2006 06:45:55 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 329333] A convenient wrapper of TreeView for simple ListBox'es

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D329333
 gtkmm | TreeView | Ver: 2.8.x





------- Comment #15 from Murray Cumming  2006-02-10 11:45 UTC -------
It looks good. It needs the following small changes:
1. gtkmm coding style:
  - 2 spaces for indents.
  - public, protected, private, instead of private at the top.
  - string&, not string &
  - /**
     *
     */
    instead of=20
    ///
    ///
  - =3D Glib::ustring() instead of "".
  - m_something or something_ for member variables.
  - No // ------------------ lines in the .cpp file.

2. In append_text() and friends, the row parameter should probably be cal=
led
column_one_value.

3. get_text(unsigned int i, unsigned int j): The i and j parameters shoul=
d be
explicitly named as row and column. column can default to 0.

4. Add a set_text(unsigned int row, const Glib::ustring& column_one_value=
);
overload.

5. get_selected() should return by value, not by reference. It should be =
const.
There's no need for a member variable for it.


Could you patch the build files and make a small example, in the style of=
 the
existing tree examples. Ideally it would show how to respond to a user ed=
it.


--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


--__--__--

Message: 4
To: gtkmm-forge lists sourceforge net
From: "gnomemm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Fri, 10 Feb 2006 06:47:00 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 321990] Error building libgnomevfs/libgnomevfsmm/uri.cc with SGI, Tru64 UNIX, Sun C++ compilers

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D321990
 gnomemm | gnome-vfsmm | Ver: 2.10


Murray Cumming changed:

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




------- Comment #6 from Murray Cumming  2006-02-10 11:46 UTC -------
If you could try that, it would be nice to make the change in cvs and clo=
se
this bug.


--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


--__--__--

Message: 5
To: gtkmm-forge lists sourceforge net
From: "gtkmm (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
Date: Fri, 10 Feb 2006 07:21:04 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 330139] Clipboard owner-change signal not wrapped

Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=3D330139
 gtkmm | general | Ver: 2.8.x


Murray Cumming changed:

           What    |Removed                     |Added
-------------------------------------------------------------------------=
---
                 CC|                            |murrayc murrayc com
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from Murray Cumming  2006-02-10 12:21 UTC -------
Fixed. Thanks.

2006-02-10  Murray Cumming  <murrayc murrayc com>

        * gtk/src/clipboard.hg: Wrap the owner-changed signal, which was =
new in
        GTK+ 2.8, I think. Use no_default_handler to avoid an ABI break.
        * gtk/src/gtk_signals.defs: Added defs for GtkClipboard.
        * tools/extra_defs_gen/generate_defs_gtk.cc: Generate .defs for
GtkClipboard. Bug #330139 from Jonathan Jongsma.


--=20
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



--__--__--

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


End of Gtkmm-forge Digest



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