2.3.1 release schedule

Nikolaj Hald Nielsen nhnfreespirit at gmail.com
Sat Mar 27 16:26:46 CET 2010


> The only thing in that commit that maybe looks wonky is this:
>
> -    if ((AmarokConfig::enableToolTips()) && (track) &&
> !(QApplication::mouseButtons() & Qt::LeftButton)) {
> +    if ( (
> Playlist::LayoutManager::instance()->activeLayout().tooltips() ) &&
> (track) && !(QApplication::mouseButtons() & Qt::LeftButton)) {

Nope. The commit was to blame, but really by no fault of its own.

The trigger turned out to be that the commit removed a checkbox from
the GeneralConfig page. This in turn led to the GeneralConfig page
getting slightly less tall (by 20 pixels or so). This in turn caused
the entire dialog to shrink bu this amount, which caused the
KPluginSelector used for enabling/configuring service to _just_ have
to show the vertical scrollbar. And this causes all hell to break
loose....

- Nikolaj


More information about the Amarok-devel mailing list