[Xfce4-commits] [apps/parole] branch master updated (2f23e21 -> 157600b)

noreply at xfce.org noreply at xfce.org
Wed May 31 02:58:50 CEST 2017


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

b   l   u   e   s   a   b   r   e       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 apps/parole.

      from  2f23e21   I18n: Update translation da (100%).
       new  157600b   cpplint: Final batch of whitespace fixes { should almost always be at the end of the previous line  [whitespace/braces] [4] Extra space after (  [whitespace/parens] [2] Extra space before ( in function call  [whitespace/parens] [4] If an else has a brace on one side, it should have it on both  [readability/braces] [5] Mismatching spaces inside () in for  [whitespace/parens] [5] Mismatching spaces inside () in if  [whitespace/parens] [5]

The 1 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:
 src/common/parole-common.c           |  30 +-
 src/common/parole-rc-utils.c         |  27 +-
 src/common/parole-screensaver.c      |  18 +-
 src/common/parole-screensaver.h      |   6 +-
 src/dbus/parole-dbus.c               |  33 +-
 src/gst/parole-gst.c                 | 659 ++++++++++----------------
 src/gst/parole-gst.h                 |  12 +-
 src/main.c                           |  77 ++--
 src/misc/parole-debug.c              |   6 +-
 src/misc/parole-file.c               | 233 ++++------
 src/misc/parole-file.h               |   6 +-
 src/misc/parole-filters.c            |  24 +-
 src/misc/parole-pl-parser.c          | 200 +++-----
 src/misc/parole-pl-parser.h          |   3 +-
 src/misc/parole-provider-player.c    | 125 ++---
 src/misc/parole-provider-player.h    |   6 +-
 src/misc/parole-provider-plugin.c    |  31 +-
 src/misc/parole-provider-plugin.h    |   3 +-
 src/misc/parole-stream.c             | 361 +++++++--------
 src/misc/parole-stream.h             |  12 +-
 src/parole-about.c                   |   9 +-
 src/parole-builder.c                 |   9 +-
 src/parole-button.c                  |  60 +--
 src/parole-button.h                  |   9 +-
 src/parole-clutter.c                 |  90 ++--
 src/parole-clutter.h                 |   6 +-
 src/parole-conf-dialog.c             |  88 ++--
 src/parole-conf-dialog.h             |   6 +-
 src/parole-conf.c                    | 494 ++++++++++----------
 src/parole-disc.c                    |  91 ++--
 src/parole-disc.h                    |   9 +-
 src/parole-mediachooser.c            | 101 ++--
 src/parole-medialist.c               | 551 ++++++++--------------
 src/parole-medialist.h               |  16 +-
 src/parole-module.c                  |  57 +--
 src/parole-module.h                  |   6 +-
 src/parole-open-location.c           |  57 +--
 src/parole-player.c                  | 863 +++++++++++++----------------------
 src/parole-player.h                  |   9 +-
 src/parole-plugin-player.c           |  86 ++--
 src/parole-plugin-player.h           |   6 +-
 src/parole-plugins-manager.c         | 163 +++----
 src/parole-plugins-manager.h         |   6 +-
 src/parole-shortcuts.c               |  18 +-
 src/parole-subtitle-encoding.c       |  47 +-
 src/parole-utils.c                   | 138 ++----
 src/parole-vis.c                     |   9 +-
 src/plugins/mpris2/mpris2-plugin.c   |   6 +-
 src/plugins/mpris2/mpris2-provider.c | 287 +++++-------
 src/plugins/notify/notify-plugin.c   |   6 +-
 src/plugins/notify/notify-provider.c | 108 ++---
 src/plugins/sample/sample-plugin.c   |   6 +-
 src/plugins/sample/sample-provider.c |  24 +-
 src/plugins/tray/tray-plugin.c       |   6 +-
 src/plugins/tray/tray-provider.c     |  85 ++--
 55 files changed, 2041 insertions(+), 3363 deletions(-)

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


More information about the Xfce4-commits mailing list