Gtkmm-forge Digest, Vol 37, Issue 6



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 585521] wrong size allocation in	RecentManager::add_item
      (gtkmm (bugzilla.gnome.org))
   2. [Bug 585278] draw_spaces not wrapped in	gtksourceviewmm
      (gtkmm (bugzilla.gnome.org))
   3. [Bug 585413] Glib::Value<std::string>	specialization
      (glibmm (bugzilla.gnome.org))
   4. [Bug 585213] Patch to wrap GValueArray
      (glibmm (bugzilla.gnome.org))
   5. [Bug 585278] draw_spaces not wrapped in	gtksourceviewmm
      (gtkmm (bugzilla.gnome.org))
   6. [Bug 585278] draw_spaces not wrapped in	gtksourceviewmm
      (gtkmm (bugzilla.gnome.org))
   7. [Bug 328831] Dialog helper functions (gtkmm (bugzilla.gnome.org))
   8. [Bug 585278] draw_spaces not wrapped in	gtksourceviewmm
      (gnomemm (bugzilla.gnome.org))


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

Message: 1
Date: Mon, 15 Jun 2009 14:05:41 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 585521] wrong size allocation in
	RecentManager::add_item
To: gtkmm-forge lists sourceforge net
Message-ID: <20090615140541 4AE5E23F5A6 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=585521

  gtkmm | general | Ver: 2.16.x

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |daniel kitta gmail com,
                   |                            |murrayc murrayc com




------- Comment #2 from Murray Cumming  2009-06-15 14:05 UTC -------
-  c_data.groups = static_cast<gchar**>(g_malloc((data.groups.size() + 1) *
sizeof(gchar)));
+  c_data.groups = static_cast<gchar**>(g_malloc((data.groups.size() + 1) *
sizeof(*gchar)));


I asume that sizeof(*gchar) is the same as sizeof(gchar*), in which case this
makes sense. This is likely to be a problem on 64-bit systems, right?


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



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

Message: 2
Date: Mon, 15 Jun 2009 14:09:18 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 585278] draw_spaces not wrapped in
	gtksourceviewmm
To: gtkmm-forge lists sourceforge net
Message-ID: <20090615140918 84EA323F5A6 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=585278

  gtkmm | general | Ver: unspecified

Murray Cumming changed:

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




------- Comment #2 from Murray Cumming  2009-06-15 14:09 UTC -------
Thanks. Were these functions (such as gtk_source_view_get_draw_spaces) added
recently? If so, in what 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=585278.



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

Message: 3
Date: Mon, 15 Jun 2009 14:12:20 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 585413] Glib::Value<std::string>
	specialization
To: gtkmm-forge lists sourceforge net
Message-ID: <20090615141220 66E9E23F5A7 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=585413

  glibmm | object | Ver: 2.20.x

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |daniel kitta gmail com,
                   |                            |murrayc murrayc com




------- Comment #2 from Murray Cumming  2009-06-15 14:12 UTC -------
I am not sure that a std::string may contain a zero byte. Do you have the URL
of something stating that this is possible so we can know for sure?


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



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

Message: 4
Date: Mon, 15 Jun 2009 14:34:37 +0000 (UTC)
From: "glibmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 585213] Patch to wrap GValueArray
To: gtkmm-forge lists sourceforge net
Message-ID: <20090615143437 A1BC223F5A4 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=585213

  glibmm | general | Ver: unspecified

Murray Cumming changed:

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




------- Comment #2 from Murray Cumming  2009-06-15 14:34 UTC -------
The GValueArray API reference, for me:
http://library.gnome.org/devel/gobject/unstable/gobject-Value-arrays.html#gobject-Value-arrays.description

Where do you want to expose this in the gstreammer API?

I wonder if a std::list<Glib::ValueBase> would work, though we have not done
that before.

+ _WRAP_METHOD(const Glib::ValueBase& get_nth(guint index_) const,
g_value_array_get_nth, constversion)

Glib::ValueBase should generally not be used as a return type. It can be used
as an output parameter, with some checks that it is of the correct type.


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



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

Message: 5
Date: Mon, 15 Jun 2009 14:40:45 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 585278] draw_spaces not wrapped in
	gtksourceviewmm
To: gtkmm-forge lists sourceforge net
Message-ID: <20090615144045 5125423F5A9 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=585278

  gtkmm | general | Ver: unspecified




------- Comment #3 from Parent Fabien  2009-06-15 14:40 UTC -------
These functions was added in gtksourceview 2.4.


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



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

Message: 6
Date: Mon, 15 Jun 2009 14:42:08 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 585278] draw_spaces not wrapped in
	gtksourceviewmm
To: gtkmm-forge lists sourceforge net
Message-ID: <20090615144208 B804123F5A8 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=585278

  gtkmm | general | Ver: unspecified

Parent Fabien changed:

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




------- Comment #4 from Parent Fabien  2009-06-15 14:42 UTC -------
Created an attachment (id=136635)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=136635&action=view)
Patch who fixing this bug

A new patch, because i have forgot a "const" in the previous one :/


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



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

Message: 7
Date: Mon, 15 Jun 2009 14:57:22 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 328831] Dialog helper functions
To: gtkmm-forge lists sourceforge net
Message-ID: <20090615145724 C045A23F01F 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=328831

  gtkmm | general | Ver: 2.8.x




------- Comment #14 from Murray Cumming  2009-06-15 14:52 UTC -------
This seems like the only one that is actually generically useful. All the
others would not be enough for any real-world use so we'd be encouraging less
than perfect UI. For instance, a file chooser dialog should not be shown
without specify a file filter, and a single-question, text-only question dialog
is not generically useful.

void show_ok_message(
        Gtk::Window &w,
        const Glib::ustring &msg,
        const Glib::ustring &sec_msg,
        Gtk::MessageType message_type = Gtk::MESSAGE_INFO);

That could be suggested as a non-member function for GtkMessageDialog:
http://library.gnome.org/devel/gtk/unstable/GtkMessageDialog.html


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



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

Message: 8
Date: Mon, 15 Jun 2009 15:18:40 +0000 (UTC)
From: "gnomemm (bugzilla.gnome.org)"
	<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 585278] draw_spaces not wrapped in
	gtksourceviewmm
To: gtkmm-forge lists sourceforge net
Message-ID: <20090615151840 9E26A23F5A7 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=585278

  gnomemm | gtksourceviewmm | Ver: unspecified

Murray Cumming changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |gtksourceviewmm
            Product|gtkmm                       |gnomemm




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



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

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects

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

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


End of Gtkmm-forge Digest, Vol 37, Issue 6
******************************************


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