summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/playlistwidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/multimedia/opieplayer2/playlistwidget.cpp b/noncore/multimedia/opieplayer2/playlistwidget.cpp
index c9ae225..a8429e3 100644
--- a/noncore/multimedia/opieplayer2/playlistwidget.cpp
+++ b/noncore/multimedia/opieplayer2/playlistwidget.cpp
@@ -1,1152 +1,1153 @@
1/* 1/*
2                This file is part of the Opie Project 2                This file is part of the Opie Project
3 3
4              Copyright (c) 2002 Max Reiss <harlekin@handhelds.org> 4              Copyright (c) 2002 Max Reiss <harlekin@handhelds.org>
5 Copyright (c) 2002 L. Potter <ljp@llornkcor.com> 5 Copyright (c) 2002 L. Potter <ljp@llornkcor.com>
6 Copyright (c) 2002 Holger Freyther <zecke@handhelds.org> 6 Copyright (c) 2002 Holger Freyther <zecke@handhelds.org>
7 =. 7 =.
8 .=l. 8 .=l.
9           .>+-= 9           .>+-=
10 _;:,     .>    :=|. This program is free software; you can 10 _;:,     .>    :=|. This program is free software; you can
11.> <`_,   >  .   <= redistribute it and/or modify it under 11.> <`_,   >  .   <= redistribute it and/or modify it under
12:`=1 )Y*s>-.--   : the terms of the GNU General Public 12:`=1 )Y*s>-.--   : the terms of the GNU General Public
13.="- .-=="i,     .._ License as published by the Free Software 13.="- .-=="i,     .._ License as published by the Free Software
14 - .   .-<_>     .<> Foundation; either version 2 of the License, 14 - .   .-<_>     .<> Foundation; either version 2 of the License,
15     ._= =}       : or (at your option) any later version. 15     ._= =}       : or (at your option) any later version.
16    .%`+i>       _;_. 16    .%`+i>       _;_.
17    .i_,=:_.      -<s. This program is distributed in the hope that 17    .i_,=:_.      -<s. This program is distributed in the hope that
18     +  .  -:.       = it will be useful, but WITHOUT ANY WARRANTY; 18     +  .  -:.       = it will be useful, but WITHOUT ANY WARRANTY;
19    : ..    .:,     . . . without even the implied warranty of 19    : ..    .:,     . . . without even the implied warranty of
20    =_        +     =;=|` MERCHANTABILITY or FITNESS FOR A 20    =_        +     =;=|` MERCHANTABILITY or FITNESS FOR A
21  _.=:.       :    :=>`: PARTICULAR PURPOSE. See the GNU 21  _.=:.       :    :=>`: PARTICULAR PURPOSE. See the GNU
22..}^=.=       =       ; General Public License for more 22..}^=.=       =       ; General Public License for more
23++=   -.     .`     .: details. 23++=   -.     .`     .: details.
24 :     =  ...= . :.=- 24 :     =  ...= . :.=-
25 -.   .:....=;==+<; You should have received a copy of the GNU 25 -.   .:....=;==+<; You should have received a copy of the GNU
26  -_. . .   )=.  = General Public License along with 26  -_. . .   )=.  = General Public License along with
27    --        :-=` this library; see the file COPYING.LIB. 27    --        :-=` this library; see the file COPYING.LIB.
28 If not, write to the Free Software Foundation, 28 If not, write to the Free Software Foundation,
29 Inc., 59 Temple Place - Suite 330, 29 Inc., 59 Temple Place - Suite 330,
30 Boston, MA 02111-1307, USA. 30 Boston, MA 02111-1307, USA.
31 31
32*/ 32*/
33 33
34#include <qpe/qpetoolbar.h> 34#include <qpe/qpetoolbar.h>
35#include <qpe/qpeapplication.h> 35#include <qpe/qpeapplication.h>
36#include <qpe/storage.h> 36#include <qpe/storage.h>
37#include <qpe/mimetype.h> 37#include <qpe/mimetype.h>
38#include <qpe/global.h> 38#include <qpe/global.h>
39#include <qpe/resource.h> 39#include <qpe/resource.h>
40 40
41#include <qdatetime.h> 41#include <qdatetime.h>
42#include <qdir.h> 42#include <qdir.h>
43#include <qmessagebox.h> 43#include <qmessagebox.h>
44#include <qregexp.h> 44#include <qregexp.h>
45#include <qtextstream.h> 45#include <qtextstream.h>
46 46
47#include "playlistselection.h" 47#include "playlistselection.h"
48#include "playlistwidget.h" 48#include "playlistwidget.h"
49#include "mediaplayerstate.h" 49#include "mediaplayerstate.h"
50#include "inputDialog.h" 50#include "inputDialog.h"
51#include "om3u.h" 51#include "om3u.h"
52 52
53//only needed for the random play 53//only needed for the random play
54#include <stdlib.h> 54#include <stdlib.h>
55#include <assert.h> 55#include <assert.h>
56 56
57#include "audiowidget.h" 57#include "audiowidget.h"
58#include "videowidget.h" 58#include "videowidget.h"
59 59
60extern MediaPlayerState *mediaPlayerState; 60extern MediaPlayerState *mediaPlayerState;
61// extern AudioWidget *audioUI; 61// extern AudioWidget *audioUI;
62// extern VideoWidget *videoUI; 62// extern VideoWidget *videoUI;
63 63
64QString audioMimes ="audio/mpeg;audio/x-wav;audio/x-ogg"; 64QString audioMimes ="audio/mpeg;audio/x-wav;audio/x-ogg";
65// no m3u's here please 65// no m3u's here please
66 66
67PlayListWidget::PlayListWidget( QWidget* parent, const char* name, WFlags fl ) 67PlayListWidget::PlayListWidget( QWidget* parent, const char* name, WFlags fl )
68 : PlayListWidgetGui( parent, name, fl ) { 68 : PlayListWidgetGui( parent, name, fl ) {
69 69
70 d->tbAddToList = new ToolButton( bar, tr( "Add to Playlist" ), 70 d->tbAddToList = new ToolButton( bar, tr( "Add to Playlist" ),
71 "opieplayer2/add_to_playlist", 71 "opieplayer2/add_to_playlist",
72 this , SLOT(addSelected() ) ); 72 this , SLOT(addSelected() ) );
73 d->tbRemoveFromList = new ToolButton( bar, tr( "Remove from Playlist" ), 73 d->tbRemoveFromList = new ToolButton( bar, tr( "Remove from Playlist" ),
74 "opieplayer2/remove_from_playlist", 74 "opieplayer2/remove_from_playlist",
75 this , SLOT(removeSelected() ) ); 75 this , SLOT(removeSelected() ) );
76 d->tbPlay = new ToolButton( bar, tr( "Play" ), "opieplayer2/play", 76 d->tbPlay = new ToolButton( bar, tr( "Play" ), "opieplayer2/play",
77 this , SLOT( btnPlay( bool) ), TRUE ); 77 this , SLOT( btnPlay( bool) ), TRUE );
78 d->tbShuffle = new ToolButton( bar, tr( "Randomize" ),"opieplayer2/shuffle", 78 d->tbShuffle = new ToolButton( bar, tr( "Randomize" ),"opieplayer2/shuffle",
79 mediaPlayerState, SLOT( setShuffled( bool ) ), TRUE ); 79 mediaPlayerState, SLOT( setShuffled( bool ) ), TRUE );
80 d->tbLoop = new ToolButton( bar, tr( "Loop" ), "opieplayer2/loop", 80 d->tbLoop = new ToolButton( bar, tr( "Loop" ), "opieplayer2/loop",
81 mediaPlayerState, SLOT( setLooping( bool ) ), TRUE ); 81 mediaPlayerState, SLOT( setLooping( bool ) ), TRUE );
82 82
83 (void)new MenuItem( pmPlayList, tr( "Clear List" ), this, SLOT( clearList() ) ); 83 (void)new MenuItem( pmPlayList, tr( "Clear List" ), this, SLOT( clearList() ) );
84 (void)new MenuItem( pmPlayList, tr( "Add all audio files" ), 84 (void)new MenuItem( pmPlayList, tr( "Add all audio files" ),
85 this, SLOT( addAllMusicToList() ) ); 85 this, SLOT( addAllMusicToList() ) );
86 (void)new MenuItem( pmPlayList, tr( "Add all video files" ), 86 (void)new MenuItem( pmPlayList, tr( "Add all video files" ),
87 this, SLOT( addAllVideoToList() ) ); 87 this, SLOT( addAllVideoToList() ) );
88 (void)new MenuItem( pmPlayList, tr( "Add all files" ), 88 (void)new MenuItem( pmPlayList, tr( "Add all files" ),
89 this, SLOT( addAllToList() ) ); 89 this, SLOT( addAllToList() ) );
90 pmPlayList->insertSeparator(-1); 90 pmPlayList->insertSeparator(-1);
91// (void)new MenuItem( pmPlayList, tr( "Save PlayList" ), 91// (void)new MenuItem( pmPlayList, tr( "Save PlayList" ),
92// this, SLOT( saveList() ) ); 92// this, SLOT( saveList() ) );
93 (void)new MenuItem( pmPlayList, tr( "Save Playlist" ), 93 (void)new MenuItem( pmPlayList, tr( "Save Playlist" ),
94 this, SLOT(writem3u() ) ); 94 this, SLOT(writem3u() ) );
95 pmPlayList->insertSeparator(-1); 95 pmPlayList->insertSeparator(-1);
96 (void)new MenuItem( pmPlayList, tr( "Open File or URL" ), 96 (void)new MenuItem( pmPlayList, tr( "Open File or URL" ),
97 this,SLOT( openFile() ) ); 97 this,SLOT( openFile() ) );
98 pmPlayList->insertSeparator(-1); 98 pmPlayList->insertSeparator(-1);
99 (void)new MenuItem( pmPlayList, tr( "Rescan for Audio Files" ), 99 (void)new MenuItem( pmPlayList, tr( "Rescan for Audio Files" ),
100 this,SLOT( scanForAudio() ) ); 100 this,SLOT( scanForAudio() ) );
101 (void)new MenuItem( pmPlayList, tr( "Rescan for Video Files" ), 101 (void)new MenuItem( pmPlayList, tr( "Rescan for Video Files" ),
102 this,SLOT( scanForVideo() ) ); 102 this,SLOT( scanForVideo() ) );
103 103
104 pmView->insertItem( Resource::loadPixmap("fullscreen") , tr( "Full Screen"), 104 pmView->insertItem( Resource::loadPixmap("fullscreen") , tr( "Full Screen"),
105 mediaPlayerState, SLOT( toggleFullscreen() ) ); 105 mediaPlayerState, SLOT( toggleFullscreen() ) );
106 106
107 Config cfg( "OpiePlayer" ); 107 Config cfg( "OpiePlayer" );
108 bool b= cfg.readBoolEntry("FullScreen", 0); 108 bool b= cfg.readBoolEntry("FullScreen", 0);
109 mediaPlayerState->setFullscreen( b ); 109 mediaPlayerState->setFullscreen( b );
110 pmView->setItemChecked( -16, b ); 110 pmView->setItemChecked( -16, b );
111 111
112 (void)new ToolButton( vbox1, tr( "Move Up" ), "opieplayer2/up", 112 (void)new ToolButton( vbox1, tr( "Move Up" ), "opieplayer2/up",
113 d->selectedFiles, SLOT(moveSelectedUp() ) ); 113 d->selectedFiles, SLOT(moveSelectedUp() ) );
114 (void)new ToolButton( vbox1, tr( "Remove" ), "opieplayer2/cut", 114 (void)new ToolButton( vbox1, tr( "Remove" ), "opieplayer2/cut",
115 d->selectedFiles, SLOT(removeSelected() ) ); 115 d->selectedFiles, SLOT(removeSelected() ) );
116 (void)new ToolButton( vbox1, tr( "Move Down" ), "opieplayer2/down", 116 (void)new ToolButton( vbox1, tr( "Move Down" ), "opieplayer2/down",
117 d->selectedFiles, SLOT(moveSelectedDown() ) ); 117 d->selectedFiles, SLOT(moveSelectedDown() ) );
118 // QVBox *stretch2 = new QVBox( vbox1 ); 118 // QVBox *stretch2 = new QVBox( vbox1 );
119 119
120 connect( tbDeletePlaylist, ( SIGNAL( released() ) ), 120 connect( tbDeletePlaylist, ( SIGNAL( released() ) ),
121 SLOT( deletePlaylist() ) ); 121 SLOT( deletePlaylist() ) );
122 connect( pmView, SIGNAL( activated( int ) ), 122 connect( pmView, SIGNAL( activated( int ) ),
123 this, SLOT( pmViewActivated( int ) ) ); 123 this, SLOT( pmViewActivated( int ) ) );
124 connect( skinsMenu, SIGNAL( activated( int ) ) , 124 connect( skinsMenu, SIGNAL( activated( int ) ) ,
125 this, SLOT( skinsMenuActivated( int ) ) ); 125 this, SLOT( skinsMenuActivated( int ) ) );
126 connect( d->selectedFiles, SIGNAL( mouseButtonPressed( int, QListViewItem *, const QPoint&, int) ), 126 connect( d->selectedFiles, SIGNAL( mouseButtonPressed( int, QListViewItem *, const QPoint&, int) ),
127 this,SLOT( playlistViewPressed( int, QListViewItem *, const QPoint&, int ) ) ); 127 this,SLOT( playlistViewPressed( int, QListViewItem *, const QPoint&, int ) ) );
128 connect( audioView, SIGNAL( mouseButtonPressed( int, QListViewItem *, const QPoint&, int ) ), 128 connect( audioView, SIGNAL( mouseButtonPressed( int, QListViewItem *, const QPoint&, int ) ),
129 this,SLOT( viewPressed( int, QListViewItem *, const QPoint&, int ) ) ); 129 this,SLOT( viewPressed( int, QListViewItem *, const QPoint&, int ) ) );
130 connect( audioView, SIGNAL( returnPressed( QListViewItem *) ), 130 connect( audioView, SIGNAL( returnPressed( QListViewItem *) ),
131 this,SLOT( playIt( QListViewItem *) ) ); 131 this,SLOT( playIt( QListViewItem *) ) );
132 connect( audioView, SIGNAL( doubleClicked( QListViewItem *) ), 132 connect( audioView, SIGNAL( doubleClicked( QListViewItem *) ),
133 this, SLOT( addToSelection( QListViewItem *) ) ); 133 this, SLOT( addToSelection( QListViewItem *) ) );
134 connect( videoView, SIGNAL( mouseButtonPressed( int, QListViewItem *, const QPoint&, int) ), 134 connect( videoView, SIGNAL( mouseButtonPressed( int, QListViewItem *, const QPoint&, int) ),
135 this,SLOT( viewPressed( int, QListViewItem *, const QPoint&, int) ) ); 135 this,SLOT( viewPressed( int, QListViewItem *, const QPoint&, int) ) );
136 connect( videoView, SIGNAL( returnPressed( QListViewItem *) ), 136 connect( videoView, SIGNAL( returnPressed( QListViewItem *) ),
137 this,SLOT( playIt( QListViewItem *) ) ); 137 this,SLOT( playIt( QListViewItem *) ) );
138 connect( videoView, SIGNAL( doubleClicked( QListViewItem *) ), 138 connect( videoView, SIGNAL( doubleClicked( QListViewItem *) ),
139 this, SLOT( addToSelection( QListViewItem *) ) ); 139 this, SLOT( addToSelection( QListViewItem *) ) );
140 connect( playLists, SIGNAL( fileSelected( const DocLnk &) ), 140 connect( playLists, SIGNAL( fileSelected( const DocLnk &) ),
141 this, SLOT( loadList( const DocLnk & ) ) ); 141 this, SLOT( loadList( const DocLnk & ) ) );
142 connect( tabWidget, SIGNAL ( currentChanged(QWidget*) ), 142 connect( tabWidget, SIGNAL ( currentChanged(QWidget*) ),
143 this, SLOT( tabChanged( QWidget* ) ) ); 143 this, SLOT( tabChanged( QWidget* ) ) );
144 connect( mediaPlayerState, SIGNAL( playingToggled( bool ) ), 144 connect( mediaPlayerState, SIGNAL( playingToggled( bool ) ),
145 d->tbPlay, SLOT( setOn( bool ) ) ); 145 d->tbPlay, SLOT( setOn( bool ) ) );
146 connect( mediaPlayerState, SIGNAL( loopingToggled( bool ) ), 146 connect( mediaPlayerState, SIGNAL( loopingToggled( bool ) ),
147 d->tbLoop, SLOT( setOn( bool ) ) ); 147 d->tbLoop, SLOT( setOn( bool ) ) );
148 connect( mediaPlayerState, SIGNAL( shuffledToggled( bool ) ), 148 connect( mediaPlayerState, SIGNAL( shuffledToggled( bool ) ),
149 d->tbShuffle, SLOT( setOn( bool ) ) ); 149 d->tbShuffle, SLOT( setOn( bool ) ) );
150 connect( mediaPlayerState, SIGNAL( playlistToggled( bool ) ), 150 connect( mediaPlayerState, SIGNAL( playlistToggled( bool ) ),
151 this, SLOT( setPlaylist( bool ) ) ); 151 this, SLOT( setPlaylist( bool ) ) );
152 connect( d->selectedFiles, SIGNAL( doubleClicked( QListViewItem *) ), 152 connect( d->selectedFiles, SIGNAL( doubleClicked( QListViewItem *) ),
153 this, SLOT( playIt( QListViewItem *) ) ); 153 this, SLOT( playIt( QListViewItem *) ) );
154 connect ( gammaSlider, SIGNAL( valueChanged( int ) ), 154 connect ( gammaSlider, SIGNAL( valueChanged( int ) ),
155 mediaPlayerState, SLOT( setVideoGamma( int ) ) ); 155 mediaPlayerState, SLOT( setVideoGamma( int ) ) );
156 156
157 // see which skins are installed 157 // see which skins are installed
158 videoScan=false; 158 videoScan=false;
159 audioScan=false; 159 audioScan=false;
160 audioPopulated=false; 160 audioPopulated=false;
161 videoPopulated=false; 161 videoPopulated=false;
162 populateSkinsMenu(); 162 populateSkinsMenu();
163 initializeStates(); 163 initializeStates();
164 164
165 cfg.setGroup("PlayList"); 165 cfg.setGroup("PlayList");
166 QString currentPlaylist = cfg.readEntry( "CurrentPlaylist", "default"); 166 QString currentPlaylist = cfg.readEntry( "CurrentPlaylist", "default");
167 loadList(DocLnk( currentPlaylist ) ); 167 loadList(DocLnk( currentPlaylist ) );
168} 168}
169 169
170 170
171PlayListWidget::~PlayListWidget() { 171PlayListWidget::~PlayListWidget() {
172 if ( d->current ) { 172 if ( d->current ) {
173 delete d->current; 173 delete d->current;
174 } 174 }
175 delete d; 175 delete d;
176} 176}
177 177
178 178
179void PlayListWidget::initializeStates() { 179void PlayListWidget::initializeStates() {
180 d->tbPlay->setOn( mediaPlayerState->isPlaying() ); 180 d->tbPlay->setOn( mediaPlayerState->isPlaying() );
181 d->tbLoop->setOn( mediaPlayerState->isLooping() ); 181 d->tbLoop->setOn( mediaPlayerState->isLooping() );
182 d->tbShuffle->setOn( mediaPlayerState->isShuffled() ); 182 d->tbShuffle->setOn( mediaPlayerState->isShuffled() );
183 setPlaylist( true ); 183 setPlaylist( true );
184} 184}
185 185
186void PlayListWidget::writeDefaultPlaylist() { 186void PlayListWidget::writeDefaultPlaylist() {
187 187
188 Config config( "OpiePlayer" ); 188 Config config( "OpiePlayer" );
189 config.setGroup( "PlayList" ); 189 config.setGroup( "PlayList" );
190 QString filename=QPEApplication::documentDir() + "/default.m3u"; 190 QString filename=QPEApplication::documentDir() + "/default.m3u";
191 QString currentString = config.readEntry( "CurrentPlaylist", filename); 191 QString currentString = config.readEntry( "CurrentPlaylist", filename);
192 if( currentString == filename) { 192 if( currentString == filename) {
193 Om3u *m3uList; 193 Om3u *m3uList;
194 // qDebug("<<<<<<<<<<<<<default>>>>>>>>>>>>>>>>>>>"); 194 // qDebug("<<<<<<<<<<<<<default>>>>>>>>>>>>>>>>>>>");
195 if( d->selectedFiles->first() ) { 195 if( d->selectedFiles->first() ) {
196 m3uList = new Om3u(filename, IO_ReadWrite | IO_Truncate); 196 m3uList = new Om3u(filename, IO_ReadWrite | IO_Truncate);
197 do { 197 do {
198 // qDebug(d->selectedFiles->current()->file()); 198 // qDebug(d->selectedFiles->current()->file());
199 m3uList->add( d->selectedFiles->current()->file() ); 199 m3uList->add( d->selectedFiles->current()->file() );
200 } 200 }
201 while ( d->selectedFiles->next() ); 201 while ( d->selectedFiles->next() );
202 202
203 m3uList->write(); 203 m3uList->write();
204 m3uList->close(); 204 m3uList->close();
205 if(m3uList) delete m3uList; 205 if(m3uList) delete m3uList;
206 206
207 } 207 }
208 } 208 }
209} 209}
210 210
211void PlayListWidget::addToSelection( const DocLnk& lnk ) { 211void PlayListWidget::addToSelection( const DocLnk& lnk ) {
212 d->setDocumentUsed = FALSE; 212 d->setDocumentUsed = FALSE;
213 if ( mediaPlayerState->isUsingPlaylist() ) { 213 if ( mediaPlayerState->isUsingPlaylist() ) {
214 if( QFileInfo( lnk.file() ).exists() || 214 if( QFileInfo( lnk.file() ).exists() ||
215 lnk.file().left(4) == "http" ) { 215 lnk.file().left(4) == "http" ) {
216 d->selectedFiles->addToSelection( lnk ); 216 d->selectedFiles->addToSelection( lnk );
217 } 217 }
218// writeCurrentM3u(); 218// writeCurrentM3u();
219 } 219 }
220 else 220 else
221 mediaPlayerState->setPlaying( TRUE ); 221 mediaPlayerState->setPlaying( TRUE );
222} 222}
223 223
224 224
225void PlayListWidget::clearList() { 225void PlayListWidget::clearList() {
226 while ( first() ) { 226 while ( first() ) {
227 d->selectedFiles->removeSelected(); 227 d->selectedFiles->removeSelected();
228 } 228 }
229} 229}
230 230
231void PlayListWidget::viewPressed( int mouse, QListViewItem *, const QPoint& , int) { 231void PlayListWidget::viewPressed( int mouse, QListViewItem *, const QPoint& , int) {
232 switch (mouse) { 232 switch (mouse) {
233 case 1: 233 case 1:
234 break; 234 break;
235 case 2: 235 case 2:
236 { 236 {
237 QPopupMenu m; 237 QPopupMenu m;
238 m.insertItem( tr( "Play Selected" ), this, SLOT( playSelected() )); 238 m.insertItem( tr( "Play Selected" ), this, SLOT( playSelected() ));
239 m.insertItem( tr( "Add to Playlist" ), this, SLOT( addSelected() )); 239 m.insertItem( tr( "Add to Playlist" ), this, SLOT( addSelected() ));
240 m.exec( QCursor::pos() ); 240 m.exec( QCursor::pos() );
241 } 241 }
242 break; 242 break;
243 } 243 }
244} 244}
245 245
246 246
247void PlayListWidget::playlistViewPressed( int mouse, QListViewItem *, const QPoint& , int ) { 247void PlayListWidget::playlistViewPressed( int mouse, QListViewItem *, const QPoint& , int ) {
248 switch (mouse) { 248 switch (mouse) {
249 case 1: 249 case 1:
250 break; 250 break;
251 case 2: 251 case 2:
252 { 252 {
253 QPopupMenu m; 253 QPopupMenu m;
254 m.insertItem( tr( "Play" ), this, SLOT( playSelected() )); 254 m.insertItem( tr( "Play" ), this, SLOT( playSelected() ));
255 m.insertItem( tr( "Remove" ), this, SLOT( removeSelected() )); 255 m.insertItem( tr( "Remove" ), this, SLOT( removeSelected() ));
256 m.exec( QCursor::pos() ); 256 m.exec( QCursor::pos() );
257 } 257 }
258 break; 258 break;
259 } 259 }
260} 260}
261 261
262 262
263void PlayListWidget::addAllToList() { 263void PlayListWidget::addAllToList() {
264 264
265// QTime t; 265// QTime t;
266// t.start(); 266// t.start();
267 267
268 if(!audioScan) { 268 if(!audioScan) {
269 if(audioView->childCount() < 1) 269 if(audioView->childCount() < 1)
270 populateAudioView(); 270 populateAudioView();
271 } 271 }
272 272
273 QListViewItemIterator audioIt( audioView ); 273 QListViewItemIterator audioIt( audioView );
274 DocLnk lnk; 274 DocLnk lnk;
275 QString filename; 275 QString filename;
276 // iterate through all items of the listview 276 // iterate through all items of the listview
277 for ( ; audioIt.current(); ++audioIt ) { 277 for ( ; audioIt.current(); ++audioIt ) {
278 filename = audioIt.current()->text(3); 278 filename = audioIt.current()->text(3);
279 lnk.setName( QFileInfo(filename).baseName() ); //sets name 279 lnk.setName( QFileInfo(filename).baseName() ); //sets name
280 lnk.setFile( filename ); //sets file name 280 lnk.setFile( filename ); //sets file name
281 d->selectedFiles->addToSelection( lnk); 281 d->selectedFiles->addToSelection( lnk);
282 } 282 }
283 283
284 if(!videoScan) { 284 if(!videoScan) {
285 if(videoView->childCount() < 1) 285 if(videoView->childCount() < 1)
286 populateVideoView(); 286 populateVideoView();
287 } 287 }
288 288
289 QListViewItemIterator videoIt( videoView ); 289 QListViewItemIterator videoIt( videoView );
290 for ( ; videoIt.current(); ++videoIt ) { 290 for ( ; videoIt.current(); ++videoIt ) {
291 filename = videoIt.current()->text(3); 291 filename = videoIt.current()->text(3);
292 lnk.setName( QFileInfo(filename).baseName() ); //sets name 292 lnk.setName( QFileInfo(filename).baseName() ); //sets name
293 lnk.setFile( filename ); //sets file name 293 lnk.setFile( filename ); //sets file name
294 d->selectedFiles->addToSelection( lnk); 294 d->selectedFiles->addToSelection( lnk);
295 } 295 }
296 296
297 // d->selectedFiles->addToSelection( ); 297 // d->selectedFiles->addToSelection( );
298 // if ( it.current()->isSelected() ) 298 // if ( it.current()->isSelected() )
299 // lst->append( audioIt.current() ); 299 // lst->append( audioIt.current() );
300 // } 300 // }
301 301
302 302
303// if(!audioScan) 303// if(!audioScan)
304// scanForAudio(); 304// scanForAudio();
305// if(!videoScan) 305// if(!videoScan)
306// scanForVideo(); 306// scanForVideo();
307 307
308// DocLnkSet filesAll; 308// DocLnkSet filesAll;
309// Global::findDocuments(&filesAll, "video/*;"+audioMimes); 309// Global::findDocuments(&filesAll, "video/*;"+audioMimes);
310// QListIterator<DocLnk> Adit( filesAll.children() ); 310// QListIterator<DocLnk> Adit( filesAll.children() );
311// for ( ; Adit.current(); ++Adit ) { 311// for ( ; Adit.current(); ++Adit ) {
312// if( QFileInfo( Adit.current()->file() ).exists() ) { 312// if( QFileInfo( Adit.current()->file() ).exists() ) {
313// d->selectedFiles->addToSelection( **Adit ); 313// d->selectedFiles->addToSelection( **Adit );
314// } 314// }
315// } 315// }
316 316
317 // qDebug("elapsed time %d", t.elapsed() ); 317 // qDebug("elapsed time %d", t.elapsed() );
318 318
319 tabWidget->setCurrentPage(0); 319 tabWidget->setCurrentPage(0);
320 320
321 writeCurrentM3u(); 321 writeCurrentM3u();
322 d->selectedFiles->first(); 322 d->selectedFiles->first();
323} 323}
324 324
325 325
326void PlayListWidget::addAllMusicToList() { 326void PlayListWidget::addAllMusicToList() {
327 327
328 if(!audioScan) { 328 if(!audioScan) {
329 if(audioView->childCount() < 1) 329 if(audioView->childCount() < 1)
330 populateAudioView(); 330 populateAudioView();
331 } 331 }
332 332
333 QListViewItemIterator audioIt( audioView ); 333 QListViewItemIterator audioIt( audioView );
334 DocLnk lnk; 334 DocLnk lnk;
335 QString filename; 335 QString filename;
336 // iterate through all items of the listview 336 // iterate through all items of the listview
337 for ( ; audioIt.current(); ++audioIt ) { 337 for ( ; audioIt.current(); ++audioIt ) {
338 filename = audioIt.current()->text(3); 338 filename = audioIt.current()->text(3);
339 lnk.setName( QFileInfo(filename).baseName() ); //sets name 339 lnk.setName( QFileInfo(filename).baseName() ); //sets name
340 lnk.setFile( filename ); //sets file name 340 lnk.setFile( filename ); //sets file name
341 d->selectedFiles->addToSelection( lnk); 341 d->selectedFiles->addToSelection( lnk);
342 } 342 }
343 343
344 /* if(!audioScan) 344 /* if(!audioScan)
345 scanForAudio(); 345 scanForAudio();
346 QListIterator<DocLnk> dit( files.children() ); 346 QListIterator<DocLnk> dit( files.children() );
347 for ( ; dit.current(); ++dit ) { 347 for ( ; dit.current(); ++dit ) {
348 if( QFileInfo(dit.current()->file() ).exists() ) { 348 if( QFileInfo(dit.current()->file() ).exists() ) {
349 d->selectedFiles->addToSelection( **dit ); 349 d->selectedFiles->addToSelection( **dit );
350 } 350 }
351 } 351 }
352 */ 352 */
353 tabWidget->setCurrentPage(0); 353 tabWidget->setCurrentPage(0);
354 writeCurrentM3u(); 354 writeCurrentM3u();
355 d->selectedFiles->first(); 355 d->selectedFiles->first();
356} 356}
357 357
358 358
359void PlayListWidget::addAllVideoToList() { 359void PlayListWidget::addAllVideoToList() {
360 360
361 if(!videoScan) { 361 if(!videoScan) {
362 if(videoView->childCount() < 1) 362 if(videoView->childCount() < 1)
363 populateVideoView(); 363 populateVideoView();
364 } 364 }
365 365
366 QListViewItemIterator videoIt( videoView ); 366 QListViewItemIterator videoIt( videoView );
367 DocLnk lnk; 367 DocLnk lnk;
368 QString filename; 368 QString filename;
369 for ( ; videoIt.current(); ++videoIt ) { 369 for ( ; videoIt.current(); ++videoIt ) {
370 filename = videoIt.current()->text(3); 370 filename = videoIt.current()->text(3);
371 lnk.setName( QFileInfo(filename).baseName() ); //sets name 371 lnk.setName( QFileInfo(filename).baseName() ); //sets name
372 lnk.setFile( filename ); //sets file name 372 lnk.setFile( filename ); //sets file name
373 d->selectedFiles->addToSelection( lnk); 373 d->selectedFiles->addToSelection( lnk);
374 } 374 }
375 375
376 376
377 /* if(!videoScan) 377 /* if(!videoScan)
378 scanForVideo(); 378 scanForVideo();
379 QListIterator<DocLnk> dit( vFiles.children() ); 379 QListIterator<DocLnk> dit( vFiles.children() );
380 for ( ; dit.current(); ++dit ) { 380 for ( ; dit.current(); ++dit ) {
381 if( QFileInfo( dit.current()->file() ).exists() ) { 381 if( QFileInfo( dit.current()->file() ).exists() ) {
382 d->selectedFiles->addToSelection( **dit ); 382 d->selectedFiles->addToSelection( **dit );
383 } 383 }
384 } 384 }
385*/ 385*/
386 tabWidget->setCurrentPage(0); 386 tabWidget->setCurrentPage(0);
387 writeCurrentM3u(); 387 writeCurrentM3u();
388 d->selectedFiles->first(); 388 d->selectedFiles->first();
389} 389}
390 390
391 391
392void PlayListWidget::setDocument( const QString& fileref ) { 392void PlayListWidget::setDocument( const QString& fileref ) {
393 // qDebug( "<<<<<<<<set document>>>>>>>>>> "+fileref ); 393 // qDebug( "<<<<<<<<set document>>>>>>>>>> "+fileref );
394 fromSetDocument = TRUE; 394 fromSetDocument = TRUE;
395 if ( fileref.isNull() ) { 395 if ( fileref.isNull() ) {
396 QMessageBox::warning( this, tr( "Invalid File" ), 396 QMessageBox::warning( this, tr( "Invalid File" ),
397 tr( "There was a problem in getting the file." ) ); 397 tr( "There was a problem in getting the file." ) );
398 return; 398 return;
399 } 399 }
400 400
401 clearList(); 401 clearList();
402 if( fileref.find( "m3u", 0, TRUE) != -1 ) { //is m3u 402 if( fileref.find( "m3u", 0, TRUE) != -1 ) { //is m3u
403 readm3u( fileref ); 403 readm3u( fileref );
404 } else if( DocLnk( fileref).file().find( "m3u", 0, TRUE) != -1 ) { 404 } else if( DocLnk( fileref).file().find( "m3u", 0, TRUE) != -1 ) {
405 readm3u( DocLnk( fileref).file() ); 405 readm3u( DocLnk( fileref).file() );
406 } else if( fileref.find( "pls", 0, TRUE) != -1 ) { //is pls 406 } else if( fileref.find( "pls", 0, TRUE) != -1 ) { //is pls
407 readPls( fileref ); 407 readPls( fileref );
408 } else if( DocLnk( fileref).file().find( "pls", 0, TRUE) != -1 ) { 408 } else if( DocLnk( fileref).file().find( "pls", 0, TRUE) != -1 ) {
409 readPls( DocLnk( fileref).file() ); 409 readPls( DocLnk( fileref).file() );
410 } else { 410 } else {
411 clearList(); 411 clearList();
412 addToSelection( DocLnk( fileref ) ); 412 addToSelection( DocLnk( fileref ) );
413 writeCurrentM3u(); 413 writeCurrentM3u();
414 414
415 d->setDocumentUsed = TRUE; 415 d->setDocumentUsed = TRUE;
416 mediaPlayerState->setPlaying( FALSE ); 416 mediaPlayerState->setPlaying( FALSE );
417 mediaPlayerState->setPlaying( TRUE ); 417 mediaPlayerState->setPlaying( TRUE );
418 } 418 }
419} 419}
420 420
421 421
422void PlayListWidget::useSelectedDocument() { 422void PlayListWidget::useSelectedDocument() {
423 d->setDocumentUsed = FALSE; 423 d->setDocumentUsed = FALSE;
424} 424}
425 425
426 426
427const DocLnk *PlayListWidget::current() { // this is fugly 427const DocLnk *PlayListWidget::current() { // this is fugly
428 assert( currentTab() == CurrentPlayList ); 428 assert( currentTab() == CurrentPlayList );
429 429
430// qDebug("playlist"); 430// qDebug("playlist");
431 if ( mediaPlayerState->isUsingPlaylist() ) { 431 if ( mediaPlayerState->isUsingPlaylist() ) {
432 return d->selectedFiles->current(); 432 return d->selectedFiles->current();
433 } else if ( d->setDocumentUsed && d->current ) { 433 } else if ( d->setDocumentUsed && d->current ) {
434 return d->current; 434 return d->current;
435 } else { 435 } else {
436 return &(d->files->selectedDocument()); 436 return &(d->files->selectedDocument());
437 } 437 }
438} 438}
439 439
440 440
441bool PlayListWidget::prev() { 441bool PlayListWidget::prev() {
442 if ( mediaPlayerState->isUsingPlaylist() ) { 442 if ( mediaPlayerState->isUsingPlaylist() ) {
443 if ( mediaPlayerState->isShuffled() ) { 443 if ( mediaPlayerState->isShuffled() ) {
444 const DocLnk *cur = current(); 444 const DocLnk *cur = current();
445 int j = 1 + (int)(97.0 * rand() / (RAND_MAX + 1.0)); 445 int j = 1 + (int)(97.0 * rand() / (RAND_MAX + 1.0));
446 for ( int i = 0; i < j; i++ ) { 446 for ( int i = 0; i < j; i++ ) {
447 if ( !d->selectedFiles->next() ) 447 if ( !d->selectedFiles->next() )
448 d->selectedFiles->first(); 448 d->selectedFiles->first();
449 } 449 }
450 if ( cur == current() ) 450 if ( cur == current() )
451 if ( !d->selectedFiles->next() ) { 451 if ( !d->selectedFiles->next() ) {
452 d->selectedFiles->first(); 452 d->selectedFiles->first();
453 } 453 }
454 return TRUE; 454 return TRUE;
455 } else { 455 } else {
456 if ( !d->selectedFiles->prev() ) { 456 if ( !d->selectedFiles->prev() ) {
457 if ( mediaPlayerState->isLooping() ) { 457 if ( mediaPlayerState->isLooping() ) {
458 return d->selectedFiles->last(); 458 return d->selectedFiles->last();
459 } else { 459 } else {
460 return FALSE; 460 return FALSE;
461 } 461 }
462 } 462 }
463 return TRUE; 463 return TRUE;
464 } 464 }
465 } else { 465 } else {
466 return mediaPlayerState->isLooping(); 466 return mediaPlayerState->isLooping();
467 } 467 }
468} 468}
469 469
470 470
471bool PlayListWidget::next() { 471bool PlayListWidget::next() {
472//qDebug("<<<<<<<<<<<<next()"); 472//qDebug("<<<<<<<<<<<<next()");
473 if ( mediaPlayerState->isUsingPlaylist() ) { 473 if ( mediaPlayerState->isUsingPlaylist() ) {
474 if ( mediaPlayerState->isShuffled() ) { 474 if ( mediaPlayerState->isShuffled() ) {
475 return prev(); 475 return prev();
476 } else { 476 } else {
477 if ( !d->selectedFiles->next() ) { 477 if ( !d->selectedFiles->next() ) {
478 if ( mediaPlayerState->isLooping() ) { 478 if ( mediaPlayerState->isLooping() ) {
479 return d->selectedFiles->first(); 479 return d->selectedFiles->first();
480 } else { 480 } else {
481 return FALSE; 481 return FALSE;
482 } 482 }
483 } 483 }
484 return TRUE; 484 return TRUE;
485 } 485 }
486 } else { 486 } else {
487 return mediaPlayerState->isLooping(); 487 return mediaPlayerState->isLooping();
488 } 488 }
489} 489}
490 490
491 491
492bool PlayListWidget::first() { 492bool PlayListWidget::first() {
493 if ( mediaPlayerState->isUsingPlaylist() ) 493 if ( mediaPlayerState->isUsingPlaylist() )
494 return d->selectedFiles->first(); 494 return d->selectedFiles->first();
495 else 495 else
496 return mediaPlayerState->isLooping(); 496 return mediaPlayerState->isLooping();
497} 497}
498 498
499 499
500bool PlayListWidget::last() { 500bool PlayListWidget::last() {
501 if ( mediaPlayerState->isUsingPlaylist() ) 501 if ( mediaPlayerState->isUsingPlaylist() )
502 return d->selectedFiles->last(); 502 return d->selectedFiles->last();
503 else 503 else
504 return mediaPlayerState->isLooping(); 504 return mediaPlayerState->isLooping();
505} 505}
506 506
507 507
508 void PlayListWidget::saveList() { 508 void PlayListWidget::saveList() {
509 writem3u(); 509 writem3u();
510 } 510 }
511 511
512 512
513void PlayListWidget::loadList( const DocLnk & lnk) { 513void PlayListWidget::loadList( const DocLnk & lnk) {
514 QString name = lnk.name(); 514 QString name = lnk.name();
515 // qDebug("<<<<<<<<<<<<<<<<<<<<<<<<currentList is "+name); 515 // qDebug("<<<<<<<<<<<<<<<<<<<<<<<<currentList is "+name);
516 516
517 if( name.length()>0) { 517 if( name.length()>0) {
518 setCaption("OpiePlayer: "+name); 518 setCaption("OpiePlayer: "+name);
519// qDebug("<<<<<<<<<<<<load list "+ lnk.file()); 519// qDebug("<<<<<<<<<<<<load list "+ lnk.file());
520 clearList(); 520 clearList();
521 readm3u(lnk.file()); 521 readm3u(lnk.file());
522 tabWidget->setCurrentPage(0); 522 tabWidget->setCurrentPage(0);
523 } 523 }
524} 524}
525 525
526 526
527void PlayListWidget::setPlaylist( bool shown ) { 527void PlayListWidget::setPlaylist( bool shown ) {
528 if ( shown ) { 528 if ( shown ) {
529 d->playListFrame->show(); 529 d->playListFrame->show();
530 } else { 530 } else {
531 d->playListFrame->hide(); 531 d->playListFrame->hide();
532 } 532 }
533} 533}
534 534
535 535
536void PlayListWidget::addSelected() { 536void PlayListWidget::addSelected() {
537 assert( inFileListMode() ); 537 assert( inFileListMode() );
538 538
539 QListView *fileListView = currentFileListView(); 539 QListView *fileListView = currentFileListView();
540 QListViewItemIterator it( fileListView ); 540 QListViewItemIterator it( fileListView );
541 for ( ; it.current(); ++it ) 541 for ( ; it.current(); ++it )
542 if ( it.current()->isSelected() ) { 542 if ( it.current()->isSelected() ) {
543 QString filename = it.current()->text(3); 543 QString filename = it.current()->text(3);
544 544
545 DocLnk lnk; 545 DocLnk lnk;
546 lnk.setName( QFileInfo( filename ).baseName() ); //sets name 546 lnk.setName( QFileInfo( filename ).baseName() ); //sets name
547 lnk.setFile( filename ); //sets file name 547 lnk.setFile( filename ); //sets file name
548 548
549 d->selectedFiles->addToSelection( lnk ); 549 d->selectedFiles->addToSelection( lnk );
550 } 550 }
551 551
552 fileListView->clearSelection(); 552 fileListView->clearSelection();
553 553
554 tabWidget->setCurrentPage( 0 ); 554 tabWidget->setCurrentPage( 0 );
555 writeCurrentM3u(); 555 writeCurrentM3u();
556} 556}
557 557
558 558
559void PlayListWidget::removeSelected() { 559void PlayListWidget::removeSelected() {
560 d->selectedFiles->removeSelected( ); 560 d->selectedFiles->removeSelected( );
561 writeCurrentM3u(); 561 writeCurrentM3u();
562} 562}
563 563
564 564
565void PlayListWidget::playIt( QListViewItem *it) { 565void PlayListWidget::playIt( QListViewItem *it) {
566 if(!it) return; 566 if(!it) return;
567 mediaPlayerState->setPlaying(FALSE); 567 mediaPlayerState->setPlaying(FALSE);
568 mediaPlayerState->setPlaying(TRUE); 568 mediaPlayerState->setPlaying(TRUE);
569 d->selectedFiles->unSelect(); 569 d->selectedFiles->unSelect();
570} 570}
571 571
572 572
573void PlayListWidget::addToSelection( QListViewItem *it) { 573void PlayListWidget::addToSelection( QListViewItem *it) {
574 d->setDocumentUsed = FALSE; 574 d->setDocumentUsed = FALSE;
575 575
576 if(it) { 576 if(it) {
577 switch ( whichList()) { 577 switch ( whichList()) {
578 case 0: //playlist 578 case 0: //playlist
579 return; 579 return;
580 break; 580 break;
581 }; 581 };
582 // case 1: { 582 // case 1: {
583 DocLnk lnk; 583 DocLnk lnk;
584 QString filename; 584 QString filename;
585 585
586 filename=it->text(3); 586 filename=it->text(3);
587 lnk.setName( QFileInfo(filename).baseName() ); //sets name 587 lnk.setName( QFileInfo(filename).baseName() ); //sets name
588 lnk.setFile( filename ); //sets file name 588 lnk.setFile( filename ); //sets file name
589 d->selectedFiles->addToSelection( lnk); 589 d->selectedFiles->addToSelection( lnk);
590 590
591 writeCurrentM3u(); 591 writeCurrentM3u();
592 tabWidget->setCurrentPage(0); 592 tabWidget->setCurrentPage(0);
593 593
594 } 594 }
595} 595}
596 596
597 597
598void PlayListWidget::tabChanged(QWidget *) { 598void PlayListWidget::tabChanged(QWidget *) {
599 599
600 switch ( whichList()) { 600 switch ( whichList()) {
601 case 0: 601 case 0:
602 { 602 {
603 if( !tbDeletePlaylist->isHidden() ) { 603 if( !tbDeletePlaylist->isHidden() ) {
604 tbDeletePlaylist->hide(); 604 tbDeletePlaylist->hide();
605 } 605 }
606 d->tbRemoveFromList->setEnabled(TRUE); 606 d->tbRemoveFromList->setEnabled(TRUE);
607 d->tbAddToList->setEnabled(FALSE); 607 d->tbAddToList->setEnabled(FALSE);
608 } 608 }
609 break; 609 break;
610 case 1: 610 case 1:
611 { 611 {
612 // audioView->clear(); 612 // audioView->clear();
613 if(!audioPopulated) populateAudioView(); 613 if(!audioPopulated) populateAudioView();
614 614
615 if( !tbDeletePlaylist->isHidden() ) { 615 if( !tbDeletePlaylist->isHidden() ) {
616 tbDeletePlaylist->hide(); 616 tbDeletePlaylist->hide();
617 } 617 }
618 d->tbRemoveFromList->setEnabled(FALSE); 618 d->tbRemoveFromList->setEnabled(FALSE);
619 d->tbAddToList->setEnabled(TRUE); 619 d->tbAddToList->setEnabled(TRUE);
620 } 620 }
621 break; 621 break;
622 case 2: 622 case 2:
623 { 623 {
624 // videoView->clear(); 624 // videoView->clear();
625 if(!videoPopulated) populateVideoView(); 625 if(!videoPopulated) populateVideoView();
626 if( !tbDeletePlaylist->isHidden() ) { 626 if( !tbDeletePlaylist->isHidden() ) {
627 tbDeletePlaylist->hide(); 627 tbDeletePlaylist->hide();
628 } 628 }
629 d->tbRemoveFromList->setEnabled(FALSE); 629 d->tbRemoveFromList->setEnabled(FALSE);
630 d->tbAddToList->setEnabled(TRUE); 630 d->tbAddToList->setEnabled(TRUE);
631 } 631 }
632 break; 632 break;
633 case 3: 633 case 3:
634 { 634 {
635 if( tbDeletePlaylist->isHidden() ) { 635 if( tbDeletePlaylist->isHidden() ) {
636 tbDeletePlaylist->show(); 636 tbDeletePlaylist->show();
637 } 637 }
638 playLists->reread(); 638 playLists->reread();
639 d->tbAddToList->setEnabled(FALSE);
639 } 640 }
640 break; 641 break;
641 }; 642 };
642} 643}
643 644
644 645
645void PlayListWidget::btnPlay(bool b) { 646void PlayListWidget::btnPlay(bool b) {
646// mediaPlayerState->setPlaying(false); 647// mediaPlayerState->setPlaying(false);
647 mediaPlayerState->setPlaying(b); 648 mediaPlayerState->setPlaying(b);
648 insanityBool=FALSE; 649 insanityBool=FALSE;
649} 650}
650 651
651void PlayListWidget::deletePlaylist() { 652void PlayListWidget::deletePlaylist() {
652 switch( QMessageBox::information( this, (tr("Remove Playlist?")), 653 switch( QMessageBox::information( this, (tr("Remove Playlist?")),
653 (tr("You really want to delete\nthis playlist?")), 654 (tr("You really want to delete\nthis playlist?")),
654 (tr("Yes")), (tr("No")), 0 )){ 655 (tr("Yes")), (tr("No")), 0 )){
655 case 0: // Yes clicked, 656 case 0: // Yes clicked,
656 QFile().remove(playLists->selectedDocument().file()); 657 QFile().remove(playLists->selectedDocument().file());
657 QFile().remove(playLists->selectedDocument().linkFile()); 658 QFile().remove(playLists->selectedDocument().linkFile());
658 playLists->reread(); 659 playLists->reread();
659 break; 660 break;
660 case 1: // Cancel 661 case 1: // Cancel
661 break; 662 break;
662 }; 663 };
663} 664}
664 665
665 666
666void PlayListWidget::playSelected() { 667void PlayListWidget::playSelected() {
667 btnPlay( TRUE); 668 btnPlay( TRUE);
668} 669}
669 670
670 671
671void PlayListWidget::scanForAudio() { 672void PlayListWidget::scanForAudio() {
672// qDebug("scan for audio"); 673// qDebug("scan for audio");
673 files.detachChildren(); 674 files.detachChildren();
674 QListIterator<DocLnk> sdit( files.children() ); 675 QListIterator<DocLnk> sdit( files.children() );
675 for ( ; sdit.current(); ++sdit ) { 676 for ( ; sdit.current(); ++sdit ) {
676 delete sdit.current(); 677 delete sdit.current();
677 } 678 }
678// Global::findDocuments( &files, "audio/*"); 679// Global::findDocuments( &files, "audio/*");
679 Global::findDocuments( &files, audioMimes); 680 Global::findDocuments( &files, audioMimes);
680 audioScan = true; 681 audioScan = true;
681 populateAudioView(); 682 populateAudioView();
682} 683}
683 684
684void PlayListWidget::scanForVideo() { 685void PlayListWidget::scanForVideo() {
685// qDebug("scan for video"); 686// qDebug("scan for video");
686 vFiles.detachChildren(); 687 vFiles.detachChildren();
687 QListIterator<DocLnk> sdit( vFiles.children() ); 688 QListIterator<DocLnk> sdit( vFiles.children() );
688 for ( ; sdit.current(); ++sdit ) { 689 for ( ; sdit.current(); ++sdit ) {
689 delete sdit.current(); 690 delete sdit.current();
690 } 691 }
691 Global::findDocuments(&vFiles, "video/*"); 692 Global::findDocuments(&vFiles, "video/*");
692 videoScan = true; 693 videoScan = true;
693 populateVideoView(); 694 populateVideoView();
694} 695}
695 696
696void PlayListWidget::populateAudioView() { 697void PlayListWidget::populateAudioView() {
697 audioView->clear(); 698 audioView->clear();
698 StorageInfo storageInfo; 699 StorageInfo storageInfo;
699 // const QList<FileSystem> &fs = storageInfo.fileSystems(); 700 // const QList<FileSystem> &fs = storageInfo.fileSystems();
700 if(!audioScan) { 701 if(!audioScan) {
701 scanForAudio(); 702 scanForAudio();
702 } 703 }
703 704
704 QListIterator<DocLnk> dit( files.children() ); 705 QListIterator<DocLnk> dit( files.children() );
705 // QListIterator<FileSystem> it ( fs ); 706 // QListIterator<FileSystem> it ( fs );
706 audioView->clear(); 707 audioView->clear();
707 708
708 QString storage; 709 QString storage;
709 for ( ; dit.current(); ++dit ) { 710 for ( ; dit.current(); ++dit ) {
710// // for( ; it.current(); ++it ){ 711// // for( ; it.current(); ++it ){
711// const QString name = (*dit)->name(); 712// const QString name = (*dit)->name();
712// const QString path = (*dit)->path(); 713// const QString path = (*dit)->path();
713// if(dit.current()->file().find(path) != -1 ) { 714// if(dit.current()->file().find(path) != -1 ) {
714// storage = name; 715// storage = name;
715// // } 716// // }
716// } 717// }
717 718
718 QListViewItem * newItem; 719 QListViewItem * newItem;
719 if ( QFile( dit.current()->file()).exists() || 720 if ( QFile( dit.current()->file()).exists() ||
720 dit.current()->file().left(4) == "http" ) { 721 dit.current()->file().left(4) == "http" ) {
721 long size; 722 long size;
722 if( dit.current()->file().left(4) == "http" ) 723 if( dit.current()->file().left(4) == "http" )
723 size=0; 724 size=0;
724 else 725 else
725 size = QFile( dit.current()->file() ).size(); 726 size = QFile( dit.current()->file() ).size();
726 727
727 newItem= /*(void)*/ new QListViewItem( audioView, dit.current()->name(), 728 newItem= /*(void)*/ new QListViewItem( audioView, dit.current()->name(),
728 QString::number(size ), "" /*storage*/, 729 QString::number(size ), "" /*storage*/,
729 dit.current()->file() ); 730 dit.current()->file() );
730 newItem->setPixmap( 0, Resource::loadPixmap( "opieplayer2/musicfile" ) ); 731 newItem->setPixmap( 0, Resource::loadPixmap( "opieplayer2/musicfile" ) );
731// qDebug("<<<< "+dit.current()->file()); 732// qDebug("<<<< "+dit.current()->file());
732 } 733 }
733 } 734 }
734 audioPopulated=true; 735 audioPopulated=true;
735} 736}
736 737
737 738
738void PlayListWidget::populateVideoView() { 739void PlayListWidget::populateVideoView() {
739 videoView->clear(); 740 videoView->clear();
740 StorageInfo storageInfo; 741 StorageInfo storageInfo;
741 // const QList<FileSystem> &fs = storageInfo.fileSystems(); 742 // const QList<FileSystem> &fs = storageInfo.fileSystems();
742 743
743 if(!videoScan ) { 744 if(!videoScan ) {
744 scanForVideo(); 745 scanForVideo();
745 } 746 }
746 747
747 QListIterator<DocLnk> Vdit( vFiles.children() ); 748 QListIterator<DocLnk> Vdit( vFiles.children() );
748// QListIterator<FileSystem> it ( fs ); 749// QListIterator<FileSystem> it ( fs );
749 videoView->clear(); 750 videoView->clear();
750 QString storage, pathName; 751 QString storage, pathName;
751 for ( ; Vdit.current(); ++Vdit ) { 752 for ( ; Vdit.current(); ++Vdit ) {
752// // for( ; it.current(); ++it ) { 753// // for( ; it.current(); ++it ) {
753// const QString name = (*Vdit)->name(); 754// const QString name = (*Vdit)->name();
754// const QString path = (*Vdit)->path(); 755// const QString path = (*Vdit)->path();
755// if( Vdit.current()->file().find(path) != -1 ) { 756// if( Vdit.current()->file().find(path) != -1 ) {
756// storage=name; 757// storage=name;
757// pathName=path; 758// pathName=path;
758// // } 759// // }
759// } 760// }
760 761
761 QListViewItem * newItem; 762 QListViewItem * newItem;
762 if ( QFile( Vdit.current()->file() ).exists() ) { 763 if ( QFile( Vdit.current()->file() ).exists() ) {
763 newItem= /*(void)*/ new QListViewItem( videoView, Vdit.current()->name(), 764 newItem= /*(void)*/ new QListViewItem( videoView, Vdit.current()->name(),
764 QString::number( QFile( Vdit.current()->file() ).size() ), 765 QString::number( QFile( Vdit.current()->file() ).size() ),
765 ""/*storage*/, Vdit.current()->file()); 766 ""/*storage*/, Vdit.current()->file());
766 newItem->setPixmap(0, Resource::loadPixmap( "opieplayer2/videofile" ) ); 767 newItem->setPixmap(0, Resource::loadPixmap( "opieplayer2/videofile" ) );
767 } 768 }
768 } 769 }
769 videoPopulated=true; 770 videoPopulated=true;
770} 771}
771 772
772QListView *PlayListWidget::currentFileListView() const 773QListView *PlayListWidget::currentFileListView() const
773{ 774{
774 switch ( currentTab() ) { 775 switch ( currentTab() ) {
775 case AudioFiles: return audioView; 776 case AudioFiles: return audioView;
776 case VideoFiles: return videoView; 777 case VideoFiles: return videoView;
777 default: assert( false ); 778 default: assert( false );
778 } 779 }
779 return 0; 780 return 0;
780} 781}
781 782
782bool PlayListWidget::inFileListMode() const 783bool PlayListWidget::inFileListMode() const
783{ 784{
784 TabType tab = currentTab(); 785 TabType tab = currentTab();
785 return tab == AudioFiles || tab == VideoFiles; 786 return tab == AudioFiles || tab == VideoFiles;
786} 787}
787 788
788void PlayListWidget::openFile() { 789void PlayListWidget::openFile() {
789 // http://66.28.164.33:2080 790 // http://66.28.164.33:2080
790 // http://somafm.com/star0242.m3u 791 // http://somafm.com/star0242.m3u
791 QString filename, name; 792 QString filename, name;
792 InputDialog *fileDlg; 793 InputDialog *fileDlg;
793 fileDlg = new InputDialog(this,tr("Open file or URL"),TRUE, 0); 794 fileDlg = new InputDialog(this,tr("Open file or URL"),TRUE, 0);
794 fileDlg->exec(); 795 fileDlg->exec();
795 if( fileDlg->result() == 1 ) { 796 if( fileDlg->result() == 1 ) {
796 filename = fileDlg->text(); 797 filename = fileDlg->text();
797 qDebug( "Selected filename is " + filename ); 798 qDebug( "Selected filename is " + filename );
798 // Om3u *m3uList; 799 // Om3u *m3uList;
799 DocLnk lnk; 800 DocLnk lnk;
800 Config cfg( "OpiePlayer" ); 801 Config cfg( "OpiePlayer" );
801 cfg.setGroup("PlayList"); 802 cfg.setGroup("PlayList");
802 803
803 if(filename.left(4) == "http") { 804 if(filename.left(4) == "http") {
804 QString m3uFile, m3uFilePath; 805 QString m3uFile, m3uFilePath;
805 if(filename.find(":",8,TRUE) != -1) { //found a port 806 if(filename.find(":",8,TRUE) != -1) { //found a port
806 m3uFile = filename.left( filename.find( ":",8,TRUE)); 807 m3uFile = filename.left( filename.find( ":",8,TRUE));
807 m3uFile = m3uFile.right( 7); 808 m3uFile = m3uFile.right( 7);
808 } else if(filename.left(4) == "http"){ 809 } else if(filename.left(4) == "http"){
809 m3uFile=filename; 810 m3uFile=filename;
810 m3uFile = m3uFile.right( m3uFile.length() - 7); 811 m3uFile = m3uFile.right( m3uFile.length() - 7);
811 } else{ 812 } else{
812 m3uFile=filename; 813 m3uFile=filename;
813 } 814 }
814 815
815// qDebug("<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"+ m3uFile); 816// qDebug("<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"+ m3uFile);
816 lnk.setName( filename ); //sets name 817 lnk.setName( filename ); //sets name
817 lnk.setFile( filename ); //sets file name 818 lnk.setFile( filename ); //sets file name
818 819
819// lnk.setIcon("opieplayer2/musicfile"); 820// lnk.setIcon("opieplayer2/musicfile");
820 821
821 d->selectedFiles->addToSelection( lnk ); 822 d->selectedFiles->addToSelection( lnk );
822 writeCurrentM3u(); 823 writeCurrentM3u();
823 d->selectedFiles->setSelectedItem( lnk.name()); 824 d->selectedFiles->setSelectedItem( lnk.name());
824 } 825 }
825 else if( filename.right( 3) == "m3u" ) { 826 else if( filename.right( 3) == "m3u" ) {
826 readm3u( filename ); 827 readm3u( filename );
827 828
828 } else if( filename.right(3) == "pls" ) { 829 } else if( filename.right(3) == "pls" ) {
829 readPls( filename ); 830 readPls( filename );
830 } else { 831 } else {
831 lnk.setName( QFileInfo(filename).baseName() ); //sets name 832 lnk.setName( QFileInfo(filename).baseName() ); //sets name
832 lnk.setFile( filename ); //sets file name 833 lnk.setFile( filename ); //sets file name
833 d->selectedFiles->addToSelection( lnk); 834 d->selectedFiles->addToSelection( lnk);
834 writeCurrentM3u(); 835 writeCurrentM3u();
835 d->selectedFiles->setSelectedItem( lnk.name()); 836 d->selectedFiles->setSelectedItem( lnk.name());
836 } 837 }
837 } 838 }
838 839
839 if( fileDlg ) { 840 if( fileDlg ) {
840 delete fileDlg; 841 delete fileDlg;
841 } 842 }
842} 843}
843 844
844/* 845/*
845reads m3u and shows files/urls to playlist widget */ 846reads m3u and shows files/urls to playlist widget */
846void PlayListWidget::readm3u( const QString &filename ) { 847void PlayListWidget::readm3u( const QString &filename ) {
847 qDebug( "read m3u filename " + filename ); 848 qDebug( "read m3u filename " + filename );
848 849
849 Om3u *m3uList; 850 Om3u *m3uList;
850 QString s, name; 851 QString s, name;
851 m3uList = new Om3u( filename, IO_ReadOnly ); 852 m3uList = new Om3u( filename, IO_ReadOnly );
852 m3uList->readM3u(); 853 m3uList->readM3u();
853 DocLnk lnk; 854 DocLnk lnk;
854 for ( QStringList::ConstIterator it = m3uList->begin(); it != m3uList->end(); ++it ) { 855 for ( QStringList::ConstIterator it = m3uList->begin(); it != m3uList->end(); ++it ) {
855 s = *it; 856 s = *it;
856// qDebug("reading "+ s); 857// qDebug("reading "+ s);
857 if(s.left(4)=="http") { 858 if(s.left(4)=="http") {
858 lnk.setName( s ); //sets file name 859 lnk.setName( s ); //sets file name
859 lnk.setIcon("opieplayer2/musicfile"); 860 lnk.setIcon("opieplayer2/musicfile");
860 lnk.setFile( s ); //sets file name 861 lnk.setFile( s ); //sets file name
861 862
862 } else { 863 } else {
863 // if( QFileInfo( s ).exists() ) { 864 // if( QFileInfo( s ).exists() ) {
864 lnk.setName( QFileInfo(s).baseName()); 865 lnk.setName( QFileInfo(s).baseName());
865 // if(s.right(4) == '.') {//if regular file 866 // if(s.right(4) == '.') {//if regular file
866 if(s.left(1) != "/") { 867 if(s.left(1) != "/") {
867 // qDebug("set link "+QFileInfo(filename).dirPath()+"/"+s); 868 // qDebug("set link "+QFileInfo(filename).dirPath()+"/"+s);
868 lnk.setFile( QFileInfo(filename).dirPath()+"/"+s); 869 lnk.setFile( QFileInfo(filename).dirPath()+"/"+s);
869// lnk.setIcon(MimeType(s).pixmap() ); 870// lnk.setIcon(MimeType(s).pixmap() );
870// lnk.setIcon("SoundPlayer"); 871// lnk.setIcon("SoundPlayer");
871 } else { 872 } else {
872 // qDebug("set link2 "+s); 873 // qDebug("set link2 "+s);
873 lnk.setFile( s); 874 lnk.setFile( s);
874// lnk.setIcon(MimeType(s).pixmap() ); 875// lnk.setIcon(MimeType(s).pixmap() );
875// lnk.setIcon("SoundPlayer"); 876// lnk.setIcon("SoundPlayer");
876 } 877 }
877 } 878 }
878 d->selectedFiles->addToSelection( lnk ); 879 d->selectedFiles->addToSelection( lnk );
879 } 880 }
880 Config config( "OpiePlayer" ); 881 Config config( "OpiePlayer" );
881 config.setGroup( "PlayList" ); 882 config.setGroup( "PlayList" );
882 883
883 config.writeEntry("CurrentPlaylist",filename); 884 config.writeEntry("CurrentPlaylist",filename);
884 config.write(); 885 config.write();
885 currentPlayList=filename; 886 currentPlayList=filename;
886 887
887// m3uList->write(); 888// m3uList->write();
888 m3uList->close(); 889 m3uList->close();
889 if(m3uList) delete m3uList; 890 if(m3uList) delete m3uList;
890 891
891 d->selectedFiles->setSelectedItem( s); 892 d->selectedFiles->setSelectedItem( s);
892 setCaption(tr("OpiePlayer: ")+ QFileInfo(filename).baseName()); 893 setCaption(tr("OpiePlayer: ")+ QFileInfo(filename).baseName());
893 894
894} 895}
895 896
896/* 897/*
897reads pls and adds files/urls to playlist */ 898reads pls and adds files/urls to playlist */
898void PlayListWidget::readPls( const QString &filename ) { 899void PlayListWidget::readPls( const QString &filename ) {
899 900
900 qDebug( "pls filename is " + filename ); 901 qDebug( "pls filename is " + filename );
901 Om3u *m3uList; 902 Om3u *m3uList;
902 QString s, name; 903 QString s, name;
903 m3uList = new Om3u( filename, IO_ReadOnly ); 904 m3uList = new Om3u( filename, IO_ReadOnly );
904 m3uList->readPls(); 905 m3uList->readPls();
905 906
906 for ( QStringList::ConstIterator it = m3uList->begin(); it != m3uList->end(); ++it ) { 907 for ( QStringList::ConstIterator it = m3uList->begin(); it != m3uList->end(); ++it ) {
907 s = *it; 908 s = *it;
908 // s.replace( QRegExp( "%20" )," " ); 909 // s.replace( QRegExp( "%20" )," " );
909 DocLnk lnk( s ); 910 DocLnk lnk( s );
910 QFileInfo f( s ); 911 QFileInfo f( s );
911 QString name = f.baseName(); 912 QString name = f.baseName();
912 913
913 if( name.left( 4 ) == "http" ) { 914 if( name.left( 4 ) == "http" ) {
914 name = s.right( s.length() - 7); 915 name = s.right( s.length() - 7);
915 } else { 916 } else {
916 name = s; 917 name = s;
917 } 918 }
918 919
919 name = name.right( name.length() - name.findRev( "\\", -1, TRUE) - 1 ); 920 name = name.right( name.length() - name.findRev( "\\", -1, TRUE) - 1 );
920 921
921 lnk.setName( name ); 922 lnk.setName( name );
922 if( s.at( s.length() - 4) == '.') {// if this is probably a file 923 if( s.at( s.length() - 4) == '.') {// if this is probably a file
923 lnk.setFile( s ); 924 lnk.setFile( s );
924 } else { //if its a url 925 } else { //if its a url
925// if( name.right( 1 ).find( '/' ) == -1) { 926// if( name.right( 1 ).find( '/' ) == -1) {
926// s += "/"; 927// s += "/";
927// } 928// }
928 lnk.setFile( s ); 929 lnk.setFile( s );
929 } 930 }
930 lnk.setType( "audio/x-mpegurl" ); 931 lnk.setType( "audio/x-mpegurl" );
931 932
932 lnk.writeLink(); 933 lnk.writeLink();
933 d->selectedFiles->addToSelection( lnk ); 934 d->selectedFiles->addToSelection( lnk );
934 } 935 }
935 936
936 m3uList->close(); 937 m3uList->close();
937 if(m3uList) delete m3uList; 938 if(m3uList) delete m3uList;
938} 939}
939 940
940/* 941/*
941 writes current playlist to current m3u file */ 942 writes current playlist to current m3u file */
942void PlayListWidget::writeCurrentM3u() { 943void PlayListWidget::writeCurrentM3u() {
943 qDebug("writing to current m3u"); 944 qDebug("writing to current m3u");
944 Config cfg( "OpiePlayer" ); 945 Config cfg( "OpiePlayer" );
945 cfg.setGroup("PlayList"); 946 cfg.setGroup("PlayList");
946 QString currentPlaylist = cfg.readEntry("CurrentPlaylist","default"); 947 QString currentPlaylist = cfg.readEntry("CurrentPlaylist","default");
947 948
948 Om3u *m3uList; 949 Om3u *m3uList;
949 m3uList = new Om3u( currentPlaylist, IO_ReadWrite | IO_Truncate ); 950 m3uList = new Om3u( currentPlaylist, IO_ReadWrite | IO_Truncate );
950 if( d->selectedFiles->first()) { 951 if( d->selectedFiles->first()) {
951 952
952 do { 953 do {
953 // qDebug( "add writeCurrentM3u " +d->selectedFiles->current()->file()); 954 // qDebug( "add writeCurrentM3u " +d->selectedFiles->current()->file());
954 m3uList->add( d->selectedFiles->current()->file() ); 955 m3uList->add( d->selectedFiles->current()->file() );
955 } 956 }
956 while ( d->selectedFiles->next() ); 957 while ( d->selectedFiles->next() );
957 // qDebug( "<<<<<<<<<<<<>>>>>>>>>>>>>>>>>" ); 958 // qDebug( "<<<<<<<<<<<<>>>>>>>>>>>>>>>>>" );
958 m3uList->write(); 959 m3uList->write();
959 m3uList->close(); 960 m3uList->close();
960 961
961 if(m3uList) delete m3uList; 962 if(m3uList) delete m3uList;
962 } 963 }
963 964
964} 965}
965 966
966 /* 967 /*
967 writes current playlist to m3u file */ 968 writes current playlist to m3u file */
968void PlayListWidget::writem3u() { 969void PlayListWidget::writem3u() {
969 InputDialog *fileDlg; 970 InputDialog *fileDlg;
970 fileDlg = new InputDialog( this, tr( "Save m3u Playlist " ), TRUE, 0); 971 fileDlg = new InputDialog( this, tr( "Save m3u Playlist " ), TRUE, 0);
971 fileDlg->exec(); 972 fileDlg->exec();
972 QString name, filename, list; 973 QString name, filename, list;
973 Om3u *m3uList; 974 Om3u *m3uList;
974 975
975 if( fileDlg->result() == 1 ) { 976 if( fileDlg->result() == 1 ) {
976 name = fileDlg->text(); 977 name = fileDlg->text();
977// qDebug( filename ); 978// qDebug( filename );
978 979
979 if( name.left( 1) != "/" ) { 980 if( name.left( 1) != "/" ) {
980 filename = QPEApplication::documentDir() + "/" + name; 981 filename = QPEApplication::documentDir() + "/" + name;
981 } 982 }
982 983
983 if( name.right( 3 ) != "m3u" ) { 984 if( name.right( 3 ) != "m3u" ) {
984 filename = QPEApplication::documentDir() + "/" +name+".m3u"; 985 filename = QPEApplication::documentDir() + "/" +name+".m3u";
985 } 986 }
986 987
987 if( d->selectedFiles->first()) { 988 if( d->selectedFiles->first()) {
988 m3uList = new Om3u(filename, IO_ReadWrite); 989 m3uList = new Om3u(filename, IO_ReadWrite);
989 990
990 do { 991 do {
991 m3uList->add( d->selectedFiles->current()->file()); 992 m3uList->add( d->selectedFiles->current()->file());
992 } 993 }
993 while ( d->selectedFiles->next() ); 994 while ( d->selectedFiles->next() );
994 // qDebug( list ); 995 // qDebug( list );
995 m3uList->write(); 996 m3uList->write();
996 m3uList->close(); 997 m3uList->close();
997 if(m3uList) delete m3uList; 998 if(m3uList) delete m3uList;
998 999
999 if(fileDlg) delete fileDlg; 1000 if(fileDlg) delete fileDlg;
1000 1001
1001 DocLnk lnk; 1002 DocLnk lnk;
1002 lnk.setFile( filename); 1003 lnk.setFile( filename);
1003 lnk.setIcon("opieplayer2/playlist2"); 1004 lnk.setIcon("opieplayer2/playlist2");
1004 lnk.setName( name); //sets file name 1005 lnk.setName( name); //sets file name
1005 1006
1006 // qDebug(filename); 1007 // qDebug(filename);
1007 Config config( "OpiePlayer" ); 1008 Config config( "OpiePlayer" );
1008 config.setGroup( "PlayList" ); 1009 config.setGroup( "PlayList" );
1009 1010
1010 config.writeEntry("CurrentPlaylist",filename); 1011 config.writeEntry("CurrentPlaylist",filename);
1011 currentPlayList=filename; 1012 currentPlayList=filename;
1012 1013
1013 if(!lnk.writeLink()) { 1014 if(!lnk.writeLink()) {
1014 qDebug("Writing doclink did not work"); 1015 qDebug("Writing doclink did not work");
1015 } 1016 }
1016 1017
1017 setCaption(tr("OpiePlayer: ") + name); 1018 setCaption(tr("OpiePlayer: ") + name);
1018 } 1019 }
1019 } 1020 }
1020} 1021}
1021 1022
1022void PlayListWidget::keyReleaseEvent( QKeyEvent *e ) { 1023void PlayListWidget::keyReleaseEvent( QKeyEvent *e ) {
1023 switch ( e->key() ) { 1024 switch ( e->key() ) {
1024 ////////////////////////////// Zaurus keys 1025 ////////////////////////////// Zaurus keys
1025 case Key_F9: //activity 1026 case Key_F9: //activity
1026 // if(audioUI->isHidden()) 1027 // if(audioUI->isHidden())
1027 // audioUI->showMaximized(); 1028 // audioUI->showMaximized();
1028 break; 1029 break;
1029 case Key_F10: //contacts 1030 case Key_F10: //contacts
1030 // if( videoUI->isHidden()) 1031 // if( videoUI->isHidden())
1031 // videoUI->showMaximized(); 1032 // videoUI->showMaximized();
1032 break; 1033 break;
1033 case Key_F11: //menu 1034 case Key_F11: //menu
1034 break; 1035 break;
1035 case Key_F12: //home 1036 case Key_F12: //home
1036 // doBlank(); 1037 // doBlank();
1037 break; 1038 break;
1038 case Key_F13: //mail 1039 case Key_F13: //mail
1039 // doUnblank(); 1040 // doUnblank();
1040 break; 1041 break;
1041 case Key_Q: //add to playlist 1042 case Key_Q: //add to playlist
1042 addSelected(); 1043 addSelected();
1043 break; 1044 break;
1044 case Key_R: //remove from playlist 1045 case Key_R: //remove from playlist
1045 removeSelected(); 1046 removeSelected();
1046 break; 1047 break;
1047 // case Key_P: //play 1048 // case Key_P: //play
1048 // qDebug("Play"); 1049 // qDebug("Play");
1049 // playSelected(); 1050 // playSelected();
1050 // break; 1051 // break;
1051 case Key_Space: 1052 case Key_Space:
1052 // playSelected(); puh 1053 // playSelected(); puh
1053 break; 1054 break;
1054 case Key_1: 1055 case Key_1:
1055 tabWidget->setCurrentPage( 0 ); 1056 tabWidget->setCurrentPage( 0 );
1056 break; 1057 break;
1057 case Key_2: 1058 case Key_2:
1058 tabWidget->setCurrentPage( 1 ); 1059 tabWidget->setCurrentPage( 1 );
1059 break; 1060 break;
1060 case Key_3: 1061 case Key_3:
1061 tabWidget->setCurrentPage( 2 ); 1062 tabWidget->setCurrentPage( 2 );
1062 break; 1063 break;
1063 case Key_4: 1064 case Key_4:
1064 tabWidget->setCurrentPage( 3 ); 1065 tabWidget->setCurrentPage( 3 );
1065 break; 1066 break;
1066 case Key_Down: 1067 case Key_Down:
1067 if ( !d->selectedFiles->next() ) 1068 if ( !d->selectedFiles->next() )
1068 d->selectedFiles->first(); 1069 d->selectedFiles->first();
1069 break; 1070 break;
1070 case Key_Up: 1071 case Key_Up:
1071 if ( !d->selectedFiles->prev() ) 1072 if ( !d->selectedFiles->prev() )
1072 // d->selectedFiles->last(); 1073 // d->selectedFiles->last();
1073 break; 1074 break;
1074 } 1075 }
1075} 1076}
1076 1077
1077void PlayListWidget::pmViewActivated(int index) { 1078void PlayListWidget::pmViewActivated(int index) {
1078// qDebug("%d", index); 1079// qDebug("%d", index);
1079 switch(index) { 1080 switch(index) {
1080 case -16: 1081 case -16:
1081 { 1082 {
1082 mediaPlayerState->toggleFullscreen(); 1083 mediaPlayerState->toggleFullscreen();
1083 bool b=mediaPlayerState->isFullscreen(); 1084 bool b=mediaPlayerState->isFullscreen();
1084 pmView->setItemChecked( index, b); 1085 pmView->setItemChecked( index, b);
1085 Config cfg( "OpiePlayer" ); 1086 Config cfg( "OpiePlayer" );
1086 cfg.writeEntry( "FullScreen", b ); 1087 cfg.writeEntry( "FullScreen", b );
1087 } 1088 }
1088 break; 1089 break;
1089 }; 1090 };
1090} 1091}
1091 1092
1092void PlayListWidget::populateSkinsMenu() { 1093void PlayListWidget::populateSkinsMenu() {
1093 int item = 0; 1094 int item = 0;
1094 defaultSkinIndex = 0; 1095 defaultSkinIndex = 0;
1095 QString skinName; 1096 QString skinName;
1096 Config cfg( "OpiePlayer" ); 1097 Config cfg( "OpiePlayer" );
1097 cfg.setGroup("Options" ); 1098 cfg.setGroup("Options" );
1098 QString skin = cfg.readEntry( "Skin", "default" ); 1099 QString skin = cfg.readEntry( "Skin", "default" );
1099 1100
1100 QDir skinsDir( QPEApplication::qpeDir() + "/pics/opieplayer2/skins" ); 1101 QDir skinsDir( QPEApplication::qpeDir() + "/pics/opieplayer2/skins" );
1101 skinsDir.setFilter( QDir::Dirs ); 1102 skinsDir.setFilter( QDir::Dirs );
1102 skinsDir.setSorting(QDir::Name ); 1103 skinsDir.setSorting(QDir::Name );
1103 const QFileInfoList *skinslist = skinsDir.entryInfoList(); 1104 const QFileInfoList *skinslist = skinsDir.entryInfoList();
1104 QFileInfoListIterator it( *skinslist ); 1105 QFileInfoListIterator it( *skinslist );
1105 QFileInfo *fi; 1106 QFileInfo *fi;
1106 while ( ( fi = it.current() ) ) { 1107 while ( ( fi = it.current() ) ) {
1107 skinName = fi->fileName(); 1108 skinName = fi->fileName();
1108// qDebug( fi->fileName() ); 1109// qDebug( fi->fileName() );
1109 if( skinName != "." && skinName != ".." && skinName !="CVS" ) { 1110 if( skinName != "." && skinName != ".." && skinName !="CVS" ) {
1110 item = skinsMenu->insertItem( fi->fileName() ) ; 1111 item = skinsMenu->insertItem( fi->fileName() ) ;
1111 } 1112 }
1112 if( skinName == "default" ) { 1113 if( skinName == "default" ) {
1113 defaultSkinIndex = item; 1114 defaultSkinIndex = item;
1114 } 1115 }
1115 if( skinName == skin ) { 1116 if( skinName == skin ) {
1116 skinsMenu->setItemChecked( item, TRUE ); 1117 skinsMenu->setItemChecked( item, TRUE );
1117 } 1118 }
1118 ++it; 1119 ++it;
1119 } 1120 }
1120} 1121}
1121 1122
1122void PlayListWidget::skinsMenuActivated( int item ) { 1123void PlayListWidget::skinsMenuActivated( int item ) {
1123 for(unsigned int i = defaultSkinIndex; i > defaultSkinIndex - skinsMenu->count(); i-- ) { 1124 for(unsigned int i = defaultSkinIndex; i > defaultSkinIndex - skinsMenu->count(); i-- ) {
1124 skinsMenu->setItemChecked( i, FALSE ); 1125 skinsMenu->setItemChecked( i, FALSE );
1125 } 1126 }
1126 skinsMenu->setItemChecked( item, TRUE ); 1127 skinsMenu->setItemChecked( item, TRUE );
1127 1128
1128 Config cfg( "OpiePlayer" ); 1129 Config cfg( "OpiePlayer" );
1129 cfg.setGroup("Options"); 1130 cfg.setGroup("Options");
1130 cfg.writeEntry("Skin", skinsMenu->text( item ) ); 1131 cfg.writeEntry("Skin", skinsMenu->text( item ) );
1131 QMessageBox::warning( this, tr( "OpiePlayer" ), 1132 QMessageBox::warning( this, tr( "OpiePlayer" ),
1132 tr( "You must <b>restart</b> Opieplayer<br>to see your changes." ) ); 1133 tr( "You must <b>restart</b> Opieplayer<br>to see your changes." ) );
1133} 1134}
1134 1135
1135int PlayListWidget::whichList() const { 1136int PlayListWidget::whichList() const {
1136 return tabWidget->currentPageIndex(); 1137 return tabWidget->currentPageIndex();
1137} 1138}
1138 1139
1139PlayListWidget::TabType PlayListWidget::currentTab() const 1140PlayListWidget::TabType PlayListWidget::currentTab() const
1140{ 1141{
1141 static const TabType indexToTabType[ NumTabTypes ] = 1142 static const TabType indexToTabType[ NumTabTypes ] =
1142 { CurrentPlayList, AudioFiles, VideoFiles, PlayLists }; 1143 { CurrentPlayList, AudioFiles, VideoFiles, PlayLists };
1143 1144
1144 int index = tabWidget->currentPageIndex(); 1145 int index = tabWidget->currentPageIndex();
1145 assert( index < NumTabTypes && index >= 0 ); 1146 assert( index < NumTabTypes && index >= 0 );
1146 1147
1147 return indexToTabType[ index ]; 1148 return indexToTabType[ index ];
1148} 1149}
1149 1150
1150QString PlayListWidget::currentFileListPathName() const { 1151QString PlayListWidget::currentFileListPathName() const {
1151 return currentFileListView()->currentItem()->text( 3 ); 1152 return currentFileListView()->currentItem()->text( 3 );
1152} 1153}