author | mickeyl <mickeyl> | 2003-12-07 15:44:04 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-12-07 15:44:04 (UTC) |
commit | 3bbeef6702ef80b7506b5393cc51d1fd5b04559d (patch) (unidiff) | |
tree | 2d95df31b24915ecbc5fb06a186489af332954e5 | |
parent | 6da5abf5f5c094ee8b431250573a662b53110c01 (diff) | |
download | opie-3bbeef6702ef80b7506b5393cc51d1fd5b04559d.zip opie-3bbeef6702ef80b7506b5393cc51d1fd5b04559d.tar.gz opie-3bbeef6702ef80b7506b5393cc51d1fd5b04559d.tar.bz2 |
#include fixlet
-rw-r--r-- | core/multimedia/opieplayer/playlistwidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/multimedia/opieplayer/playlistwidget.cpp b/core/multimedia/opieplayer/playlistwidget.cpp index 5ce53b8..5fb605b 100644 --- a/core/multimedia/opieplayer/playlistwidget.cpp +++ b/core/multimedia/opieplayer/playlistwidget.cpp | |||
@@ -1,153 +1,154 @@ | |||
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 <qmenubar.h> | 24 | #include <qmenubar.h> |
25 | #include <qtoolbar.h> | 25 | #include <qtoolbar.h> |
26 | #include <qpe/qpemenubar.h> | ||
26 | #include <qpe/fileselector.h> | 27 | #include <qpe/fileselector.h> |
27 | #include <qpe/qpeapplication.h> | 28 | #include <qpe/qpeapplication.h> |
28 | #include <qpe/lnkproperties.h> | 29 | #include <qpe/lnkproperties.h> |
29 | #include <qpe/storage.h> | 30 | #include <qpe/storage.h> |
30 | 31 | ||
31 | #include <qpe/applnk.h> | 32 | #include <qpe/applnk.h> |
32 | #include <qpe/config.h> | 33 | #include <qpe/config.h> |
33 | #include <qpe/global.h> | 34 | #include <qpe/global.h> |
34 | #include <qpe/resource.h> | 35 | #include <qpe/resource.h> |
35 | #include <qaction.h> | 36 | #include <qaction.h> |
36 | #include <qcursor.h> | 37 | #include <qcursor.h> |
37 | #include <qimage.h> | 38 | #include <qimage.h> |
38 | #include <qfile.h> | 39 | #include <qfile.h> |
39 | #include <qdir.h> | 40 | #include <qdir.h> |
40 | #include <qlayout.h> | 41 | #include <qlayout.h> |
41 | #include <qlabel.h> | 42 | #include <qlabel.h> |
42 | #include <qlist.h> | 43 | #include <qlist.h> |
43 | #include <qlistbox.h> | 44 | #include <qlistbox.h> |
44 | #include <qmainwindow.h> | 45 | #include <qmainwindow.h> |
45 | #include <qmessagebox.h> | 46 | #include <qmessagebox.h> |
46 | #include <qtoolbutton.h> | 47 | #include <qtoolbutton.h> |
47 | #include <qtabwidget.h> | 48 | #include <qtabwidget.h> |
48 | #include <qlistview.h> | 49 | #include <qlistview.h> |
49 | #include <qpoint.h> | 50 | #include <qpoint.h> |
50 | #include <qlineedit.h> | 51 | #include <qlineedit.h> |
51 | #include <qpushbutton.h> | 52 | #include <qpushbutton.h> |
52 | #include <qregexp.h> | 53 | #include <qregexp.h> |
53 | #include <qtextstream.h> | 54 | #include <qtextstream.h> |
54 | 55 | ||
55 | //#include <qtimer.h> | 56 | //#include <qtimer.h> |
56 | 57 | ||
57 | #include "playlistselection.h" | 58 | #include "playlistselection.h" |
58 | #include "playlistwidget.h" | 59 | #include "playlistwidget.h" |
59 | #include "mediaplayerstate.h" | 60 | #include "mediaplayerstate.h" |
60 | 61 | ||
61 | #include "inputDialog.h" | 62 | #include "inputDialog.h" |
62 | 63 | ||
63 | #include <stdlib.h> | 64 | #include <stdlib.h> |
64 | #include "audiowidget.h" | 65 | #include "audiowidget.h" |
65 | #include "videowidget.h" | 66 | #include "videowidget.h" |
66 | 67 | ||
67 | #include <unistd.h> | 68 | #include <unistd.h> |
68 | #include <sys/file.h> | 69 | #include <sys/file.h> |
69 | #include <sys/ioctl.h> | 70 | #include <sys/ioctl.h> |
70 | #include <sys/soundcard.h> | 71 | #include <sys/soundcard.h> |
71 | 72 | ||
72 | // for setBacklight() | 73 | // for setBacklight() |
73 | #include <linux/fb.h> | 74 | #include <linux/fb.h> |
74 | #include <sys/types.h> | 75 | #include <sys/types.h> |
75 | #include <sys/stat.h> | 76 | #include <sys/stat.h> |
76 | #include <stdlib.h> | 77 | #include <stdlib.h> |
77 | 78 | ||
78 | #define BUTTONS_ON_TOOLBAR | 79 | #define BUTTONS_ON_TOOLBAR |
79 | #define SIDE_BUTTONS | 80 | #define SIDE_BUTTONS |
80 | #define CAN_SAVE_LOAD_PLAYLISTS | 81 | #define CAN_SAVE_LOAD_PLAYLISTS |
81 | 82 | ||
82 | extern AudioWidget *audioUI; | 83 | extern AudioWidget *audioUI; |
83 | extern VideoWidget *videoUI; | 84 | extern VideoWidget *videoUI; |
84 | extern MediaPlayerState *mediaPlayerState; | 85 | extern MediaPlayerState *mediaPlayerState; |
85 | 86 | ||
86 | static inline QString fullBaseName ( const QFileInfo &fi ) | 87 | static inline QString fullBaseName ( const QFileInfo &fi ) |
87 | { | 88 | { |
88 | QString str = fi. fileName ( ); | 89 | QString str = fi. fileName ( ); |
89 | return str. left ( str. findRev ( '.' )); | 90 | return str. left ( str. findRev ( '.' )); |
90 | } | 91 | } |
91 | 92 | ||
92 | 93 | ||
93 | QString audioMimes ="audio/mpeg;audio/x-wav;application/ogg;audio/x-mod"; | 94 | QString audioMimes ="audio/mpeg;audio/x-wav;application/ogg;audio/x-mod"; |
94 | // class myFileSelector { | 95 | // class myFileSelector { |
95 | 96 | ||
96 | // }; | 97 | // }; |
97 | class PlayListWidgetPrivate { | 98 | class PlayListWidgetPrivate { |
98 | public: | 99 | public: |
99 | QToolButton *tbPlay, *tbFull, *tbLoop, *tbScale, *tbShuffle, *tbAddToList, *tbRemoveFromList, *tbMoveUp, *tbMoveDown, *tbRemove; | 100 | QToolButton *tbPlay, *tbFull, *tbLoop, *tbScale, *tbShuffle, *tbAddToList, *tbRemoveFromList, *tbMoveUp, *tbMoveDown, *tbRemove; |
100 | QFrame *playListFrame; | 101 | QFrame *playListFrame; |
101 | FileSelector *files; | 102 | FileSelector *files; |
102 | PlayListSelection *selectedFiles; | 103 | PlayListSelection *selectedFiles; |
103 | bool setDocumentUsed; | 104 | bool setDocumentUsed; |
104 | DocLnk *current; | 105 | DocLnk *current; |
105 | }; | 106 | }; |
106 | 107 | ||
107 | 108 | ||
108 | class ToolButton : public QToolButton { | 109 | class ToolButton : public QToolButton { |
109 | public: | 110 | public: |
110 | ToolButton( QWidget *parent, const char *name, const QString& icon, QObject *handler, const QString& slot, bool t = FALSE ) | 111 | ToolButton( QWidget *parent, const char *name, const QString& icon, QObject *handler, const QString& slot, bool t = FALSE ) |
111 | : QToolButton( parent, name ) { | 112 | : QToolButton( parent, name ) { |
112 | setTextLabel( name ); | 113 | setTextLabel( name ); |
113 | setPixmap( Resource::loadPixmap( icon ) ); | 114 | setPixmap( Resource::loadPixmap( icon ) ); |
114 | setAutoRaise( TRUE ); | 115 | setAutoRaise( TRUE ); |
115 | setFocusPolicy( QWidget::NoFocus ); | 116 | setFocusPolicy( QWidget::NoFocus ); |
116 | setToggleButton( t ); | 117 | setToggleButton( t ); |
117 | connect( this, t ? SIGNAL( toggled(bool) ) : SIGNAL( clicked() ), handler, slot ); | 118 | connect( this, t ? SIGNAL( toggled(bool) ) : SIGNAL( clicked() ), handler, slot ); |
118 | QPEMenuToolFocusManager::manager()->addWidget( this ); | 119 | QPEMenuToolFocusManager::manager()->addWidget( this ); |
119 | } | 120 | } |
120 | }; | 121 | }; |
121 | 122 | ||
122 | 123 | ||
123 | class MenuItem : public QAction { | 124 | class MenuItem : public QAction { |
124 | public: | 125 | public: |
125 | MenuItem( QWidget *parent, const QString& text, QObject *handler, const QString& slot ) | 126 | MenuItem( QWidget *parent, const QString& text, QObject *handler, const QString& slot ) |
126 | : QAction( text, QString::null, 0, 0 ) { | 127 | : QAction( text, QString::null, 0, 0 ) { |
127 | connect( this, SIGNAL( activated() ), handler, slot ); | 128 | connect( this, SIGNAL( activated() ), handler, slot ); |
128 | addTo( parent ); | 129 | addTo( parent ); |
129 | } | 130 | } |
130 | }; | 131 | }; |
131 | 132 | ||
132 | 133 | ||
133 | PlayListWidget::PlayListWidget( QWidget* parent, const char* name, WFlags fl ) | 134 | PlayListWidget::PlayListWidget( QWidget* parent, const char* name, WFlags fl ) |
134 | : QMainWindow( parent, name, fl ) { | 135 | : QMainWindow( parent, name, fl ) { |
135 | 136 | ||
136 | d = new PlayListWidgetPrivate; | 137 | d = new PlayListWidgetPrivate; |
137 | d->setDocumentUsed = FALSE; | 138 | d->setDocumentUsed = FALSE; |
138 | d->current = NULL; | 139 | d->current = NULL; |
139 | fromSetDocument = FALSE; | 140 | fromSetDocument = FALSE; |
140 | insanityBool=FALSE; | 141 | insanityBool=FALSE; |
141 | audioScan = FALSE; | 142 | audioScan = FALSE; |
142 | videoScan = FALSE; | 143 | videoScan = FALSE; |
143 | // menuTimer = new QTimer( this ,"menu timer"), | 144 | // menuTimer = new QTimer( this ,"menu timer"), |
144 | // connect( menuTimer, SIGNAL( timeout() ), SLOT( addSelected() ) ); | 145 | // connect( menuTimer, SIGNAL( timeout() ), SLOT( addSelected() ) ); |
145 | channel = new QCopChannel( "QPE/Application/opieplayer", this ); | 146 | channel = new QCopChannel( "QPE/Application/opieplayer", this ); |
146 | connect( channel, SIGNAL(received(const QCString&, const QByteArray&)), | 147 | connect( channel, SIGNAL(received(const QCString&, const QByteArray&)), |
147 | this, SLOT( qcopReceive(const QCString&, const QByteArray&)) ); | 148 | this, SLOT( qcopReceive(const QCString&, const QByteArray&)) ); |
148 | 149 | ||
149 | setBackgroundMode( PaletteButton ); | 150 | setBackgroundMode( PaletteButton ); |
150 | 151 | ||
151 | setCaption( tr("OpiePlayer") ); | 152 | setCaption( tr("OpiePlayer") ); |
152 | setIcon( Resource::loadPixmap( "opieplayer/MPEGPlayer" ) ); | 153 | setIcon( Resource::loadPixmap( "opieplayer/MPEGPlayer" ) ); |
153 | 154 | ||