Imported Upstream version 3.27.0 upstream/3.27.0
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 30 Oct 2018 01:29:43 +0000 (10:29 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 30 Oct 2018 01:29:43 +0000 (10:29 +0900)
commit157b425b5a4dead542d7725c70e15e0bc28dae2b
treeac7e5095b32dae26eb6c81495f6277e9a340c0f9
parent7599c2f63ff4385cc28b7df1593781ef725a2f96
Imported Upstream version 3.27.0
92 files changed:
AUTHORS [deleted file]
ChangeLog
MANIFEST.in [new file with mode: 0644]
Makefile.am
Makefile.in
NEWS
PKG-INFO
PKG-INFO.in
README.rst [moved from README with 74% similarity]
configure
configure.ac
examples/Makefile.am
examples/Makefile.in
examples/demo/demo.py [new file with mode: 0755]
examples/demo/demos/Css/__init__.py [new file with mode: 0644]
examples/demo/demos/Css/css_accordion.py [new file with mode: 0644]
examples/demo/demos/Css/css_basics.py [new file with mode: 0644]
examples/demo/demos/Css/css_multiplebgs.py [new file with mode: 0644]
examples/demo/demos/Entry/__init__.py [new file with mode: 0644]
examples/demo/demos/Entry/entry_buffer.py [new file with mode: 0644]
examples/demo/demos/Entry/entry_completion.py [new file with mode: 0644]
examples/demo/demos/Entry/search_entry.py [new file with mode: 0644]
examples/demo/demos/IconView/__init__.py [new file with mode: 0644]
examples/demo/demos/IconView/iconviewbasics.py [new file with mode: 0644]
examples/demo/demos/IconView/iconviewedit.py [new file with mode: 0644]
examples/demo/demos/TreeView/__init__.py [new file with mode: 0644]
examples/demo/demos/TreeView/liststore.py [new file with mode: 0644]
examples/demo/demos/TreeView/treemodel_filelist.py [new file with mode: 0644]
examples/demo/demos/TreeView/treemodel_filetree.py [new file with mode: 0644]
examples/demo/demos/TreeView/treemodel_large.py [new file with mode: 0644]
examples/demo/demos/__init__.py [new file with mode: 0644]
examples/demo/demos/appwindow.py [new file with mode: 0644]
examples/demo/demos/assistant.py [new file with mode: 0644]
examples/demo/demos/builder.py [new file with mode: 0644]
examples/demo/demos/button_box.py [new file with mode: 0644]
examples/demo/demos/clipboard.py [new file with mode: 0644]
examples/demo/demos/colorselector.py [new file with mode: 0644]
examples/demo/demos/combobox.py [new file with mode: 0644]
examples/demo/demos/data/alphatest.png [new file with mode: 0644]
examples/demo/demos/data/apple-red.png [new file with mode: 0644]
examples/demo/demos/data/background.jpg [new file with mode: 0644]
examples/demo/demos/data/brick.png [new file with mode: 0644]
examples/demo/demos/data/brick2.png [new file with mode: 0644]
examples/demo/demos/data/css_accordion.css [new file with mode: 0644]
examples/demo/demos/data/css_basics.css [new file with mode: 0644]
examples/demo/demos/data/css_multiplebgs.css [new file with mode: 0644]
examples/demo/demos/data/cssview.css [new file with mode: 0644]
examples/demo/demos/data/demo.gresource [new file with mode: 0644]
examples/demo/demos/data/demo.gresource.xml [new file with mode: 0644]
examples/demo/demos/data/demo.ui [new file with mode: 0644]
examples/demo/demos/data/floppybuddy.gif [new file with mode: 0644]
examples/demo/demos/data/gnome-applets.png [new file with mode: 0644]
examples/demo/demos/data/gnome-calendar.png [new file with mode: 0644]
examples/demo/demos/data/gnome-foot.png [new file with mode: 0644]
examples/demo/demos/data/gnome-fs-directory.png [new file with mode: 0644]
examples/demo/demos/data/gnome-fs-regular.png [new file with mode: 0644]
examples/demo/demos/data/gnome-gimp.png [new file with mode: 0644]
examples/demo/demos/data/gnome-gmush.png [new file with mode: 0644]
examples/demo/demos/data/gnome-gsame.png [new file with mode: 0644]
examples/demo/demos/data/gnu-keys.png [new file with mode: 0644]
examples/demo/demos/data/gtk-logo-rgb.gif [new file with mode: 0644]
examples/demo/demos/data/reset.css [new file with mode: 0644]
examples/demo/demos/dialogs.py [new file with mode: 0644]
examples/demo/demos/drawingarea.py [new file with mode: 0644]
examples/demo/demos/expander.py [new file with mode: 0644]
examples/demo/demos/flowbox.py [new file with mode: 0755]
examples/demo/demos/images.py [new file with mode: 0644]
examples/demo/demos/infobars.py [new file with mode: 0644]
examples/demo/demos/links.py [new file with mode: 0644]
examples/demo/demos/menus.py [new file with mode: 0644]
examples/demo/demos/pickers.py [new file with mode: 0644]
examples/demo/demos/pixbuf.py [new file with mode: 0644]
examples/demo/demos/printing.py [new file with mode: 0644]
examples/demo/demos/rotatedtext.py [new file with mode: 0644]
examples/demo/demos/test.py [new file with mode: 0644]
gi/_ossighelper.py [new file with mode: 0644]
gi/overrides/GLib.py
gi/overrides/Gio.py
gi/overrides/Gtk.py
m4/ax_code_coverage.m4
m4/ax_compiler_flags_cflags.m4
m4/glib-2.0.m4
pygobject-3.0-uninstalled.pc.in [deleted file]
pygobject.doap
setup.py [changed mode: 0755->0644]
tests/Makefile.am
tests/Makefile.in
tests/test_everything.py
tests/test_gi.py
tests/test_ossig.py [new file with mode: 0644]
tests/test_overrides_gtk.py
tools/pygi-convert.sh [moved from pygi-convert.sh with 100% similarity]