~ubuntu-branches/ubuntu/maverick/kdemultimedia/maverick-proposed

« back to all changes in this revision

Viewing changes to kscd/kscd.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-05-25 08:30:50 UTC
  • mfrom: (1.2.43 upstream)
  • Revision ID: james.westby@ubuntu.com-20100525083050-8o3otjqjwsnzjb6h
Tags: 4:4.4.80-0ubuntu1
* New upstream beta release:
  - Bump kde-sc-dev-latest to 4.4.80
  - Update various .install files
  - Refresh all patches
  - Add build-depends on libswscale-dev, libavcodec-dev, and libavformat-dev
    for new video thumbnailer backends
  - Add a new ffmpegthumbs package for the new video thumbnailer
* Switch to source format 3.0 (quilt):
  - Bump debhelper build-depend version to 7.3.16 or greater

Show diffs side-by-side

added added

removed removed

Lines of Context:
280
280
void KSCD::restoreTrackinfoLabel()
281
281
{
282
282
        QString title, length ;
283
 
/*
 
283
 
284
284
        // If disc is inserted
285
285
        int currentTrack = devices->getCurrentTrack();
286
286
        if (devices->getCD()->isCdInserted()  && currentTrack > 0 )
296
296
        else
297
297
        {
298
298
                showTrackinfoLabel(title);
299
 
        }*/
 
299
        }
300
300
}
301
301
void KSCD::changeVolume(qreal value)
302
302
{
463
463
        kDebug()<<"playtrack enter "<<track;
464
464
        devices->play(track);
465
465
        emit(picture(result,def));
 
466
        restoreArtistLabel();
466
467
}
467
468
 
468
469
/**