From: Masao M. <mu...@hi...> - 2003-08-09 15:55:39
|
むとうです。 Ruby-GNOME2-0.6.0をリリースしました。ハッピーハッキング! Highlights ========== * Support ruby-1.8.0. * Added Ruby/GnomeVFS, Ruby/GtkHtml2 * Merged with Ruby/GStreamer * Fixed some bugs, Improved. * Some classes/methods were added. Downloads ========= http://sourceforge.net/project/showfiles.php?group_id=53614 * ruby-gtk2 The minimum package which includes Ruby/GLib2, Ruby/GdkPixbuf, Ruby/Pango, Ruby/GTK2. * ruby-gstreamer The minimum package for Ruby/GStreamer. Ruby/GLib2, Ruby/GStreamer. * ruby-gnome2 All of Ruby-GNOME2 libraries. What's Ruby-GNOME2? =================== Ruby-GNOME2 is a set of Ruby language bindings for the GNOME 2.x development environment. Supported libraries are: * Ruby/GLib2 * Ruby/GdkPixbuf2 * Ruby/Pango * Ruby/GTK2 * Ruby/GNOME2 * Ruby/GnomeCanvas2 * Ruby/Libart2 * Ruby/Libglade2 * Ruby/GConf2 * Ruby/GnomeVFS [NEW] * Ruby/GStreamer [NEW] * Ruby/GtkHtml2 [NEW] Resources ========= - Project website http://ruby-gnome2.sourceforge.jp/ - Mailing lists http://sourceforge.net/mail/?group_id=53614 - Tutorials http://ruby-gnome2.sourceforge.jp/hiki.cgi?Ruby-GNOME2+Tutorials - Ruby-GNOME2 API Reference http://ruby-gnome2.sourceforge.jp/hiki.cgi?Ruby-GNOME2+API+Reference - New samples http://ruby-gnome2.sourceforge.jp/hiki.cgi?Samples * gconfclock http://ruby-gnome2.sourceforge.jp/hiki.cgi?gconfclock * Simple Audio Player http://ruby-gnome2.sourceforge.jp/hiki.cgi?Simple+Audio+Player - gtk+-2.2 binary package for cygwin http://web.sfc.keio.ac.jp/~s01397ms/cygwin/index.html.en - GTK+ for Windows http://www.dropline.net/gtk/ - Other resources http://ruby-gnome2.sourceforge.jp/hiki.cgi?Links Changes since version 0.5.0 =========================== * Ruby/GLib - mkmf-gnome2.rb,rbglib.h, rbgobject.h, rbgutil.h are installed to site-ruby directories. The other libraries which depends on Ruby/GLib can compile in any directotires. [Masahiro Sakai, Masao Mutoh] - Support ruby-1.8.0 [Masao Mutoh] - Added new macros: [Geoff Youngs, Masao Mutoh] CBOOL2RVAL/RVAL2CBOOL, G_DEF_CONSTANTS, G_RENAME_CONSTANT - Improved and Fixed some bugs. [Masahiro Sakai] GLib::Object, GLib::Type, GLib::Closure, GLib::Signal, - Added some methods: [Masahiro Sakai] GLib::Param, GLib::Param::*, GLib::Boxed, GLib::Signal, GLib::Pointer - Removed some methods. [Masahiro Sakai] GLib::Param::*#default, #default_value * Ruby/GdkPixbuf - Follow Ruby/GLib changes. [Masao Mutoh] - Separate Gdk::Pixbuf#scale to #scale and #scale!, #composite to #composite and #composite!. [Masao Mutoh] * Ruby/Pango - Follow Ruby/GLib changes. [Masao Mutoh] * Ruby/GTK - Follow Ruby/GLib changes. [Sakai, Masahiro, Masao Mutoh] - rbgtk.h are installed to site-ruby directories. The other libraries which depends on Ruby/GTK can compile in any directotires. [Masao Mutoh] - Completed: [Geoff Youngs, Masao Mutoh] Gtk::Clipboard, Gtk::Menu, Gtk::Notebook, Gtk::Socket, Gtk::Plug, Gtk::FileSelection, Gtk::ListStore, Gtk::TreeStore, Gtk::TreeModel, Gtk::TextView, Gtk::Notebook, Gtk::ColorSelection, Gtk::Style, Gtk::ItemFactory, Gtk::Invisible, Gtk::TreeSortable, Gtk::TreeView, Gtk::TreeSelection, Gtk::TreePath, Gtk::TreeViewColumn, Gtk::Drag, Gtk::TextTag, Gtk module - Added and completed. Gtk::TreeDragSource, Gtk::TreeDragDest, - Added some methods, improved, fixed bugs: [Geoff Youngs, Masahiro Sakai, Masao Mutoh] Gdk::Window, Gdk::Drawable, Gdk::EventProperty, Gdk module, Gtk::Object, Gtk::Editable, Gtk::TreeModel, Gtk module, Gtk::TextBuffer, Gtk::IMContext, Gtk::Menu - Added: [Geoff Youngs, Masao Mutoh] Gtk::BingindSet, Gdk::Display, Gdk::Screen - Removed: [Masao Mutoh] Gtk::Socket#xwindow, Gtk::Menu#set_path, Gtk::Notebook#popup_disable/enable, Gtk::ItemFactory.add_foreign Gtk::TreeSortable#sort_func=, Gtk::TreePath#to_s * Ruby/GNOME - Follow Ruby/GLib changes. [Masao Mutoh] - Add Gnome::PixmapEntry#set_preview. [Masao Mutoh] * Ruby/GnomeCanvas - Follow Ruby/GLib changes. [Masao Mutoh] * Ruby/Libglade - Follow Ruby/GLib changes. [Masao Mutoh] * Ruby/Libart - Follow Ruby/GLib changes. [Masao Mutoh] * Ruby/GConf - Fix a bug [744158] [Masao Mutoh] * Ruby/GStreamer [NEW] - Merged with Ruby-GStreamer project. [Laurent Sansonetti] - Version informations are also merged. - Completed: [Laurent Sansonetti] Gst, Gst::Autoplug, Gst::Cpu, Gst::Format, Gst::Object, Gst::PadTemplate, Gst::Pipeline, Gst::PluginFeature, Gst::QueryType, Gst::Type - Added and completed. [Laurent Sansonetti] Gst::AutoplugFactory, Gst::EventMask, Gsk::EventSeek, Gst::EventSegmentSeek, Gst::EventSize, Gst::Parse, Gst::SystemClock, Gst::Thread,Gst::MediaInfo, Gst::MediaInfoStream, Gst::MediaInfoTrack - Added some methods, improved, fixed bugs: [Laurent Sansonetti] Gst::Caps, Gst::Clock, Gst::Plugin, Gst::Pad, Gst::Element, - Added: [Nikolai :: lone-star :: Weibull, Laurent Sansonetti] sample/media-type.rb, gst-inspect.rb, mediap-type2.rb * Ruby/GnomeVFS [NEW] - Initial release. [Nikolai :: lone-star :: Weibull] - Completed: [Nikolai :: lone-star :: Weibull] GnomeVFS module, GnomeVFS::Directory, GnomeVFS::Monitor, GnomeVFS::FileInfo, GnomeVFS::Error - Added: [Nikolai :: lone-star :: Weibull] GnomeVFS::File, GnomeVFS::URI * Ruby/GtkHtml2 [NEW] - Initial release. [Martin Povoln] - Added: [Martin Povoln] Gtk::HtmlDocument, Gtk::HtmlView -- .:% Masao Mutoh<mu...@hi...> |