author | simon <simon> | 2002-12-02 20:01:57 (UTC) |
---|---|---|
committer | simon <simon> | 2002-12-02 20:01:57 (UTC) |
commit | acfbc79f2acf59fa5e4494dde4ea1c4ea5e429b7 (patch) (unidiff) | |
tree | 0589832714da4838a678b2e40e431816087efc39 | |
parent | 262f335a055e189130a3c0dd7028388ab103504e (diff) | |
download | opie-acfbc79f2acf59fa5e4494dde4ea1c4ea5e429b7.zip opie-acfbc79f2acf59fa5e4494dde4ea1c4ea5e429b7.tar.gz opie-acfbc79f2acf59fa5e4494dde4ea1c4ea5e429b7.tar.bz2 |
- less header inclusions
-rw-r--r-- | noncore/multimedia/opieplayer2/mediaplayer.h | 2 | ||||
-rw-r--r-- | noncore/multimedia/opieplayer2/videowidget.cpp | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/noncore/multimedia/opieplayer2/mediaplayer.h b/noncore/multimedia/opieplayer2/mediaplayer.h index 1e34c88..de3886e 100644 --- a/noncore/multimedia/opieplayer2/mediaplayer.h +++ b/noncore/multimedia/opieplayer2/mediaplayer.h | |||
@@ -1,77 +1,75 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of the Opie Project | 2 | This file is part of the Opie Project |
3 | 3 | ||
4 | Copyright (c) 2002 Max Reiss <harlekin@handhelds.org> | 4 | Copyright (c) 2002 Max Reiss <harlekin@handhelds.org> |
5 | Copyright (c) 2002 LJP <> | 5 | Copyright (c) 2002 LJP <> |
6 | Copyright (c) 2002 Holger Freyther <zecke@handhelds.org> | 6 | Copyright (c) 2002 Holger Freyther <zecke@handhelds.org> |
7 | =. | 7 | =. |
8 | .=l. | 8 | .=l. |
9 | .>+-= | 9 | .>+-= |
10 | _;:, .> :=|. This program is free software; you can | 10 | _;:, .> :=|. This program is free software; you can |
11 | .> <`_, > . <= redistribute it and/or modify it under | 11 | .> <`_, > . <= redistribute it and/or modify it under |
12 | :`=1 )Y*s>-.-- : the terms of the GNU General Public | 12 | :`=1 )Y*s>-.-- : the terms of the GNU General Public |
13 | .="- .-=="i, .._ License as published by the Free Software | 13 | .="- .-=="i, .._ License as published by the Free Software |
14 | - . .-<_> .<> Foundation; either version 2 of the License, | 14 | - . .-<_> .<> Foundation; either version 2 of the License, |
15 | ._= =} : or (at your option) any later version. | 15 | ._= =} : or (at your option) any later version. |
16 | .%`+i> _;_. | 16 | .%`+i> _;_. |
17 | .i_,=:_. -<s. This program is distributed in the hope that | 17 | .i_,=:_. -<s. This program is distributed in the hope that |
18 | + . -:. = it will be useful, but WITHOUT ANY WARRANTY; | 18 | + . -:. = it will be useful, but WITHOUT ANY WARRANTY; |
19 | : .. .:, . . . without even the implied warranty of | 19 | : .. .:, . . . without even the implied warranty of |
20 | =_ + =;=|` MERCHANTABILITY or FITNESS FOR A | 20 | =_ + =;=|` MERCHANTABILITY or FITNESS FOR A |
21 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU | 21 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU |
22 | ..}^=.= = ; Library General Public License for more | 22 | ..}^=.= = ; Library General Public License for more |
23 | ++= -. .` .: details. | 23 | ++= -. .` .: details. |
24 | : = ...= . :.=- | 24 | : = ...= . :.=- |
25 | -. .:....=;==+<; You should have received a copy of the GNU | 25 | -. .:....=;==+<; You should have received a copy of the GNU |
26 | -_. . . )=. = Library General Public License along with | 26 | -_. . . )=. = Library General Public License along with |
27 | -- :-=` this library; see the file COPYING.LIB. | 27 | -- :-=` this library; see the file COPYING.LIB. |
28 | If not, write to the Free Software Foundation, | 28 | If not, write to the Free Software Foundation, |
29 | Inc., 59 Temple Place - Suite 330, | 29 | Inc., 59 Temple Place - Suite 330, |
30 | Boston, MA 02111-1307, USA. | 30 | Boston, MA 02111-1307, USA. |
31 | 31 | ||
32 | */ | 32 | */ |
33 | 33 | ||
34 | #ifndef MEDIA_PLAYER_H | 34 | #ifndef MEDIA_PLAYER_H |
35 | #define MEDIA_PLAYER_H | 35 | #define MEDIA_PLAYER_H |
36 | 36 | ||
37 | #include <qmainwindow.h> | 37 | #include <qmainwindow.h> |
38 | #include <qframe.h> | 38 | #include <qframe.h> |
39 | #include <qpe/qlibrary.h> | ||
40 | #include <qpe/mediaplayerplugininterface.h> | ||
41 | 39 | ||
42 | #include "xinecontrol.h" | 40 | #include "xinecontrol.h" |
43 | 41 | ||
44 | class DocLnk; | 42 | class DocLnk; |
45 | class VolumeControl; | 43 | class VolumeControl; |
46 | 44 | ||
47 | class MediaPlayer : public QObject { | 45 | class MediaPlayer : public QObject { |
48 | Q_OBJECT | 46 | Q_OBJECT |
49 | public: | 47 | public: |
50 | MediaPlayer( QObject *parent, const char *name ); | 48 | MediaPlayer( QObject *parent, const char *name ); |
51 | ~MediaPlayer(); | 49 | ~MediaPlayer(); |
52 | private slots: | 50 | private slots: |
53 | void setPlaying( bool ); | 51 | void setPlaying( bool ); |
54 | void pauseCheck( bool ); | 52 | void pauseCheck( bool ); |
55 | void play(); | 53 | void play(); |
56 | void next(); | 54 | void next(); |
57 | void prev(); | 55 | void prev(); |
58 | void startIncreasingVolume(); | 56 | void startIncreasingVolume(); |
59 | void startDecreasingVolume(); | 57 | void startDecreasingVolume(); |
60 | void stopChangingVolume(); | 58 | void stopChangingVolume(); |
61 | void cleanUp(); | 59 | void cleanUp(); |
62 | void blank( bool ); | 60 | void blank( bool ); |
63 | 61 | ||
64 | protected: | 62 | protected: |
65 | void timerEvent( QTimerEvent *e ); | 63 | void timerEvent( QTimerEvent *e ); |
66 | void keyReleaseEvent( QKeyEvent *e); | 64 | void keyReleaseEvent( QKeyEvent *e); |
67 | private: | 65 | private: |
68 | bool isBlanked, l, r; | 66 | bool isBlanked, l, r; |
69 | int fd, fl; | 67 | int fd, fl; |
70 | int volumeDirection; | 68 | int volumeDirection; |
71 | XineControl *xineControl; | 69 | XineControl *xineControl; |
72 | VolumeControl *volControl; | 70 | VolumeControl *volControl; |
73 | }; | 71 | }; |
74 | 72 | ||
75 | 73 | ||
76 | #endif // MEDIA_PLAYER_H | 74 | #endif // MEDIA_PLAYER_H |
77 | 75 | ||
diff --git a/noncore/multimedia/opieplayer2/videowidget.cpp b/noncore/multimedia/opieplayer2/videowidget.cpp index 888fcf4..e0ca243 100644 --- a/noncore/multimedia/opieplayer2/videowidget.cpp +++ b/noncore/multimedia/opieplayer2/videowidget.cpp | |||
@@ -1,132 +1,131 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of the Opie Project | 2 | This file is part of the Opie Project |
3 | 3 | ||
4 | Copyright (c) 2002 Max Reiss <harlekin@handhelds.org> | 4 | Copyright (c) 2002 Max Reiss <harlekin@handhelds.org> |
5 | Copyright (c) 2002 L. Potter <ljp@llornkcor.com> | 5 | Copyright (c) 2002 L. Potter <ljp@llornkcor.com> |
6 | Copyright (c) 2002 Holger Freyther <zecke@handhelds.org> | 6 | Copyright (c) 2002 Holger Freyther <zecke@handhelds.org> |
7 | =. | 7 | =. |
8 | .=l. | 8 | .=l. |
9 | .>+-= | 9 | .>+-= |
10 | _;:, .> :=|. This program is free software; you can | 10 | _;:, .> :=|. This program is free software; you can |
11 | .> <`_, > . <= redistribute it and/or modify it under | 11 | .> <`_, > . <= redistribute it and/or modify it under |
12 | :`=1 )Y*s>-.-- : the terms of the GNU General Public | 12 | :`=1 )Y*s>-.-- : the terms of the GNU General Public |
13 | .="- .-=="i, .._ License as published by the Free Software | 13 | .="- .-=="i, .._ License as published by the Free Software |
14 | - . .-<_> .<> Foundation; either version 2 of the License, | 14 | - . .-<_> .<> Foundation; either version 2 of the License, |
15 | ._= =} : or (at your option) any later version. | 15 | ._= =} : or (at your option) any later version. |
16 | .%`+i> _;_. | 16 | .%`+i> _;_. |
17 | .i_,=:_. -<s. This program is distributed in the hope that | 17 | .i_,=:_. -<s. This program is distributed in the hope that |
18 | + . -:. = it will be useful, but WITHOUT ANY WARRANTY; | 18 | + . -:. = it will be useful, but WITHOUT ANY WARRANTY; |
19 | : .. .:, . . . without even the implied warranty of | 19 | : .. .:, . . . without even the implied warranty of |
20 | =_ + =;=|` MERCHANTABILITY or FITNESS FOR A | 20 | =_ + =;=|` MERCHANTABILITY or FITNESS FOR A |
21 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU | 21 | _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU |
22 | ..}^=.= = ; Library General Public License for more | 22 | ..}^=.= = ; Library General Public License for more |
23 | ++= -. .` .: details. | 23 | ++= -. .` .: details. |
24 | : = ...= . :.=- | 24 | : = ...= . :.=- |
25 | -. .:....=;==+<; You should have received a copy of the GNU | 25 | -. .:....=;==+<; You should have received a copy of the GNU |
26 | -_. . . )=. = Library General Public License along with | 26 | -_. . . )=. = Library General Public License along with |
27 | -- :-=` this library; see the file COPYING.LIB. | 27 | -- :-=` this library; see the file COPYING.LIB. |
28 | If not, write to the Free Software Foundation, | 28 | If not, write to the Free Software Foundation, |
29 | Inc., 59 Temple Place - Suite 330, | 29 | Inc., 59 Temple Place - Suite 330, |
30 | Boston, MA 02111-1307, USA. | 30 | Boston, MA 02111-1307, USA. |
31 | 31 | ||
32 | */ | 32 | */ |
33 | 33 | ||
34 | #include <qpe/qpeapplication.h> | 34 | #include <qpe/qpeapplication.h> |
35 | #include <qpe/resource.h> | 35 | #include <qpe/resource.h> |
36 | #include <qpe/mediaplayerplugininterface.h> | ||
37 | #include <qpe/config.h> | 36 | #include <qpe/config.h> |
38 | 37 | ||
39 | 38 | ||
40 | #include <qwidget.h> | 39 | #include <qwidget.h> |
41 | #include <qpainter.h> | 40 | #include <qpainter.h> |
42 | #include <qpixmap.h> | 41 | #include <qpixmap.h> |
43 | #include <qslider.h> | 42 | #include <qslider.h> |
44 | #include <qdrawutil.h> | 43 | #include <qdrawutil.h> |
45 | #include "videowidget.h" | 44 | #include "videowidget.h" |
46 | #include "mediaplayerstate.h" | 45 | #include "mediaplayerstate.h" |
47 | #include "playlistwidget.h" | 46 | #include "playlistwidget.h" |
48 | 47 | ||
49 | 48 | ||
50 | #ifdef Q_WS_QWS | 49 | #ifdef Q_WS_QWS |
51 | # define USE_DIRECT_PAINTER | 50 | # define USE_DIRECT_PAINTER |
52 | # include <qdirectpainter_qws.h> | 51 | # include <qdirectpainter_qws.h> |
53 | # include <qgfxraster_qws.h> | 52 | # include <qgfxraster_qws.h> |
54 | #endif | 53 | #endif |
55 | 54 | ||
56 | 55 | ||
57 | extern MediaPlayerState *mediaPlayerState; | 56 | extern MediaPlayerState *mediaPlayerState; |
58 | extern PlayListWidget *playList; | 57 | extern PlayListWidget *playList; |
59 | 58 | ||
60 | 59 | ||
61 | static const int xo = 2; // movable x offset | 60 | static const int xo = 2; // movable x offset |
62 | static const int yo = 0; // movable y offset | 61 | static const int yo = 0; // movable y offset |
63 | 62 | ||
64 | 63 | ||
65 | struct MediaButton { | 64 | struct MediaButton { |
66 | bool isToggle, isHeld, isDown; | 65 | bool isToggle, isHeld, isDown; |
67 | }; | 66 | }; |
68 | 67 | ||
69 | MediaButton videoButtons[] = { | 68 | MediaButton videoButtons[] = { |
70 | { FALSE, FALSE, FALSE }, // stop | 69 | { FALSE, FALSE, FALSE }, // stop |
71 | { TRUE, FALSE, FALSE }, // play | 70 | { TRUE, FALSE, FALSE }, // play |
72 | { FALSE, FALSE, FALSE }, // previous | 71 | { FALSE, FALSE, FALSE }, // previous |
73 | { FALSE, FALSE, FALSE }, // next | 72 | { FALSE, FALSE, FALSE }, // next |
74 | { FALSE, FALSE, FALSE }, // volUp | 73 | { FALSE, FALSE, FALSE }, // volUp |
75 | { FALSE, FALSE, FALSE }, // volDown | 74 | { FALSE, FALSE, FALSE }, // volDown |
76 | { TRUE, FALSE, FALSE } // fullscreen | 75 | { TRUE, FALSE, FALSE } // fullscreen |
77 | }; | 76 | }; |
78 | 77 | ||
79 | const char *skinV_mask_file_names[7] = { | 78 | const char *skinV_mask_file_names[7] = { |
80 | "stop","play","back","fwd","up","down","full" | 79 | "stop","play","back","fwd","up","down","full" |
81 | }; | 80 | }; |
82 | 81 | ||
83 | static const int numVButtons = (sizeof(videoButtons)/sizeof(MediaButton)); | 82 | static const int numVButtons = (sizeof(videoButtons)/sizeof(MediaButton)); |
84 | 83 | ||
85 | 84 | ||
86 | VideoWidget::VideoWidget(QWidget* parent, const char* name) : | 85 | VideoWidget::VideoWidget(QWidget* parent, const char* name) : |
87 | MediaWidget( parent, name ), scaledWidth( 0 ), scaledHeight( 0 ) { | 86 | MediaWidget( parent, name ), scaledWidth( 0 ), scaledHeight( 0 ) { |
88 | 87 | ||
89 | 88 | ||
90 | setCaption( tr("OpiePlayer - Video") ); | 89 | setCaption( tr("OpiePlayer - Video") ); |
91 | 90 | ||
92 | videoFrame = new XineVideoWidget ( this, "Video frame" ); | 91 | videoFrame = new XineVideoWidget ( this, "Video frame" ); |
93 | 92 | ||
94 | connect ( videoFrame, SIGNAL( videoResized ( const QSize & )), this, SIGNAL( videoResized ( const QSize & ))); | 93 | connect ( videoFrame, SIGNAL( videoResized ( const QSize & )), this, SIGNAL( videoResized ( const QSize & ))); |
95 | connect ( videoFrame, SIGNAL( clicked () ), this, SLOT ( backToNormal() ) ); | 94 | connect ( videoFrame, SIGNAL( clicked () ), this, SLOT ( backToNormal() ) ); |
96 | 95 | ||
97 | Config cfg("OpiePlayer"); | 96 | Config cfg("OpiePlayer"); |
98 | cfg.setGroup("Options"); | 97 | cfg.setGroup("Options"); |
99 | skin = cfg.readEntry("Skin","default"); | 98 | skin = cfg.readEntry("Skin","default"); |
100 | 99 | ||
101 | QString skinPath = "opieplayer2/skins/" + skin; | 100 | QString skinPath = "opieplayer2/skins/" + skin; |
102 | pixBg = new QPixmap( Resource::loadPixmap( QString("%1/background").arg(skinPath) ) ); | 101 | pixBg = new QPixmap( Resource::loadPixmap( QString("%1/background").arg(skinPath) ) ); |
103 | imgUp = new QImage( Resource::loadImage( QString("%1/skinV_up").arg(skinPath) ) ); | 102 | imgUp = new QImage( Resource::loadImage( QString("%1/skinV_up").arg(skinPath) ) ); |
104 | imgDn = new QImage( Resource::loadImage( QString("%1/skinV_down").arg(skinPath) ) ); | 103 | imgDn = new QImage( Resource::loadImage( QString("%1/skinV_down").arg(skinPath) ) ); |
105 | 104 | ||
106 | imgButtonMask = new QImage( imgUp->width(), imgUp->height(), 8, 255 ); | 105 | imgButtonMask = new QImage( imgUp->width(), imgUp->height(), 8, 255 ); |
107 | imgButtonMask->fill( 0 ); | 106 | imgButtonMask->fill( 0 ); |
108 | 107 | ||
109 | for ( int i = 0; i < 7; i++ ) { | 108 | for ( int i = 0; i < 7; i++ ) { |
110 | QString filename = QString( QPEApplication::qpeDir() + "/pics/" + skinPath + "/skinV_mask_" + skinV_mask_file_names[i] + ".png" ); | 109 | QString filename = QString( QPEApplication::qpeDir() + "/pics/" + skinPath + "/skinV_mask_" + skinV_mask_file_names[i] + ".png" ); |
111 | masks[i] = new QBitmap( filename ); | 110 | masks[i] = new QBitmap( filename ); |
112 | 111 | ||
113 | if ( !masks[i]->isNull() ) { | 112 | if ( !masks[i]->isNull() ) { |
114 | QImage imgMask = masks[i]->convertToImage(); | 113 | QImage imgMask = masks[i]->convertToImage(); |
115 | uchar **dest = imgButtonMask->jumpTable(); | 114 | uchar **dest = imgButtonMask->jumpTable(); |
116 | for ( int y = 0; y < imgUp->height(); y++ ) { | 115 | for ( int y = 0; y < imgUp->height(); y++ ) { |
117 | uchar *line = dest[y]; | 116 | uchar *line = dest[y]; |
118 | for ( int x = 0; x < imgUp->width(); x++ ) { | 117 | for ( int x = 0; x < imgUp->width(); x++ ) { |
119 | if ( !qRed( imgMask.pixel( x, y ) ) ) | 118 | if ( !qRed( imgMask.pixel( x, y ) ) ) |
120 | line[x] = i + 1; | 119 | line[x] = i + 1; |
121 | } | 120 | } |
122 | } | 121 | } |
123 | } | 122 | } |
124 | } | 123 | } |
125 | 124 | ||
126 | for ( int i = 0; i < 7; i++ ) { | 125 | for ( int i = 0; i < 7; i++ ) { |
127 | buttonPixUp[i] = NULL; | 126 | buttonPixUp[i] = NULL; |
128 | buttonPixDown[i] = NULL; | 127 | buttonPixDown[i] = NULL; |
129 | } | 128 | } |
130 | 129 | ||
131 | setBackgroundPixmap( *pixBg ); | 130 | setBackgroundPixmap( *pixBg ); |
132 | 131 | ||