RE: C++11

2013-05-08 Thread Patrick von Reth
For the official builds we are still using gcc 4.4.7 and we probably won't switch to 4.8 before we switch to qt5.But for a amarok only build, I already did some testing and got a working build with gcc 4.8.For msvc, we are currently using msvc10, and won't switch to msvc12(which has c++11 suppor

Re: [amarok] src/context/engines/wikipedia: Fix crashes on track change (both with Phonon-GStreamer and Phonon-VLC).

2013-05-08 Thread Erik Hovland
On Wed, May 8, 2013 at 3:42 AM, Mark Kretschmann wrote: > Git commit d13bd61842627ffb2382b5d59a020ea7a5124ca5 by Mark Kretschmann. > Committed on 08/05/2013 at 12:29. > Pushed by markey into branch 'master'. > > Fix crashes on track change (both with Phonon-GStreamer and Phonon-VLC). > > What happ

Re: C++11

2013-05-08 Thread Edward Toroshchin
On Wed, May 08, 2013 at 02:50:26PM +0200, Mark Kretschmann wrote: > I'd really like to start using some C++11 features in Amarok. It has been > argued that only few compilers support all of C++11's features at this > point, and that we therefore couldn't use C++11. I support going to C++11. Probab

C++11

2013-05-08 Thread Mark Kretschmann
Hey all, I'd really like to start using some C++11 features in Amarok. It has been argued that only few compilers support all of C++11's features at this point, and that we therefore couldn't use C++11. Right. However, we could use a *subset* of C++11 features. I'm thinking especially of popular

[amarok] src/context/engines/wikipedia: Fix crashes on track change (both with Phonon-GStreamer and Phonon-VLC).

2013-05-08 Thread Mark Kretschmann
Git commit d13bd61842627ffb2382b5d59a020ea7a5124ca5 by Mark Kretschmann. Committed on 08/05/2013 at 12:29. Pushed by markey into branch 'master'. Fix crashes on track change (both with Phonon-GStreamer and Phonon-VLC). What happened: The Wikipedia applet uses QtWebKit for HTML rendering. On Linu