[Pkg-mpd-commits] [qmpdclient] branch master updated (fd950c9 -> 363ae33)

Andrey Rahmatullin wrar at moszumanska.debian.org
Mon May 23 07:19:43 UTC 2016


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

wrar pushed a change to branch master
in repository qmpdclient.

      from  fd950c9   Don't use githubredir in debian/watch, patch by Bart Martens.
       new  5cf43b0   Fixed french translation
       new  fb03f88   Fixed default value of Last.fm scrobbler timer
       new  186d9f6   "Scrobble" checkbox
       new  bc3812d   Add support for more multimedia keys
       new  3000641   Minor cleanup
       new  567c6ce   CMakeLists.txt: correctly link under Win32
       new  8ce5afb   CMakeLists.txt: make GUI executable on Win32
       new  297266b   Merge git://github.com/dkrjuchkov/qmpdclient
       new  b8b42a2   Fix compilation under MSVC
       new  06cc5d6   config.cpp: append dir separator to m_systemPath in Q_WS_WIN case
       new  7305737   config.cpp: move variable closer to the usage
       new  ecf158c   CMakeLists.txt: install executable file into root folder instead of bin on Win32
       new  ee4fe36   controlpanel: disable volume slider when MPD does not provide volume control
       new  b4b2168   CMakeLists.txt: add resource.rc to sources on WIN32
       new  daba3af   remake qmpdclient.ico from .png
       new  215c13c   .gitignore: add CMakeLists.txt.user
       new  fba1c49   First attempt at fixing lastfm scrobbling
       new  cabe0ec   Part 2, I don't know what I'm doing really
       new  24b0012   Modified icon to match size
       new  b42cf54   Fixed icon size
       new  e411410   Jump to song also selects and scrolls playlist.
       new  429c5ef   Weird forgotten include
       new  030366d   Fixed same-case entries in views being lost
       new  2fa1d5f   Updated lyricwiki scraping code
       new  b848641   readme update
       new  67af4fd   Merge tag 'upstream/1.2.2+git20151118'
       new  96bfd11   Update the upstream tag format in gbp.conf.
       new  7aa5e39   Enable pristine-tar.
       new  1a95171   Drop debian/qmpdclient-64.png, fixed upstream.
       new  9fd7f27   Update my email.
       new  c28deae   Update my email and years in d/copyright.
       new  adc43f8   Bump S-V
       new  ba17904   Fix Vcs-* fields
       new  822824a   Drop obsolete fix-fr-translation.patch
       new  ce75146   Fix a license name in d/copyright
       new  f0e75cf   Use system libmpd.
       new  8975161   Update debian/changelog.
       new  363ae33   Set Maintainer to the QA Group.

The 38 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 +
 CMakeLists.txt                               |  13 +-
 README                                       |   3 +-
 debian/changelog                             |  13 +
 debian/control                               |  12 +-
 debian/copyright                             |   6 +-
 debian/gbp.conf                              |   4 +-
 debian/patches/fix-fr-translation.patch      | 464 ---------------------------
 debian/patches/series                        |   2 +-
 debian/patches/use-system-libmpdclient.patch | 159 +++++++++
 debian/qmpdclient-64.png                     | Bin 2142 -> 0 bytes
 debian/rules                                 |   4 -
 icons/64x64/qmpdclient.png                   | Bin 2247 -> 2142 bytes
 icons/qmpdclient.ico                         | Bin 1150 -> 15086 bytes
 lang/fr_FR.ts                                | 110 +++----
 src/config.cpp                               |   9 +-
 src/config.h                                 |   1 +
 src/controlpanel.cpp                         |  35 +-
 src/controlpanel.h                           |   4 +-
 src/lastfmsubmitter.cpp                      |  10 +-
 src/libmpdclient.c                           |  13 +-
 src/libmpdclient.h                           |   4 +-
 src/lyricsdialog.cpp                         |   2 +-
 src/mainwindow.cpp                           |   8 +-
 src/mainwindow.h                             |   2 +
 src/mpdsong.h                                |   5 +
 src/mpdstatus.cpp                            |   2 +-
 src/playlistpanel.cpp                        |   3 +-
 src/playlistpanel.h                          |   2 +-
 src/playlistview.cpp                         |   5 +
 src/playlistview.h                           |   2 +-
 src/stringlistview.cpp                       |   4 +-
 ui/controlpanel.ui                           | 191 ++++++-----
 33 files changed, 436 insertions(+), 657 deletions(-)
 delete mode 100644 debian/patches/fix-fr-translation.patch
 create mode 100644 debian/patches/use-system-libmpdclient.patch
 delete mode 100644 debian/qmpdclient-64.png

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/qmpdclient.git



More information about the Pkg-mpd-commits mailing list