~joe-yasi/amarok/+git/amarok-git:v2.7.x

Last commit made on 2013-05-15
Get this branch:
git clone -b v2.7.x https://git.launchpad.net/~joe-yasi/amarok/+git/amarok-git

Branch merges

Branch information

Name:
v2.7.x
Repository:
lp:~joe-yasi/amarok/+git/amarok-git

Recent commits

86adaf0... by Daniel Meltzer <email address hidden>

Make Compile on OS X. Apparently Xcode gets confused between Meta::Base and MemoryMeta::Base

7fae7ef... by Matěj Laitl

MountPointManager: fix inability to deselect "Use MusicLocation"

...and also inability to clear the Local Collection if collection
folders are cleared.

BUGFIXES:
 * Fix inability to reverse "Use Music Location" decision and inability
   to clear database once all collection directories have been unset.

This patch is a candidate for inclusion into 2.7.1

BUG: 316216
FIXED-IN: 2.8

67051b7... by Mark Kretschmann

Fix crashes on track change (both with Phonon-GStreamer and Phonon-VLC).

What happened:

The Wikipedia applet uses QtWebKit for HTML rendering. On
Linux, QtWebKit uses GStreamer for media playback. Turns out that this crashes
with a high probability whenever an <audio> tag is present on a web page. As
music artists' pages often contain audio snippets in Vorbis format, it crashed
a lot when Amarok's applet rendered a page.

The fix:

Removing all audio tags from Wikipedia pages before rendering them in our applet.
Of course, the real fix would have to be done upstream. But until that happens, our
workaround here fixes a shitload of crashes.

We might want to do a 2.7.1 release for Linux, with this patch.

BUG: 319371

3fb39f1... by Edward Toroshchin <email address hidden>

Fix compilation error on gcc-4.2

Thanks Luca Pizzamiglio for pointing it out and providing a fix.

FIXED-IN: 2.8
BUG: 314528

e90f7b4... by Matěj Laitl

MySqlEmbeddedStorage: don't use QString::toAscii(), fix bug 313914

It is 2013. We have more characters than 128.

BUGFIXES:
 * Fix inability to create database when home directory contains
   non-ASCII characters.

BUG: 313914

af8926a... by Matěj Laitl

Drop support for treating MusicBrainz ids as track unique ids

No comments on my mail inquiry, which I treat as a consent. Since 2.6
the SqlScanResultProcessor should cope with changed track ids just fine.

CHANGES:
 * Problematic support for treating MusicBrainz ids as track unique ids
   was dropped; should avoid surprising "Duplicate Tracks Found" errors.

BUG: 315329

1081fc2... by Phalgun Guduthur <email address hidden>

Fix typo in query which affected trackNumber

BUG: 311847

a9a6377... by Matěj Laitl

ChangeLog entry for 2.7.1

ffbe93a... by Script Kiddy <email address hidden>

SVN_SILENT made messages (.desktop file)

ad2b728... by Matěj Laitl

Bump plugin version to 70

...in preparation for 2.7, although this doesn't make much sense as
there are no known external binary modules.