equal
deleted
inserted
replaced
573 toolbar->SetItemDimmed(EPodcastRemoveAllDownloads, itemCnt == 0, ETrue); |
573 toolbar->SetItemDimmed(EPodcastRemoveAllDownloads, itemCnt == 0, ETrue); |
574 toolbar->HideItem(EPodcastSuspendDownloads,iPodcastModel.SettingsEngine().DownloadSuspended(), ETrue); |
574 toolbar->HideItem(EPodcastSuspendDownloads,iPodcastModel.SettingsEngine().DownloadSuspended(), ETrue); |
575 toolbar->HideItem(EPodcastResumeDownloads,!iPodcastModel.SettingsEngine().DownloadSuspended(), ETrue); |
575 toolbar->HideItem(EPodcastResumeDownloads,!iPodcastModel.SettingsEngine().DownloadSuspended(), ETrue); |
576 } |
576 } |
577 |
577 |
578 void CPodcastQueueView::HandleLongTapEventL( const TPoint& aPenEventLocation, const TPoint& /* aPenEventScreenLocation */) |
|
579 { |
|
580 DP("CPodcastQueueView::HandleLongTapEventL BEGIN"); |
|
581 |
|
582 if(iStylusPopupMenu) |
|
583 { |
|
584 iStylusPopupMenu->ShowMenu(); |
|
585 iStylusPopupMenu->SetPosition(aPenEventLocation); |
|
586 } |
|
587 DP("CPodcastQueueView::HandleLongTapEventL END"); |
|
588 } |
|
589 |
|
590 void CPodcastQueueView::DownloadQueueUpdatedL(TInt /*aDownloadingShows*/, TInt /*aQueuedShows*/) |
578 void CPodcastQueueView::DownloadQueueUpdatedL(TInt /*aDownloadingShows*/, TInt /*aQueuedShows*/) |
591 { |
579 { |
592 } |
580 } |
593 |
581 |
594 void CPodcastQueueView::FeedUpdateAllCompleteL(TFeedState /*aState*/) |
582 void CPodcastQueueView::FeedUpdateAllCompleteL(TFeedState /*aState*/) |