-rw-r--r-- | core/multimedia/opieplayer/playlistwidget.cpp | 479 | ||||
-rw-r--r-- | core/multimedia/opieplayer/playlistwidget.h | 2 |
2 files changed, 256 insertions, 225 deletions
diff --git a/core/multimedia/opieplayer/playlistwidget.cpp b/core/multimedia/opieplayer/playlistwidget.cpp index eeaed33..ae25fe3 100644 --- a/core/multimedia/opieplayer/playlistwidget.cpp +++ b/core/multimedia/opieplayer/playlistwidget.cpp | |||
@@ -1,1321 +1,1352 @@ | |||
1 | /********************************************************************** | 1 | /********************************************************************** |
2 | ** Copyright (C) 2000 Trolltech AS. All rights reserved. | 2 | ** Copyright (C) 2000 Trolltech AS. All rights reserved. |
3 | ** | 3 | ** |
4 | ** This file is part of Qtopia Environment. | 4 | ** This file is part of Qtopia Environment. |
5 | ** | 5 | ** |
6 | ** This file may be distributed and/or modified under the terms of the | 6 | ** This file may be distributed and/or modified under the terms of the |
7 | ** GNU General Public License version 2 as published by the Free Software | 7 | ** GNU General Public License version 2 as published by the Free Software |
8 | ** Foundation and appearing in the file LICENSE.GPL included in the | 8 | ** Foundation and appearing in the file LICENSE.GPL included in the |
9 | ** packaging of this file. | 9 | ** packaging of this file. |
10 | ** | 10 | ** |
11 | ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE | 11 | ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE |
12 | ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. | 12 | ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
13 | ** | 13 | ** |
14 | ** See http://www.trolltech.com/gpl/ for GPL licensing information. | 14 | ** See http://www.trolltech.com/gpl/ for GPL licensing information. |
15 | ** | 15 | ** |
16 | ** Contact info@trolltech.com if any conditions of this licensing are | 16 | ** Contact info@trolltech.com if any conditions of this licensing are |
17 | ** not clear to you. | 17 | ** not clear to you. |
18 | ** | 18 | ** |
19 | **********************************************************************/ | 19 | **********************************************************************/ |
20 | // code added by L. J. Potter Sat 03-02-2002 06:17:54 | 20 | // code added by L. J. Potter Sat 03-02-2002 06:17:54 |
21 | #define QTOPIA_INTERNAL_FSLP | 21 | #define QTOPIA_INTERNAL_FSLP |
22 | #include <qpe/qcopenvelope_qws.h> | 22 | #include <qpe/qcopenvelope_qws.h> |
23 | 23 | ||
24 | #include <qpe/qpemenubar.h> | 24 | #include <qpe/qpemenubar.h> |
25 | #include <qpe/qpetoolbar.h> | 25 | #include <qpe/qpetoolbar.h> |
26 | #include <qpe/fileselector.h> | 26 | #include <qpe/fileselector.h> |
27 | #include <qpe/qpeapplication.h> | 27 | #include <qpe/qpeapplication.h> |
28 | #include <qpe/lnkproperties.h> | 28 | #include <qpe/lnkproperties.h> |
29 | #include <qpe/storage.h> | 29 | #include <qpe/storage.h> |
30 | 30 | ||
31 | #include <qpe/applnk.h> | 31 | #include <qpe/applnk.h> |
32 | #include <qpe/config.h> | 32 | #include <qpe/config.h> |
33 | #include <qpe/global.h> | 33 | #include <qpe/global.h> |
34 | #include <qpe/resource.h> | 34 | #include <qpe/resource.h> |
35 | #include <qaction.h> | 35 | #include <qaction.h> |
36 | #include <qcursor.h> | 36 | #include <qcursor.h> |
37 | #include <qimage.h> | 37 | #include <qimage.h> |
38 | #include <qfile.h> | 38 | #include <qfile.h> |
39 | #include <qdir.h> | 39 | #include <qdir.h> |
40 | #include <qlayout.h> | 40 | #include <qlayout.h> |
41 | #include <qlabel.h> | 41 | #include <qlabel.h> |
42 | #include <qlist.h> | 42 | #include <qlist.h> |
43 | #include <qlistbox.h> | 43 | #include <qlistbox.h> |
44 | #include <qmainwindow.h> | 44 | #include <qmainwindow.h> |
45 | #include <qmessagebox.h> | 45 | #include <qmessagebox.h> |
46 | #include <qtoolbutton.h> | 46 | #include <qtoolbutton.h> |
47 | #include <qtabwidget.h> | 47 | #include <qtabwidget.h> |
48 | #include <qlistview.h> | 48 | #include <qlistview.h> |
49 | #include <qpoint.h> | 49 | #include <qpoint.h> |
50 | #include <qlineedit.h> | 50 | #include <qlineedit.h> |
51 | #include <qpushbutton.h> | 51 | #include <qpushbutton.h> |
52 | #include <qregexp.h> | 52 | #include <qregexp.h> |
53 | #include <qtextstream.h> | 53 | #include <qtextstream.h> |
54 | 54 | ||
55 | //#include <qtimer.h> | 55 | //#include <qtimer.h> |
56 | 56 | ||
57 | #include "playlistselection.h" | 57 | #include "playlistselection.h" |
58 | #include "playlistwidget.h" | 58 | #include "playlistwidget.h" |
59 | #include "mediaplayerstate.h" | 59 | #include "mediaplayerstate.h" |
60 | 60 | ||
61 | #include "inputDialog.h" | 61 | #include "inputDialog.h" |
62 | 62 | ||
63 | #include <stdlib.h> | 63 | #include <stdlib.h> |
64 | #include "audiowidget.h" | 64 | #include "audiowidget.h" |
65 | #include "videowidget.h" | 65 | #include "videowidget.h" |
66 | 66 | ||
67 | #include <unistd.h> | 67 | #include <unistd.h> |
68 | #include <sys/file.h> | 68 | #include <sys/file.h> |
69 | #include <sys/ioctl.h> | 69 | #include <sys/ioctl.h> |
70 | #include <sys/soundcard.h> | 70 | #include <sys/soundcard.h> |
71 | 71 | ||
72 | // for setBacklight() | 72 | // for setBacklight() |
73 | #include <linux/fb.h> | 73 | #include <linux/fb.h> |
74 | #include <sys/types.h> | 74 | #include <sys/types.h> |
75 | #include <sys/stat.h> | 75 | #include <sys/stat.h> |
76 | #include <stdlib.h> | 76 | #include <stdlib.h> |
77 | 77 | ||
78 | #define BUTTONS_ON_TOOLBAR | 78 | #define BUTTONS_ON_TOOLBAR |
79 | #define SIDE_BUTTONS | 79 | #define SIDE_BUTTONS |
80 | #define CAN_SAVE_LOAD_PLAYLISTS | 80 | #define CAN_SAVE_LOAD_PLAYLISTS |
81 | 81 | ||
82 | extern AudioWidget *audioUI; | 82 | extern AudioWidget *audioUI; |
83 | extern VideoWidget *videoUI; | 83 | extern VideoWidget *videoUI; |
84 | extern MediaPlayerState *mediaPlayerState; | 84 | extern MediaPlayerState *mediaPlayerState; |
85 | 85 | ||
86 | // class myFileSelector { | 86 | // class myFileSelector { |
87 | 87 | ||
88 | // }; | 88 | // }; |
89 | class PlayListWidgetPrivate { | 89 | class PlayListWidgetPrivate { |
90 | public: | 90 | public: |
91 | QToolButton *tbPlay, *tbFull, *tbLoop, *tbScale, *tbShuffle, *tbAddToList, *tbRemoveFromList, *tbMoveUp, *tbMoveDown, *tbRemove; | 91 | QToolButton *tbPlay, *tbFull, *tbLoop, *tbScale, *tbShuffle, *tbAddToList, *tbRemoveFromList, *tbMoveUp, *tbMoveDown, *tbRemove; |
92 | QFrame *playListFrame; | 92 | QFrame *playListFrame; |
93 | FileSelector *files; | 93 | FileSelector *files; |
94 | PlayListSelection *selectedFiles; | 94 | PlayListSelection *selectedFiles; |
95 | bool setDocumentUsed; | 95 | bool setDocumentUsed; |
96 | DocLnk *current; | 96 | DocLnk *current; |
97 | }; | 97 | }; |
98 | 98 | ||
99 | 99 | ||
100 | class ToolButton : public QToolButton { | 100 | class ToolButton : public QToolButton { |
101 | public: | 101 | public: |
102 | ToolButton( QWidget *parent, const char *name, const QString& icon, QObject *handler, const QString& slot, bool t = FALSE ) | 102 | ToolButton( QWidget *parent, const char *name, const QString& icon, QObject *handler, const QString& slot, bool t = FALSE ) |
103 | : QToolButton( parent, name ) { | 103 | : QToolButton( parent, name ) { |
104 | setTextLabel( name ); | 104 | setTextLabel( name ); |
105 | setPixmap( Resource::loadPixmap( icon ) ); | 105 | setPixmap( Resource::loadPixmap( icon ) ); |
106 | setAutoRaise( TRUE ); | 106 | setAutoRaise( TRUE ); |
107 | setFocusPolicy( QWidget::NoFocus ); | 107 | setFocusPolicy( QWidget::NoFocus ); |
108 | setToggleButton( t ); | 108 | setToggleButton( t ); |
109 | connect( this, t ? SIGNAL( toggled(bool) ) : SIGNAL( clicked() ), handler, slot ); | 109 | connect( this, t ? SIGNAL( toggled(bool) ) : SIGNAL( clicked() ), handler, slot ); |
110 | QPEMenuToolFocusManager::manager()->addWidget( this ); | 110 | QPEMenuToolFocusManager::manager()->addWidget( this ); |
111 | } | 111 | } |
112 | }; | 112 | }; |
113 | 113 | ||
114 | 114 | ||
115 | class MenuItem : public QAction { | 115 | class MenuItem : public QAction { |
116 | public: | 116 | public: |
117 | MenuItem( QWidget *parent, const QString& text, QObject *handler, const QString& slot ) | 117 | MenuItem( QWidget *parent, const QString& text, QObject *handler, const QString& slot ) |
118 | : QAction( text, QString::null, 0, 0 ) { | 118 | : QAction( text, QString::null, 0, 0 ) { |
119 | connect( this, SIGNAL( activated() ), handler, slot ); | 119 | connect( this, SIGNAL( activated() ), handler, slot ); |
120 | addTo( parent ); | 120 | addTo( parent ); |
121 | } | 121 | } |
122 | }; | 122 | }; |
123 | 123 | ||
124 | 124 | ||
125 | PlayListWidget::PlayListWidget( QWidget* parent, const char* name, WFlags fl ) | 125 | PlayListWidget::PlayListWidget( QWidget* parent, const char* name, WFlags fl ) |
126 | : QMainWindow( parent, name, fl ) { | 126 | : QMainWindow( parent, name, fl ) { |
127 | 127 | ||
128 | d = new PlayListWidgetPrivate; | 128 | d = new PlayListWidgetPrivate; |
129 | d->setDocumentUsed = FALSE; | 129 | d->setDocumentUsed = FALSE; |
130 | d->current = NULL; | 130 | d->current = NULL; |
131 | fromSetDocument = FALSE; | 131 | fromSetDocument = FALSE; |
132 | insanityBool=FALSE; | 132 | insanityBool=FALSE; |
133 | audioScan = FALSE; | 133 | audioScan = FALSE; |
134 | videoScan = FALSE; | 134 | videoScan = FALSE; |
135 | // menuTimer = new QTimer( this ,"menu timer"), | 135 | // menuTimer = new QTimer( this ,"menu timer"), |
136 | // connect( menuTimer, SIGNAL( timeout() ), SLOT( addSelected() ) ); | 136 | // connect( menuTimer, SIGNAL( timeout() ), SLOT( addSelected() ) ); |
137 | 137 | ||
138 | setBackgroundMode( PaletteButton ); | 138 | setBackgroundMode( PaletteButton ); |
139 | 139 | ||
140 | setCaption( tr("OpiePlayer") ); | 140 | setCaption( tr("OpiePlayer") ); |
141 | setIcon( Resource::loadPixmap( "opieplayer/MPEGPlayer" ) ); | 141 | setIcon( Resource::loadPixmap( "opieplayer/MPEGPlayer" ) ); |
142 | 142 | ||
143 | setToolBarsMovable( FALSE ); | 143 | setToolBarsMovable( FALSE ); |
144 | 144 | ||
145 | // Create Toolbar | 145 | // Create Toolbar |
146 | QPEToolBar *toolbar = new QPEToolBar( this ); | 146 | QPEToolBar *toolbar = new QPEToolBar( this ); |
147 | toolbar->setHorizontalStretchable( TRUE ); | 147 | toolbar->setHorizontalStretchable( TRUE ); |
148 | 148 | ||
149 | // Create Menubar | 149 | // Create Menubar |
150 | QPEMenuBar *menu = new QPEMenuBar( toolbar ); | 150 | QPEMenuBar *menu = new QPEMenuBar( toolbar ); |
151 | menu->setMargin( 0 ); | 151 | menu->setMargin( 0 ); |
152 | 152 | ||
153 | QPEToolBar *bar = new QPEToolBar( this ); | 153 | QPEToolBar *bar = new QPEToolBar( this ); |
154 | bar->setLabel( tr( "Play Operations" ) ); | 154 | bar->setLabel( tr( "Play Operations" ) ); |
155 | // d->tbPlayCurList = new ToolButton( bar, tr( "play List" ), "opieplayer/play_current_list", | 155 | // d->tbPlayCurList = new ToolButton( bar, tr( "play List" ), "opieplayer/play_current_list", |
156 | // this , SLOT( addSelected()) ); | 156 | // this , SLOT( addSelected()) ); |
157 | tbDeletePlaylist = new QPushButton( Resource::loadIconSet("trash"),"",bar,"close"); | 157 | tbDeletePlaylist = new QPushButton( Resource::loadIconSet("trash"),"",bar,"close"); |
158 | tbDeletePlaylist->setFlat(TRUE); | 158 | tbDeletePlaylist->setFlat(TRUE); |
159 | tbDeletePlaylist->setFixedSize(20,20); | 159 | tbDeletePlaylist->setFixedSize(20,20); |
160 | 160 | ||
161 | d->tbAddToList = new ToolButton( bar, tr( "Add to Playlist" ), "opieplayer/add_to_playlist", | 161 | d->tbAddToList = new ToolButton( bar, tr( "Add to Playlist" ), "opieplayer/add_to_playlist", |
162 | this , SLOT(addSelected()) ); | 162 | this , SLOT(addSelected()) ); |
163 | d->tbRemoveFromList = new ToolButton( bar, tr( "Remove from Playlist" ), "opieplayer/remove_from_playlist", | 163 | d->tbRemoveFromList = new ToolButton( bar, tr( "Remove from Playlist" ), "opieplayer/remove_from_playlist", |
164 | this , SLOT(removeSelected()) ); | 164 | this , SLOT(removeSelected()) ); |
165 | // d->tbPlay = new ToolButton( bar, tr( "Play" ), "opieplayer/play", /*this */mediaPlayerState , SLOT(setPlaying(bool) /* btnPlay() */), TRUE ); | 165 | // d->tbPlay = new ToolButton( bar, tr( "Play" ), "opieplayer/play", /*this */mediaPlayerState , SLOT(setPlaying(bool) /* btnPlay() */), TRUE ); |
166 | d->tbPlay = new ToolButton( bar, tr( "Play" ), "opieplayer/play", | 166 | d->tbPlay = new ToolButton( bar, tr( "Play" ), "opieplayer/play", |
167 | this , SLOT( btnPlay(bool) ), TRUE ); | 167 | this , SLOT( btnPlay(bool) ), TRUE ); |
168 | d->tbShuffle = new ToolButton( bar, tr( "Randomize" ),"opieplayer/shuffle", | 168 | d->tbShuffle = new ToolButton( bar, tr( "Randomize" ),"opieplayer/shuffle", |
169 | mediaPlayerState, SLOT(setShuffled(bool)), TRUE ); | 169 | mediaPlayerState, SLOT(setShuffled(bool)), TRUE ); |
170 | d->tbLoop = new ToolButton( bar, tr( "Loop" ),"opieplayer/loop", | 170 | d->tbLoop = new ToolButton( bar, tr( "Loop" ),"opieplayer/loop", |
171 | mediaPlayerState, SLOT(setLooping(bool)), TRUE ); | 171 | mediaPlayerState, SLOT(setLooping(bool)), TRUE ); |
172 | tbDeletePlaylist->hide(); | 172 | tbDeletePlaylist->hide(); |
173 | 173 | ||
174 | QPopupMenu *pmPlayList = new QPopupMenu( this ); | 174 | QPopupMenu *pmPlayList = new QPopupMenu( this ); |
175 | menu->insertItem( tr( "File" ), pmPlayList ); | 175 | menu->insertItem( tr( "File" ), pmPlayList ); |
176 | new MenuItem( pmPlayList, tr( "Clear List" ), this, SLOT( clearList() ) ); | 176 | new MenuItem( pmPlayList, tr( "Clear List" ), this, SLOT( clearList() ) ); |
177 | new MenuItem( pmPlayList, tr( "Add all audio files" ), this, SLOT( addAllMusicToList() ) ); | 177 | new MenuItem( pmPlayList, tr( "Add all audio files" ), this, SLOT( addAllMusicToList() ) ); |
178 | new MenuItem( pmPlayList, tr( "Add all video files" ), this, SLOT( addAllVideoToList() ) ); | 178 | new MenuItem( pmPlayList, tr( "Add all video files" ), this, SLOT( addAllVideoToList() ) ); |
179 | new MenuItem( pmPlayList, tr( "Add all files" ), this, SLOT( addAllToList() ) ); | 179 | new MenuItem( pmPlayList, tr( "Add all files" ), this, SLOT( addAllToList() ) ); |
180 | // pmPlayList->insertSeparator(-1); | 180 | pmPlayList->insertSeparator(-1); |
181 | new MenuItem( pmPlayList, tr( "Save PlayList" ), this, SLOT( saveList() ) ); | 181 | new MenuItem( pmPlayList, tr( "Save PlayList" ), this, SLOT( saveList() ) ); |
182 | new MenuItem( pmPlayList, tr( "Export playlist to m3u" ), this, SLOT(writem3u() ) ); | ||
182 | pmPlayList->insertSeparator(-1); | 183 | pmPlayList->insertSeparator(-1); |
183 | new MenuItem( pmPlayList, tr( "Open File or URL" ), this,SLOT( openFile() ) ); | 184 | new MenuItem( pmPlayList, tr( "Open File or URL" ), this,SLOT( openFile() ) ); |
184 | pmPlayList->insertSeparator(-1); | 185 | pmPlayList->insertSeparator(-1); |
185 | new MenuItem( pmPlayList, tr( "Rescan for Audio Files" ), this,SLOT( scanForAudio() ) ); | 186 | new MenuItem( pmPlayList, tr( "Rescan for Audio Files" ), this,SLOT( scanForAudio() ) ); |
186 | new MenuItem( pmPlayList, tr( "Rescan for Video Files" ), this,SLOT( scanForVideo() ) ); | 187 | new MenuItem( pmPlayList, tr( "Rescan for Video Files" ), this,SLOT( scanForVideo() ) ); |
187 | 188 | ||
188 | QPopupMenu *pmView = new QPopupMenu( this ); | 189 | QPopupMenu *pmView = new QPopupMenu( this ); |
189 | menu->insertItem( tr( "View" ), pmView ); | 190 | menu->insertItem( tr( "View" ), pmView ); |
190 | 191 | ||
191 | fullScreenButton = new QAction(tr("Full Screen"), Resource::loadPixmap("fullscreen"), QString::null, 0, this, 0); | 192 | fullScreenButton = new QAction(tr("Full Screen"), Resource::loadPixmap("fullscreen"), QString::null, 0, this, 0); |
192 | fullScreenButton->addTo(pmView); | 193 | fullScreenButton->addTo(pmView); |
193 | scaleButton = new QAction(tr("Scale"), Resource::loadPixmap("opieplayer/scale"), QString::null, 0, this, 0); | 194 | scaleButton = new QAction(tr("Scale"), Resource::loadPixmap("opieplayer/scale"), QString::null, 0, this, 0); |
194 | scaleButton->addTo(pmView); | 195 | scaleButton->addTo(pmView); |
195 | 196 | ||
196 | QVBox *vbox5 = new QVBox( this ); vbox5->setBackgroundMode( PaletteButton ); | 197 | QVBox *vbox5 = new QVBox( this ); vbox5->setBackgroundMode( PaletteButton ); |
197 | QVBox *vbox4 = new QVBox( vbox5 ); vbox4->setBackgroundMode( PaletteButton ); | 198 | QVBox *vbox4 = new QVBox( vbox5 ); vbox4->setBackgroundMode( PaletteButton ); |
198 | 199 | ||
199 | QHBox *hbox6 = new QHBox( vbox4 ); hbox6->setBackgroundMode( PaletteButton ); | 200 | QHBox *hbox6 = new QHBox( vbox4 ); hbox6->setBackgroundMode( PaletteButton ); |
200 | 201 | ||
201 | tabWidget = new QTabWidget( hbox6, "tabWidget" ); | 202 | tabWidget = new QTabWidget( hbox6, "tabWidget" ); |
202 | tabWidget->setTabShape(QTabWidget::Triangular); | 203 | tabWidget->setTabShape(QTabWidget::Triangular); |
203 | 204 | ||
204 | QWidget *pTab; | 205 | QWidget *pTab; |
205 | pTab = new QWidget( tabWidget, "pTab" ); | 206 | pTab = new QWidget( tabWidget, "pTab" ); |
206 | // playlistView = new QListView( pTab, "playlistview" ); | 207 | // playlistView = new QListView( pTab, "playlistview" ); |
207 | // playlistView->setMinimumSize(236,260); | 208 | // playlistView->setMinimumSize(236,260); |
208 | tabWidget->insertTab( pTab,"Playlist"); | 209 | tabWidget->insertTab( pTab,"Playlist"); |
209 | 210 | ||
210 | 211 | ||
211 | // Add the playlist area | 212 | // Add the playlist area |
212 | 213 | ||
213 | QVBox *vbox3 = new QVBox( pTab ); vbox3->setBackgroundMode( PaletteButton ); | 214 | QVBox *vbox3 = new QVBox( pTab ); vbox3->setBackgroundMode( PaletteButton ); |
214 | d->playListFrame = vbox3; | 215 | d->playListFrame = vbox3; |
215 | d->playListFrame ->setMinimumSize(235,260); | 216 | d->playListFrame ->setMinimumSize(235,260); |
216 | 217 | ||
217 | QHBox *hbox2 = new QHBox( vbox3 ); hbox2->setBackgroundMode( PaletteButton ); | 218 | QHBox *hbox2 = new QHBox( vbox3 ); hbox2->setBackgroundMode( PaletteButton ); |
218 | 219 | ||
219 | d->selectedFiles = new PlayListSelection( hbox2); | 220 | d->selectedFiles = new PlayListSelection( hbox2); |
220 | QVBox *vbox1 = new QVBox( hbox2 ); vbox1->setBackgroundMode( PaletteButton ); | 221 | QVBox *vbox1 = new QVBox( hbox2 ); vbox1->setBackgroundMode( PaletteButton ); |
221 | 222 | ||
222 | QPEApplication::setStylusOperation( d->selectedFiles->viewport(),QPEApplication::RightOnHold); | 223 | QPEApplication::setStylusOperation( d->selectedFiles->viewport(),QPEApplication::RightOnHold); |
223 | 224 | ||
224 | 225 | ||
225 | 226 | ||
226 | QVBox *stretch1 = new QVBox( vbox1 ); stretch1->setBackgroundMode( PaletteButton ); // add stretch | 227 | QVBox *stretch1 = new QVBox( vbox1 ); stretch1->setBackgroundMode( PaletteButton ); // add stretch |
227 | new ToolButton( vbox1, tr( "Move Up" ), "opieplayer/up", d->selectedFiles, SLOT(moveSelectedUp()) ); | 228 | new ToolButton( vbox1, tr( "Move Up" ), "opieplayer/up", d->selectedFiles, SLOT(moveSelectedUp()) ); |
228 | new ToolButton( vbox1, tr( "Remove" ), "opieplayer/cut", d->selectedFiles, SLOT(removeSelected()) ); | 229 | new ToolButton( vbox1, tr( "Remove" ), "opieplayer/cut", d->selectedFiles, SLOT(removeSelected()) ); |
229 | new ToolButton( vbox1, tr( "Move Down" ), "opieplayer/down", d->selectedFiles, SLOT(moveSelectedDown()) ); | 230 | new ToolButton( vbox1, tr( "Move Down" ), "opieplayer/down", d->selectedFiles, SLOT(moveSelectedDown()) ); |
230 | QVBox *stretch2 = new QVBox( vbox1 ); stretch2->setBackgroundMode( PaletteButton ); // add stretch | 231 | QVBox *stretch2 = new QVBox( vbox1 ); stretch2->setBackgroundMode( PaletteButton ); // add stretch |
231 | 232 | ||
232 | QWidget *aTab; | 233 | QWidget *aTab; |
233 | aTab = new QWidget( tabWidget, "aTab" ); | 234 | aTab = new QWidget( tabWidget, "aTab" ); |
234 | audioView = new QListView( aTab, "Audioview" ); | 235 | audioView = new QListView( aTab, "Audioview" ); |
235 | audioView->setMinimumSize(233,260); | 236 | audioView->setMinimumSize(233,260); |
236 | audioView->addColumn( tr("Title"),140); | 237 | audioView->addColumn( tr("Title"),140); |
237 | audioView->addColumn(tr("Size"), -1); | 238 | audioView->addColumn(tr("Size"), -1); |
238 | audioView->addColumn(tr("Media"),-1); | 239 | audioView->addColumn(tr("Media"),-1); |
239 | audioView->setColumnAlignment(1, Qt::AlignRight); | 240 | audioView->setColumnAlignment(1, Qt::AlignRight); |
240 | audioView->setColumnAlignment(2, Qt::AlignRight); | 241 | audioView->setColumnAlignment(2, Qt::AlignRight); |
241 | audioView->setAllColumnsShowFocus(TRUE); | 242 | audioView->setAllColumnsShowFocus(TRUE); |
242 | 243 | ||
243 | audioView->setMultiSelection( TRUE ); | 244 | audioView->setMultiSelection( TRUE ); |
244 | audioView->setSelectionMode( QListView::Extended); | 245 | audioView->setSelectionMode( QListView::Extended); |
245 | 246 | ||
246 | tabWidget->insertTab(aTab,tr("Audio")); | 247 | tabWidget->insertTab(aTab,tr("Audio")); |
247 | 248 | ||
248 | QPEApplication::setStylusOperation( audioView->viewport(),QPEApplication::RightOnHold); | 249 | QPEApplication::setStylusOperation( audioView->viewport(),QPEApplication::RightOnHold); |
249 | 250 | ||
250 | // audioView | 251 | // audioView |
251 | // populateAudioView(); | 252 | // populateAudioView(); |
252 | // videowidget | 253 | // videowidget |
253 | 254 | ||
254 | QWidget *vTab; | 255 | QWidget *vTab; |
255 | vTab = new QWidget( tabWidget, "vTab" ); | 256 | vTab = new QWidget( tabWidget, "vTab" ); |
256 | videoView = new QListView( vTab, "Videoview" ); | 257 | videoView = new QListView( vTab, "Videoview" ); |
257 | videoView->setMinimumSize(233,260); | 258 | videoView->setMinimumSize(233,260); |
258 | 259 | ||
259 | videoView->addColumn(tr("Title"),140); | 260 | videoView->addColumn(tr("Title"),140); |
260 | videoView->addColumn(tr("Size"),-1); | 261 | videoView->addColumn(tr("Size"),-1); |
261 | videoView->addColumn(tr("Media"),-1); | 262 | videoView->addColumn(tr("Media"),-1); |
262 | videoView->setColumnAlignment(1, Qt::AlignRight); | 263 | videoView->setColumnAlignment(1, Qt::AlignRight); |
263 | videoView->setColumnAlignment(2, Qt::AlignRight); | 264 | videoView->setColumnAlignment(2, Qt::AlignRight); |
264 | videoView->setAllColumnsShowFocus(TRUE); | 265 | videoView->setAllColumnsShowFocus(TRUE); |
265 | videoView->setMultiSelection( TRUE ); | 266 | videoView->setMultiSelection( TRUE ); |
266 | videoView->setSelectionMode( QListView::Extended); | 267 | videoView->setSelectionMode( QListView::Extended); |
267 | 268 | ||
268 | QPEApplication::setStylusOperation( videoView->viewport(),QPEApplication::RightOnHold); | 269 | QPEApplication::setStylusOperation( videoView->viewport(),QPEApplication::RightOnHold); |
269 | 270 | ||
270 | tabWidget->insertTab( vTab,tr("Video")); | 271 | tabWidget->insertTab( vTab,tr("Video")); |
271 | // populateVideoView(); | 272 | // populateVideoView(); |
272 | 273 | ||
273 | //playlists list | 274 | //playlists list |
274 | QWidget *LTab; | 275 | QWidget *LTab; |
275 | LTab = new QWidget( tabWidget, "LTab" ); | 276 | LTab = new QWidget( tabWidget, "LTab" ); |
276 | playLists = new FileSelector( "playlist/plain", LTab, "fileselector" , FALSE, FALSE); //buggy | 277 | playLists = new FileSelector( "playlist/plain", LTab, "fileselector" , FALSE, FALSE); //buggy |
277 | playLists->setMinimumSize(233,260); | 278 | playLists->setMinimumSize(233,260); |
278 | tabWidget->insertTab(LTab,tr("Lists")); | 279 | tabWidget->insertTab(LTab,tr("Lists")); |
279 | 280 | ||
280 | // connect( playLists, SIGNAL( newSelected( const DocLnk &) ), this, SLOT( newFile( const DocLnk & ) ) ); | 281 | // connect( playLists, SIGNAL( newSelected( const DocLnk &) ), this, SLOT( newFile( const DocLnk & ) ) ); |
281 | 282 | ||
282 | // add the library area | 283 | // add the library area |
283 | 284 | ||
284 | // connect( audioView, SIGNAL( rightButtonClicked( QListViewItem *, const QPoint &, int)), | 285 | // connect( audioView, SIGNAL( rightButtonClicked( QListViewItem *, const QPoint &, int)), |
285 | // this, SLOT( fauxPlay( QListViewItem *) ) ); | 286 | // this, SLOT( fauxPlay( QListViewItem *) ) ); |
286 | // connect( videoView, SIGNAL( rightButtonClicked( QListViewItem *, const QPoint &, int)), | 287 | // connect( videoView, SIGNAL( rightButtonClicked( QListViewItem *, const QPoint &, int)), |
287 | // this, SLOT( fauxPlay( QListViewItem *)) ); | 288 | // this, SLOT( fauxPlay( QListViewItem *)) ); |
288 | 289 | ||
289 | // connect( audioView, SIGNAL( clicked( QListViewItem *) ), this, SLOT( fauxPlay( QListViewItem *) ) ); | 290 | // connect( audioView, SIGNAL( clicked( QListViewItem *) ), this, SLOT( fauxPlay( QListViewItem *) ) ); |
290 | // connect( videoView, SIGNAL( clicked( QListViewItem *) ), this, SLOT( fauxPlay( QListViewItem *) ) ); | 291 | // connect( videoView, SIGNAL( clicked( QListViewItem *) ), this, SLOT( fauxPlay( QListViewItem *) ) ); |
291 | 292 | ||
292 | connect(tbDeletePlaylist,(SIGNAL(released())),SLOT( deletePlaylist())); | 293 | connect(tbDeletePlaylist,(SIGNAL(released())),SLOT( deletePlaylist())); |
293 | connect( fullScreenButton, SIGNAL(activated()), mediaPlayerState, SLOT(toggleFullscreen()) ); | 294 | connect( fullScreenButton, SIGNAL(activated()), mediaPlayerState, SLOT(toggleFullscreen()) ); |
294 | connect( scaleButton, SIGNAL(activated()), mediaPlayerState, SLOT(toggleScaled()) ); | 295 | connect( scaleButton, SIGNAL(activated()), mediaPlayerState, SLOT(toggleScaled()) ); |
295 | connect( d->selectedFiles, SIGNAL( mouseButtonPressed( int, QListViewItem *, const QPoint&, int)), | 296 | connect( d->selectedFiles, SIGNAL( mouseButtonPressed( int, QListViewItem *, const QPoint&, int)), |
296 | this,SLOT( playlistViewPressed(int, QListViewItem *, const QPoint&, int)) ); | 297 | this,SLOT( playlistViewPressed(int, QListViewItem *, const QPoint&, int)) ); |
297 | 298 | ||
298 | connect( audioView, SIGNAL( mouseButtonPressed( int, QListViewItem *, const QPoint&, int)), | 299 | connect( audioView, SIGNAL( mouseButtonPressed( int, QListViewItem *, const QPoint&, int)), |
299 | this,SLOT( viewPressed(int, QListViewItem *, const QPoint&, int)) ); | 300 | this,SLOT( viewPressed(int, QListViewItem *, const QPoint&, int)) ); |
300 | 301 | ||
301 | connect( audioView, SIGNAL( returnPressed( QListViewItem *)), | 302 | connect( audioView, SIGNAL( returnPressed( QListViewItem *)), |
302 | this,SLOT( playIt( QListViewItem *)) ); | 303 | this,SLOT( playIt( QListViewItem *)) ); |
303 | connect( audioView, SIGNAL( doubleClicked( QListViewItem *) ), this, SLOT( addToSelection( QListViewItem *) ) ); | 304 | connect( audioView, SIGNAL( doubleClicked( QListViewItem *) ), this, SLOT( addToSelection( QListViewItem *) ) ); |
304 | 305 | ||
305 | connect( videoView, SIGNAL( mouseButtonPressed( int, QListViewItem *, const QPoint&, int)), | 306 | connect( videoView, SIGNAL( mouseButtonPressed( int, QListViewItem *, const QPoint&, int)), |
306 | this,SLOT( viewPressed(int, QListViewItem *, const QPoint&, int)) ); | 307 | this,SLOT( viewPressed(int, QListViewItem *, const QPoint&, int)) ); |
307 | connect( videoView, SIGNAL( returnPressed( QListViewItem *)), | 308 | connect( videoView, SIGNAL( returnPressed( QListViewItem *)), |
308 | this,SLOT( playIt( QListViewItem *)) ); | 309 | this,SLOT( playIt( QListViewItem *)) ); |
309 | connect( videoView, SIGNAL( doubleClicked( QListViewItem *) ), this, SLOT( addToSelection( QListViewItem *) ) ); | 310 | connect( videoView, SIGNAL( doubleClicked( QListViewItem *) ), this, SLOT( addToSelection( QListViewItem *) ) ); |
310 | 311 | ||
311 | connect( playLists, SIGNAL( fileSelected( const DocLnk &) ), this, SLOT( loadList( const DocLnk & ) ) ); | 312 | connect( playLists, SIGNAL( fileSelected( const DocLnk &) ), this, SLOT( loadList( const DocLnk & ) ) ); |
312 | 313 | ||
313 | 314 | ||
314 | connect( tabWidget, SIGNAL (currentChanged(QWidget*)),this,SLOT(tabChanged(QWidget*))); | 315 | connect( tabWidget, SIGNAL (currentChanged(QWidget*)),this,SLOT(tabChanged(QWidget*))); |
315 | 316 | ||
316 | connect( mediaPlayerState, SIGNAL( playingToggled( bool ) ), d->tbPlay, SLOT( setOn( bool ) ) ); | 317 | connect( mediaPlayerState, SIGNAL( playingToggled( bool ) ), d->tbPlay, SLOT( setOn( bool ) ) ); |
317 | connect( mediaPlayerState, SIGNAL( loopingToggled( bool ) ), d->tbLoop, SLOT( setOn( bool ) ) ); | 318 | connect( mediaPlayerState, SIGNAL( loopingToggled( bool ) ), d->tbLoop, SLOT( setOn( bool ) ) ); |
318 | connect( mediaPlayerState, SIGNAL( shuffledToggled( bool ) ), d->tbShuffle, SLOT( setOn( bool ) ) ); | 319 | connect( mediaPlayerState, SIGNAL( shuffledToggled( bool ) ), d->tbShuffle, SLOT( setOn( bool ) ) ); |
319 | connect( mediaPlayerState, SIGNAL( playlistToggled( bool ) ), this, SLOT( setPlaylist( bool ) ) ); | 320 | connect( mediaPlayerState, SIGNAL( playlistToggled( bool ) ), this, SLOT( setPlaylist( bool ) ) ); |
320 | 321 | ||
321 | connect( d->selectedFiles, SIGNAL( doubleClicked( QListViewItem *) ), this, SLOT( playIt( QListViewItem *) ) ); | 322 | connect( d->selectedFiles, SIGNAL( doubleClicked( QListViewItem *) ), this, SLOT( playIt( QListViewItem *) ) ); |
322 | // connect( d->selectedFiles, SIGNAL( fileSelected( const DocLnk & ) ), this, SLOT( addToSelection( const DocLnk & ) ) ); | 323 | // connect( d->selectedFiles, SIGNAL( fileSelected( const DocLnk & ) ), this, SLOT( addToSelection( const DocLnk & ) ) ); |
323 | 324 | ||
324 | setCentralWidget( vbox5 ); | 325 | setCentralWidget( vbox5 ); |
325 | 326 | ||
326 | Config cfg( "OpiePlayer" ); | 327 | Config cfg( "OpiePlayer" ); |
327 | readConfig( cfg ); | 328 | readConfig( cfg ); |
328 | QString currentPlaylist = cfg.readEntry("CurrentPlaylist",""); | 329 | QString currentPlaylist = cfg.readEntry("CurrentPlaylist",""); |
329 | // qDebug("currentList is "+currentPlaylist); | 330 | // qDebug("currentList is "+currentPlaylist); |
330 | loadList(DocLnk( currentPlaylist)); | 331 | loadList(DocLnk( currentPlaylist)); |
331 | setCaption(tr("OpiePlayer: ")+ currentPlaylist ); | 332 | setCaption(tr("OpiePlayer: ")+ currentPlaylist ); |
332 | 333 | ||
333 | initializeStates(); | 334 | initializeStates(); |
334 | } | 335 | } |
335 | 336 | ||
336 | 337 | ||
337 | PlayListWidget::~PlayListWidget() { | 338 | PlayListWidget::~PlayListWidget() { |
338 | Config cfg( "OpiePlayer" ); | 339 | Config cfg( "OpiePlayer" ); |
339 | writeConfig( cfg ); | 340 | writeConfig( cfg ); |
340 | 341 | ||
341 | 342 | ||
342 | if ( d->current ) | 343 | if ( d->current ) |
343 | delete d->current; | 344 | delete d->current; |
344 | delete d; | 345 | delete d; |
345 | } | 346 | } |
346 | 347 | ||
347 | 348 | ||
348 | void PlayListWidget::initializeStates() { | 349 | void PlayListWidget::initializeStates() { |
349 | 350 | ||
350 | d->tbPlay->setOn( mediaPlayerState->playing() ); | 351 | d->tbPlay->setOn( mediaPlayerState->playing() ); |
351 | d->tbLoop->setOn( mediaPlayerState->looping() ); | 352 | d->tbLoop->setOn( mediaPlayerState->looping() ); |
352 | d->tbShuffle->setOn( mediaPlayerState->shuffled() ); | 353 | d->tbShuffle->setOn( mediaPlayerState->shuffled() ); |
353 | // d->tbFull->setOn( mediaPlayerState->fullscreen() ); | 354 | // d->tbFull->setOn( mediaPlayerState->fullscreen() ); |
354 | // d->tbScale->setOn( mediaPlayerState->scaled() ); | 355 | // d->tbScale->setOn( mediaPlayerState->scaled() ); |
355 | // d->tbScale->setEnabled( mediaPlayerState->fullscreen() ); | 356 | // d->tbScale->setEnabled( mediaPlayerState->fullscreen() ); |
356 | // setPlaylist( mediaPlayerState->playlist() ); | 357 | // setPlaylist( mediaPlayerState->playlist() ); |
357 | setPlaylist( true); | 358 | setPlaylist( true); |
358 | // d->selectedFiles->first(); | 359 | // d->selectedFiles->first(); |
359 | 360 | ||
360 | } | 361 | } |
361 | 362 | ||
362 | 363 | ||
363 | void PlayListWidget::readConfig( Config& cfg ) { | 364 | void PlayListWidget::readConfig( Config& cfg ) { |
364 | cfg.setGroup("PlayList"); | 365 | cfg.setGroup("PlayList"); |
365 | QString currentString = cfg.readEntry("current", "" ); | 366 | QString currentString = cfg.readEntry("current", "" ); |
366 | int noOfFiles = cfg.readNumEntry("NumberOfFiles", 0 ); | 367 | int noOfFiles = cfg.readNumEntry("NumberOfFiles", 0 ); |
367 | for ( int i = 0; i < noOfFiles; i++ ) { | 368 | for ( int i = 0; i < noOfFiles; i++ ) { |
368 | QString entryName; | 369 | QString entryName; |
369 | entryName.sprintf( "File%i", i + 1 ); | 370 | entryName.sprintf( "File%i", i + 1 ); |
370 | QString linkFile = cfg.readEntry( entryName ); | 371 | QString linkFile = cfg.readEntry( entryName ); |
371 | DocLnk lnk( linkFile ); | 372 | DocLnk lnk( linkFile ); |
372 | if ( lnk.isValid() ) { | 373 | if ( lnk.isValid() ) { |
373 | d->selectedFiles->addToSelection( lnk ); | 374 | d->selectedFiles->addToSelection( lnk ); |
374 | } | 375 | } |
375 | } | 376 | } |
376 | d->selectedFiles->setSelectedItem( currentString); | 377 | d->selectedFiles->setSelectedItem( currentString); |
377 | // d->selectedFiles->setSelectedItem( (const QString &)currentString); | 378 | // d->selectedFiles->setSelectedItem( (const QString &)currentString); |
378 | } | 379 | } |
379 | 380 | ||
380 | 381 | ||
381 | void PlayListWidget::writeConfig( Config& cfg ) const { | 382 | void PlayListWidget::writeConfig( Config& cfg ) const { |
382 | 383 | ||
383 | d->selectedFiles->writeCurrent( cfg); | 384 | d->selectedFiles->writeCurrent( cfg); |
384 | cfg.setGroup("PlayList"); | 385 | cfg.setGroup("PlayList"); |
385 | int noOfFiles = 0; | 386 | int noOfFiles = 0; |
386 | d->selectedFiles->first(); | 387 | d->selectedFiles->first(); |
387 | do { | 388 | do { |
388 | const DocLnk *lnk = d->selectedFiles->current(); | 389 | const DocLnk *lnk = d->selectedFiles->current(); |
389 | if ( lnk ) { | 390 | if ( lnk ) { |
390 | QString entryName; | 391 | QString entryName; |
391 | entryName.sprintf( "File%i", noOfFiles + 1 ); | 392 | entryName.sprintf( "File%i", noOfFiles + 1 ); |
392 | // qDebug(entryName); | 393 | // qDebug(entryName); |
393 | cfg.writeEntry( entryName, lnk->linkFile() ); | 394 | cfg.writeEntry( entryName, lnk->linkFile() ); |
394 | // if this link does exist, add it so we have the file | 395 | // if this link does exist, add it so we have the file |
395 | // next time... | 396 | // next time... |
396 | if ( !QFile::exists( lnk->linkFile() ) ) { | 397 | if ( !QFile::exists( lnk->linkFile() ) ) { |
397 | // the way writing lnks doesn't really check for out | 398 | // the way writing lnks doesn't really check for out |
398 | // of disk space, but check it anyway. | 399 | // of disk space, but check it anyway. |
399 | if ( !lnk->writeLink() ) { | 400 | if ( !lnk->writeLink() ) { |
400 | QMessageBox::critical( 0, tr("Out of space"), | 401 | QMessageBox::critical( 0, tr("Out of space"), |
401 | tr( "There was a problem saving " | 402 | tr( "There was a problem saving " |
402 | "the playlist.\n" | 403 | "the playlist.\n" |
403 | "Your playlist " | 404 | "Your playlist " |
404 | "may be missing some entries\n" | 405 | "may be missing some entries\n" |
405 | "the next time you start it." ) | 406 | "the next time you start it." ) |
406 | ); | 407 | ); |
407 | } | 408 | } |
408 | } | 409 | } |
409 | noOfFiles++; | 410 | noOfFiles++; |
410 | } | 411 | } |
411 | } | 412 | } |
412 | while ( d->selectedFiles->next() ); | 413 | while ( d->selectedFiles->next() ); |
413 | cfg.writeEntry("NumberOfFiles", noOfFiles ); | 414 | cfg.writeEntry("NumberOfFiles", noOfFiles ); |
414 | } | 415 | } |
415 | 416 | ||
416 | 417 | ||
417 | void PlayListWidget::addToSelection( const DocLnk& lnk ) { | 418 | void PlayListWidget::addToSelection( const DocLnk& lnk ) { |
418 | // qDebug("add"); | 419 | // qDebug("add"); |
419 | if( lnk.file().find(" ",0,TRUE) != -1 || lnk.file().find("%20",0,TRUE) != -1) { | 420 | if( lnk.file().find(" ",0,TRUE) != -1 || lnk.file().find("%20",0,TRUE) != -1) { |
420 | QMessageBox::message("Note","You are trying to play\na malformed url."); | 421 | QMessageBox::message("Note","You are trying to play\na malformed url."); |
421 | 422 | ||
422 | } else { | 423 | } else { |
423 | 424 | ||
424 | d->setDocumentUsed = FALSE; | 425 | d->setDocumentUsed = FALSE; |
425 | if ( mediaPlayerState->playlist() ) { | 426 | if ( mediaPlayerState->playlist() ) { |
426 | if(QFileInfo(lnk.file()).exists() || lnk.file().left(4) == "http" ) | 427 | if(QFileInfo(lnk.file()).exists() || lnk.file().left(4) == "http" ) |
427 | d->selectedFiles->addToSelection( lnk ); | 428 | d->selectedFiles->addToSelection( lnk ); |
428 | } | 429 | } |
429 | else | 430 | else |
430 | mediaPlayerState->setPlaying( TRUE ); | 431 | mediaPlayerState->setPlaying( TRUE ); |
431 | } | 432 | } |
432 | } | 433 | } |
433 | 434 | ||
434 | 435 | ||
435 | void PlayListWidget::clearList() { | 436 | void PlayListWidget::clearList() { |
436 | while ( first() ) | 437 | while ( first() ) |
437 | d->selectedFiles->removeSelected(); | 438 | d->selectedFiles->removeSelected(); |
438 | } | 439 | } |
439 | 440 | ||
440 | 441 | ||
441 | void PlayListWidget::addAllToList() { | 442 | void PlayListWidget::addAllToList() { |
442 | DocLnkSet filesAll; | 443 | DocLnkSet filesAll; |
443 | Global::findDocuments(&filesAll, "video/*;audio/*"); | 444 | Global::findDocuments(&filesAll, "video/*;audio/*"); |
444 | QListIterator<DocLnk> Adit( filesAll.children() ); | 445 | QListIterator<DocLnk> Adit( filesAll.children() ); |
445 | for ( ; Adit.current(); ++Adit ) | 446 | for ( ; Adit.current(); ++Adit ) |
446 | if(QFileInfo(Adit.current()->file()).exists()) | 447 | if(QFileInfo(Adit.current()->file()).exists()) |
447 | d->selectedFiles->addToSelection( **Adit ); | 448 | d->selectedFiles->addToSelection( **Adit ); |
448 | } | 449 | } |
449 | 450 | ||
450 | 451 | ||
451 | void PlayListWidget::addAllMusicToList() { | 452 | void PlayListWidget::addAllMusicToList() { |
452 | QListIterator<DocLnk> dit( files.children() ); | 453 | QListIterator<DocLnk> dit( files.children() ); |
453 | for ( ; dit.current(); ++dit ) | 454 | for ( ; dit.current(); ++dit ) |
454 | if(QFileInfo(dit.current()->file()).exists()) | 455 | if(QFileInfo(dit.current()->file()).exists()) |
455 | d->selectedFiles->addToSelection( **dit ); | 456 | d->selectedFiles->addToSelection( **dit ); |
456 | } | 457 | } |
457 | 458 | ||
458 | 459 | ||
459 | void PlayListWidget::addAllVideoToList() { | 460 | void PlayListWidget::addAllVideoToList() { |
460 | QListIterator<DocLnk> dit( vFiles.children() ); | 461 | QListIterator<DocLnk> dit( vFiles.children() ); |
461 | for ( ; dit.current(); ++dit ) | 462 | for ( ; dit.current(); ++dit ) |
462 | if(QFileInfo( dit.current()->file()).exists()) | 463 | if(QFileInfo( dit.current()->file()).exists()) |
463 | d->selectedFiles->addToSelection( **dit ); | 464 | d->selectedFiles->addToSelection( **dit ); |
464 | } | 465 | } |
465 | 466 | ||
466 | 467 | ||
467 | void PlayListWidget::setDocument(const QString& fileref) { | 468 | void PlayListWidget::setDocument(const QString& fileref) { |
468 | qDebug(fileref); | 469 | qDebug(fileref); |
469 | fromSetDocument = TRUE; | 470 | fromSetDocument = TRUE; |
470 | if ( fileref.isNull() ) { | 471 | if ( fileref.isNull() ) { |
471 | QMessageBox::critical( 0, tr( "Invalid File" ), tr( "There was a problem in getting the file." ) ); | 472 | QMessageBox::critical( 0, tr( "Invalid File" ), tr( "There was a problem in getting the file." ) ); |
472 | return; | 473 | return; |
473 | } | 474 | } |
474 | // qDebug("setDocument "+fileref); | 475 | // qDebug("setDocument "+fileref); |
475 | if(fileref.find("m3u",0,TRUE) != -1) { //is m3u | 476 | if(fileref.find("m3u",0,TRUE) != -1) { //is m3u |
476 | readm3u( fileref); | 477 | readm3u( fileref); |
477 | } | 478 | } |
478 | else if(fileref.find("pls",0,TRUE) != -1) { //is pls | 479 | else if(fileref.find("pls",0,TRUE) != -1) { //is pls |
479 | readPls( fileref); | 480 | readPls( fileref); |
480 | } | 481 | } |
481 | else if(fileref.find("playlist",0,TRUE) != -1) {//is playlist | 482 | else if(fileref.find("playlist",0,TRUE) != -1) {//is playlist |
482 | clearList(); | 483 | clearList(); |
483 | loadList(DocLnk(fileref)); | 484 | loadList(DocLnk(fileref)); |
484 | d->selectedFiles->first(); | 485 | d->selectedFiles->first(); |
485 | } else { | 486 | } else { |
486 | clearList(); | 487 | clearList(); |
487 | addToSelection( DocLnk( fileref ) ); | 488 | addToSelection( DocLnk( fileref ) ); |
488 | d->setDocumentUsed = TRUE; | 489 | d->setDocumentUsed = TRUE; |
489 | mediaPlayerState->setPlaying( FALSE ); | 490 | mediaPlayerState->setPlaying( FALSE ); |
490 | qApp->processEvents(); | 491 | qApp->processEvents(); |
491 | mediaPlayerState->setPlaying( TRUE ); | 492 | mediaPlayerState->setPlaying( TRUE ); |
492 | qApp->processEvents(); | 493 | qApp->processEvents(); |
493 | setCaption(tr("OpiePlayer")); | 494 | setCaption(tr("OpiePlayer")); |
494 | } | 495 | } |
495 | } | 496 | } |
496 | 497 | ||
497 | 498 | ||
498 | void PlayListWidget::setActiveWindow() { | 499 | void PlayListWidget::setActiveWindow() { |
499 | // When we get raised we need to ensure that it switches views | 500 | // When we get raised we need to ensure that it switches views |
500 | char origView = mediaPlayerState->view(); | 501 | char origView = mediaPlayerState->view(); |
501 | mediaPlayerState->setView( 'l' ); // invalidate | 502 | mediaPlayerState->setView( 'l' ); // invalidate |
502 | mediaPlayerState->setView( origView ); // now switch back | 503 | mediaPlayerState->setView( origView ); // now switch back |
503 | } | 504 | } |
504 | 505 | ||
505 | 506 | ||
506 | void PlayListWidget::useSelectedDocument() { | 507 | void PlayListWidget::useSelectedDocument() { |
507 | d->setDocumentUsed = FALSE; | 508 | d->setDocumentUsed = FALSE; |
508 | } | 509 | } |
509 | 510 | ||
510 | 511 | ||
511 | const DocLnk *PlayListWidget::current() { // this is fugly | 512 | const DocLnk *PlayListWidget::current() { // this is fugly |
512 | 513 | ||
513 | // if( fromSetDocument) { | 514 | // if( fromSetDocument) { |
514 | // qDebug("from setDoc"); | 515 | // qDebug("from setDoc"); |
515 | // DocLnkSet files; | 516 | // DocLnkSet files; |
516 | // Global::findDocuments(&files, "video/*;audio/*"); | 517 | // Global::findDocuments(&files, "video/*;audio/*"); |
517 | // QListIterator<DocLnk> dit( files.children() ); | 518 | // QListIterator<DocLnk> dit( files.children() ); |
518 | // for ( ; dit.current(); ++dit ) { | 519 | // for ( ; dit.current(); ++dit ) { |
519 | // if(dit.current()->linkFile() == setDocFileRef) { | 520 | // if(dit.current()->linkFile() == setDocFileRef) { |
520 | // qDebug(setDocFileRef); | 521 | // qDebug(setDocFileRef); |
521 | // return dit; | 522 | // return dit; |
522 | // } | 523 | // } |
523 | // } | 524 | // } |
524 | // } else | 525 | // } else |
525 | 526 | ||
526 | 527 | ||
527 | switch (tabWidget->currentPageIndex()) { | 528 | switch (tabWidget->currentPageIndex()) { |
528 | case 0: //playlist | 529 | case 0: //playlist |
529 | { | 530 | { |
530 | qDebug("playlist"); | 531 | qDebug("playlist"); |
531 | if ( mediaPlayerState->playlist() ) { | 532 | if ( mediaPlayerState->playlist() ) { |
532 | return d->selectedFiles->current(); | 533 | return d->selectedFiles->current(); |
533 | } | 534 | } |
534 | else if ( d->setDocumentUsed && d->current ) { | 535 | else if ( d->setDocumentUsed && d->current ) { |
535 | return d->current; | 536 | return d->current; |
536 | } else { | 537 | } else { |
537 | return d->files->selected(); | 538 | return d->files->selected(); |
538 | } | 539 | } |
539 | } | 540 | } |
540 | break; | 541 | break; |
541 | case 1://audio | 542 | case 1://audio |
542 | { | 543 | { |
543 | qDebug("audioView"); | 544 | qDebug("audioView"); |
544 | QListIterator<DocLnk> dit( files.children() ); | 545 | QListIterator<DocLnk> dit( files.children() ); |
545 | for ( ; dit.current(); ++dit ) { | 546 | for ( ; dit.current(); ++dit ) { |
546 | if( dit.current()->name() == audioView->currentItem()->text(0) && !insanityBool) { | 547 | if( dit.current()->name() == audioView->currentItem()->text(0) && !insanityBool) { |
547 | qDebug("here"); | 548 | qDebug("here"); |
548 | insanityBool=TRUE; | 549 | insanityBool=TRUE; |
549 | return dit; | 550 | return dit; |
550 | } | 551 | } |
551 | } | 552 | } |
552 | } | 553 | } |
553 | break; | 554 | break; |
554 | case 2: // video | 555 | case 2: // video |
555 | { | 556 | { |
556 | qDebug("videoView"); | 557 | qDebug("videoView"); |
557 | QListIterator<DocLnk> Vdit( vFiles.children() ); | 558 | QListIterator<DocLnk> Vdit( vFiles.children() ); |
558 | for ( ; Vdit.current(); ++Vdit ) { | 559 | for ( ; Vdit.current(); ++Vdit ) { |
559 | if( Vdit.current()->name() == videoView->currentItem()->text(0) && !insanityBool) { | 560 | if( Vdit.current()->name() == videoView->currentItem()->text(0) && !insanityBool) { |
560 | insanityBool=TRUE; | 561 | insanityBool=TRUE; |
561 | return Vdit; | 562 | return Vdit; |
562 | } | 563 | } |
563 | } | 564 | } |
564 | } | 565 | } |
565 | break; | 566 | break; |
566 | }; | 567 | }; |
567 | return 0; | 568 | return 0; |
568 | } | 569 | } |
569 | 570 | ||
570 | bool PlayListWidget::prev() { | 571 | bool PlayListWidget::prev() { |
571 | if ( mediaPlayerState->playlist() ) { | 572 | if ( mediaPlayerState->playlist() ) { |
572 | if ( mediaPlayerState->shuffled() ) { | 573 | if ( mediaPlayerState->shuffled() ) { |
573 | const DocLnk *cur = current(); | 574 | const DocLnk *cur = current(); |
574 | int j = 1 + (int)(97.0 * rand() / (RAND_MAX + 1.0)); | 575 | int j = 1 + (int)(97.0 * rand() / (RAND_MAX + 1.0)); |
575 | for ( int i = 0; i < j; i++ ) { | 576 | for ( int i = 0; i < j; i++ ) { |
576 | if ( !d->selectedFiles->next() ) | 577 | if ( !d->selectedFiles->next() ) |
577 | d->selectedFiles->first(); | 578 | d->selectedFiles->first(); |
578 | } | 579 | } |
579 | if ( cur == current() ) | 580 | if ( cur == current() ) |
580 | if ( !d->selectedFiles->next() ) | 581 | if ( !d->selectedFiles->next() ) |
581 | d->selectedFiles->first(); | 582 | d->selectedFiles->first(); |
582 | return TRUE; | 583 | return TRUE; |
583 | } else { | 584 | } else { |
584 | if ( !d->selectedFiles->prev() ) { | 585 | if ( !d->selectedFiles->prev() ) { |
585 | if ( mediaPlayerState->looping() ) { | 586 | if ( mediaPlayerState->looping() ) { |
586 | return d->selectedFiles->last(); | 587 | return d->selectedFiles->last(); |
587 | } else { | 588 | } else { |
588 | return FALSE; | 589 | return FALSE; |
589 | } | 590 | } |
590 | } | 591 | } |
591 | return TRUE; | 592 | return TRUE; |
592 | } | 593 | } |
593 | } else { | 594 | } else { |
594 | return mediaPlayerState->looping(); | 595 | return mediaPlayerState->looping(); |
595 | } | 596 | } |
596 | } | 597 | } |
597 | 598 | ||
598 | 599 | ||
599 | bool PlayListWidget::next() { | 600 | bool PlayListWidget::next() { |
600 | if ( mediaPlayerState->playlist() ) { | 601 | if ( mediaPlayerState->playlist() ) { |
601 | if ( mediaPlayerState->shuffled() ) { | 602 | if ( mediaPlayerState->shuffled() ) { |
602 | return prev(); | 603 | return prev(); |
603 | } else { | 604 | } else { |
604 | if ( !d->selectedFiles->next() ) { | 605 | if ( !d->selectedFiles->next() ) { |
605 | if ( mediaPlayerState->looping() ) { | 606 | if ( mediaPlayerState->looping() ) { |
606 | return d->selectedFiles->first(); | 607 | return d->selectedFiles->first(); |
607 | } else { | 608 | } else { |
608 | return FALSE; | 609 | return FALSE; |
609 | } | 610 | } |
610 | } | 611 | } |
611 | return TRUE; | 612 | return TRUE; |
612 | } | 613 | } |
613 | } else { | 614 | } else { |
614 | return mediaPlayerState->looping(); | 615 | return mediaPlayerState->looping(); |
615 | } | 616 | } |
616 | } | 617 | } |
617 | 618 | ||
618 | 619 | ||
619 | bool PlayListWidget::first() { | 620 | bool PlayListWidget::first() { |
620 | if ( mediaPlayerState->playlist() ) | 621 | if ( mediaPlayerState->playlist() ) |
621 | return d->selectedFiles->first(); | 622 | return d->selectedFiles->first(); |
622 | else | 623 | else |
623 | return mediaPlayerState->looping(); | 624 | return mediaPlayerState->looping(); |
624 | } | 625 | } |
625 | 626 | ||
626 | 627 | ||
627 | bool PlayListWidget::last() { | 628 | bool PlayListWidget::last() { |
628 | if ( mediaPlayerState->playlist() ) | 629 | if ( mediaPlayerState->playlist() ) |
629 | return d->selectedFiles->last(); | 630 | return d->selectedFiles->last(); |
630 | else | 631 | else |
631 | return mediaPlayerState->looping(); | 632 | return mediaPlayerState->looping(); |
632 | } | 633 | } |
633 | 634 | ||
634 | 635 | ||
635 | void PlayListWidget::saveList() { | 636 | void PlayListWidget::saveList() { |
636 | 637 | ||
637 | QString filename; | 638 | QString filename; |
638 | InputDialog *fileDlg; | 639 | InputDialog *fileDlg; |
639 | fileDlg = new InputDialog(this,tr("Save Playlist"),TRUE, 0); | 640 | fileDlg = new InputDialog(this,tr("Save Playlist"),TRUE, 0); |
640 | fileDlg->exec(); | 641 | fileDlg->exec(); |
641 | if( fileDlg->result() == 1 ) { | 642 | if( fileDlg->result() == 1 ) { |
642 | if ( d->current ) | 643 | if ( d->current ) |
643 | delete d->current; | 644 | delete d->current; |
644 | filename = fileDlg->LineEdit1->text();//+".playlist"; | 645 | filename = fileDlg->LineEdit1->text();//+".playlist"; |
645 | // qDebug("saving playlist "+filename+".playlist"); | 646 | // qDebug("saving playlist "+filename+".playlist"); |
646 | Config cfg( filename +".playlist"); | 647 | Config cfg( filename +".playlist"); |
647 | writeConfig( cfg ); | 648 | writeConfig( cfg ); |
648 | 649 | ||
649 | DocLnk lnk; | 650 | DocLnk lnk; |
650 | // lnk.setComment( ""); | 651 | // lnk.setComment( ""); |
651 | lnk.setFile(QDir::homeDirPath()+"/Settings/"+filename+".playlist.conf"); //sets File property | 652 | lnk.setFile(QDir::homeDirPath()+"/Settings/"+filename+".playlist.conf"); //sets File property |
652 | lnk.setType("playlist/plain");// hey is this a REGISTERED mime type?!?!? ;D | 653 | lnk.setType("playlist/plain");// hey is this a REGISTERED mime type?!?!? ;D |
653 | lnk.setIcon("opieplayer/playlist2"); | 654 | lnk.setIcon("opieplayer/playlist2"); |
654 | lnk.setName( filename); //sets file name | 655 | lnk.setName( filename); //sets file name |
655 | // qDebug(filename); | 656 | // qDebug(filename); |
656 | if(!lnk.writeLink()) | 657 | if(!lnk.writeLink()) |
657 | qDebug("Writing doclink did not work"); | 658 | qDebug("Writing doclink did not work"); |
658 | } | 659 | } |
659 | Config config( "OpiePlayer" ); | 660 | Config config( "OpiePlayer" ); |
660 | config.writeEntry("CurrentPlaylist",filename); | 661 | config.writeEntry("CurrentPlaylist",filename); |
661 | setCaption(tr("OpiePlayer: ")+filename); | 662 | setCaption(tr("OpiePlayer: ")+filename); |
662 | d->selectedFiles->first(); | 663 | d->selectedFiles->first(); |
663 | if(fileDlg) | 664 | if(fileDlg) |
664 | delete fileDlg; | 665 | delete fileDlg; |
665 | } | 666 | } |
666 | 667 | ||
667 | void PlayListWidget::loadList( const DocLnk & lnk) { | 668 | void PlayListWidget::loadList( const DocLnk & lnk) { |
668 | QString name= lnk.name(); | 669 | QString name= lnk.name(); |
669 | // qDebug("currentList is "+name); | 670 | // qDebug("currentList is "+name); |
670 | if( name.length()>1) { | 671 | if( name.length()>1) { |
671 | setCaption("OpiePlayer: "+name); | 672 | setCaption("OpiePlayer: "+name); |
672 | // qDebug("load list "+ name+".playlist"); | 673 | // qDebug("load list "+ name+".playlist"); |
673 | clearList(); | 674 | clearList(); |
674 | Config cfg( name+".playlist"); | 675 | Config cfg( name+".playlist"); |
675 | readConfig(cfg); | 676 | readConfig(cfg); |
676 | 677 | ||
677 | tabWidget->setCurrentPage(0); | 678 | tabWidget->setCurrentPage(0); |
678 | 679 | ||
679 | Config config( "OpiePlayer" ); | 680 | Config config( "OpiePlayer" ); |
680 | config.writeEntry("CurrentPlaylist", name); | 681 | config.writeEntry("CurrentPlaylist", name); |
681 | // d->selectedFiles->first(); | 682 | // d->selectedFiles->first(); |
682 | } | 683 | } |
683 | 684 | ||
684 | } | 685 | } |
685 | 686 | ||
686 | void PlayListWidget::setPlaylist( bool shown ) { | 687 | void PlayListWidget::setPlaylist( bool shown ) { |
687 | if ( shown ) | 688 | if ( shown ) |
688 | d->playListFrame->show(); | 689 | d->playListFrame->show(); |
689 | else | 690 | else |
690 | d->playListFrame->hide(); | 691 | d->playListFrame->hide(); |
691 | } | 692 | } |
692 | 693 | ||
693 | void PlayListWidget::setView( char view ) { | 694 | void PlayListWidget::setView( char view ) { |
694 | if ( view == 'l' ) | 695 | if ( view == 'l' ) |
695 | showMaximized(); | 696 | showMaximized(); |
696 | else | 697 | else |
697 | hide(); | 698 | hide(); |
698 | } | 699 | } |
699 | 700 | ||
700 | void PlayListWidget::addSelected() { | 701 | void PlayListWidget::addSelected() { |
701 | 702 | ||
702 | Config cfg( "OpiePlayer" ); | 703 | Config cfg( "OpiePlayer" ); |
703 | cfg.setGroup("PlayList"); | 704 | cfg.setGroup("PlayList"); |
704 | QString currentPlaylist = cfg.readEntry("CurrentPlaylist",""); | 705 | QString currentPlaylist = cfg.readEntry("CurrentPlaylist",""); |
705 | int noOfFiles = cfg.readNumEntry("NumberOfFiles", 0 ); | 706 | int noOfFiles = cfg.readNumEntry("NumberOfFiles", 0 ); |
706 | 707 | ||
707 | switch (tabWidget->currentPageIndex()) { | 708 | switch (tabWidget->currentPageIndex()) { |
708 | case 0: //playlist | 709 | case 0: //playlist |
709 | break; | 710 | break; |
710 | case 1: { //audio | 711 | case 1: { //audio |
711 | // QString entryName; | 712 | // QString entryName; |
712 | // entryName.sprintf( "File%i", i + 1 ); | 713 | // entryName.sprintf( "File%i", i + 1 ); |
713 | // QString linkFile = cfg.readEntry( entryName ); | 714 | // QString linkFile = cfg.readEntry( entryName ); |
714 | QListViewItemIterator it( audioView ); | 715 | QListViewItemIterator it( audioView ); |
715 | // iterate through all items of the listview | 716 | // iterate through all items of the listview |
716 | for ( ; it.current(); ++it ) { | 717 | for ( ; it.current(); ++it ) { |
717 | if ( it.current()->isSelected() ) { | 718 | if ( it.current()->isSelected() ) { |
718 | QListIterator<DocLnk> dit( files.children() ); | 719 | QListIterator<DocLnk> dit( files.children() ); |
719 | for ( ; dit.current(); ++dit ) { | 720 | for ( ; dit.current(); ++dit ) { |
720 | if( dit.current()->name() == it.current()->text(0) ) { | 721 | if( dit.current()->name() == it.current()->text(0) ) { |
721 | d->selectedFiles->addToSelection( **dit ); | 722 | d->selectedFiles->addToSelection( **dit ); |
722 | } | 723 | } |
723 | } | 724 | } |
724 | audioView->setSelected( it.current(),FALSE); | 725 | audioView->setSelected( it.current(),FALSE); |
725 | } | 726 | } |
726 | } | 727 | } |
727 | tabWidget->setCurrentPage(0); | 728 | tabWidget->setCurrentPage(0); |
728 | } | 729 | } |
729 | break; | 730 | break; |
730 | case 2: { // video | 731 | case 2: { // video |
731 | QListViewItemIterator it( videoView ); | 732 | QListViewItemIterator it( videoView ); |
732 | // iterate through all items of the listview | 733 | // iterate through all items of the listview |
733 | for ( ; it.current(); ++it ) { | 734 | for ( ; it.current(); ++it ) { |
734 | if ( it.current()->isSelected() ) { | 735 | if ( it.current()->isSelected() ) { |
735 | QListIterator<DocLnk> dit( vFiles.children() ); | 736 | QListIterator<DocLnk> dit( vFiles.children() ); |
736 | for ( ; dit.current(); ++dit ) { | 737 | for ( ; dit.current(); ++dit ) { |
737 | if( dit.current()->name() == it.current()->text(0) ) { | 738 | if( dit.current()->name() == it.current()->text(0) ) { |
738 | d->selectedFiles->addToSelection( **dit ); | 739 | d->selectedFiles->addToSelection( **dit ); |
739 | } | 740 | } |
740 | } | 741 | } |
741 | 742 | ||
742 | videoView->setSelected( it.current(),FALSE); | 743 | videoView->setSelected( it.current(),FALSE); |
743 | } | 744 | } |
744 | } | 745 | } |
745 | // for ( int i = 0; i < noOfFiles; i++ ) { | 746 | // for ( int i = 0; i < noOfFiles; i++ ) { |
746 | // QString entryName; | 747 | // QString entryName; |
747 | // entryName.sprintf( "File%i", i + 1 ); | 748 | // entryName.sprintf( "File%i", i + 1 ); |
748 | // QString linkFile = cfg.readEntry( entryName ); | 749 | // QString linkFile = cfg.readEntry( entryName ); |
749 | // if( DocLnk( linkFile).name() == videoView->selectedItem()->text(0) ) { | 750 | // if( DocLnk( linkFile).name() == videoView->selectedItem()->text(0) ) { |
750 | // int result= QMessageBox::warning(this,tr("OpiePlayer"), | 751 | // int result= QMessageBox::warning(this,tr("OpiePlayer"), |
751 | // tr("This is all ready in your playlist.\nContinue?"), | 752 | // tr("This is all ready in your playlist.\nContinue?"), |
752 | // tr("Yes"),tr("No"),0,0,1); | 753 | // tr("Yes"),tr("No"),0,0,1); |
753 | // if (result !=0) | 754 | // if (result !=0) |
754 | // return; | 755 | // return; |
755 | // } | 756 | // } |
756 | // } | 757 | // } |
757 | // addToSelection( videoView->selectedItem() ); | 758 | // addToSelection( videoView->selectedItem() ); |
758 | tabWidget->setCurrentPage(0); | 759 | tabWidget->setCurrentPage(0); |
759 | } | 760 | } |
760 | break; | 761 | break; |
761 | }; | 762 | }; |
762 | } | 763 | } |
763 | 764 | ||
764 | void PlayListWidget::removeSelected() { | 765 | void PlayListWidget::removeSelected() { |
765 | d->selectedFiles->removeSelected( ); | 766 | d->selectedFiles->removeSelected( ); |
766 | } | 767 | } |
767 | 768 | ||
768 | void PlayListWidget::playIt( QListViewItem *it) { | 769 | void PlayListWidget::playIt( QListViewItem *it) { |
769 | // d->setDocumentUsed = FALSE; | 770 | // d->setDocumentUsed = FALSE; |
770 | // mediaPlayerState->curPosition =0; | 771 | // mediaPlayerState->curPosition =0; |
771 | qDebug("playIt"); | 772 | qDebug("playIt"); |
772 | mediaPlayerState->setPlaying(FALSE); | 773 | mediaPlayerState->setPlaying(FALSE); |
773 | mediaPlayerState->setPlaying(TRUE); | 774 | mediaPlayerState->setPlaying(TRUE); |
774 | d->selectedFiles->unSelect(); | 775 | d->selectedFiles->unSelect(); |
775 | } | 776 | } |
776 | 777 | ||
777 | void PlayListWidget::addToSelection( QListViewItem *it) { | 778 | void PlayListWidget::addToSelection( QListViewItem *it) { |
778 | d->setDocumentUsed = FALSE; | 779 | d->setDocumentUsed = FALSE; |
779 | 780 | ||
780 | if(it) { | 781 | if(it) { |
781 | switch (tabWidget->currentPageIndex()) { | 782 | switch (tabWidget->currentPageIndex()) { |
782 | case 1: { | 783 | case 1: { |
783 | QListIterator<DocLnk> dit( files.children() ); | 784 | QListIterator<DocLnk> dit( files.children() ); |
784 | for ( ; dit.current(); ++dit ) { | 785 | for ( ; dit.current(); ++dit ) { |
785 | if( dit.current()->name() == it->text(0)) { | 786 | if( dit.current()->name() == it->text(0)) { |
786 | d->selectedFiles->addToSelection( **dit ); | 787 | d->selectedFiles->addToSelection( **dit ); |
787 | } | 788 | } |
788 | } | 789 | } |
789 | } | 790 | } |
790 | break; | 791 | break; |
791 | case 2: { | 792 | case 2: { |
792 | QListIterator<DocLnk> dit( vFiles.children() ); | 793 | QListIterator<DocLnk> dit( vFiles.children() ); |
793 | for ( ; dit.current(); ++dit ) { | 794 | for ( ; dit.current(); ++dit ) { |
794 | if( dit.current()->name() == it->text(0)) { | 795 | if( dit.current()->name() == it->text(0)) { |
795 | d->selectedFiles->addToSelection( **dit ); | 796 | d->selectedFiles->addToSelection( **dit ); |
796 | } | 797 | } |
797 | } | 798 | } |
798 | } | 799 | } |
799 | break; | 800 | break; |
800 | case 0: | 801 | case 0: |
801 | break; | 802 | break; |
802 | }; | 803 | }; |
803 | tabWidget->setCurrentPage(0); | 804 | tabWidget->setCurrentPage(0); |
804 | } | 805 | } |
805 | } | 806 | } |
806 | 807 | ||
807 | void PlayListWidget::tabChanged(QWidget *widg) { | 808 | void PlayListWidget::tabChanged(QWidget *widg) { |
808 | 809 | ||
809 | switch ( tabWidget->currentPageIndex()) { | 810 | switch ( tabWidget->currentPageIndex()) { |
810 | case 0: | 811 | case 0: |
811 | { | 812 | { |
812 | if( !tbDeletePlaylist->isHidden()) | 813 | if( !tbDeletePlaylist->isHidden()) |
813 | tbDeletePlaylist->hide(); | 814 | tbDeletePlaylist->hide(); |
814 | d->tbRemoveFromList->setEnabled(TRUE); | 815 | d->tbRemoveFromList->setEnabled(TRUE); |
815 | d->tbAddToList->setEnabled(FALSE); | 816 | d->tbAddToList->setEnabled(FALSE); |
816 | } | 817 | } |
817 | break; | 818 | break; |
818 | case 1: | 819 | case 1: |
819 | { | 820 | { |
820 | audioView->clear(); | 821 | audioView->clear(); |
821 | populateAudioView(); | 822 | populateAudioView(); |
822 | 823 | ||
823 | if( !tbDeletePlaylist->isHidden()) | 824 | if( !tbDeletePlaylist->isHidden()) |
824 | tbDeletePlaylist->hide(); | 825 | tbDeletePlaylist->hide(); |
825 | d->tbRemoveFromList->setEnabled(FALSE); | 826 | d->tbRemoveFromList->setEnabled(FALSE); |
826 | d->tbAddToList->setEnabled(TRUE); | 827 | d->tbAddToList->setEnabled(TRUE); |
827 | } | 828 | } |
828 | break; | 829 | break; |
829 | case 2: | 830 | case 2: |
830 | { | 831 | { |
831 | videoView->clear(); | 832 | videoView->clear(); |
832 | populateVideoView(); | 833 | populateVideoView(); |
833 | if( !tbDeletePlaylist->isHidden()) | 834 | if( !tbDeletePlaylist->isHidden()) |
834 | tbDeletePlaylist->hide(); | 835 | tbDeletePlaylist->hide(); |
835 | d->tbRemoveFromList->setEnabled(FALSE); | 836 | d->tbRemoveFromList->setEnabled(FALSE); |
836 | d->tbAddToList->setEnabled(TRUE); | 837 | d->tbAddToList->setEnabled(TRUE); |
837 | } | 838 | } |
838 | break; | 839 | break; |
839 | case 3: | 840 | case 3: |
840 | { | 841 | { |
841 | if( tbDeletePlaylist->isHidden()) | 842 | if( tbDeletePlaylist->isHidden()) |
842 | tbDeletePlaylist->show(); | 843 | tbDeletePlaylist->show(); |
843 | playLists->reread(); | 844 | playLists->reread(); |
844 | } | 845 | } |
845 | break; | 846 | break; |
846 | }; | 847 | }; |
847 | } | 848 | } |
848 | 849 | ||
849 | void PlayListWidget::btnPlay(bool b) { | 850 | void PlayListWidget::btnPlay(bool b) { |
850 | 851 | ||
851 | // mediaPlayerState->setPlaying(b); | 852 | // mediaPlayerState->setPlaying(b); |
852 | switch ( tabWidget->currentPageIndex()) { | 853 | switch ( tabWidget->currentPageIndex()) { |
853 | case 0: | 854 | case 0: |
854 | { | 855 | { |
855 | qDebug("here we are"); | 856 | // if( d->selectedFiles->current()->file().find(" ",0,TRUE) != -1 |
856 | if( d->selectedFiles->current()->file().find(" ",0,TRUE) != -1 | 857 | // if( d->selectedFiles->current()->file().find("%20",0,TRUE) != -1) { |
857 | || d->selectedFiles->current()->file().find("%20",0,TRUE) != -1) { | 858 | QMessageBox::message("Note","You are trying to play\na malformed url."); |
858 | QMessageBox::message("Note","You are trying to play\na malformed url."); | 859 | // } else { |
859 | |||
860 | } else { | ||
861 | |||
862 | mediaPlayerState->setPlaying(b); | 860 | mediaPlayerState->setPlaying(b); |
863 | } } | 861 | // } |
862 | } | ||
864 | break; | 863 | break; |
865 | case 1: | 864 | case 1: |
866 | { | 865 | { |
867 | addToSelection( audioView->currentItem() ); | 866 | addToSelection( audioView->currentItem() ); |
868 | mediaPlayerState->setPlaying(b); | 867 | mediaPlayerState->setPlaying(b); |
869 | d->selectedFiles->removeSelected( ); | 868 | d->selectedFiles->removeSelected( ); |
870 | tabWidget->setCurrentPage(1); | 869 | tabWidget->setCurrentPage(1); |
871 | d->selectedFiles->unSelect(); | 870 | d->selectedFiles->unSelect(); |
872 | insanityBool=FALSE; | 871 | insanityBool=FALSE; |
873 | }// audioView->clearSelection(); | 872 | }// audioView->clearSelection(); |
874 | break; | 873 | break; |
875 | case 2: | 874 | case 2: |
876 | { | 875 | { |
877 | addToSelection( videoView->currentItem() ); | 876 | addToSelection( videoView->currentItem() ); |
878 | mediaPlayerState->setPlaying(b); | 877 | mediaPlayerState->setPlaying(b); |
879 | qApp->processEvents(); | 878 | qApp->processEvents(); |
880 | d->selectedFiles->removeSelected( ); | 879 | d->selectedFiles->removeSelected( ); |
881 | tabWidget->setCurrentPage(2); | 880 | tabWidget->setCurrentPage(2); |
882 | d->selectedFiles->unSelect(); | 881 | d->selectedFiles->unSelect(); |
883 | insanityBool=FALSE; | 882 | insanityBool=FALSE; |
884 | }// videoView->clearSelection(); | 883 | }// videoView->clearSelection(); |
885 | break; | 884 | break; |
886 | }; | 885 | }; |
887 | 886 | ||
888 | } | 887 | } |
889 | 888 | ||
890 | void PlayListWidget::deletePlaylist() { | 889 | void PlayListWidget::deletePlaylist() { |
891 | switch( QMessageBox::information( this, (tr("Remove Playlist?")), | 890 | switch( QMessageBox::information( this, (tr("Remove Playlist?")), |
892 | (tr("You really want to delete\nthis playlist?")), | 891 | (tr("You really want to delete\nthis playlist?")), |
893 | (tr("Yes")), (tr("No")), 0 )){ | 892 | (tr("Yes")), (tr("No")), 0 )){ |
894 | case 0: // Yes clicked, | 893 | case 0: // Yes clicked, |
895 | QFile().remove(playLists->selected()->file()); | 894 | QFile().remove(playLists->selected()->file()); |
896 | QFile().remove(playLists->selected()->linkFile()); | 895 | QFile().remove(playLists->selected()->linkFile()); |
897 | playLists->reread(); | 896 | playLists->reread(); |
898 | break; | 897 | break; |
899 | case 1: // Cancel | 898 | case 1: // Cancel |
900 | break; | 899 | break; |
901 | }; | 900 | }; |
902 | } | 901 | } |
903 | 902 | ||
904 | void PlayListWidget::viewPressed( int mouse, QListViewItem *item, const QPoint& point, int i) | 903 | void PlayListWidget::viewPressed( int mouse, QListViewItem *item, const QPoint& point, int i) |
905 | { | 904 | { |
906 | switch (mouse) { | 905 | switch (mouse) { |
907 | case 1: | 906 | case 1: |
908 | break; | 907 | break; |
909 | case 2:{ | 908 | case 2:{ |
910 | 909 | ||
911 | QPopupMenu m; | 910 | QPopupMenu m; |
912 | m.insertItem( tr( "Play" ), this, SLOT( playSelected() )); | 911 | m.insertItem( tr( "Play" ), this, SLOT( playSelected() )); |
913 | m.insertItem( tr( "Add to Playlist" ), this, SLOT( addSelected() )); | 912 | m.insertItem( tr( "Add to Playlist" ), this, SLOT( addSelected() )); |
914 | m.insertSeparator(); | 913 | m.insertSeparator(); |
915 | if( QFile(QPEApplication::qpeDir()+"lib/libopie.so").exists() ) | 914 | if( QFile(QPEApplication::qpeDir()+"lib/libopie.so").exists() ) |
916 | m.insertItem( tr( "Properties" ), this, SLOT( listDelete() )); | 915 | m.insertItem( tr( "Properties" ), this, SLOT( listDelete() )); |
917 | 916 | ||
918 | m.exec( QCursor::pos() ); | 917 | m.exec( QCursor::pos() ); |
919 | } | 918 | } |
920 | break; | 919 | break; |
921 | }; | 920 | }; |
922 | } | 921 | } |
923 | 922 | ||
924 | void PlayListWidget::playSelected() | 923 | void PlayListWidget::playSelected() |
925 | { | 924 | { |
926 | btnPlay( TRUE); | 925 | btnPlay( TRUE); |
927 | // d->selectedFiles->unSelect(); | 926 | // d->selectedFiles->unSelect(); |
928 | } | 927 | } |
929 | 928 | ||
930 | void PlayListWidget::playlistViewPressed( int mouse, QListViewItem *item, const QPoint& point, int i) | 929 | void PlayListWidget::playlistViewPressed( int mouse, QListViewItem *item, const QPoint& point, int i) |
931 | { | 930 | { |
932 | switch (mouse) { | 931 | switch (mouse) { |
933 | case 1: | 932 | case 1: |
934 | 933 | ||
935 | break; | 934 | break; |
936 | case 2:{ | 935 | case 2:{ |
937 | QPopupMenu m; | 936 | QPopupMenu m; |
938 | m.insertItem( tr( "Play Selected" ), this, SLOT( playSelected() )); | 937 | m.insertItem( tr( "Play Selected" ), this, SLOT( playSelected() )); |
939 | m.insertItem( tr( "Remove" ), this, SLOT( removeSelected() )); | 938 | m.insertItem( tr( "Remove" ), this, SLOT( removeSelected() )); |
940 | // m.insertSeparator(); | 939 | // m.insertSeparator(); |
941 | // m.insertItem( tr( "Properties" ), this, SLOT( listDelete() )); | 940 | // m.insertItem( tr( "Properties" ), this, SLOT( listDelete() )); |
942 | m.exec( QCursor::pos() ); | 941 | m.exec( QCursor::pos() ); |
943 | } | 942 | } |
944 | break; | 943 | break; |
945 | }; | 944 | }; |
946 | 945 | ||
947 | } | 946 | } |
948 | 947 | ||
949 | void PlayListWidget::listDelete() { | 948 | void PlayListWidget::listDelete() { |
950 | Config cfg( "OpiePlayer" ); | 949 | Config cfg( "OpiePlayer" ); |
951 | cfg.setGroup("PlayList"); | 950 | cfg.setGroup("PlayList"); |
952 | QString currentPlaylist = cfg.readEntry("CurrentPlaylist",""); | 951 | QString currentPlaylist = cfg.readEntry("CurrentPlaylist",""); |
953 | QString file; | 952 | QString file; |
954 | int noOfFiles = cfg.readNumEntry("NumberOfFiles", 0 ); | 953 | int noOfFiles = cfg.readNumEntry("NumberOfFiles", 0 ); |
955 | switch ( tabWidget->currentPageIndex()) { | 954 | switch ( tabWidget->currentPageIndex()) { |
956 | case 0: | 955 | case 0: |
957 | break; | 956 | break; |
958 | case 1: | 957 | case 1: |
959 | { | 958 | { |
960 | file = audioView->selectedItem()->text(0); | 959 | file = audioView->selectedItem()->text(0); |
961 | // Global::findDocuments(&files, "audio/*"); | 960 | // Global::findDocuments(&files, "audio/*"); |
962 | // AppLnkSet appFiles; | 961 | // AppLnkSet appFiles; |
963 | QListIterator<DocLnk> dit( files.children() ); | 962 | QListIterator<DocLnk> dit( files.children() ); |
964 | for ( ; dit.current(); ++dit ) { | 963 | for ( ; dit.current(); ++dit ) { |
965 | if( dit.current()->name() == file) { | 964 | if( dit.current()->name() == file) { |
966 | // qDebug(file); | 965 | // qDebug(file); |
967 | LnkProperties prop( dit.current() ); | 966 | LnkProperties prop( dit.current() ); |
968 | // connect(&prop, SIGNAL(select(const AppLnk *)), this, SLOT(externalSelected(const AppLnk *))); | 967 | // connect(&prop, SIGNAL(select(const AppLnk *)), this, SLOT(externalSelected(const AppLnk *))); |
969 | prop.showMaximized(); | 968 | prop.showMaximized(); |
970 | prop.exec(); | 969 | prop.exec(); |
971 | } | 970 | } |
972 | } | 971 | } |
973 | populateAudioView(); | 972 | populateAudioView(); |
974 | } | 973 | } |
975 | break; | 974 | break; |
976 | case 2: | 975 | case 2: |
977 | { | 976 | { |
978 | // file = videoView->selectedItem()->text(0); | 977 | // file = videoView->selectedItem()->text(0); |
979 | // for ( int i = 0; i < noOfFiles; i++ ) { | 978 | // for ( int i = 0; i < noOfFiles; i++ ) { |
980 | // QString entryName; | 979 | // QString entryName; |
981 | // entryName.sprintf( "File%i", i + 1 ); | 980 | // entryName.sprintf( "File%i", i + 1 ); |
982 | // QString linkFile = cfg.readEntry( entryName ); | 981 | // QString linkFile = cfg.readEntry( entryName ); |
983 | // AppLnk lnk( AppLnk(linkFile)); | 982 | // AppLnk lnk( AppLnk(linkFile)); |
984 | // if( lnk.name() == file ) { | 983 | // if( lnk.name() == file ) { |
985 | // LnkProperties prop( &lnk); | 984 | // LnkProperties prop( &lnk); |
986 | // // connect(&prop, SIGNAL(select(const AppLnk *)), this, SLOT(externalSelected(const AppLnk *))); | 985 | // // connect(&prop, SIGNAL(select(const AppLnk *)), this, SLOT(externalSelected(const AppLnk *))); |
987 | // prop.showMaximized(); | 986 | // prop.showMaximized(); |
988 | // prop.exec(); | 987 | // prop.exec(); |
989 | // } | 988 | // } |
990 | // } | 989 | // } |
991 | } | 990 | } |
992 | break; | 991 | break; |
993 | }; | 992 | }; |
994 | } | 993 | } |
995 | 994 | ||
996 | void PlayListWidget::scanForAudio() { | 995 | void PlayListWidget::scanForAudio() { |
997 | qDebug("scan for audio"); | 996 | qDebug("scan for audio"); |
998 | files.detachChildren(); | 997 | files.detachChildren(); |
999 | QListIterator<DocLnk> sdit( files.children() ); | 998 | QListIterator<DocLnk> sdit( files.children() ); |
1000 | for ( ; sdit.current(); ++sdit ) { | 999 | for ( ; sdit.current(); ++sdit ) { |
1001 | delete sdit.current(); | 1000 | delete sdit.current(); |
1002 | } | 1001 | } |
1003 | Global::findDocuments(&files, "audio/*"); | 1002 | Global::findDocuments(&files, "audio/*"); |
1004 | audioScan = TRUE; | 1003 | audioScan = TRUE; |
1005 | } | 1004 | } |
1006 | void PlayListWidget::scanForVideo() { | 1005 | void PlayListWidget::scanForVideo() { |
1007 | qDebug("scan for video"); | 1006 | qDebug("scan for video"); |
1008 | vFiles.detachChildren(); | 1007 | vFiles.detachChildren(); |
1009 | QListIterator<DocLnk> sdit( vFiles.children() ); | 1008 | QListIterator<DocLnk> sdit( vFiles.children() ); |
1010 | for ( ; sdit.current(); ++sdit ) { | 1009 | for ( ; sdit.current(); ++sdit ) { |
1011 | delete sdit.current(); | 1010 | delete sdit.current(); |
1012 | } | 1011 | } |
1013 | Global::findDocuments(&vFiles, "video/*"); | 1012 | Global::findDocuments(&vFiles, "video/*"); |
1014 | videoScan = TRUE; | 1013 | videoScan = TRUE; |
1015 | } | 1014 | } |
1016 | 1015 | ||
1017 | void PlayListWidget::populateAudioView() { | 1016 | void PlayListWidget::populateAudioView() { |
1018 | 1017 | ||
1019 | audioView->clear(); | 1018 | audioView->clear(); |
1020 | StorageInfo storageInfo; | 1019 | StorageInfo storageInfo; |
1021 | const QList<FileSystem> &fs = storageInfo.fileSystems(); | 1020 | const QList<FileSystem> &fs = storageInfo.fileSystems(); |
1022 | if(!audioScan) scanForAudio(); | 1021 | if(!audioScan) scanForAudio(); |
1023 | 1022 | ||
1024 | QListIterator<DocLnk> dit( files.children() ); | 1023 | QListIterator<DocLnk> dit( files.children() ); |
1025 | QListIterator<FileSystem> it ( fs ); | 1024 | QListIterator<FileSystem> it ( fs ); |
1026 | 1025 | ||
1027 | QString storage; | 1026 | QString storage; |
1028 | for ( ; dit.current(); ++dit ) { | 1027 | for ( ; dit.current(); ++dit ) { |
1029 | for( ; it.current(); ++it ){ | 1028 | for( ; it.current(); ++it ){ |
1030 | const QString name = (*it)->name(); | 1029 | const QString name = (*it)->name(); |
1031 | const QString path = (*it)->path(); | 1030 | const QString path = (*it)->path(); |
1032 | if(dit.current()->file().find(path) != -1 ) storage=name; | 1031 | if(dit.current()->file().find(path) != -1 ) storage=name; |
1033 | } | 1032 | } |
1034 | 1033 | ||
1035 | QListViewItem * newItem; | 1034 | QListViewItem * newItem; |
1036 | if ( QFile( dit.current()->file()).exists() ) { | 1035 | if ( QFile( dit.current()->file()).exists() ) { |
1037 | // qDebug(dit.current()->name()); | 1036 | // qDebug(dit.current()->name()); |
1038 | newItem= /*(void)*/ new QListViewItem( audioView, dit.current()->name(), | 1037 | newItem= /*(void)*/ new QListViewItem( audioView, dit.current()->name(), |
1039 | QString::number( QFile( dit.current()->file()).size() ), storage); | 1038 | QString::number( QFile( dit.current()->file()).size() ), storage); |
1040 | newItem->setPixmap(0, Resource::loadPixmap( "opieplayer/musicfile" )); | 1039 | newItem->setPixmap(0, Resource::loadPixmap( "opieplayer/musicfile" )); |
1041 | } | 1040 | } |
1042 | } | 1041 | } |
1043 | 1042 | ||
1044 | } | 1043 | } |
1045 | 1044 | ||
1046 | void PlayListWidget::populateVideoView() { | 1045 | void PlayListWidget::populateVideoView() { |
1047 | videoView->clear(); | 1046 | videoView->clear(); |
1048 | StorageInfo storageInfo; | 1047 | StorageInfo storageInfo; |
1049 | const QList<FileSystem> &fs = storageInfo.fileSystems(); | 1048 | const QList<FileSystem> &fs = storageInfo.fileSystems(); |
1050 | 1049 | ||
1051 | if(!videoScan ) scanForVideo(); | 1050 | if(!videoScan ) scanForVideo(); |
1052 | 1051 | ||
1053 | QListIterator<DocLnk> Vdit( vFiles.children() ); | 1052 | QListIterator<DocLnk> Vdit( vFiles.children() ); |
1054 | QListIterator<FileSystem> it ( fs ); | 1053 | QListIterator<FileSystem> it ( fs ); |
1055 | videoView->clear(); | 1054 | videoView->clear(); |
1056 | QString storage; | 1055 | QString storage; |
1057 | for ( ; Vdit.current(); ++Vdit ) { | 1056 | for ( ; Vdit.current(); ++Vdit ) { |
1058 | for( ; it.current(); ++it ){ | 1057 | for( ; it.current(); ++it ){ |
1059 | const QString name = (*it)->name(); | 1058 | const QString name = (*it)->name(); |
1060 | const QString path = (*it)->path(); | 1059 | const QString path = (*it)->path(); |
1061 | if( Vdit.current()->file().find(path) != -1 ) storage=name; | 1060 | if( Vdit.current()->file().find(path) != -1 ) storage=name; |
1062 | } | 1061 | } |
1063 | 1062 | ||
1064 | QListViewItem * newItem; | 1063 | QListViewItem * newItem; |
1065 | if ( QFile( Vdit.current()->file()).exists() ) { | 1064 | if ( QFile( Vdit.current()->file()).exists() ) { |
1066 | newItem= /*(void)*/ new QListViewItem( videoView, Vdit.current()->name(), | 1065 | newItem= /*(void)*/ new QListViewItem( videoView, Vdit.current()->name(), |
1067 | QString::number( QFile( Vdit.current()->file()).size() ), storage); | 1066 | QString::number( QFile( Vdit.current()->file()).size() ), storage); |
1068 | newItem->setPixmap(0, Resource::loadPixmap( "opieplayer/videofile" )); | 1067 | newItem->setPixmap(0, Resource::loadPixmap( "opieplayer/videofile" )); |
1069 | } | 1068 | } |
1070 | } | 1069 | } |
1071 | } | 1070 | } |
1072 | 1071 | ||
1073 | void PlayListWidget::openFile() { | 1072 | void PlayListWidget::openFile() { |
1074 | QString filename, name; | 1073 | QString filename, name; |
1075 | InputDialog *fileDlg; | 1074 | InputDialog *fileDlg; |
1076 | fileDlg = new InputDialog(this,tr("Open file or URL"),TRUE, 0); | 1075 | fileDlg = new InputDialog(this,tr("Open file or URL"),TRUE, 0); |
1077 | fileDlg->exec(); | 1076 | fileDlg->exec(); |
1078 | if( fileDlg->result() == 1 ) { | 1077 | if( fileDlg->result() == 1 ) { |
1079 | filename = fileDlg->LineEdit1->text(); | 1078 | filename = fileDlg->LineEdit1->text(); |
1080 | // http://205.188.234.129:8030 | 1079 | // http://205.188.234.129:8030 |
1081 | // http://66.28.68.70:8000 | 1080 | // http://66.28.68.70:8000 |
1082 | // filename.replace(QRegExp("%20")," "); | 1081 | // filename.replace(QRegExp("%20")," "); |
1083 | if(filename.find(" ",0,TRUE) != -1 || filename.find("%20",0,TRUE) != -1) { | 1082 | if(filename.find(" ",0,TRUE) != -1 || filename.find("%20",0,TRUE) != -1) { |
1084 | QMessageBox::message("Note","Spaces in urls are not allowed."); | 1083 | QMessageBox::message("Note","Spaces in urls are not allowed."); |
1085 | return; | 1084 | return; |
1086 | } else { | 1085 | } else { |
1087 | qDebug("Selected filename is "+filename); | 1086 | qDebug("Selected filename is "+filename); |
1088 | if(filename.right(3) == "m3u") | 1087 | if(filename.right(3) == "m3u") |
1089 | readm3u( filename); | 1088 | readm3u( filename); |
1090 | else if(filename.right(3) == "pls") | 1089 | else if(filename.right(3) == "pls") |
1091 | readPls( filename); | 1090 | readPls( filename); |
1092 | else { | 1091 | else { |
1093 | DocLnk lnk; | 1092 | DocLnk lnk; |
1094 | 1093 | ||
1095 | lnk.setName(filename); //sets file name | 1094 | lnk.setName(filename); //sets file name |
1096 | if(filename.right(1) != "/" && filename.right(3) != "mp3" && filename.right(3) != "MP3") | 1095 | if(filename.right(1) != "/" && filename.right(3) != "mp3" && filename.right(3) != "MP3") |
1097 | filename += "/"; | 1096 | filename += "/"; |
1098 | lnk.setFile(filename); //sets File property | 1097 | lnk.setFile(filename); //sets File property |
1099 | 1098 | ||
1100 | lnk.setType("audio/x-mpegurl"); | 1099 | lnk.setType("audio/x-mpegurl"); |
1101 | lnk.setExec("opieplayer"); | 1100 | lnk.setExec("opieplayer"); |
1102 | lnk.setIcon("opieplayer/MPEGPlayer"); | 1101 | lnk.setIcon("opieplayer/MPEGPlayer"); |
1103 | 1102 | ||
1104 | if(!lnk.writeLink()) | 1103 | if(!lnk.writeLink()) |
1105 | qDebug("Writing doclink did not work"); | 1104 | qDebug("Writing doclink did not work"); |
1106 | d->selectedFiles->addToSelection( lnk); | 1105 | d->selectedFiles->addToSelection( lnk); |
1107 | // if(fileDlg2) | 1106 | // if(fileDlg2) |
1108 | // delete fileDlg2; | 1107 | // delete fileDlg2; |
1108 | } | ||
1109 | } | 1109 | } |
1110 | } | 1110 | } |
1111 | } | ||
1112 | if(fileDlg) | 1111 | if(fileDlg) |
1113 | delete fileDlg; | 1112 | delete fileDlg; |
1114 | } | 1113 | } |
1115 | 1114 | ||
1116 | void PlayListWidget::keyReleaseEvent( QKeyEvent *e) | 1115 | void PlayListWidget::keyReleaseEvent( QKeyEvent *e) |
1117 | { | 1116 | { |
1118 | switch ( e->key() ) { | 1117 | switch ( e->key() ) { |
1119 | ////////////////////////////// Zaurus keys | 1118 | ////////////////////////////// Zaurus keys |
1120 | case Key_F9: //activity | 1119 | case Key_F9: //activity |
1121 | // if(audioUI->isHidden()) | 1120 | // if(audioUI->isHidden()) |
1122 | // audioUI->showMaximized(); | 1121 | // audioUI->showMaximized(); |
1123 | break; | 1122 | break; |
1124 | case Key_F10: //contacts | 1123 | case Key_F10: //contacts |
1125 | // if( videoUI->isHidden()) | 1124 | // if( videoUI->isHidden()) |
1126 | // videoUI->showMaximized(); | 1125 | // videoUI->showMaximized(); |
1127 | break; | 1126 | break; |
1128 | case Key_F11: //menu | 1127 | case Key_F11: //menu |
1129 | break; | 1128 | break; |
1130 | case Key_F12: //home | 1129 | case Key_F12: //home |
1131 | // doBlank(); | 1130 | // doBlank(); |
1132 | break; | 1131 | break; |
1133 | case Key_F13: //mail | 1132 | case Key_F13: //mail |
1134 | // doUnblank(); | 1133 | // doUnblank(); |
1135 | break; | 1134 | break; |
1136 | case Key_Q: //add to playlist | 1135 | case Key_Q: //add to playlist |
1137 | qDebug("Add"); | 1136 | qDebug("Add"); |
1138 | addSelected(); | 1137 | addSelected(); |
1139 | break; | 1138 | break; |
1140 | case Key_R: //remove from playlist | 1139 | case Key_R: //remove from playlist |
1141 | removeSelected(); | 1140 | removeSelected(); |
1142 | break; | 1141 | break; |
1143 | // case Key_P: //play | 1142 | // case Key_P: //play |
1144 | // qDebug("Play"); | 1143 | // qDebug("Play"); |
1145 | // playSelected(); | 1144 | // playSelected(); |
1146 | // break; | 1145 | // break; |
1147 | case Key_Space: | 1146 | case Key_Space: |
1148 | qDebug("Play"); | 1147 | qDebug("Play"); |
1149 | // playSelected(); puh | 1148 | // playSelected(); puh |
1150 | break; | 1149 | break; |
1151 | case Key_1: | 1150 | case Key_1: |
1152 | tabWidget->setCurrentPage(0); | 1151 | tabWidget->setCurrentPage(0); |
1153 | break; | 1152 | break; |
1154 | case Key_2: | 1153 | case Key_2: |
1155 | tabWidget->setCurrentPage(1); | 1154 | tabWidget->setCurrentPage(1); |
1156 | break; | 1155 | break; |
1157 | case Key_3: | 1156 | case Key_3: |
1158 | tabWidget->setCurrentPage(2); | 1157 | tabWidget->setCurrentPage(2); |
1159 | break; | 1158 | break; |
1160 | case Key_4: | 1159 | case Key_4: |
1161 | tabWidget->setCurrentPage(3); | 1160 | tabWidget->setCurrentPage(3); |
1162 | break; | 1161 | break; |
1163 | } | 1162 | } |
1164 | } | 1163 | } |
1165 | 1164 | ||
1166 | void PlayListWidget::keyPressEvent( QKeyEvent *e) | 1165 | void PlayListWidget::keyPressEvent( QKeyEvent *e) |
1167 | { | 1166 | { |
1168 | // qDebug("Key press"); | 1167 | // qDebug("Key press"); |
1169 | // switch ( e->key() ) { | 1168 | // switch ( e->key() ) { |
1170 | // ////////////////////////////// Zaurus keys | 1169 | // ////////////////////////////// Zaurus keys |
1171 | // case Key_A: //add to playlist | 1170 | // case Key_A: //add to playlist |
1172 | // qDebug("Add"); | 1171 | // qDebug("Add"); |
1173 | // addSelected(); | 1172 | // addSelected(); |
1174 | // break; | 1173 | // break; |
1175 | // case Key_R: //remove from playlist | 1174 | // case Key_R: //remove from playlist |
1176 | // removeSelected(); | 1175 | // removeSelected(); |
1177 | // break; | 1176 | // break; |
1178 | // case Key_P: //play | 1177 | // case Key_P: //play |
1179 | // qDebug("Play"); | 1178 | // qDebug("Play"); |
1180 | // playSelected(); | 1179 | // playSelected(); |
1181 | // break; | 1180 | // break; |
1182 | // case Key_Space: | 1181 | // case Key_Space: |
1183 | // qDebug("Play"); | 1182 | // qDebug("Play"); |
1184 | // playSelected(); | 1183 | // playSelected(); |
1185 | // break; | 1184 | // break; |
1186 | // } | 1185 | // } |
1187 | } | 1186 | } |
1188 | 1187 | ||
1189 | void PlayListWidget::doBlank() { | 1188 | void PlayListWidget::doBlank() { |
1190 | qDebug("do blanking"); | 1189 | qDebug("do blanking"); |
1191 | fd=open("/dev/fb0",O_RDWR); | 1190 | fd=open("/dev/fb0",O_RDWR); |
1192 | if (fd != -1) { | 1191 | if (fd != -1) { |
1193 | ioctl(fd,FBIOBLANK,1); | 1192 | ioctl(fd,FBIOBLANK,1); |
1194 | // close(fd); | 1193 | // close(fd); |
1195 | } | 1194 | } |
1196 | } | 1195 | } |
1197 | 1196 | ||
1198 | void PlayListWidget::doUnblank() { | 1197 | void PlayListWidget::doUnblank() { |
1199 | // this crashes opieplayer with a segfault | 1198 | // this crashes opieplayer with a segfault |
1200 | // int fd; | 1199 | // int fd; |
1201 | // fd=open("/dev/fb0",O_RDWR); | 1200 | // fd=open("/dev/fb0",O_RDWR); |
1202 | qDebug("do unblanking"); | 1201 | qDebug("do unblanking"); |
1203 | if (fd != -1) { | 1202 | if (fd != -1) { |
1204 | ioctl(fd,FBIOBLANK,0); | 1203 | ioctl(fd,FBIOBLANK,0); |
1205 | close(fd); | 1204 | close(fd); |
1206 | } | 1205 | } |
1207 | QCopEnvelope h("QPE/System", "setBacklight(int)"); | 1206 | QCopEnvelope h("QPE/System", "setBacklight(int)"); |
1208 | h <<-3;// v[1]; // -3 Force on | 1207 | h <<-3;// v[1]; // -3 Force on |
1209 | } | 1208 | } |
1210 | 1209 | ||
1211 | void PlayListWidget::readm3u(const QString &filename) { | 1210 | void PlayListWidget::readm3u(const QString &filename) { |
1212 | 1211 | ||
1213 | qDebug("m3u filename is "+filename); | 1212 | qDebug("m3u filename is "+filename); |
1214 | QFile f(filename); | 1213 | QFile f(filename); |
1215 | 1214 | ||
1216 | if(f.open(IO_ReadOnly)) { | 1215 | if(f.open(IO_ReadOnly)) { |
1217 | QTextStream t(&f); | 1216 | QTextStream t(&f); |
1218 | QString s;//, first, second; | 1217 | QString s;//, first, second; |
1219 | int i=0; | 1218 | int i=0; |
1220 | while ( !t.atEnd()) { | 1219 | while ( !t.atEnd()) { |
1221 | // Lview->insertLine(t.readLine(),-1); | 1220 | // Lview->insertLine(t.readLine(),-1); |
1222 | s=t.readLine(); | 1221 | s=t.readLine(); |
1223 | if(s.find(" ",0,TRUE) != -1 || s.find("%20",0,TRUE) != -1) { | 1222 | if(s.find(" ",0,TRUE) != -1 || s.find("%20",0,TRUE) != -1) { |
1224 | QMessageBox::message("Note","Spaces in urls are not allowed."); | 1223 | QMessageBox::message("Note","Spaces in urls are not allowed."); |
1225 | } | 1224 | } |
1226 | else if(s.find("#",0,TRUE) == -1) { | 1225 | else if(s.find("#",0,TRUE) == -1) { |
1227 | if(s.find(" ",0,TRUE) == -1) { // not sure if this is neede since cf uses vfat | 1226 | if(s.find(" ",0,TRUE) == -1) { // not sure if this is neede since cf uses vfat |
1228 | if(s.left(2) == "E:" || s.left(2) == "P:") { | 1227 | if(s.left(2) == "E:" || s.left(2) == "P:") { |
1229 | s=s.right(s.length()-2); | 1228 | s=s.right(s.length()-2); |
1230 | DocLnk lnk( s ); | 1229 | DocLnk lnk( s ); |
1231 | QFileInfo f(s); | 1230 | QFileInfo f(s); |
1232 | QString name = f.baseName(); | 1231 | QString name = f.baseName(); |
1233 | name = name.right(name.length()-name.findRev("\\",-1,TRUE)-1); | 1232 | name = name.right(name.length()-name.findRev("\\",-1,TRUE)-1); |
1234 | lnk.setName( name); | 1233 | lnk.setName( name); |
1235 | s=s.replace( QRegExp("\\"),"/"); | 1234 | s=s.replace( QRegExp("\\"),"/"); |
1236 | lnk.setFile( s); | 1235 | lnk.setFile( s); |
1237 | lnk.writeLink(); | 1236 | lnk.writeLink(); |
1238 | // lnk.setIcon(opieplayer/MPEGPlayer); | 1237 | // lnk.setIcon(opieplayer/MPEGPlayer); |
1239 | qDebug("add "+name); | 1238 | qDebug("add "+name); |
1240 | d->selectedFiles->addToSelection( lnk); | 1239 | d->selectedFiles->addToSelection( lnk); |
1241 | } else { // is url | 1240 | } else { // is url |
1242 | 1241 | ||
1243 | s.replace(QRegExp("%20")," "); | 1242 | s.replace(QRegExp("%20")," "); |
1244 | DocLnk lnk( s); | 1243 | DocLnk lnk( s); |
1245 | QString name; | 1244 | QString name; |
1246 | if(name.left(4)=="http") | 1245 | if(name.left(4)=="http") |
1247 | name = s.right( s.length() - 7); | 1246 | name = s.right( s.length() - 7); |
1248 | else | 1247 | else |
1249 | name=s; | 1248 | name=s; |
1250 | // name = name.right(name.length()-name.findRev("\\",-1,TRUE)-1); | 1249 | // name = name.right(name.length()-name.findRev("\\",-1,TRUE)-1); |
1251 | lnk.setName(name); | 1250 | lnk.setName(name); |
1252 | if(s.at(s.length()-4) == '.') | 1251 | if(s.at(s.length()-4) == '.') |
1253 | lnk.setFile( s); | 1252 | lnk.setFile( s); |
1254 | else | 1253 | else |
1255 | lnk.setFile( s+"/"); | 1254 | lnk.setFile( s+"/"); |
1256 | // lnk.setFile( filename); | 1255 | // lnk.setFile( filename); |
1257 | // lnk.setComment( s+"/"); | 1256 | // lnk.setComment( s+"/"); |
1258 | lnk.setType("audio/x-mpegurl"); | 1257 | lnk.setType("audio/x-mpegurl"); |
1259 | lnk.writeLink(); | 1258 | lnk.writeLink(); |
1260 | // lnk.setIcon( "opieplayer/MPEGPlayer"); | 1259 | // lnk.setIcon( "opieplayer/MPEGPlayer"); |
1261 | // qDebug("add "+s); | 1260 | // qDebug("add "+s); |
1262 | d->selectedFiles->addToSelection( lnk); | 1261 | d->selectedFiles->addToSelection( lnk); |
1263 | } | 1262 | } |
1264 | i++; | 1263 | i++; |
1265 | } | 1264 | } |
1266 | } | 1265 | } |
1267 | } | 1266 | } |
1268 | } | 1267 | } |
1269 | f.close(); | 1268 | f.close(); |
1270 | } | 1269 | } |
1271 | 1270 | ||
1272 | void PlayListWidget::writem3u(const QString &filename) { | 1271 | void PlayListWidget::writem3u() { |
1273 | 1272 | ||
1273 | InputDialog *fileDlg; | ||
1274 | fileDlg = new InputDialog(this,tr("Save m3u Playlist "),TRUE, 0); | ||
1275 | fileDlg->exec(); | ||
1276 | QString filename,list; | ||
1277 | if( fileDlg->result() == 1 ) { | ||
1278 | filename = fileDlg->LineEdit1->text(); | ||
1279 | qDebug(filename); | ||
1280 | int noOfFiles = 0; | ||
1281 | d->selectedFiles->first(); | ||
1282 | do { | ||
1283 | // we dont check for existance because of url's | ||
1284 | // qDebug(d->selectedFiles->current()->file()); | ||
1285 | list += d->selectedFiles->current()->file()+"\n"; | ||
1286 | noOfFiles++; | ||
1287 | } | ||
1288 | while ( d->selectedFiles->next() ); | ||
1289 | qDebug(list); | ||
1290 | if(filename.left(1) != "/") | ||
1291 | filename=QPEApplication::documentDir()+"/"+filename; | ||
1292 | if(filename.right(3) != "m3u") | ||
1293 | filename=filename+".m3u"; | ||
1294 | |||
1295 | QFile f(filename); | ||
1296 | f.open(IO_WriteOnly); | ||
1297 | f.writeBlock(list, list.length()); | ||
1298 | f.close(); | ||
1299 | } | ||
1300 | if(fileDlg) delete fileDlg; | ||
1274 | } | 1301 | } |
1275 | 1302 | ||
1276 | void PlayListWidget::readPls(const QString &filename) { | 1303 | void PlayListWidget::readPls(const QString &filename) { |
1277 | 1304 | ||
1278 | qDebug("pls filename is "+filename); | 1305 | qDebug("pls filename is "+filename); |
1279 | QFile f(filename); | 1306 | QFile f(filename); |
1280 | 1307 | ||
1281 | if(f.open(IO_ReadOnly)) { | 1308 | if(f.open(IO_ReadOnly)) { |
1282 | QTextStream t(&f); | 1309 | QTextStream t(&f); |
1283 | QString s;//, first, second; | 1310 | QString s;//, first, second; |
1284 | int i=0; | 1311 | int i=0; |
1285 | while ( !t.atEnd()) { | 1312 | while ( !t.atEnd()) { |
1286 | s=t.readLine(); | 1313 | s=t.readLine(); |
1287 | if(s.left(4) == "File") { | 1314 | if(s.left(4) == "File") { |
1288 | s=s.right(s.length() - 6); | 1315 | s=s.right(s.length() - 6); |
1289 | s.replace(QRegExp("%20")," "); | 1316 | s.replace(QRegExp("%20")," "); |
1290 | qDebug("adding "+s+" to playlist"); | 1317 | qDebug("adding "+s+" to playlist"); |
1291 | // numberofentries=2 | 1318 | // numberofentries=2 |
1292 | // File1=http | 1319 | // File1=http |
1293 | // Title | 1320 | // Title |
1294 | // Length | 1321 | // Length |
1295 | // Version | 1322 | // Version |
1296 | // File2=http | 1323 | // File2=http |
1297 | 1324 | ||
1298 | s=s.replace( QRegExp("\\"),"/"); | 1325 | s=s.replace( QRegExp("\\"),"/"); |
1299 | // Lview->insertLine(t.readLine(),-1); | 1326 | DocLnk lnk( s ); |
1300 | // s=t.readLine(); | 1327 | QFileInfo f(s); |
1301 | // s=s.right(s.length()-2); | 1328 | QString name = f.baseName(); |
1302 | DocLnk lnk( s ); | 1329 | if(name.left(4)=="http") |
1303 | QFileInfo f(s); | 1330 | name = s.right( s.length() - 7); |
1304 | QString name = f.baseName(); | 1331 | else |
1305 | name = name.right(name.length()-name.findRev("\\",-1,TRUE)-1); | 1332 | name=s; |
1333 | name = name.right(name.length()-name.findRev("\\",-1,TRUE)-1); | ||
1306 | // QFileInfo f(s); | 1334 | // QFileInfo f(s); |
1307 | // QString name = f.baseName(); | 1335 | // QString name = f.baseName(); |
1308 | // // name = name.left(name.length()-4); | 1336 | // name = name.left(name.length()-4); |
1309 | // name = name.right(name.findRev("/",0,TRUE)); | 1337 | // name = name.right(name.findRev("/",0,TRUE)); |
1310 | lnk.setName( name); | 1338 | lnk.setName( name); |
1311 | lnk.setFile( s+"/"); | 1339 | if(s.at(s.length()-4) == '.') |
1312 | lnk.setType("audio/x-mpegurl"); | 1340 | lnk.setFile( s); |
1313 | 1341 | else | |
1314 | qDebug("DocLnk add "+name); | 1342 | lnk.setFile( s+"/"); |
1315 | d->selectedFiles->addToSelection( lnk); | 1343 | lnk.setType("audio/x-mpegurl"); |
1316 | } | 1344 | |
1345 | qDebug("DocLnk add "+name); | ||
1346 | d->selectedFiles->addToSelection( lnk); | ||
1347 | } | ||
1317 | } | 1348 | } |
1318 | i++; | 1349 | i++; |
1319 | } | 1350 | } |
1320 | } | 1351 | } |
1321 | 1352 | ||
diff --git a/core/multimedia/opieplayer/playlistwidget.h b/core/multimedia/opieplayer/playlistwidget.h index 5837ed3..7718a8c 100644 --- a/core/multimedia/opieplayer/playlistwidget.h +++ b/core/multimedia/opieplayer/playlistwidget.h | |||
@@ -1,125 +1,125 @@ | |||
1 | /********************************************************************** | 1 | /********************************************************************** |
2 | ** Copyright (C) 2000 Trolltech AS. All rights reserved. | 2 | ** Copyright (C) 2000 Trolltech AS. All rights reserved. |
3 | ** | 3 | ** |
4 | ** This file is part of Qtopia Environment. | 4 | ** This file is part of Qtopia Environment. |
5 | ** | 5 | ** |
6 | ** This file may be distributed and/or modified under the terms of the | 6 | ** This file may be distributed and/or modified under the terms of the |
7 | ** GNU General Public License version 2 as published by the Free Software | 7 | ** GNU General Public License version 2 as published by the Free Software |
8 | ** Foundation and appearing in the file LICENSE.GPL included in the | 8 | ** Foundation and appearing in the file LICENSE.GPL included in the |
9 | ** packaging of this file. | 9 | ** packaging of this file. |
10 | ** | 10 | ** |
11 | ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE | 11 | ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE |
12 | ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. | 12 | ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
13 | ** | 13 | ** |
14 | ** See http://www.trolltech.com/gpl/ for GPL licensing information. | 14 | ** See http://www.trolltech.com/gpl/ for GPL licensing information. |
15 | ** | 15 | ** |
16 | ** Contact info@trolltech.com if any conditions of this licensing are | 16 | ** Contact info@trolltech.com if any conditions of this licensing are |
17 | ** not clear to you. | 17 | ** not clear to you. |
18 | ** | 18 | ** |
19 | **********************************************************************/ | 19 | **********************************************************************/ |
20 | #ifndef PLAY_LIST_WIDGET_H | 20 | #ifndef PLAY_LIST_WIDGET_H |
21 | #define PLAY_LIST_WIDGET_H | 21 | #define PLAY_LIST_WIDGET_H |
22 | 22 | ||
23 | #include <qmainwindow.h> | 23 | #include <qmainwindow.h> |
24 | #include <qpe/applnk.h> | 24 | #include <qpe/applnk.h> |
25 | #include <qtabwidget.h> | 25 | #include <qtabwidget.h> |
26 | #include <qpe/fileselector.h> | 26 | #include <qpe/fileselector.h> |
27 | #include <qpushbutton.h> | 27 | #include <qpushbutton.h> |
28 | 28 | ||
29 | /* #include <qtimer.h> */ | 29 | /* #include <qtimer.h> */ |
30 | 30 | ||
31 | 31 | ||
32 | class PlayListWidgetPrivate; | 32 | class PlayListWidgetPrivate; |
33 | class Config; | 33 | class Config; |
34 | class QListViewItem; | 34 | class QListViewItem; |
35 | class QListView; | 35 | class QListView; |
36 | class QPoint; | 36 | class QPoint; |
37 | class QAction; | 37 | class QAction; |
38 | class QLabel; | 38 | class QLabel; |
39 | 39 | ||
40 | class PlayListWidget : public QMainWindow { | 40 | class PlayListWidget : public QMainWindow { |
41 | Q_OBJECT | 41 | Q_OBJECT |
42 | public: | 42 | public: |
43 | PlayListWidget( QWidget* parent=0, const char* name=0, WFlags fl=0 ); | 43 | PlayListWidget( QWidget* parent=0, const char* name=0, WFlags fl=0 ); |
44 | ~PlayListWidget(); | 44 | ~PlayListWidget(); |
45 | QTabWidget * tabWidget; | 45 | QTabWidget * tabWidget; |
46 | QAction *fullScreenButton, *scaleButton; | 46 | QAction *fullScreenButton, *scaleButton; |
47 | DocLnkSet files; | 47 | DocLnkSet files; |
48 | DocLnkSet vFiles; | 48 | DocLnkSet vFiles; |
49 | QListView *audioView, *videoView, *playlistView; | 49 | QListView *audioView, *videoView, *playlistView; |
50 | QLabel *libString; | 50 | QLabel *libString; |
51 | bool fromSetDocument; | 51 | bool fromSetDocument; |
52 | bool insanityBool; | 52 | bool insanityBool; |
53 | QString setDocFileRef; | 53 | QString setDocFileRef; |
54 | // retrieve the current playlist entry (media file link) | 54 | // retrieve the current playlist entry (media file link) |
55 | const DocLnk *current(); | 55 | const DocLnk *current(); |
56 | void useSelectedDocument(); | 56 | void useSelectedDocument(); |
57 | /* QTimer * menuTimer; */ | 57 | /* QTimer * menuTimer; */ |
58 | FileSelector* playLists; | 58 | FileSelector* playLists; |
59 | QPushButton *tbDeletePlaylist; | 59 | QPushButton *tbDeletePlaylist; |
60 | int fd, selected; | 60 | int fd, selected; |
61 | public slots: | 61 | public slots: |
62 | bool first(); | 62 | bool first(); |
63 | bool last(); | 63 | bool last(); |
64 | bool next(); | 64 | bool next(); |
65 | bool prev(); | 65 | bool prev(); |
66 | /* void setFullScreen(); */ | 66 | /* void setFullScreen(); */ |
67 | /* void setScaled(); */ | 67 | /* void setScaled(); */ |
68 | protected: | 68 | protected: |
69 | /* void contentsMousePressEvent( QMouseEvent * e ); */ | 69 | /* void contentsMousePressEvent( QMouseEvent * e ); */ |
70 | /* void contentsMouseReleaseEvent( QMouseEvent * e ); */ | 70 | /* void contentsMouseReleaseEvent( QMouseEvent * e ); */ |
71 | void keyReleaseEvent( QKeyEvent *e); | 71 | void keyReleaseEvent( QKeyEvent *e); |
72 | void keyPressEvent( QKeyEvent *e); | 72 | void keyPressEvent( QKeyEvent *e); |
73 | private: | 73 | private: |
74 | bool audioScan, videoScan; | 74 | bool audioScan, videoScan; |
75 | void doBlank(); | 75 | void doBlank(); |
76 | void doUnblank(); | 76 | void doUnblank(); |
77 | void readm3u(const QString &); | 77 | void readm3u(const QString &); |
78 | void writem3u(const QString &); | ||
79 | void readPls(const QString &); | 78 | void readPls(const QString &); |
80 | 79 | ||
81 | 80 | ||
82 | void initializeStates(); | 81 | void initializeStates(); |
83 | void readConfig( Config& cfg ); | 82 | void readConfig( Config& cfg ); |
84 | void writeConfig( Config& cfg ) const; | 83 | void writeConfig( Config& cfg ) const; |
85 | PlayListWidgetPrivate *d; // Private implementation data | 84 | PlayListWidgetPrivate *d; // Private implementation data |
86 | void populateAudioView(); | 85 | void populateAudioView(); |
87 | void populateVideoView(); | 86 | void populateVideoView(); |
88 | private slots: | 87 | private slots: |
88 | void writem3u(); | ||
89 | void scanForAudio(); | 89 | void scanForAudio(); |
90 | void scanForVideo(); | 90 | void scanForVideo(); |
91 | void openFile(); | 91 | void openFile(); |
92 | void setDocument( const QString& fileref ); | 92 | void setDocument( const QString& fileref ); |
93 | void addToSelection( const DocLnk& ); // Add a media file to the playlist | 93 | void addToSelection( const DocLnk& ); // Add a media file to the playlist |
94 | void addToSelection( QListViewItem* ); // Add a media file to the playlist | 94 | void addToSelection( QListViewItem* ); // Add a media file to the playlist |
95 | void setActiveWindow(); // need to handle this to show the right view | 95 | void setActiveWindow(); // need to handle this to show the right view |
96 | void setPlaylist( bool ); // Show/Hide the playlist | 96 | void setPlaylist( bool ); // Show/Hide the playlist |
97 | void setView( char ); | 97 | void setView( char ); |
98 | void clearList(); | 98 | void clearList(); |
99 | void addAllToList(); | 99 | void addAllToList(); |
100 | void addAllMusicToList(); | 100 | void addAllMusicToList(); |
101 | void addAllVideoToList(); | 101 | void addAllVideoToList(); |
102 | void saveList(); // Save the playlist | 102 | void saveList(); // Save the playlist |
103 | void loadList( const DocLnk &); // Load a playlist | 103 | void loadList( const DocLnk &); // Load a playlist |
104 | void playIt( QListViewItem *); | 104 | void playIt( QListViewItem *); |
105 | 105 | ||
106 | void btnPlay(bool); | 106 | void btnPlay(bool); |
107 | void deletePlaylist(); | 107 | void deletePlaylist(); |
108 | void addSelected(); | 108 | void addSelected(); |
109 | void removeSelected(); | 109 | void removeSelected(); |
110 | void tabChanged(QWidget*); | 110 | void tabChanged(QWidget*); |
111 | void viewPressed( int, QListViewItem *, const QPoint&, int); | 111 | void viewPressed( int, QListViewItem *, const QPoint&, int); |
112 | void playlistViewPressed( int, QListViewItem *, const QPoint&, int); | 112 | void playlistViewPressed( int, QListViewItem *, const QPoint&, int); |
113 | void playSelected(); | 113 | void playSelected(); |
114 | void listDelete(); | 114 | void listDelete(); |
115 | 115 | ||
116 | protected slots: | 116 | protected slots: |
117 | /* void cancelMenuTimer(); */ | 117 | /* void cancelMenuTimer(); */ |
118 | /* void showFileMenu(); */ | 118 | /* void showFileMenu(); */ |
119 | 119 | ||
120 | 120 | ||
121 | }; | 121 | }; |
122 | 122 | ||
123 | 123 | ||
124 | #endif // PLAY_LIST_WIDGET_H | 124 | #endif // PLAY_LIST_WIDGET_H |
125 | 125 | ||