[Xfce4-commits] [bindings/thunarx-python] branch master updated (68111c9 -> fad1c2d)

noreply at xfce.org noreply at xfce.org
Thu Nov 30 03:31:18 CET 2017


This is an automated email from the git hooks/post-receive script.

a   d   a   m   p   l   u   m   b       p   u   s   h   e   d       a       c   h   a   n   g   e       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository bindings/thunarx-python.

      from  68111c9   Release 0.3.0
       new  a54a7e7   Updated to use gobject instrospection and new thunarx menu items
       new  12cb676   Updated documentation and examples for thunarx-3
       new  fad1c2d   Bump to v0.4.0

The 3 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:
 .gitignore                                         |   1 +
 INSTALL                                            |  19 +-
 NEWS                                               |   4 +
 README                                             |  11 +-
 configure.ac.in                                    |  68 +--
 docs/Makefile.am                                   |  74 ++-
 docs/reference/thunarx-python-class-reference.xml  |   2 +
 docs/reference/thunarx-python-file-info.xml        |  46 +-
 docs/reference/thunarx-python-menu-item.xml        | 177 +++++++
 docs/reference/thunarx-python-menu-provider.xml    | 179 +++----
 docs/reference/thunarx-python-menu.xml             | 103 ++++
 docs/reference/thunarx-python-overview-example.xml |  31 +-
 docs/reference/thunarx-python-overview.xml         |  17 +-
 .../thunarx-python-preferences-provider.xml        |  64 ++-
 .../thunarx-python-property-page-provider.xml      |  47 +-
 docs/reference/thunarx-python-property-page.xml    |  38 +-
 docs/reference/thunarx-python-renamer-provider.xml |  40 +-
 docs/reference/thunarx-python-renamer.xml          |  72 +--
 examples/Makefile                                  | 565 +++++++++++++++++++++
 examples/Makefile.in                               | 565 +++++++++++++++++++++
 examples/thunarx-menu-plugin.py                    |  21 +-
 examples/thunarx-preferences-plugin.py             |  37 +-
 examples/thunarx-property-page-plugin.py           |  27 +-
 examples/thunarx-renamer-plugin.py                 |  29 +-
 examples/thunarx-submenu-plugin.py                 |  91 ++--
 src/Makefile.am                                    |  51 +-
 src/thunarx-python-object.c                        |  40 +-
 src/thunarx-python.c                               | 155 +-----
 src/thunarx-python.h                               |   9 +-
 src/thunarx.defs                                   | 453 -----------------
 src/thunarx.override                               | 412 ---------------
 src/thunarxmodule.c                                |  60 ---
 32 files changed, 1898 insertions(+), 1610 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 docs/reference/thunarx-python-menu-item.xml
 create mode 100644 docs/reference/thunarx-python-menu.xml
 create mode 100644 examples/Makefile
 create mode 100644 examples/Makefile.in
 delete mode 100644 src/thunarx.defs
 delete mode 100644 src/thunarx.override
 delete mode 100644 src/thunarxmodule.c

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list