[Pkg-mpd-commits] [qmpdclient] branch upstream updated (5f010ba -> b848641)

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


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

wrar pushed a change to branch upstream
in repository qmpdclient.

      from  5f010ba   version bump
       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

The 25 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 +-
 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 ++++++++++++++++++++++-----------------------
 24 files changed, 252 insertions(+), 177 deletions(-)

-- 
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