[libgtk3-perl] branch master updated (9ae6fd4 -> 169a25c)
Intrigeri
intrigeri at alioth.debian.org
Thu Sep 5 13:30:11 UTC 2013
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a change to branch master
in repository libgtk3-perl.
from 9ae6fd4 libgtk3-perl (0.008-1) experimental
adds 6363e69 Add overrides for Gtk3::Container
adds 550462a Test that no double-frees occur for custom Gtk3::Widget subclasses
adds 6de0240 Add Gtk3::EVENT_PROPAGATE and Gtk3::EVENT_STOP
adds 7992537 Add overrides for Gtk3::Editable
adds 00d70c1 Add overrides for Gtk3::Dialog
adds f4d9d19 Add overrides for Gtk3::FileChooserDialog
adds abdf744 Rename a variable for consistency
adds cdb79c0 Skip generic signal marshaller tests if needed
adds 8d05f79 Gtk3::Gdk::Window::new: numerify the attr mask on older gtk+
adds cd6223b Add an override for Gtk3::main_level
adds bc50791 Avoid some warnings from the test suite
adds e989b3c Add overrides for Gtk3::TextBuffer
adds b954ec2 Specify all prerequisites, even if they are core
adds 59afb4f Add overrides for Gtk3::RecentChooserDialog
adds dd4b9e7 Correct an error message
adds 9bd01da Add overrides for Gtk3::InfoBar
adds 5f7c9a3 Enable a few Gtk3::RadioMenuItem tests
adds 607f2ef Add overrides for Gtk3::Gdk::RGBA
adds b9bc1d1 Gtk3::TreeModel::get: if no columns are specified, use all columns
adds e8c7e50 Test that implementing Gtk3::TreeModel and Gtk3::TreeSortable works
adds 610330f Document some more differences between Gtk3 and Gtk2
adds 4713cb5 Add overrides for various button constructors
adds ab402ee Avoid some warnings from the tests
adds 90b03cf Improve the readability of a test
adds e5d74fb Do not use length() in overrides where number of bytes is wanted
adds ce79084 Use the newly added enum handling API of Glib::Object::Introspection
adds dff6c68 Rename an internal function to reflect its genericity
adds 59d0205 Add overrides for Gtk3::ListStore's and Gtk3::TreeStore's insert_with_values()
adds 3ee0664 Add more overrides for Gtk3::TreeView and friends
adds ba11820 Add a few more porting notes
adds b4432e1 Adjust two copyright notices
adds 287d75c Fix some test failures with older versions
adds 7215d6d Refactor a test
adds 319ecef Hush a new warning in the test suite
adds 60faf44 Fix test failures on older versions of gtk+
adds f9362c5 Hush some warnings from Gtk3::show_about_dialog
adds 17caa61 Hush a warning from Gtk3::ActionGroup::add_toggle_actions
adds cc29271 Make Gtk3::Gdk::Pixbuf::save, save_to_buffer and save_to_callback usable
adds ed6b2f8 Add overrides for Gtk3::Gdk::Atom
adds a5663dd Release v0.009
adds 0741d76 Test Gtk3::Gdk::Pixbuf::save_to_callback
adds 0b7134b Fix a few test failures for older gtk+
adds 9c6f0fe Gtk3::HBox/Gtk3::VBox: use correct defaults in constructors
adds bcd21a1 Gtk3::TextBuffer::create_tag: handle all property pairs
adds 5f840c1 Avoid unnecessary semicolons
adds deffab6 Simplify an expression
adds 7dd5bd3 Add optional semicolon
adds 591f645 Release v0.010
adds 5e8f6b9 Release v0.011
adds 5ea83ce Imported Upstream version 0.011
new 09f9a62 Merge tag 'upstream/0.011'
new d195cdd Update {build-,}dependency on libglib-object-introspection-perl to >= 0.015.
new 074b492 Take into account upstream bumped copyright years.
new 068d4df Bump our own copyright years.
new e0c0311 Declare compatibility with Standards-Version 3.9.4.
new 169a25c libgtk3-perl (0.011-1)
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
LICENSE | 2 +-
MANIFEST | 7 +
META.yml | 8 +-
Makefile.PL | 20 +-
NEWS | 35 +++
debian/changelog | 14 +
debian/control | 6 +-
debian/copyright | 4 +-
dist.ini | 8 +-
lib/Gtk3.pm | 625 ++++++++++++++++++++++++++++++++++++-----
t/00-init.t | 5 -
t/overrides.t | 355 ++++++++++++++++++++---
t/signals.t | 1 +
t/vfuncs.t | 47 ++++
t/zz-GdkEvent.t | 91 +++---
t/zz-GtkCellLayoutIface.t | 5 +-
t/zz-GtkCellRendererIface.t | 152 ++++------
t/zz-GtkContainer.t | 218 ++++++++++++++
t/zz-GtkDialog.t | 84 ++++++
t/zz-GtkInfoBar.t | 68 +++++
t/zz-GtkRadioMenuItem.t | 12 +-
t/zz-GtkRecentChooserDialog.t | 49 ++++
t/zz-GtkTextBuffer.t | 160 +++++++++++
t/zz-GtkTreeModelIface.t | 512 +++++++++++++++++++++++++++++++++
24 files changed, 2235 insertions(+), 253 deletions(-)
create mode 100644 t/vfuncs.t
create mode 100644 t/zz-GtkContainer.t
create mode 100644 t/zz-GtkDialog.t
create mode 100644 t/zz-GtkInfoBar.t
create mode 100644 t/zz-GtkRecentChooserDialog.t
create mode 100644 t/zz-GtkTextBuffer.t
create mode 100644 t/zz-GtkTreeModelIface.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgtk3-perl.git
More information about the Pkg-perl-cvs-commits
mailing list