[Xfce4-commits] [xfce/tumbler] branch master updated (59ba868 -> ec9cd77)

noreply at xfce.org noreply at xfce.org
Sun May 28 11:20:16 CEST 2017


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

a   l   i       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 xfce/tumbler.

      from  59ba868   I18n: Update translation fr (100%).
       new  95311db   Added skeleton files for the desktop thumbnailer plugin.
       new  b390c58   Load and register in tumbler a list of thumbnailers read from XDG_DATA_DIRS/thumbnailers. These "desktop" thumbnailers should have *.thumbnailer as a desktop file name and [Thumbnailer Entry] for MimeType and Exec.
       new  3c15ad9   Don't ref the pixbuf as the desktop plugin returns it as it is. Fix a small identation problem.
       new  36b93ac   Remove a couple of ridiculous debug prints.
       new  ac8f0e2   Added the files of the new desktop plugin to POTFILES.in
       new  ec9cd77   Use a better description in configure.ac and acinclude.m4 for the new plugin.

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:
 acinclude.m4                                       |  19 +
 configure.ac                                       |  10 +-
 plugins/Makefile.am                                |   1 +
 plugins/desktop-thumbnailer/Makefile.am            |  44 ++
 .../desktop-thumbnailer-plugin.c}                  |  22 +-
 .../desktop-thumbnailer-provider.c                 | 255 ++++++++++++
 .../desktop-thumbnailer-provider.h                 |  42 ++
 plugins/desktop-thumbnailer/desktop-thumbnailer.c  | 455 +++++++++++++++++++++
 plugins/desktop-thumbnailer/desktop-thumbnailer.h  |  42 ++
 po/POTFILES.in                                     |   3 +
 10 files changed, 880 insertions(+), 13 deletions(-)
 create mode 100644 plugins/desktop-thumbnailer/Makefile.am
 copy plugins/{raw-thumbnailer/raw-thumbnailer-plugin.c => desktop-thumbnailer/desktop-thumbnailer-plugin.c} (81%)
 create mode 100644 plugins/desktop-thumbnailer/desktop-thumbnailer-provider.c
 create mode 100644 plugins/desktop-thumbnailer/desktop-thumbnailer-provider.h
 create mode 100644 plugins/desktop-thumbnailer/desktop-thumbnailer.c
 create mode 100644 plugins/desktop-thumbnailer/desktop-thumbnailer.h

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


More information about the Xfce4-commits mailing list