[DRE-commits] [ruby-gnome2] 02/09: Merge tag 'upstream/2.2.0'
Paul van Tilburg
paulvt at moszumanska.debian.org
Tue May 6 14:19:45 UTC 2014
This is an automated email from the git hooks/post-receive script.
paulvt pushed a commit to branch master
in repository ruby-gnome2.
commit a6b59f64e1536ce4d04bacd02223698e174a533e
Merge: 16f0210 440c92d
Author: Paul van Tilburg <paulvt at debian.org>
Date: Tue May 6 09:59:20 2014 +0200
Merge tag 'upstream/2.2.0'
Upstream version 2.2.0
# gpg: Signature made Tue 06 May 2014 09:59:15 CEST using DSA key ID 50064181
# gpg: Good signature from "Paul van Tilburg <paul at luon.net>"
# gpg: aka "Paul van Tilburg <paul at spacelabs.nl>"
# gpg: aka "Paul van Tilburg <paul at vtilburg.net>"
# gpg: aka "Paul van Tilburg <paulvt at debian.org>"
# gpg: aka "Paul van Tilburg <p.v.tilburg at luon.net>"
NEWS | 155 ++
Rakefile | 21 +-
clutter-gstreamer/Rakefile | 2 +-
clutter-gstreamer/lib/clutter-gst.rb | 10 +-
clutter-gtk/lib/clutter-gtk.rb | 12 +-
clutter/Rakefile | 4 +-
clutter/lib/clutter.rb | 12 +-
extconf.rb | 3 +-
gdk3/Rakefile | 3 +-
gdk3/ext/gdk3/rbgdkcursor.c | 17 +-
gdk3/ext/gdk3/rbgdkdevicemanager.c | 4 +-
gdk3/ext/gdk3/rbgdkdisplay.c | 7 +
gdk3/ext/gdk3/rbgdkevent.c | 17 +-
gdk3/ext/gdk3/rbgdkwindow.c | 7 +
gdk3/test/test-gdk-event.rb | 146 +-
gdk_pixbuf2/Rakefile | 2 +-
gio2/COPYING.LIB | 502 +++++
gio2/README | 34 -
gio2/README.md | 24 +
gio2/Rakefile | 35 +-
gio2/TODO | 27 -
gio2/ext/gio2/depend | 11 -
gio2/ext/gio2/extconf.rb | 66 +-
gio2/ext/gio2/gio2.def | 2 -
gio2/ext/gio2/rb-gio2-pollable-source.c | 59 +
gio2/ext/gio2/{rbgiotcpconnection.c => rb-gio2.c} | 14 +-
gio2/ext/gio2/{gio2.c => rb-gio2.h} | 15 +-
gio2/ext/gio2/rbgio.c | 133 --
gio2/ext/gio2/rbgio2.h | 158 --
gio2/ext/gio2/rbgio2conversions.h | 154 --
gio2/ext/gio2/rbgio2private.h | 148 --
gio2/ext/gio2/rbgioappinfo.c | 317 ---
gio2/ext/gio2/rbgioapplaunchcontext.c | 81 -
gio2/ext/gio2/rbgioasyncinitable.c | 246 ---
gio2/ext/gio2/rbgioasyncresult.c | 41 -
gio2/ext/gio2/rbgiobufferedinputstream.c | 167 --
gio2/ext/gio2/rbgiobufferedoutputstream.c | 50 -
gio2/ext/gio2/rbgiocancellable.c | 180 --
gio2/ext/gio2/rbgiocharsetconverter.c | 57 -
gio2/ext/gio2/rbgiocontenttype.c | 131 --
gio2/ext/gio2/rbgioconverter.c | 113 --
gio2/ext/gio2/rbgioconverterinputstream.c | 43 -
gio2/ext/gio2/rbgioconverteroutputstream.c | 43 -
gio2/ext/gio2/rbgiodatainputstream.c | 309 ---
gio2/ext/gio2/rbgiodataoutputstream.c | 186 --
gio2/ext/gio2/rbgiodesktopappinfo.c | 87 -
gio2/ext/gio2/rbgiodrive.c | 266 ---
gio2/ext/gio2/rbgioemblem.c | 52 -
gio2/ext/gio2/rbgioemblemedicon.c | 65 -
gio2/ext/gio2/rbgiofile.c | 2045 --------------------
gio2/ext/gio2/rbgiofileattribute.c | 114 --
gio2/ext/gio2/rbgiofileattributeinfo.c | 86 -
gio2/ext/gio2/rbgiofileattributeinfolist.c | 108 --
gio2/ext/gio2/rbgiofileattributematcher.c | 95 -
gio2/ext/gio2/rbgiofiledescriptorbased.c | 45 -
gio2/ext/gio2/rbgiofileenumerator.c | 166 --
gio2/ext/gio2/rbgiofileinfo.c | 617 ------
gio2/ext/gio2/rbgiofileinputstream.c | 91 -
gio2/ext/gio2/rbgiofileiostream.c | 98 -
gio2/ext/gio2/rbgiofilemonitor.c | 46 -
gio2/ext/gio2/rbgiofilenamecompleter.c | 73 -
gio2/ext/gio2/rbgiofileoutputstream.c | 98 -
gio2/ext/gio2/rbgiofilterinputstream.c | 28 -
gio2/ext/gio2/rbgiofilteroutputstream.c | 28 -
gio2/ext/gio2/rbgioicon.c | 69 -
gio2/ext/gio2/rbgioinetaddress.c | 118 --
gio2/ext/gio2/rbgioinetsocketaddress.c | 41 -
gio2/ext/gio2/rbgioinitable.c | 199 --
gio2/ext/gio2/rbgioinputstream.c | 341 ----
gio2/ext/gio2/rbgioio.c | 73 -
gio2/ext/gio2/rbgioiomodule.c | 45 -
gio2/ext/gio2/rbgioiomodules.c | 47 -
gio2/ext/gio2/rbgioioscheduler.c | 102 -
gio2/ext/gio2/rbgioioschedulerjob.c | 121 --
gio2/ext/gio2/rbgioiostream.c | 107 -
gio2/ext/gio2/rbgioloadableicon.c | 92 -
gio2/ext/gio2/rbgiomemoryinputstream.c | 67 -
gio2/ext/gio2/rbgiomount.c | 286 ---
gio2/ext/gio2/rbgiomountoperation.c | 53 -
gio2/ext/gio2/rbgionetworkaddress.c | 59 -
gio2/ext/gio2/rbgionetworkservice.c | 45 -
gio2/ext/gio2/rbgiooutputstream.c | 331 ----
gio2/ext/gio2/rbgioresolver.c | 230 ---
gio2/ext/gio2/rbgioseekable.c | 91 -
gio2/ext/gio2/rbgiosimpleasyncresult.c | 152 --
gio2/ext/gio2/rbgiosocket.c | 390 ----
gio2/ext/gio2/rbgiosocketaddressenumerator.c | 83 -
gio2/ext/gio2/rbgiosocketclient.c | 207 --
gio2/ext/gio2/rbgiosocketconnectable.c | 41 -
gio2/ext/gio2/rbgiosocketconnection.c | 66 -
gio2/ext/gio2/rbgiosocketconnectionfactory.c | 39 -
gio2/ext/gio2/rbgiosocketcontrolmessage.c | 82 -
gio2/ext/gio2/rbgiosocketlistener.c | 246 ---
gio2/ext/gio2/rbgiosrvtarget.c | 76 -
gio2/ext/gio2/rbgiothemedicon.c | 83 -
gio2/ext/gio2/rbgiothreadedsocketservice.c | 43 -
gio2/ext/gio2/rbgiotlscertificate.c | 89 -
gio2/ext/gio2/rbgiounixconnection.c | 71 -
gio2/ext/gio2/rbgiounixfdlist.c | 115 --
gio2/ext/gio2/rbgiounixfdmessage.c | 74 -
gio2/ext/gio2/rbgiounixinputstream.c | 51 -
gio2/ext/gio2/rbgiounixmount.c | 164 --
gio2/ext/gio2/rbgiounixmountmonitor.c | 65 -
gio2/ext/gio2/rbgiounixmountpoint.c | 136 --
gio2/ext/gio2/rbgiounixmountpoints.c | 58 -
gio2/ext/gio2/rbgiounixmounts.c | 58 -
gio2/ext/gio2/rbgiounixoutputstream.c | 51 -
gio2/ext/gio2/rbgiounixsocketaddress.c | 69 -
gio2/ext/gio2/rbgiovfs.c | 84 -
gio2/ext/gio2/rbgiovolume.c | 193 --
gio2/ext/gio2/rbgiovolumemonitor.c | 77 -
gio2/ext/gio2/rbgiozlibcompressor.c | 52 -
gio2/ext/gio2/rbgiozlibdecompressor.c | 45 -
gio2/ext/gio2/util.c | 303 ---
gio2/extconf.rb | 28 +-
gio2/lib/gio2.rb | 181 +-
gio2/lib/gio2/deprecated.rb | 16 +
.../lib/gio2/inet-address.rb | 34 +-
.../lib/gio2/input-stream.rb | 46 +-
gio2/lib/gio2/loader.rb | 244 +++
.../lib/gio2/output-stream.rb | 27 +-
gio2/lib/gio2/pollable-input-stream.rb | 51 +
.../lib/gio2/pollable-output-stream.rb | 33 +-
gio2/lib/gio2/resources.rb | 62 +
.../x-content/unix-software/autorun.sh | 1 +
.../test/fixture/resource/Rakefile | 31 +-
gio2/test/fixture/resource/logo.png | Bin 0 -> 7200 bytes
gio2/test/fixture/resource/ruby-gio2.gresource | Bin 0 -> 7440 bytes
gio2/test/fixture/resource/ruby-gio2.gresource.xml | 6 +
.../test/gio2-test-utils.rb | 26 +-
.../test/gio2-test-utils/fixture.rb | 27 +-
.../test/gio2-test-utils/socket-client.rb | 60 +-
gio2/test/run-test.rb | 54 +-
.../test/test-buffered-input-stream.rb | 26 +-
.../test/test-charset-converter.rb | 26 +-
.../test/test-content-type.rb | 24 +-
.../test/test-data-input-stream.rb | 24 +-
.../test/test-file-enumerator.rb | 27 +-
.../test/test-file-monitor.rb | 34 +-
.../test-signal-info.rb => gio2/test/test-file.rb | 29 +-
.../test/test-inet-address.rb | 33 +-
.../test/test-input-stream.rb | 29 +-
.../test/test-output-stream.rb | 32 +-
.../test/test-pollable-input-stream.rb | 43 +-
.../test/test-pollable-output-stream.rb | 42 +-
gio2/test/test-resources.rb | 58 +
gio2/test/test_bufferedinputstream.rb | 9 -
gio2/test/test_charsetconverter.rb | 9 -
gio2/test/test_datainputstream.rb | 7 -
gio2/test/test_fileenumerator.rb | 8 -
gio2/test/test_filemonitor.rb | 17 -
gio2/test/test_inetaddress.rb | 8 -
glib2/Rakefile | 2 +-
glib2/ext/glib2/rbglib.c | 2 +-
glib2/ext/glib2/rbglib.h | 11 +-
glib2/ext/glib2/rbglib_error.c | 112 +-
glib2/ext/glib2/rbgobj_type.c | 25 +-
glib2/ext/glib2/rbgutil.h | 12 +-
glib2/test/test_key_file.rb | 6 +-
gobject-introspection/Rakefile | 1 +
.../ext/gobject-introspection/rb-gi-argument.c | 702 ++++++-
.../ext/gobject-introspection/rb-gi-conversions.h | 31 +-
.../ext/gobject-introspection/rb-gi-enum-info.c | 12 +-
.../gobject-introspection/rb-gi-function-info.c | 168 +-
.../ext/gobject-introspection/rb-gi-loader.c | 43 +-
.../rb-gobject-introspection.h | 9 +-
.../lib/gobject-introspection/loader.rb | 95 +-
gobject-introspection/test/test-enum-info.rb | 7 +-
gobject-introspection/test/test-interface-info.rb | 6 +-
gobject-introspection/test/test-repository.rb | 7 +-
gobject-introspection/test/test-signal-info.rb | 9 +-
gobject-introspection/test/test-struct-info.rb | 6 +-
goocanvas/lib/goocanvas.rb | 8 +-
gstreamer/Rakefile | 12 +-
gstreamer/lib/gst.rb | 10 +-
gtk2/Rakefile | 6 +-
gtk2/ext/gtk2/rbgdkevent.c | 9 +-
gtk2/ext/gtk2/rbgdkwindow.c | 30 +-
gtk2/ext/gtk2/rbgtkinfobar.c | 28 +-
gtk2/ext/gtk2/rbgtkwidget.c | 28 +-
...4.22-add-missing-exeext-and-fix-directory.diff} | 14 +-
gtk2/test/test_gdk_event.rb | 22 +-
gtk2/test/test_gdk_window.rb | 8 +
.../test/test_gtk_infobar.rb | 26 +-
gtk3/ext/gtk3/extconf.rb | 2 +-
gtk3/ext/gtk3/rbgtk-about-dialog.c | 6 -
gtk3/ext/gtk3/rbgtk-accessible.c | 16 -
gtk3/ext/gtk3/rbgtk-entry.c | 22 +-
.../ext/gtk3/rbgtk-header-bar.c | 40 +-
gtk3/ext/gtk3/rbgtk-icon-view.c | 35 +-
gtk3/ext/gtk3/rbgtk-level-bar.c | 88 +
gtk3/ext/gtk3/rbgtk-link-button.c | 6 -
.../ext/gtk3/rbgtk-menu-button.c | 23 +-
.../ext/gtk3/rbgtk-revealer.c | 25 +-
.../ext/gtk3/rbgtk-search-bar.c | 49 +-
.../gio2.h => gtk3/ext/gtk3/rbgtk-search-entry.c | 28 +-
gtk3/ext/gtk3/rbgtk-stack.c | 106 +
gtk3/ext/gtk3/rbgtk-tree-selection.c | 29 +-
gtk3/ext/gtk3/rbgtk.c | 27 +-
gtk3/ext/gtk3/rbgtk3conversions.h | 27 +-
gtk3/ext/gtk3/rbgtk3private.h | 26 +-
gtk3/sample/gtk-demo/appwindow.rb | 190 +-
gtk3/sample/gtk-demo/cairo-operator.rb | 16 +-
gtk3/sample/gtk-demo/drawingarea.rb | 173 +-
gtk3/sample/gtk-demo/pixbufs.rb | 105 +-
gtk3/sample/misc/alpha-demo.rb | 2 +-
gtk3/sample/misc/assistant.rb | 96 +-
gtk3/sample/misc/cairo-pong.rb | 50 +-
gtk3/sample/misc/composited-windows.rb | 4 +-
gtk3/sample/misc/dnd.rb | 46 +-
gtk3/sample/misc/drag-move.rb | 30 +-
gtk3/sample/misc/drawing.rb | 2 +-
gtk3/sample/misc/mouse-gesture.rb | 6 +-
gtk3/sample/misc/pangorenderer.rb | 2 +-
gtk3/sample/misc/properties.rb | 1 +
gtk3/sample/misc/to_drawable.rb | 2 +-
gtk3/sample/misc/tooltips.rb | 2 +-
.../test/test_gtk_accessible.rb | 28 +-
gtk3/test/test_gtk_entry.rb | 36 +
gtk3/test/test_gtk_header_bar.rb | 66 +
.../test/test_gtk_icon_view.rb | 44 +-
gtk3/test/test_gtk_level_bar.rb | 82 +
gtk3/test/test_gtk_list_store.rb | 3 +-
gtk3/test/test_gtk_menu_button.rb | 49 +
gtk3/test/test_gtk_revealer.rb | 57 +
gtk3/test/test_gtk_search_bar.rb | 55 +
.../test/test_gtk_search_entry.rb | 35 +-
gtk3/test/test_gtk_stack.rb | 115 ++
.../test/test_gtk_tree_selection.rb | 28 +-
.../ext/gtksourceview2/rbgtksourceiter.c | 4 +-
.../gtksourceview2/rbgtksourcelanguagemanager.c | 77 -
.../gtksourceview2/rbgtksourcestyleschememanager.c | 76 -
.../ext/gtksourceview2/rbgtksourceview.c | 13 +-
gtksourceview2/lib/gtksourceview2.rb | 2 +-
gtksourceview2/test/test_source_view.rb | 11 +-
gtksourceview3/Rakefile | 2 +-
gtksourceview3/lib/gtksourceview3.rb | 2 +-
gtksourceview3/sample/sourcelanguagemanager.rb | 8 +-
gtksourceview3/sample/test.rb | 20 +-
gtksourceview3/test/run-test.rb | 13 +-
.../test/test_mark_attributes.rb | 23 +-
gtksourceview3/test/test_source_view.rb | 30 +-
pango/Rakefile | 4 +-
pango/ext/pango/rbpangocairo.c | 8 +-
poppler/Rakefile | 2 +-
poppler/lib/poppler.rb | 12 +-
poppler/test/run-test.rb | 4 +-
vte3/ext/vte3/extconf.rb | 2 +-
vte3/ext/vte3/rbvte3conversions.h | 8 +-
vte3/ext/vte3/rbvte3private.h | 1 -
webkit-gtk/lib/webkit-gtk.rb | 4 +-
webkit-gtk2/lib/webkit-gtk2.rb | 2 +-
252 files changed, 4318 insertions(+), 14525 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gnome2.git
More information about the Pkg-ruby-extras-commits
mailing list