summaryrefslogtreecommitdiff
authorsimon <simon>2002-12-02 15:00:35 (UTC)
committer simon <simon>2002-12-02 15:00:35 (UTC)
commit77147a2001cf991e3581bcb2401143e20a3973d4 (patch) (unidiff)
tree2f42819217f97431082a54459d6a7cfe76ea5702
parentf90e42128a496a0fb5a67c3148c30ef46092624b (diff)
downloadopie-77147a2001cf991e3581bcb2401143e20a3973d4.zip
opie-77147a2001cf991e3581bcb2401143e20a3973d4.tar.gz
opie-77147a2001cf991e3581bcb2401143e20a3973d4.tar.bz2
- simplified addSelected
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/playlistwidget.cpp58
-rw-r--r--noncore/multimedia/opieplayer2/playlistwidget.h2
2 files changed, 24 insertions, 36 deletions
diff --git a/noncore/multimedia/opieplayer2/playlistwidget.cpp b/noncore/multimedia/opieplayer2/playlistwidget.cpp
index 92da73b..c9ae225 100644
--- a/noncore/multimedia/opieplayer2/playlistwidget.cpp
+++ b/noncore/multimedia/opieplayer2/playlistwidget.cpp
@@ -1,1166 +1,1152 @@
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 qDebug("addSelected"); 537 assert( inFileListMode() );
538 DocLnk lnk;
539 QString filename;
540 switch (whichList()) {
541 538
542 case 0: //playlist 539 QListView *fileListView = currentFileListView();
543 return; 540 QListViewItemIterator it( fileListView );
544 break; 541 for ( ; it.current(); ++it )
545 case 1: { //audio
546 QListViewItemIterator it( audioView );
547 for ( ; it.current(); ++it ) {
548 if ( it.current()->isSelected() ) { 542 if ( it.current()->isSelected() ) {
549 filename=it.current()->text(3); 543 QString filename = it.current()->text(3);
550 lnk.setName( QFileInfo(filename).baseName() ); //sets name 544
551 lnk.setFile( filename ); //sets file name 545 DocLnk lnk;
552 d->selectedFiles->addToSelection( lnk); 546 lnk.setName( QFileInfo( filename ).baseName() ); //sets name
553 547 lnk.setFile( filename ); //sets file name
554 } 548
555 } 549 d->selectedFiles->addToSelection( lnk );
556 audioView->clearSelection();
557 }
558 break;
559
560 case 2: { // video
561 QListViewItemIterator it( videoView );
562 for ( ; it.current(); ++it ) {
563 if ( it.current()->isSelected() ) {
564 filename=it.current()->text(3);
565 lnk.setName( QFileInfo(filename).baseName() ); //sets name
566 lnk.setFile( filename ); //sets file name
567 d->selectedFiles->addToSelection( lnk);
568 } 550 }
569 } 551
570 videoView->clearSelection(); 552 fileListView->clearSelection();
571 } 553
572 break; 554 tabWidget->setCurrentPage( 0 );
573 }; 555 writeCurrentM3u();
574 tabWidget->setCurrentPage(0);
575 writeCurrentM3u();
576} 556}
577 557
578 558
579void PlayListWidget::removeSelected() { 559void PlayListWidget::removeSelected() {
580 d->selectedFiles->removeSelected( ); 560 d->selectedFiles->removeSelected( );
581 writeCurrentM3u(); 561 writeCurrentM3u();
582} 562}
583 563
584 564
585void PlayListWidget::playIt( QListViewItem *it) { 565void PlayListWidget::playIt( QListViewItem *it) {
586 if(!it) return; 566 if(!it) return;
587 mediaPlayerState->setPlaying(FALSE); 567 mediaPlayerState->setPlaying(FALSE);
588 mediaPlayerState->setPlaying(TRUE); 568 mediaPlayerState->setPlaying(TRUE);
589 d->selectedFiles->unSelect(); 569 d->selectedFiles->unSelect();
590} 570}
591 571
592 572
593void PlayListWidget::addToSelection( QListViewItem *it) { 573void PlayListWidget::addToSelection( QListViewItem *it) {
594 d->setDocumentUsed = FALSE; 574 d->setDocumentUsed = FALSE;
595 575
596 if(it) { 576 if(it) {
597 switch ( whichList()) { 577 switch ( whichList()) {
598 case 0: //playlist 578 case 0: //playlist
599 return; 579 return;
600 break; 580 break;
601 }; 581 };
602 // case 1: { 582 // case 1: {
603 DocLnk lnk; 583 DocLnk lnk;
604 QString filename; 584 QString filename;
605 585
606 filename=it->text(3); 586 filename=it->text(3);
607 lnk.setName( QFileInfo(filename).baseName() ); //sets name 587 lnk.setName( QFileInfo(filename).baseName() ); //sets name
608 lnk.setFile( filename ); //sets file name 588 lnk.setFile( filename ); //sets file name
609 d->selectedFiles->addToSelection( lnk); 589 d->selectedFiles->addToSelection( lnk);
610 590
611 writeCurrentM3u(); 591 writeCurrentM3u();
612 tabWidget->setCurrentPage(0); 592 tabWidget->setCurrentPage(0);
613 593
614 } 594 }
615} 595}
616 596
617 597
618void PlayListWidget::tabChanged(QWidget *) { 598void PlayListWidget::tabChanged(QWidget *) {
619 599
620 switch ( whichList()) { 600 switch ( whichList()) {
621 case 0: 601 case 0:
622 { 602 {
623 if( !tbDeletePlaylist->isHidden() ) { 603 if( !tbDeletePlaylist->isHidden() ) {
624 tbDeletePlaylist->hide(); 604 tbDeletePlaylist->hide();
625 } 605 }
626 d->tbRemoveFromList->setEnabled(TRUE); 606 d->tbRemoveFromList->setEnabled(TRUE);
627 d->tbAddToList->setEnabled(FALSE); 607 d->tbAddToList->setEnabled(FALSE);
628 } 608 }
629 break; 609 break;
630 case 1: 610 case 1:
631 { 611 {
632 // audioView->clear(); 612 // audioView->clear();
633 if(!audioPopulated) populateAudioView(); 613 if(!audioPopulated) populateAudioView();
634 614
635 if( !tbDeletePlaylist->isHidden() ) { 615 if( !tbDeletePlaylist->isHidden() ) {
636 tbDeletePlaylist->hide(); 616 tbDeletePlaylist->hide();
637 } 617 }
638 d->tbRemoveFromList->setEnabled(FALSE); 618 d->tbRemoveFromList->setEnabled(FALSE);
639 d->tbAddToList->setEnabled(TRUE); 619 d->tbAddToList->setEnabled(TRUE);
640 } 620 }
641 break; 621 break;
642 case 2: 622 case 2:
643 { 623 {
644 // videoView->clear(); 624 // videoView->clear();
645 if(!videoPopulated) populateVideoView(); 625 if(!videoPopulated) populateVideoView();
646 if( !tbDeletePlaylist->isHidden() ) { 626 if( !tbDeletePlaylist->isHidden() ) {
647 tbDeletePlaylist->hide(); 627 tbDeletePlaylist->hide();
648 } 628 }
649 d->tbRemoveFromList->setEnabled(FALSE); 629 d->tbRemoveFromList->setEnabled(FALSE);
650 d->tbAddToList->setEnabled(TRUE); 630 d->tbAddToList->setEnabled(TRUE);
651 } 631 }
652 break; 632 break;
653 case 3: 633 case 3:
654 { 634 {
655 if( tbDeletePlaylist->isHidden() ) { 635 if( tbDeletePlaylist->isHidden() ) {
656 tbDeletePlaylist->show(); 636 tbDeletePlaylist->show();
657 } 637 }
658 playLists->reread(); 638 playLists->reread();
659 } 639 }
660 break; 640 break;
661 }; 641 };
662} 642}
663 643
664 644
665void PlayListWidget::btnPlay(bool b) { 645void PlayListWidget::btnPlay(bool b) {
666// mediaPlayerState->setPlaying(false); 646// mediaPlayerState->setPlaying(false);
667 mediaPlayerState->setPlaying(b); 647 mediaPlayerState->setPlaying(b);
668 insanityBool=FALSE; 648 insanityBool=FALSE;
669} 649}
670 650
671void PlayListWidget::deletePlaylist() { 651void PlayListWidget::deletePlaylist() {
672 switch( QMessageBox::information( this, (tr("Remove Playlist?")), 652 switch( QMessageBox::information( this, (tr("Remove Playlist?")),
673 (tr("You really want to delete\nthis playlist?")), 653 (tr("You really want to delete\nthis playlist?")),
674 (tr("Yes")), (tr("No")), 0 )){ 654 (tr("Yes")), (tr("No")), 0 )){
675 case 0: // Yes clicked, 655 case 0: // Yes clicked,
676 QFile().remove(playLists->selectedDocument().file()); 656 QFile().remove(playLists->selectedDocument().file());
677 QFile().remove(playLists->selectedDocument().linkFile()); 657 QFile().remove(playLists->selectedDocument().linkFile());
678 playLists->reread(); 658 playLists->reread();
679 break; 659 break;
680 case 1: // Cancel 660 case 1: // Cancel
681 break; 661 break;
682 }; 662 };
683} 663}
684 664
685 665
686void PlayListWidget::playSelected() { 666void PlayListWidget::playSelected() {
687 btnPlay( TRUE); 667 btnPlay( TRUE);
688} 668}
689 669
690 670
691void PlayListWidget::scanForAudio() { 671void PlayListWidget::scanForAudio() {
692// qDebug("scan for audio"); 672// qDebug("scan for audio");
693 files.detachChildren(); 673 files.detachChildren();
694 QListIterator<DocLnk> sdit( files.children() ); 674 QListIterator<DocLnk> sdit( files.children() );
695 for ( ; sdit.current(); ++sdit ) { 675 for ( ; sdit.current(); ++sdit ) {
696 delete sdit.current(); 676 delete sdit.current();
697 } 677 }
698// Global::findDocuments( &files, "audio/*"); 678// Global::findDocuments( &files, "audio/*");
699 Global::findDocuments( &files, audioMimes); 679 Global::findDocuments( &files, audioMimes);
700 audioScan = true; 680 audioScan = true;
701 populateAudioView(); 681 populateAudioView();
702} 682}
703 683
704void PlayListWidget::scanForVideo() { 684void PlayListWidget::scanForVideo() {
705// qDebug("scan for video"); 685// qDebug("scan for video");
706 vFiles.detachChildren(); 686 vFiles.detachChildren();
707 QListIterator<DocLnk> sdit( vFiles.children() ); 687 QListIterator<DocLnk> sdit( vFiles.children() );
708 for ( ; sdit.current(); ++sdit ) { 688 for ( ; sdit.current(); ++sdit ) {
709 delete sdit.current(); 689 delete sdit.current();
710 } 690 }
711 Global::findDocuments(&vFiles, "video/*"); 691 Global::findDocuments(&vFiles, "video/*");
712 videoScan = true; 692 videoScan = true;
713 populateVideoView(); 693 populateVideoView();
714} 694}
715 695
716void PlayListWidget::populateAudioView() { 696void PlayListWidget::populateAudioView() {
717 audioView->clear(); 697 audioView->clear();
718 StorageInfo storageInfo; 698 StorageInfo storageInfo;
719 // const QList<FileSystem> &fs = storageInfo.fileSystems(); 699 // const QList<FileSystem> &fs = storageInfo.fileSystems();
720 if(!audioScan) { 700 if(!audioScan) {
721 scanForAudio(); 701 scanForAudio();
722 } 702 }
723 703
724 QListIterator<DocLnk> dit( files.children() ); 704 QListIterator<DocLnk> dit( files.children() );
725 // QListIterator<FileSystem> it ( fs ); 705 // QListIterator<FileSystem> it ( fs );
726 audioView->clear(); 706 audioView->clear();
727 707
728 QString storage; 708 QString storage;
729 for ( ; dit.current(); ++dit ) { 709 for ( ; dit.current(); ++dit ) {
730// // for( ; it.current(); ++it ){ 710// // for( ; it.current(); ++it ){
731// const QString name = (*dit)->name(); 711// const QString name = (*dit)->name();
732// const QString path = (*dit)->path(); 712// const QString path = (*dit)->path();
733// if(dit.current()->file().find(path) != -1 ) { 713// if(dit.current()->file().find(path) != -1 ) {
734// storage = name; 714// storage = name;
735// // } 715// // }
736// } 716// }
737 717
738 QListViewItem * newItem; 718 QListViewItem * newItem;
739 if ( QFile( dit.current()->file()).exists() || 719 if ( QFile( dit.current()->file()).exists() ||
740 dit.current()->file().left(4) == "http" ) { 720 dit.current()->file().left(4) == "http" ) {
741 long size; 721 long size;
742 if( dit.current()->file().left(4) == "http" ) 722 if( dit.current()->file().left(4) == "http" )
743 size=0; 723 size=0;
744 else 724 else
745 size = QFile( dit.current()->file() ).size(); 725 size = QFile( dit.current()->file() ).size();
746 726
747 newItem= /*(void)*/ new QListViewItem( audioView, dit.current()->name(), 727 newItem= /*(void)*/ new QListViewItem( audioView, dit.current()->name(),
748 QString::number(size ), "" /*storage*/, 728 QString::number(size ), "" /*storage*/,
749 dit.current()->file() ); 729 dit.current()->file() );
750 newItem->setPixmap( 0, Resource::loadPixmap( "opieplayer2/musicfile" ) ); 730 newItem->setPixmap( 0, Resource::loadPixmap( "opieplayer2/musicfile" ) );
751// qDebug("<<<< "+dit.current()->file()); 731// qDebug("<<<< "+dit.current()->file());
752 } 732 }
753 } 733 }
754 audioPopulated=true; 734 audioPopulated=true;
755} 735}
756 736
757 737
758void PlayListWidget::populateVideoView() { 738void PlayListWidget::populateVideoView() {
759 videoView->clear(); 739 videoView->clear();
760 StorageInfo storageInfo; 740 StorageInfo storageInfo;
761 // const QList<FileSystem> &fs = storageInfo.fileSystems(); 741 // const QList<FileSystem> &fs = storageInfo.fileSystems();
762 742
763 if(!videoScan ) { 743 if(!videoScan ) {
764 scanForVideo(); 744 scanForVideo();
765 } 745 }
766 746
767 QListIterator<DocLnk> Vdit( vFiles.children() ); 747 QListIterator<DocLnk> Vdit( vFiles.children() );
768// QListIterator<FileSystem> it ( fs ); 748// QListIterator<FileSystem> it ( fs );
769 videoView->clear(); 749 videoView->clear();
770 QString storage, pathName; 750 QString storage, pathName;
771 for ( ; Vdit.current(); ++Vdit ) { 751 for ( ; Vdit.current(); ++Vdit ) {
772// // for( ; it.current(); ++it ) { 752// // for( ; it.current(); ++it ) {
773// const QString name = (*Vdit)->name(); 753// const QString name = (*Vdit)->name();
774// const QString path = (*Vdit)->path(); 754// const QString path = (*Vdit)->path();
775// if( Vdit.current()->file().find(path) != -1 ) { 755// if( Vdit.current()->file().find(path) != -1 ) {
776// storage=name; 756// storage=name;
777// pathName=path; 757// pathName=path;
778// // } 758// // }
779// } 759// }
780 760
781 QListViewItem * newItem; 761 QListViewItem * newItem;
782 if ( QFile( Vdit.current()->file() ).exists() ) { 762 if ( QFile( Vdit.current()->file() ).exists() ) {
783 newItem= /*(void)*/ new QListViewItem( videoView, Vdit.current()->name(), 763 newItem= /*(void)*/ new QListViewItem( videoView, Vdit.current()->name(),
784 QString::number( QFile( Vdit.current()->file() ).size() ), 764 QString::number( QFile( Vdit.current()->file() ).size() ),
785 ""/*storage*/, Vdit.current()->file()); 765 ""/*storage*/, Vdit.current()->file());
786 newItem->setPixmap(0, Resource::loadPixmap( "opieplayer2/videofile" ) ); 766 newItem->setPixmap(0, Resource::loadPixmap( "opieplayer2/videofile" ) );
787 } 767 }
788 } 768 }
789 videoPopulated=true; 769 videoPopulated=true;
790} 770}
791 771
792QListView *PlayListWidget::currentFileListView() const 772QListView *PlayListWidget::currentFileListView() const
793{ 773{
794 switch ( currentTab() ) { 774 switch ( currentTab() ) {
795 case AudioFiles: return audioView; 775 case AudioFiles: return audioView;
796 case VideoFiles: return videoView; 776 case VideoFiles: return videoView;
797 default: assert( false ); 777 default: assert( false );
798 } 778 }
799 return 0; 779 return 0;
800} 780}
801 781
782bool PlayListWidget::inFileListMode() const
783{
784 TabType tab = currentTab();
785 return tab == AudioFiles || tab == VideoFiles;
786}
787
802void PlayListWidget::openFile() { 788void PlayListWidget::openFile() {
803 // http://66.28.164.33:2080 789 // http://66.28.164.33:2080
804 // http://somafm.com/star0242.m3u 790 // http://somafm.com/star0242.m3u
805 QString filename, name; 791 QString filename, name;
806 InputDialog *fileDlg; 792 InputDialog *fileDlg;
807 fileDlg = new InputDialog(this,tr("Open file or URL"),TRUE, 0); 793 fileDlg = new InputDialog(this,tr("Open file or URL"),TRUE, 0);
808 fileDlg->exec(); 794 fileDlg->exec();
809 if( fileDlg->result() == 1 ) { 795 if( fileDlg->result() == 1 ) {
810 filename = fileDlg->text(); 796 filename = fileDlg->text();
811 qDebug( "Selected filename is " + filename ); 797 qDebug( "Selected filename is " + filename );
812 // Om3u *m3uList; 798 // Om3u *m3uList;
813 DocLnk lnk; 799 DocLnk lnk;
814 Config cfg( "OpiePlayer" ); 800 Config cfg( "OpiePlayer" );
815 cfg.setGroup("PlayList"); 801 cfg.setGroup("PlayList");
816 802
817 if(filename.left(4) == "http") { 803 if(filename.left(4) == "http") {
818 QString m3uFile, m3uFilePath; 804 QString m3uFile, m3uFilePath;
819 if(filename.find(":",8,TRUE) != -1) { //found a port 805 if(filename.find(":",8,TRUE) != -1) { //found a port
820 m3uFile = filename.left( filename.find( ":",8,TRUE)); 806 m3uFile = filename.left( filename.find( ":",8,TRUE));
821 m3uFile = m3uFile.right( 7); 807 m3uFile = m3uFile.right( 7);
822 } else if(filename.left(4) == "http"){ 808 } else if(filename.left(4) == "http"){
823 m3uFile=filename; 809 m3uFile=filename;
824 m3uFile = m3uFile.right( m3uFile.length() - 7); 810 m3uFile = m3uFile.right( m3uFile.length() - 7);
825 } else{ 811 } else{
826 m3uFile=filename; 812 m3uFile=filename;
827 } 813 }
828 814
829// qDebug("<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"+ m3uFile); 815// qDebug("<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"+ m3uFile);
830 lnk.setName( filename ); //sets name 816 lnk.setName( filename ); //sets name
831 lnk.setFile( filename ); //sets file name 817 lnk.setFile( filename ); //sets file name
832 818
833// lnk.setIcon("opieplayer2/musicfile"); 819// lnk.setIcon("opieplayer2/musicfile");
834 820
835 d->selectedFiles->addToSelection( lnk ); 821 d->selectedFiles->addToSelection( lnk );
836 writeCurrentM3u(); 822 writeCurrentM3u();
837 d->selectedFiles->setSelectedItem( lnk.name()); 823 d->selectedFiles->setSelectedItem( lnk.name());
838 } 824 }
839 else if( filename.right( 3) == "m3u" ) { 825 else if( filename.right( 3) == "m3u" ) {
840 readm3u( filename ); 826 readm3u( filename );
841 827
842 } else if( filename.right(3) == "pls" ) { 828 } else if( filename.right(3) == "pls" ) {
843 readPls( filename ); 829 readPls( filename );
844 } else { 830 } else {
845 lnk.setName( QFileInfo(filename).baseName() ); //sets name 831 lnk.setName( QFileInfo(filename).baseName() ); //sets name
846 lnk.setFile( filename ); //sets file name 832 lnk.setFile( filename ); //sets file name
847 d->selectedFiles->addToSelection( lnk); 833 d->selectedFiles->addToSelection( lnk);
848 writeCurrentM3u(); 834 writeCurrentM3u();
849 d->selectedFiles->setSelectedItem( lnk.name()); 835 d->selectedFiles->setSelectedItem( lnk.name());
850 } 836 }
851 } 837 }
852 838
853 if( fileDlg ) { 839 if( fileDlg ) {
854 delete fileDlg; 840 delete fileDlg;
855 } 841 }
856} 842}
857 843
858/* 844/*
859reads m3u and shows files/urls to playlist widget */ 845reads m3u and shows files/urls to playlist widget */
860void PlayListWidget::readm3u( const QString &filename ) { 846void PlayListWidget::readm3u( const QString &filename ) {
861 qDebug( "read m3u filename " + filename ); 847 qDebug( "read m3u filename " + filename );
862 848
863 Om3u *m3uList; 849 Om3u *m3uList;
864 QString s, name; 850 QString s, name;
865 m3uList = new Om3u( filename, IO_ReadOnly ); 851 m3uList = new Om3u( filename, IO_ReadOnly );
866 m3uList->readM3u(); 852 m3uList->readM3u();
867 DocLnk lnk; 853 DocLnk lnk;
868 for ( QStringList::ConstIterator it = m3uList->begin(); it != m3uList->end(); ++it ) { 854 for ( QStringList::ConstIterator it = m3uList->begin(); it != m3uList->end(); ++it ) {
869 s = *it; 855 s = *it;
870// qDebug("reading "+ s); 856// qDebug("reading "+ s);
871 if(s.left(4)=="http") { 857 if(s.left(4)=="http") {
872 lnk.setName( s ); //sets file name 858 lnk.setName( s ); //sets file name
873 lnk.setIcon("opieplayer2/musicfile"); 859 lnk.setIcon("opieplayer2/musicfile");
874 lnk.setFile( s ); //sets file name 860 lnk.setFile( s ); //sets file name
875 861
876 } else { 862 } else {
877 // if( QFileInfo( s ).exists() ) { 863 // if( QFileInfo( s ).exists() ) {
878 lnk.setName( QFileInfo(s).baseName()); 864 lnk.setName( QFileInfo(s).baseName());
879 // if(s.right(4) == '.') {//if regular file 865 // if(s.right(4) == '.') {//if regular file
880 if(s.left(1) != "/") { 866 if(s.left(1) != "/") {
881 // qDebug("set link "+QFileInfo(filename).dirPath()+"/"+s); 867 // qDebug("set link "+QFileInfo(filename).dirPath()+"/"+s);
882 lnk.setFile( QFileInfo(filename).dirPath()+"/"+s); 868 lnk.setFile( QFileInfo(filename).dirPath()+"/"+s);
883// lnk.setIcon(MimeType(s).pixmap() ); 869// lnk.setIcon(MimeType(s).pixmap() );
884// lnk.setIcon("SoundPlayer"); 870// lnk.setIcon("SoundPlayer");
885 } else { 871 } else {
886 // qDebug("set link2 "+s); 872 // qDebug("set link2 "+s);
887 lnk.setFile( s); 873 lnk.setFile( s);
888// lnk.setIcon(MimeType(s).pixmap() ); 874// lnk.setIcon(MimeType(s).pixmap() );
889// lnk.setIcon("SoundPlayer"); 875// lnk.setIcon("SoundPlayer");
890 } 876 }
891 } 877 }
892 d->selectedFiles->addToSelection( lnk ); 878 d->selectedFiles->addToSelection( lnk );
893 } 879 }
894 Config config( "OpiePlayer" ); 880 Config config( "OpiePlayer" );
895 config.setGroup( "PlayList" ); 881 config.setGroup( "PlayList" );
896 882
897 config.writeEntry("CurrentPlaylist",filename); 883 config.writeEntry("CurrentPlaylist",filename);
898 config.write(); 884 config.write();
899 currentPlayList=filename; 885 currentPlayList=filename;
900 886
901// m3uList->write(); 887// m3uList->write();
902 m3uList->close(); 888 m3uList->close();
903 if(m3uList) delete m3uList; 889 if(m3uList) delete m3uList;
904 890
905 d->selectedFiles->setSelectedItem( s); 891 d->selectedFiles->setSelectedItem( s);
906 setCaption(tr("OpiePlayer: ")+ QFileInfo(filename).baseName()); 892 setCaption(tr("OpiePlayer: ")+ QFileInfo(filename).baseName());
907 893
908} 894}
909 895
910/* 896/*
911reads pls and adds files/urls to playlist */ 897reads pls and adds files/urls to playlist */
912void PlayListWidget::readPls( const QString &filename ) { 898void PlayListWidget::readPls( const QString &filename ) {
913 899
914 qDebug( "pls filename is " + filename ); 900 qDebug( "pls filename is " + filename );
915 Om3u *m3uList; 901 Om3u *m3uList;
916 QString s, name; 902 QString s, name;
917 m3uList = new Om3u( filename, IO_ReadOnly ); 903 m3uList = new Om3u( filename, IO_ReadOnly );
918 m3uList->readPls(); 904 m3uList->readPls();
919 905
920 for ( QStringList::ConstIterator it = m3uList->begin(); it != m3uList->end(); ++it ) { 906 for ( QStringList::ConstIterator it = m3uList->begin(); it != m3uList->end(); ++it ) {
921 s = *it; 907 s = *it;
922 // s.replace( QRegExp( "%20" )," " ); 908 // s.replace( QRegExp( "%20" )," " );
923 DocLnk lnk( s ); 909 DocLnk lnk( s );
924 QFileInfo f( s ); 910 QFileInfo f( s );
925 QString name = f.baseName(); 911 QString name = f.baseName();
926 912
927 if( name.left( 4 ) == "http" ) { 913 if( name.left( 4 ) == "http" ) {
928 name = s.right( s.length() - 7); 914 name = s.right( s.length() - 7);
929 } else { 915 } else {
930 name = s; 916 name = s;
931 } 917 }
932 918
933 name = name.right( name.length() - name.findRev( "\\", -1, TRUE) - 1 ); 919 name = name.right( name.length() - name.findRev( "\\", -1, TRUE) - 1 );
934 920
935 lnk.setName( name ); 921 lnk.setName( name );
936 if( s.at( s.length() - 4) == '.') {// if this is probably a file 922 if( s.at( s.length() - 4) == '.') {// if this is probably a file
937 lnk.setFile( s ); 923 lnk.setFile( s );
938 } else { //if its a url 924 } else { //if its a url
939// if( name.right( 1 ).find( '/' ) == -1) { 925// if( name.right( 1 ).find( '/' ) == -1) {
940// s += "/"; 926// s += "/";
941// } 927// }
942 lnk.setFile( s ); 928 lnk.setFile( s );
943 } 929 }
944 lnk.setType( "audio/x-mpegurl" ); 930 lnk.setType( "audio/x-mpegurl" );
945 931
946 lnk.writeLink(); 932 lnk.writeLink();
947 d->selectedFiles->addToSelection( lnk ); 933 d->selectedFiles->addToSelection( lnk );
948 } 934 }
949 935
950 m3uList->close(); 936 m3uList->close();
951 if(m3uList) delete m3uList; 937 if(m3uList) delete m3uList;
952} 938}
953 939
954/* 940/*
955 writes current playlist to current m3u file */ 941 writes current playlist to current m3u file */
956void PlayListWidget::writeCurrentM3u() { 942void PlayListWidget::writeCurrentM3u() {
957 qDebug("writing to current m3u"); 943 qDebug("writing to current m3u");
958 Config cfg( "OpiePlayer" ); 944 Config cfg( "OpiePlayer" );
959 cfg.setGroup("PlayList"); 945 cfg.setGroup("PlayList");
960 QString currentPlaylist = cfg.readEntry("CurrentPlaylist","default"); 946 QString currentPlaylist = cfg.readEntry("CurrentPlaylist","default");
961 947
962 Om3u *m3uList; 948 Om3u *m3uList;
963 m3uList = new Om3u( currentPlaylist, IO_ReadWrite | IO_Truncate ); 949 m3uList = new Om3u( currentPlaylist, IO_ReadWrite | IO_Truncate );
964 if( d->selectedFiles->first()) { 950 if( d->selectedFiles->first()) {
965 951
966 do { 952 do {
967 // qDebug( "add writeCurrentM3u " +d->selectedFiles->current()->file()); 953 // qDebug( "add writeCurrentM3u " +d->selectedFiles->current()->file());
968 m3uList->add( d->selectedFiles->current()->file() ); 954 m3uList->add( d->selectedFiles->current()->file() );
969 } 955 }
970 while ( d->selectedFiles->next() ); 956 while ( d->selectedFiles->next() );
971 // qDebug( "<<<<<<<<<<<<>>>>>>>>>>>>>>>>>" ); 957 // qDebug( "<<<<<<<<<<<<>>>>>>>>>>>>>>>>>" );
972 m3uList->write(); 958 m3uList->write();
973 m3uList->close(); 959 m3uList->close();
974 960
975 if(m3uList) delete m3uList; 961 if(m3uList) delete m3uList;
976 } 962 }
977 963
978} 964}
979 965
980 /* 966 /*
981 writes current playlist to m3u file */ 967 writes current playlist to m3u file */
982void PlayListWidget::writem3u() { 968void PlayListWidget::writem3u() {
983 InputDialog *fileDlg; 969 InputDialog *fileDlg;
984 fileDlg = new InputDialog( this, tr( "Save m3u Playlist " ), TRUE, 0); 970 fileDlg = new InputDialog( this, tr( "Save m3u Playlist " ), TRUE, 0);
985 fileDlg->exec(); 971 fileDlg->exec();
986 QString name, filename, list; 972 QString name, filename, list;
987 Om3u *m3uList; 973 Om3u *m3uList;
988 974
989 if( fileDlg->result() == 1 ) { 975 if( fileDlg->result() == 1 ) {
990 name = fileDlg->text(); 976 name = fileDlg->text();
991// qDebug( filename ); 977// qDebug( filename );
992 978
993 if( name.left( 1) != "/" ) { 979 if( name.left( 1) != "/" ) {
994 filename = QPEApplication::documentDir() + "/" + name; 980 filename = QPEApplication::documentDir() + "/" + name;
995 } 981 }
996 982
997 if( name.right( 3 ) != "m3u" ) { 983 if( name.right( 3 ) != "m3u" ) {
998 filename = QPEApplication::documentDir() + "/" +name+".m3u"; 984 filename = QPEApplication::documentDir() + "/" +name+".m3u";
999 } 985 }
1000 986
1001 if( d->selectedFiles->first()) { 987 if( d->selectedFiles->first()) {
1002 m3uList = new Om3u(filename, IO_ReadWrite); 988 m3uList = new Om3u(filename, IO_ReadWrite);
1003 989
1004 do { 990 do {
1005 m3uList->add( d->selectedFiles->current()->file()); 991 m3uList->add( d->selectedFiles->current()->file());
1006 } 992 }
1007 while ( d->selectedFiles->next() ); 993 while ( d->selectedFiles->next() );
1008 // qDebug( list ); 994 // qDebug( list );
1009 m3uList->write(); 995 m3uList->write();
1010 m3uList->close(); 996 m3uList->close();
1011 if(m3uList) delete m3uList; 997 if(m3uList) delete m3uList;
1012 998
1013 if(fileDlg) delete fileDlg; 999 if(fileDlg) delete fileDlg;
1014 1000
1015 DocLnk lnk; 1001 DocLnk lnk;
1016 lnk.setFile( filename); 1002 lnk.setFile( filename);
1017 lnk.setIcon("opieplayer2/playlist2"); 1003 lnk.setIcon("opieplayer2/playlist2");
1018 lnk.setName( name); //sets file name 1004 lnk.setName( name); //sets file name
1019 1005
1020 // qDebug(filename); 1006 // qDebug(filename);
1021 Config config( "OpiePlayer" ); 1007 Config config( "OpiePlayer" );
1022 config.setGroup( "PlayList" ); 1008 config.setGroup( "PlayList" );
1023 1009
1024 config.writeEntry("CurrentPlaylist",filename); 1010 config.writeEntry("CurrentPlaylist",filename);
1025 currentPlayList=filename; 1011 currentPlayList=filename;
1026 1012
1027 if(!lnk.writeLink()) { 1013 if(!lnk.writeLink()) {
1028 qDebug("Writing doclink did not work"); 1014 qDebug("Writing doclink did not work");
1029 } 1015 }
1030 1016
1031 setCaption(tr("OpiePlayer: ") + name); 1017 setCaption(tr("OpiePlayer: ") + name);
1032 } 1018 }
1033 } 1019 }
1034} 1020}
1035 1021
1036void PlayListWidget::keyReleaseEvent( QKeyEvent *e ) { 1022void PlayListWidget::keyReleaseEvent( QKeyEvent *e ) {
1037 switch ( e->key() ) { 1023 switch ( e->key() ) {
1038 ////////////////////////////// Zaurus keys 1024 ////////////////////////////// Zaurus keys
1039 case Key_F9: //activity 1025 case Key_F9: //activity
1040 // if(audioUI->isHidden()) 1026 // if(audioUI->isHidden())
1041 // audioUI->showMaximized(); 1027 // audioUI->showMaximized();
1042 break; 1028 break;
1043 case Key_F10: //contacts 1029 case Key_F10: //contacts
1044 // if( videoUI->isHidden()) 1030 // if( videoUI->isHidden())
1045 // videoUI->showMaximized(); 1031 // videoUI->showMaximized();
1046 break; 1032 break;
1047 case Key_F11: //menu 1033 case Key_F11: //menu
1048 break; 1034 break;
1049 case Key_F12: //home 1035 case Key_F12: //home
1050 // doBlank(); 1036 // doBlank();
1051 break; 1037 break;
1052 case Key_F13: //mail 1038 case Key_F13: //mail
1053 // doUnblank(); 1039 // doUnblank();
1054 break; 1040 break;
1055 case Key_Q: //add to playlist 1041 case Key_Q: //add to playlist
1056 addSelected(); 1042 addSelected();
1057 break; 1043 break;
1058 case Key_R: //remove from playlist 1044 case Key_R: //remove from playlist
1059 removeSelected(); 1045 removeSelected();
1060 break; 1046 break;
1061 // case Key_P: //play 1047 // case Key_P: //play
1062 // qDebug("Play"); 1048 // qDebug("Play");
1063 // playSelected(); 1049 // playSelected();
1064 // break; 1050 // break;
1065 case Key_Space: 1051 case Key_Space:
1066 // playSelected(); puh 1052 // playSelected(); puh
1067 break; 1053 break;
1068 case Key_1: 1054 case Key_1:
1069 tabWidget->setCurrentPage( 0 ); 1055 tabWidget->setCurrentPage( 0 );
1070 break; 1056 break;
1071 case Key_2: 1057 case Key_2:
1072 tabWidget->setCurrentPage( 1 ); 1058 tabWidget->setCurrentPage( 1 );
1073 break; 1059 break;
1074 case Key_3: 1060 case Key_3:
1075 tabWidget->setCurrentPage( 2 ); 1061 tabWidget->setCurrentPage( 2 );
1076 break; 1062 break;
1077 case Key_4: 1063 case Key_4:
1078 tabWidget->setCurrentPage( 3 ); 1064 tabWidget->setCurrentPage( 3 );
1079 break; 1065 break;
1080 case Key_Down: 1066 case Key_Down:
1081 if ( !d->selectedFiles->next() ) 1067 if ( !d->selectedFiles->next() )
1082 d->selectedFiles->first(); 1068 d->selectedFiles->first();
1083 break; 1069 break;
1084 case Key_Up: 1070 case Key_Up:
1085 if ( !d->selectedFiles->prev() ) 1071 if ( !d->selectedFiles->prev() )
1086 // d->selectedFiles->last(); 1072 // d->selectedFiles->last();
1087 break; 1073 break;
1088 } 1074 }
1089} 1075}
1090 1076
1091void PlayListWidget::pmViewActivated(int index) { 1077void PlayListWidget::pmViewActivated(int index) {
1092// qDebug("%d", index); 1078// qDebug("%d", index);
1093 switch(index) { 1079 switch(index) {
1094 case -16: 1080 case -16:
1095 { 1081 {
1096 mediaPlayerState->toggleFullscreen(); 1082 mediaPlayerState->toggleFullscreen();
1097 bool b=mediaPlayerState->isFullscreen(); 1083 bool b=mediaPlayerState->isFullscreen();
1098 pmView->setItemChecked( index, b); 1084 pmView->setItemChecked( index, b);
1099 Config cfg( "OpiePlayer" ); 1085 Config cfg( "OpiePlayer" );
1100 cfg.writeEntry( "FullScreen", b ); 1086 cfg.writeEntry( "FullScreen", b );
1101 } 1087 }
1102 break; 1088 break;
1103 }; 1089 };
1104} 1090}
1105 1091
1106void PlayListWidget::populateSkinsMenu() { 1092void PlayListWidget::populateSkinsMenu() {
1107 int item = 0; 1093 int item = 0;
1108 defaultSkinIndex = 0; 1094 defaultSkinIndex = 0;
1109 QString skinName; 1095 QString skinName;
1110 Config cfg( "OpiePlayer" ); 1096 Config cfg( "OpiePlayer" );
1111 cfg.setGroup("Options" ); 1097 cfg.setGroup("Options" );
1112 QString skin = cfg.readEntry( "Skin", "default" ); 1098 QString skin = cfg.readEntry( "Skin", "default" );
1113 1099
1114 QDir skinsDir( QPEApplication::qpeDir() + "/pics/opieplayer2/skins" ); 1100 QDir skinsDir( QPEApplication::qpeDir() + "/pics/opieplayer2/skins" );
1115 skinsDir.setFilter( QDir::Dirs ); 1101 skinsDir.setFilter( QDir::Dirs );
1116 skinsDir.setSorting(QDir::Name ); 1102 skinsDir.setSorting(QDir::Name );
1117 const QFileInfoList *skinslist = skinsDir.entryInfoList(); 1103 const QFileInfoList *skinslist = skinsDir.entryInfoList();
1118 QFileInfoListIterator it( *skinslist ); 1104 QFileInfoListIterator it( *skinslist );
1119 QFileInfo *fi; 1105 QFileInfo *fi;
1120 while ( ( fi = it.current() ) ) { 1106 while ( ( fi = it.current() ) ) {
1121 skinName = fi->fileName(); 1107 skinName = fi->fileName();
1122// qDebug( fi->fileName() ); 1108// qDebug( fi->fileName() );
1123 if( skinName != "." && skinName != ".." && skinName !="CVS" ) { 1109 if( skinName != "." && skinName != ".." && skinName !="CVS" ) {
1124 item = skinsMenu->insertItem( fi->fileName() ) ; 1110 item = skinsMenu->insertItem( fi->fileName() ) ;
1125 } 1111 }
1126 if( skinName == "default" ) { 1112 if( skinName == "default" ) {
1127 defaultSkinIndex = item; 1113 defaultSkinIndex = item;
1128 } 1114 }
1129 if( skinName == skin ) { 1115 if( skinName == skin ) {
1130 skinsMenu->setItemChecked( item, TRUE ); 1116 skinsMenu->setItemChecked( item, TRUE );
1131 } 1117 }
1132 ++it; 1118 ++it;
1133 } 1119 }
1134} 1120}
1135 1121
1136void PlayListWidget::skinsMenuActivated( int item ) { 1122void PlayListWidget::skinsMenuActivated( int item ) {
1137 for(unsigned int i = defaultSkinIndex; i > defaultSkinIndex - skinsMenu->count(); i-- ) { 1123 for(unsigned int i = defaultSkinIndex; i > defaultSkinIndex - skinsMenu->count(); i-- ) {
1138 skinsMenu->setItemChecked( i, FALSE ); 1124 skinsMenu->setItemChecked( i, FALSE );
1139 } 1125 }
1140 skinsMenu->setItemChecked( item, TRUE ); 1126 skinsMenu->setItemChecked( item, TRUE );
1141 1127
1142 Config cfg( "OpiePlayer" ); 1128 Config cfg( "OpiePlayer" );
1143 cfg.setGroup("Options"); 1129 cfg.setGroup("Options");
1144 cfg.writeEntry("Skin", skinsMenu->text( item ) ); 1130 cfg.writeEntry("Skin", skinsMenu->text( item ) );
1145 QMessageBox::warning( this, tr( "OpiePlayer" ), 1131 QMessageBox::warning( this, tr( "OpiePlayer" ),
1146 tr( "You must <b>restart</b> Opieplayer<br>to see your changes." ) ); 1132 tr( "You must <b>restart</b> Opieplayer<br>to see your changes." ) );
1147} 1133}
1148 1134
1149int PlayListWidget::whichList() const { 1135int PlayListWidget::whichList() const {
1150 return tabWidget->currentPageIndex(); 1136 return tabWidget->currentPageIndex();
1151} 1137}
1152 1138
1153PlayListWidget::TabType PlayListWidget::currentTab() const 1139PlayListWidget::TabType PlayListWidget::currentTab() const
1154{ 1140{
1155 static const TabType indexToTabType[ NumTabTypes ] = 1141 static const TabType indexToTabType[ NumTabTypes ] =
1156 { CurrentPlayList, AudioFiles, VideoFiles, PlayLists }; 1142 { CurrentPlayList, AudioFiles, VideoFiles, PlayLists };
1157 1143
1158 int index = tabWidget->currentPageIndex(); 1144 int index = tabWidget->currentPageIndex();
1159 assert( index < NumTabTypes && index >= 0 ); 1145 assert( index < NumTabTypes && index >= 0 );
1160 1146
1161 return indexToTabType[ index ]; 1147 return indexToTabType[ index ];
1162} 1148}
1163 1149
1164QString PlayListWidget::currentFileListPathName() const { 1150QString PlayListWidget::currentFileListPathName() const {
1165 return currentFileListView()->currentItem()->text( 3 ); 1151 return currentFileListView()->currentItem()->text( 3 );
1166} 1152}
diff --git a/noncore/multimedia/opieplayer2/playlistwidget.h b/noncore/multimedia/opieplayer2/playlistwidget.h
index a608eae..238a75c 100644
--- a/noncore/multimedia/opieplayer2/playlistwidget.h
+++ b/noncore/multimedia/opieplayer2/playlistwidget.h
@@ -1,126 +1,128 @@
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#ifndef PLAY_LIST_WIDGET_H 34#ifndef PLAY_LIST_WIDGET_H
35#define PLAY_LIST_WIDGET_H 35#define PLAY_LIST_WIDGET_H
36 36
37#include <qmainwindow.h> 37#include <qmainwindow.h>
38#include <qpe/applnk.h> 38#include <qpe/applnk.h>
39#include <qtabwidget.h> 39#include <qtabwidget.h>
40#include <qpe/fileselector.h> 40#include <qpe/fileselector.h>
41#include <qpushbutton.h> 41#include <qpushbutton.h>
42#include <qpopupmenu.h> 42#include <qpopupmenu.h>
43 43
44#include "playlistwidgetgui.h" 44#include "playlistwidgetgui.h"
45 45
46 46
47//class PlayListWidgetPrivate; 47//class PlayListWidgetPrivate;
48class Config; 48class Config;
49class QListViewItem; 49class QListViewItem;
50class QListView; 50class QListView;
51class QPoint; 51class QPoint;
52class QAction; 52class QAction;
53class QLabel; 53class QLabel;
54 54
55class PlayListWidget : public PlayListWidgetGui { 55class PlayListWidget : public PlayListWidgetGui {
56 Q_OBJECT 56 Q_OBJECT
57public: 57public:
58 enum TabType { CurrentPlayList, AudioFiles, VideoFiles, PlayLists, NumTabTypes = 4 }; 58 enum TabType { CurrentPlayList, AudioFiles, VideoFiles, PlayLists, NumTabTypes = 4 };
59 59
60 PlayListWidget( QWidget* parent=0, const char* name=0, WFlags fl=0 ); 60 PlayListWidget( QWidget* parent=0, const char* name=0, WFlags fl=0 );
61 ~PlayListWidget(); 61 ~PlayListWidget();
62 DocLnkSet files; 62 DocLnkSet files;
63 DocLnkSet vFiles; 63 DocLnkSet vFiles;
64 bool fromSetDocument; 64 bool fromSetDocument;
65 bool insanityBool; 65 bool insanityBool;
66 QString setDocFileRef, currentPlayList; 66 QString setDocFileRef, currentPlayList;
67 // retrieve the current playlist entry (media file link) 67 // retrieve the current playlist entry (media file link)
68 const DocLnk *current(); 68 const DocLnk *current();
69 void useSelectedDocument(); 69 void useSelectedDocument();
70 int selected; 70 int selected;
71 int whichList() const; 71 int whichList() const;
72 TabType currentTab() const; 72 TabType currentTab() const;
73 73
74public slots: 74public slots:
75 bool first(); 75 bool first();
76 bool last(); 76 bool last();
77 bool next(); 77 bool next();
78 bool prev(); 78 bool prev();
79 void writeDefaultPlaylist( ); 79 void writeDefaultPlaylist( );
80 QString currentFileListPathName() const; 80 QString currentFileListPathName() const;
81protected: 81protected:
82 void keyReleaseEvent( QKeyEvent *e); 82 void keyReleaseEvent( QKeyEvent *e);
83 83
84private: 84private:
85 int defaultSkinIndex; 85 int defaultSkinIndex;
86 bool audioScan, videoScan, audioPopulated, videoPopulated; 86 bool audioScan, videoScan, audioPopulated, videoPopulated;
87 void readm3u(const QString &); 87 void readm3u(const QString &);
88 void readPls(const QString &); 88 void readPls(const QString &);
89 void initializeStates(); 89 void initializeStates();
90 void populateAudioView(); 90 void populateAudioView();
91 void populateVideoView(); 91 void populateVideoView();
92 92
93 QListView *currentFileListView() const; 93 QListView *currentFileListView() const;
94 94
95 bool inFileListMode() const;
96
95private slots: 97private slots:
96 void populateSkinsMenu(); 98 void populateSkinsMenu();
97 void skinsMenuActivated(int); 99 void skinsMenuActivated(int);
98 void pmViewActivated(int); 100 void pmViewActivated(int);
99 void writem3u(); 101 void writem3u();
100 void writeCurrentM3u(); 102 void writeCurrentM3u();
101 void scanForAudio(); 103 void scanForAudio();
102 void scanForVideo(); 104 void scanForVideo();
103 void openFile(); 105 void openFile();
104 void setDocument( const QString& fileref ); 106 void setDocument( const QString& fileref );
105 void addToSelection( const DocLnk& ); // Add a media file to the playlist 107 void addToSelection( const DocLnk& ); // Add a media file to the playlist
106 void addToSelection( QListViewItem* ); // Add a media file to the playlist 108 void addToSelection( QListViewItem* ); // Add a media file to the playlist
107 void setPlaylist( bool ); // Show/Hide the playlist 109 void setPlaylist( bool ); // Show/Hide the playlist
108 void clearList(); 110 void clearList();
109 void addAllToList(); 111 void addAllToList();
110 void addAllMusicToList(); 112 void addAllMusicToList();
111 void addAllVideoToList(); 113 void addAllVideoToList();
112 void saveList(); // Save the playlist 114 void saveList(); // Save the playlist
113 void loadList( const DocLnk &); // Load a playlist 115 void loadList( const DocLnk &); // Load a playlist
114 void playIt( QListViewItem *); 116 void playIt( QListViewItem *);
115 void btnPlay(bool); 117 void btnPlay(bool);
116 void deletePlaylist(); 118 void deletePlaylist();
117 void addSelected(); 119 void addSelected();
118 void removeSelected(); 120 void removeSelected();
119 void tabChanged(QWidget*); 121 void tabChanged(QWidget*);
120 void viewPressed( int, QListViewItem *, const QPoint&, int); 122 void viewPressed( int, QListViewItem *, const QPoint&, int);
121 void playlistViewPressed( int, QListViewItem *, const QPoint&, int); 123 void playlistViewPressed( int, QListViewItem *, const QPoint&, int);
122 void playSelected(); 124 void playSelected();
123}; 125};
124 126
125#endif // PLAY_LIST_WIDGET_H 127#endif // PLAY_LIST_WIDGET_H
126 128