Forum: Ruby-Gnome 2 [ANN] Ruby-GNOME2 0.19.4

Posted by Kouhei Sutou (Guest)
on 2010-04-17 05:09
(Received via mailing list)
Hi,

The Ruby-GNOME2 project released Ruby-GNOME2 0.19.4:
  http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-0.19.4.tar.gz
  http://downloads.sourceforge.net/ruby-gnome2/ruby-gnome2-all-0.19.4.tar.gz

This release has many bug fixes and some improvements. The
fixed bugs include a memory leak bug on GC. If your
application live long time, you should upgrade.

=== Changes

==== Ruby/GLib2

  * Bug fixes:
    * fixed type_register on Ruby 1.9.
      [Simon Arnaud, Kouhei Sutou]
    * fixed memory leak in GC.
      [Kouhei Sutou]

==== Ruby/GTK2

  * Bug fixes:
    * [#2865895] support GdkWindow's cursor property.
      NOTE: GTK+ 2.18.0 is unsupported version.
      [Guillaume Cottenceau, Mamoru Tasaka]
    * Gtk::MenuItem.new accepts nil as a label.
      [Kazuhiro NISHIYAMA, Kouhei Sutou]
    * fixed wrong conversion in Gtk::TreePath#<=>.
      [Takeuchi Yusuke, Kouhei Sutou]
    * fix Gtk::RecentInfo#application_info's double free bug.
      [Kouhei Sutou]
  * Improvements:
    * Gdk::Window#invalidate accepts nil as 'area'
      argument. It means 'invalidates whole window'.
      [Hiroyuki Ito]
    * Gtk::Clipbord#request_text sets UTF-8 encoding in Ruby
      1.9.
      [Rg Rg, Kouhei Sutou]
    * add Gtk::TreePath#==.
      [Takeuchi Yusuke, Kouhei Sutou]

==== Ruby/Pango

  * Improvements:
    * add Pango::Gravity.
      [Hiroyuki Ito, Kouhei Sutou]

==== Ruby/GdkPixbuf

  * add Gdk::Pixbuf#pixels=.
    [Michal Suchanek]

==== Ruby/GStreamer

  * Bug fixes:
    * [#2920997] fix argument type. [Johan Kiviniemi]
  * [#2924886] implement Gst::MessageTag#parse. [Vincent Carmona]

==== Ruby/GtkMozEmbed

  * Bug Fixes:
    * [#2924766] fix -Wl,-rpath syntax. [OBATA Akio]
    * [#2925285] Gtk::MozEmbed#chrome_mask fails.
      [tobi, Kouhei Sutou]
    * support XULRunner 1.9.2. [OBATA Akio]

=== Thanks

  * Guillaume Cottenceau
  * Mamoru Tasaka
  * Michal Suchanek
  * Simon Arnaud
  * Kazuhiro NISHIYAMA
  * Johan Kiviniemi
  * OBATA Akio
  * Hiroyuki Ito
  * Rg Rg
  * Vincent Carmona
  * tobi
  * Takeuchi Yusuke

Thanks,
--
kou
Posted by Shin guey Wong (sgwong)
on 2010-04-21 14:45
Kouhei Sutou wrote:
> Hi,
> 
> The Ruby-GNOME2 project released Ruby-GNOME2 0.19.4:
>   http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-0.19.4.tar.gz
>   http://downloads.sourceforge.net/ruby-gnome2/ruby-gnome2-all-0.19.4.tar.gz
> 

What is the different between ruby-gtk2-0.19.4.tar.gz and 
ruby-gnome2-all-0.19.4.tar.gz?
Posted by Simon Arnaud (Guest)
on 2010-04-21 15:48
(Received via mailing list)
2010/4/21 Shin guey Wong <ruby-forum-incoming@andreas-s.net>:
> What is the different between ruby-gtk2-0.19.4.tar.gz and
> ruby-gnome2-all-0.19.4.tar.gz?

http://ruby-gnome2.sourceforge.jp/hiki.cgi?News_20100417_1

mainly gtk2 is only :
Ruby/GLib2, Ruby/ATK, Ruby/GdkPixbuf2, Ruby/Pango, Ruby/GTK2

While you are around Kou, could we have your opinion on the 2.20
'get_name' issue, between gtk::Widget and Gtk::buildable ?

Simon
Posted by Kouhei Sutou (Guest)
on 2010-04-21 16:07
(Received via mailing list)
Hi,

In <s2o78f5e3ec1004210647h102b9545x6dfabd7ccf13cf80@mail.gmail.com>
  "Re: [ruby-gnome2-devel-en] [ANN] Ruby-GNOME2 0.19.4" on Wed, 21 Apr 
2010 15:47:50 +0200,
  Simon Arnaud <mazwak@gmail.com> wrote:

> While you are around Kou, could we have your opinion on the 2.20
> 'get_name' issue, between gtk::Widget and Gtk::buildable ?

Ah... Sorry...
Is it about
"[ruby-gnome2-devel-en] Gtk 2.20, Gtk::Builder and 'name'"?

I'll see it at the next weekend. Sorry...


Thanks,
--
kou
Posted by Andrea Dallera (edwin_bolthar)
on 2010-04-21 17:03
(Received via mailing list)
Hei,

  It would also be really nice for me to have informations about this ->
ruby-gnome2-devel-en@lists.sourceforge.net
I'm really sorry to be pushy but I'd really like to know about the
status of Gtk::Builder in windows

Thanks in advance!

--
Andrea Dallera
http://github.com/bolthar/freightrain
http://usingimho.wordpress.com
Posted by Kouhei Sutou (Guest)
on 2010-04-22 14:10
(Received via mailing list)
Hi,

In <1271862137.2856.2.camel@VEGETA>
  "Re: [ruby-gnome2-devel-en] [ANN] Ruby-GNOME2 0.19.4" on Wed, 21 Apr 
2010 17:02:17 +0200,
  Andrea Dallera <andrea@andreadallera.com> wrote:

> I'm really sorry to be pushy but I'd really like to know about the
> status of Gtk::Builder in windows

There is no plan about it...
We need more help for Windows support.

It seems that rake-compiler based solution is nice:
  http://github.com/luislavena/rake-compiler/

Windows user will be able to install Ruby-GNOME2 by
  > gem install ruby-gnome2


Thanks,
--
kou
Posted by Andrea Dallera (edwin_bolthar)
on 2010-04-22 14:26
(Received via mailing list)
Hei Kouhei,

  this looks very interesting, I'll take a look and (if I'm successful)
post the results.
Thanks a lot for the pointer, I couldn't find it myself!

--
Andrea Dallera
http://github.com/bolthar/freightrain
http://usingimho.wordpress.com
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.