summaryrefslogtreecommitdiff
authordrw <drw>2005-03-02 18:54:28 (UTC)
committer drw <drw>2005-03-02 18:54:28 (UTC)
commit9f1589f7c83aed5f307b2f99018198661e84a95b (patch) (unidiff)
tree1c5c4297d88a96deba367f73c095f798bdb1c5b6
parentb9d921e98946ee787ec995f44eb1b937d669b430 (diff)
downloadopie-9f1589f7c83aed5f307b2f99018198661e84a95b.zip
opie-9f1589f7c83aed5f307b2f99018198661e84a95b.tar.gz
opie-9f1589f7c83aed5f307b2f99018198661e84a95b.tar.bz2
Scale icons approprtely
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/volumeapplet/volume.cpp11
1 files changed, 8 insertions, 3 deletions
diff --git a/core/applets/volumeapplet/volume.cpp b/core/applets/volumeapplet/volume.cpp
index 23c847d..11ba2f6 100644
--- a/core/applets/volumeapplet/volume.cpp
+++ b/core/applets/volumeapplet/volume.cpp
@@ -1,783 +1,788 @@
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 20
21#include "volume.h" 21#include "volume.h"
22 22
23/* OPIE */ 23/* OPIE */
24#include <opie2/oledbox.h> 24#include <opie2/oledbox.h>
25#include <opie2/odevice.h> 25#include <opie2/odevice.h>
26#include <opie2/otaskbarapplet.h> 26#include <opie2/otaskbarapplet.h>
27#include <qpe/resource.h> 27#include <qpe/resource.h>
28#include <qpe/applnk.h> 28#include <qpe/applnk.h>
29#include <qpe/config.h> 29#include <qpe/config.h>
30#include <qpe/qcopenvelope_qws.h> 30#include <qpe/qcopenvelope_qws.h>
31using namespace Opie::Core; 31using namespace Opie::Core;
32using namespace Opie::Ui; 32using namespace Opie::Ui;
33 33
34/* QT */ 34/* QT */
35#include <qpainter.h> 35#include <qpainter.h>
36#include <qcheckbox.h> 36#include <qcheckbox.h>
37#include <qslider.h> 37#include <qslider.h>
38#include <qlayout.h> 38#include <qlayout.h>
39#include <qvbox.h> 39#include <qvbox.h>
40#include <qlabel.h> 40#include <qlabel.h>
41#include <qpushbutton.h> 41#include <qpushbutton.h>
42#include <qtimer.h> 42#include <qtimer.h>
43 43
44/* STD */ 44/* STD */
45#include <stdio.h> 45#include <stdio.h>
46 46
47#define RATE_TIMER_INTERVAL 100 47#define RATE_TIMER_INTERVAL 100
48// Ten times per second is fine (RATE_TIMER_INTERVAL 100). A shorter time 48// Ten times per second is fine (RATE_TIMER_INTERVAL 100). A shorter time
49// results in "hanging" buttons on the iPAQ due to quite high CPU consumption. 49// results in "hanging" buttons on the iPAQ due to quite high CPU consumption.
50 50
51 51
52/* XPM */ 52/* XPM */
53using namespace Opie::Ui; 53using namespace Opie::Ui;
54static const char * vol_xpm[] = { 54static const char * vol_xpm[] = {
55"20 20 3 1", 55"20 20 3 1",
56" c None", 56" c None",
57". c #0000FF", 57". c #0000FF",
58"+ c #000000", 58"+ c #000000",
59" ", 59" ",
60" . ", 60" . ",
61" . . . . ", 61" . . . . ",
62" . . . . . . ", 62" . . . . . . ",
63" . . . . . . . ", 63" . . . . . . . ",
64" . . ..... . . ", 64" . . ..... . . ",
65" . ... ..... ... ", 65" . ... ..... ... ",
66" ........... .... ", 66" ........... .... ",
67" ................. ", 67" ................. ",
68"++++++++++++++++++++", 68"++++++++++++++++++++",
69" .................. ", 69" .................. ",
70" . ............. . ", 70" . ............. . ",
71" . ..... ....... ", 71" . ..... ....... ",
72" . ... ..... . ", 72" . ... ..... . ",
73" . ... ..... . ", 73" . ... ..... . ",
74" . ... ..... ", 74" . ... ..... ",
75" . . . . . ", 75" . . . . . ",
76" . . . ", 76" . . . ",
77" . . . ", 77" . . . ",
78" "}; 78" "};
79/* XPM */ 79/* XPM */
80static const char * mic_xpm[] = { 80static const char * mic_xpm[] = {
81"20 20 21 1", 81"20 20 21 1",
82" c None", 82" c None",
83". c #000000", 83". c #000000",
84"+ c #EEEEEE", 84"+ c #EEEEEE",
85"@ c #B4B6B4", 85"@ c #B4B6B4",
86"# c #8B8D8B", 86"# c #8B8D8B",
87"$ c #D5D6D5", 87"$ c #D5D6D5",
88"% c #E6E6E6", 88"% c #E6E6E6",
89"& c #9C9D9C", 89"& c #9C9D9C",
90"* c #6A696A", 90"* c #6A696A",
91"= c #E6E2E6", 91"= c #E6E2E6",
92"- c #F6F2F6", 92"- c #F6F2F6",
93"; c #CDC6CD", 93"; c #CDC6CD",
94"> c #737573", 94"> c #737573",
95", c #4A484A", 95", c #4A484A",
96"' c #DEDEDE", 96"' c #DEDEDE",
97") c #F6EEF6", 97") c #F6EEF6",
98"! c #414041", 98"! c #414041",
99"~ c #202020", 99"~ c #202020",
100"{ c #ACAEAC", 100"{ c #ACAEAC",
101"] c #838583", 101"] c #838583",
102"^ c #6A656A", 102"^ c #6A656A",
103" ", 103" ",
104" .... ", 104" .... ",
105" .+@+#. ", 105" .+@+#. ",
106" ..$%&%*. ", 106" ..$%&%*. ",
107" .=-.;=>=,. ", 107" .=-.;=>=,. ",
108" .'+).&+!+. ", 108" .'+).&+!+. ",
109" .+;+;.~+~. ", 109" .+;+;.~+~. ",
110" ..%{%,.... ", 110" ..%{%,.... ",
111" ..&=>=~.. ", 111" ..&=>=~.. ",
112" .+..]^,.. ", 112" .+..]^,.. ",
113" .+....... ", 113" .+....... ",
114" .%... ", 114" .%... ",
115" .=... ", 115" .=... ",
116" .+... ", 116" .+... ",
117" .+... ", 117" .+... ",
118" .... ", 118" .... ",
119" .... ", 119" .... ",
120" .. ", 120" .. ",
121" . ", 121" . ",
122". "}; 122". "};
123 123
124 124
125static const char * bass_xpm[] = { 125static const char * bass_xpm[] = {
126"20 20 3 1", 126"20 20 3 1",
127" c None", 127" c None",
128". c #000000", 128". c #000000",
129"+ c #0000FF", 129"+ c #0000FF",
130" ", 130" ",
131" ", 131" ",
132" ", 132" ",
133"..... +++ ......", 133"..... +++ ......",
134" +++++++ ", 134" +++++++ ",
135" ++ ++ ", 135" ++ ++ ",
136"... ++ ... ++ ++ .", 136"... ++ ... ++ ++ .",
137" +++ ++ ++ ", 137" +++ ++ ++ ",
138" ++++ ++ ", 138" ++++ ++ ",
139"... ++++ .. ++ .....", 139"... ++++ .. ++ .....",
140" ++ ++ ", 140" ++ ++ ",
141" ++ ++ ", 141" ++ ++ ",
142"..........++ ++ .", 142"..........++ ++ .",
143" ++ ", 143" ++ ",
144" ++ ", 144" ++ ",
145"...... ++ .........", 145"...... ++ .........",
146" + ", 146" + ",
147" ", 147" ",
148" ", 148" ",
149" "}; 149" "};
150 150
151 151
152static const char * treble_xpm[] = { 152static const char * treble_xpm[] = {
153"20 20 3 1", 153"20 20 3 1",
154" c None", 154" c None",
155". c #0000FF", 155". c #0000FF",
156"+ c #000000", 156"+ c #000000",
157" .. ", 157" .. ",
158" . .. ", 158" . .. ",
159" . .. ", 159" . .. ",
160"++++++++ . .. ++++++", 160"++++++++ . .. ++++++",
161" . . ", 161" . . ",
162" ... ", 162" ... ",
163"++++++++ . +++++++", 163"++++++++ . +++++++",
164" .. ", 164" .. ",
165" .. . ", 165" .. . ",
166"+++ .. ... +++++++", 166"+++ .. ... +++++++",
167" .. .. .. ", 167" .. .. .. ",
168" .. . . .. ", 168" .. . . .. ",
169"+++ .. . . + . +++++", 169"+++ .. . . + . +++++",
170" .. . .. ", 170" .. . .. ",
171" .. . .. ", 171" .. . .. ",
172"++++ ...... +++++++", 172"++++ ...... +++++++",
173" . ", 173" . ",
174" .. . ", 174" .. . ",
175" .. . ", 175" .. . ",
176" .. "}; 176" .. "};
177 177
178 178
179 179
180 180
181/* XPM */ 181/* XPM */
182static const char * alarm_xpm[] = { 182static const char * alarm_xpm[] = {
183"20 20 33 1", 183"20 20 33 1",
184" c None", 184" c None",
185". c #080602", 185". c #080602",
186"+ c #AAA602", 186"+ c #AAA602",
187"@ c #252002", 187"@ c #252002",
188"# c #434202", 188"# c #434202",
189"$ c #795602", 189"$ c #795602",
190"% c #C3C20D", 190"% c #C3C20D",
191"& c #DADAC2", 191"& c #DADAC2",
192"* c #826002", 192"* c #826002",
193"= c #740502", 193"= c #740502",
194"- c #D6D602", 194"- c #D6D602",
195"; c #322E02", 195"; c #322E02",
196"> c #826A02", 196"> c #826A02",
197", c #F1F195", 197", c #F1F195",
198"' c #959215", 198"' c #959215",
199") c #423602", 199") c #423602",
200"! c #4B0302", 200"! c #4B0302",
201"~ c #844315", 201"~ c #844315",
202"{ c #AAAA2A", 202"{ c #AAAA2A",
203"] c #E2DE42", 203"] c #E2DE42",
204"^ c #BA7E04", 204"^ c #BA7E04",
205"/ c #7F7502", 205"/ c #7F7502",
206"( c #828276", 206"( c #828276",
207"_ c #FEFE4E", 207"_ c #FEFE4E",
208": c #7D1902", 208": c #7D1902",
209"< c #989656", 209"< c #989656",
210"[ c #260B02", 210"[ c #260B02",
211"} c #F7F7D8", 211"} c #F7F7D8",
212"| c #DCDA5A", 212"| c #DCDA5A",
213"1 c #823102", 213"1 c #823102",
214"2 c #B1AC6B", 214"2 c #B1AC6B",
215"3 c #F7F710", 215"3 c #F7F710",
216"4 c #838204", 216"4 c #838204",
217" ", 217" ",
218" ", 218" ",
219" 4'4/ ", 219" 4'4/ ",
220" /-^= ", 220" /-^= ",
221" 42{4>4 ", 221" 42{4>4 ",
222" '2|+*$44 ", 222" '2|+*$44 ",
223" +2&3+$1*44 ", 223" +2&3+$1*44 ",
224" (%_}_+/$:>/4 ", 224" (%_}_+/$:>/4 ",
225" 4%_}3+#;>:*4 ", 225" 4%_}3+#;>:*4 ",
226" 4%_}&+#[1$/4 ", 226" 4%_}&+#[1$/4 ",
227" 4%_,2')[~~>4 ", 227" 4%_,2')[~~>4 ",
228" 4%33'4#@~1>4 ", 228" 4%33'4#@~1>4 ",
229" 4%3344#[:>/4 ", 229" 4%3344#[:>/4 ",
230" 42&_3'4#@>:*44 ", 230" 42&_3'4#@>:*44 ",
231" 42|}}3'4#[;$)$44 ", 231" 42|}}3'4#[;$)$44 ",
232"444{]]2^~~:!!#.@##/ ", 232"444{]]2^~~:!!#.@##/ ",
233"4444-%*:==!!=...../ ", 233"4444-%*:==!!=...../ ",
234" /:[.. ", 234" /:[.. ",
235" /@. ", 235" /@. ",
236" "}; 236" "};
237 237
238VolumeControl::VolumeControl ( VolumeApplet *icon, bool /*showMic*/, QWidget *parent, const char *name ) 238VolumeControl::VolumeControl ( VolumeApplet *icon, bool /*showMic*/, QWidget *parent, const char *name )
239 : QFrame ( parent, name, WStyle_StaysOnTop | WType_Popup ) 239 : QFrame ( parent, name, WStyle_StaysOnTop | WType_Popup )
240{ 240{
241 m_icon = icon; 241 m_icon = icon;
242 242
243 bool has_wav_alarm = true; 243 bool has_wav_alarm = true;
244 bool has_bass = true; 244 bool has_bass = true;
245 bool has_treble = true; 245 bool has_treble = true;
246 246
247 switch ( ODevice::inst ( )-> model ( )) { // we need to add other devices eventually 247 switch ( ODevice::inst ( )-> model ( )) { // we need to add other devices eventually
248 case Model_Zaurus_SL5000: 248 case Model_Zaurus_SL5000:
249 has_wav_alarm = false; //poor guys probably feeling left out... 249 has_wav_alarm = false; //poor guys probably feeling left out...
250 break; 250 break;
251 default: 251 default:
252 break; 252 break;
253 } 253 }
254 254
255 if ( !ODevice::inst()->modelString().contains( "Model_iPAQ" )) { 255 if ( !ODevice::inst()->modelString().contains( "Model_iPAQ" )) {
256 has_bass = false; 256 has_bass = false;
257 has_treble = false; 257 has_treble = false;
258 } 258 }
259 259
260 setFrameStyle ( QFrame::PopupPanel | QFrame::Raised ); 260 setFrameStyle ( QFrame::PopupPanel | QFrame::Raised );
261 261
262 QGridLayout *grid = new QGridLayout ( this, 1, 1, 6, 4 ); 262 QGridLayout *grid = new QGridLayout ( this, 1, 1, 6, 4 );
263 grid-> setSpacing ( 4 ); 263 grid-> setSpacing ( 4 );
264 grid-> setMargin ( 6 ); 264 grid-> setMargin ( 6 );
265 265
266 QVBoxLayout *vbox; 266 QVBoxLayout *vbox;
267 QLabel *l; 267 QLabel *l;
268 268
269 vbox = new QVBoxLayout ( ); 269 vbox = new QVBoxLayout ( );
270 vbox-> setSpacing ( 4 ); 270 vbox-> setSpacing ( 4 );
271 grid-> addLayout ( vbox, 1, 0 ); 271 grid-> addLayout ( vbox, 1, 0 );
272 272
273 upButton = new QPushButton ( this ); 273 upButton = new QPushButton ( this );
274 upButton-> setSizePolicy ( QSizePolicy ( QSizePolicy::Minimum, QSizePolicy::Expanding )); 274 upButton-> setSizePolicy ( QSizePolicy ( QSizePolicy::Minimum, QSizePolicy::Expanding ));
275 upButton-> setPixmap ( Resource::loadPixmap ( "up" )); 275 QPixmap pic;
276 pic.convertFromImage( Resource::loadImage( "up" ).smoothScale( AppLnk::smallIconSize(), AppLnk::smallIconSize() ) );
277 upButton-> setPixmap ( pic );
276 upButton-> setFocusPolicy ( QWidget::NoFocus ); 278 upButton-> setFocusPolicy ( QWidget::NoFocus );
277 279
278 vbox-> addWidget ( upButton ); 280 vbox-> addWidget ( upButton );
279 281
280 downButton = new QPushButton ( this ); 282 downButton = new QPushButton ( this );
281 downButton-> setSizePolicy ( QSizePolicy ( QSizePolicy::Minimum, QSizePolicy::Expanding )); 283 downButton-> setSizePolicy ( QSizePolicy ( QSizePolicy::Minimum, QSizePolicy::Expanding ));
282 downButton-> setPixmap ( Resource::loadPixmap ( "down" )); 284 pic.convertFromImage( Resource::loadImage( "down" ).smoothScale( AppLnk::smallIconSize(), AppLnk::smallIconSize() ) );
285 downButton-> setPixmap ( pic );
283 downButton-> setFocusPolicy ( QWidget::NoFocus ); 286 downButton-> setFocusPolicy ( QWidget::NoFocus );
284 287
285 vbox-> addWidget ( downButton ); 288 vbox-> addWidget ( downButton );
286 289
287 volSlider = new QSlider ( this ); 290 volSlider = new QSlider ( this );
288 volSlider-> setRange ( 0, 100 ); 291 volSlider-> setRange ( 0, 100 );
289 volSlider-> setTickmarks ( QSlider::Both ); 292 volSlider-> setTickmarks ( QSlider::Both );
290 volSlider-> setTickInterval ( 20 ); 293 volSlider-> setTickInterval ( 20 );
291 volSlider-> setFocusPolicy ( QWidget::NoFocus ); 294 volSlider-> setFocusPolicy ( QWidget::NoFocus );
292 295
293 l = new QLabel ( this ); 296 l = new QLabel ( this );
294 l-> setPixmap ( QPixmap ( vol_xpm )); 297 l-> setPixmap ( QPixmap ( vol_xpm ));
295 298
296 grid-> addWidget ( l, 0, 1, AlignCenter ); 299 grid-> addWidget ( l, 0, 1, AlignCenter );
297 grid-> addWidget ( volSlider, 1, 1, AlignCenter ); 300 grid-> addWidget ( volSlider, 1, 1, AlignCenter );
298 301
299 volLed = new OLedBox ( green, this ); 302 volLed = new OLedBox ( green, this );
300 volLed-> setFocusPolicy ( QWidget::NoFocus ); 303 volLed-> setFocusPolicy ( QWidget::NoFocus );
301 volLed-> setFixedSize ( 16, 16 ); 304 volLed-> setFixedSize ( 16, 16 );
302 305
303 grid-> addWidget ( volLed, 2, 1, AlignCenter ); 306 grid-> addWidget ( volLed, 2, 1, AlignCenter );
304 307
305 QVBox *basstrebleBox = new QVBox( this ); 308 QVBox *basstrebleBox = new QVBox( this );
306 309
307 trebleSlider = new QSlider ( basstrebleBox ); 310 trebleSlider = new QSlider ( basstrebleBox );
308 trebleSlider-> setRange ( 0, 100 ); 311 trebleSlider-> setRange ( 0, 100 );
309 trebleSlider-> setTickmarks ( QSlider::Both ); 312 trebleSlider-> setTickmarks ( QSlider::Both );
310 trebleSlider-> setTickInterval ( 20 ); 313 trebleSlider-> setTickInterval ( 20 );
311 trebleSlider->setMaximumHeight( 40 ); 314 trebleSlider->setMaximumHeight( 40 );
312 trebleSlider-> setFocusPolicy ( QWidget::NoFocus ); 315 trebleSlider-> setFocusPolicy ( QWidget::NoFocus );
313 316
314 bassSlider = new QSlider ( basstrebleBox ); 317 bassSlider = new QSlider ( basstrebleBox );
315 bassSlider-> setRange ( 0, 100 ); 318 bassSlider-> setRange ( 0, 100 );
316 bassSlider-> setTickmarks ( QSlider::Both ); 319 bassSlider-> setTickmarks ( QSlider::Both );
317 bassSlider-> setTickInterval ( 20 ); 320 bassSlider-> setTickInterval ( 20 );
318 bassSlider->setMaximumHeight( 40 ); 321 bassSlider->setMaximumHeight( 40 );
319 bassSlider-> setFocusPolicy ( QWidget::NoFocus ); 322 bassSlider-> setFocusPolicy ( QWidget::NoFocus );
320 323
321 QLabel *bassLabel = new QLabel ( this ); 324 QLabel *bassLabel = new QLabel ( this );
322 bassLabel-> setPixmap ( QPixmap ( bass_xpm )); 325 bassLabel-> setPixmap ( QPixmap ( bass_xpm ));
323 326
324 QLabel *trebleLabel = new QLabel( this ); 327 QLabel *trebleLabel = new QLabel( this );
325 trebleLabel->setPixmap( QPixmap ( treble_xpm ) ); 328 trebleLabel->setPixmap( QPixmap ( treble_xpm ) );
326 329
327 grid->addWidget( trebleLabel, 0, 4, AlignCenter ); 330 grid->addWidget( trebleLabel, 0, 4, AlignCenter );
328 grid->addWidget( basstrebleBox, 1, 4, AlignCenter ); 331 grid->addWidget( basstrebleBox, 1, 4, AlignCenter );
329 grid-> addWidget ( bassLabel, 2, 4, AlignCenter ); 332 grid-> addWidget ( bassLabel, 2, 4, AlignCenter );
330 333
331 if ( !has_bass ) { 334 if ( !has_bass ) {
332 bassSlider->hide(); 335 bassSlider->hide();
333 bassLabel->hide(); 336 bassLabel->hide();
334 } 337 }
335 338
336 if ( !has_treble ) { 339 if ( !has_treble ) {
337 trebleSlider->hide(); 340 trebleSlider->hide();
338 trebleLabel->hide(); 341 trebleLabel->hide();
339 } 342 }
340 343
341 micSlider = new QSlider ( this ); 344 micSlider = new QSlider ( this );
342 micSlider-> setRange ( 0, 100 ); 345 micSlider-> setRange ( 0, 100 );
343 micSlider-> setTickmarks ( QSlider::Both ); 346 micSlider-> setTickmarks ( QSlider::Both );
344 micSlider-> setTickInterval ( 20 ); 347 micSlider-> setTickInterval ( 20 );
345 micSlider-> setFocusPolicy ( QWidget::NoFocus ); 348 micSlider-> setFocusPolicy ( QWidget::NoFocus );
346 349
347 l = new QLabel ( this ); 350 l = new QLabel ( this );
348 l-> setPixmap ( QPixmap ( mic_xpm )); 351 l-> setPixmap ( QPixmap ( mic_xpm ));
349 352
350 grid-> addWidget ( l, 0, 2, AlignCenter ); 353 grid-> addWidget ( l, 0, 2, AlignCenter );
351 grid-> addWidget ( micSlider, 1, 2, AlignCenter ); 354 grid-> addWidget ( micSlider, 1, 2, AlignCenter );
352 355
353 micLed = new OLedBox ( red, this ); 356 micLed = new OLedBox ( red, this );
354 micLed-> setFocusPolicy ( QWidget::NoFocus ); 357 micLed-> setFocusPolicy ( QWidget::NoFocus );
355 micLed-> setFixedSize ( 16, 16 ); 358 micLed-> setFixedSize ( 16, 16 );
356 359
357 grid-> addWidget ( micLed, 2, 2, AlignCenter ); 360 grid-> addWidget ( micLed, 2, 2, AlignCenter );
358 361
359 alarmSlider = new QSlider ( this ); 362 alarmSlider = new QSlider ( this );
360 alarmSlider-> setRange ( 0, 100 ); 363 alarmSlider-> setRange ( 0, 100 );
361 alarmSlider-> setTickmarks ( QSlider::Both ); 364 alarmSlider-> setTickmarks ( QSlider::Both );
362 alarmSlider-> setTickInterval ( 20 ); 365 alarmSlider-> setTickInterval ( 20 );
363 alarmSlider-> setFocusPolicy ( QWidget::NoFocus ); 366 alarmSlider-> setFocusPolicy ( QWidget::NoFocus );
364 367
365 QLabel *alarmLabel = new QLabel ( this ); 368 QLabel *alarmLabel = new QLabel ( this );
366 alarmLabel-> setPixmap ( QPixmap ( alarm_xpm )); 369 alarmLabel-> setPixmap ( QPixmap ( alarm_xpm ));
367 370
368 grid-> addWidget ( alarmLabel, 0, 3, AlignCenter ); 371 grid-> addWidget ( alarmLabel, 0, 3, AlignCenter );
369 grid-> addWidget ( alarmSlider, 1, 3, AlignCenter ); 372 grid-> addWidget ( alarmSlider, 1, 3, AlignCenter );
370 373
371 alarmLed = new OLedBox ( yellow, this ); 374 alarmLed = new OLedBox ( yellow, this );
372 alarmLed-> setFocusPolicy ( QWidget::NoFocus ); 375 alarmLed-> setFocusPolicy ( QWidget::NoFocus );
373 alarmLed-> setFixedSize ( 16, 16 ); 376 alarmLed-> setFixedSize ( 16, 16 );
374 377
375 grid-> addWidget ( alarmLed, 2, 3, AlignCenter ); 378 grid-> addWidget ( alarmLed, 2, 3, AlignCenter );
376 379
377 if ( !has_wav_alarm ) { 380 if ( !has_wav_alarm ) {
378 alarmSlider-> hide ( ); 381 alarmSlider-> hide ( );
379 alarmLabel-> hide ( ); 382 alarmLabel-> hide ( );
380 alarmLed-> hide ( ); 383 alarmLed-> hide ( );
381 } 384 }
382 385
383 grid-> addWidget ( new QLabel ( tr( "Enable Sounds for:" ), this ), 0, 6, AlignVCenter | AlignLeft ); 386 grid-> addWidget ( new QLabel ( tr( "Enable Sounds for:" ), this ), 0, 6, AlignVCenter | AlignLeft );
384 387
385 vbox = new QVBoxLayout ( ); 388 vbox = new QVBoxLayout ( );
386 vbox-> setSpacing ( 4 ); 389 vbox-> setSpacing ( 4 );
387 grid-> addMultiCellLayout ( vbox, 1, 2, 6, 6 ); 390 grid-> addMultiCellLayout ( vbox, 1, 2, 6, 6 );
388 391
389 tapBox = new QCheckBox ( tr( "Screen Taps" ), this ); 392 tapBox = new QCheckBox ( tr( "Screen Taps" ), this );
390 tapBox-> setFocusPolicy ( QWidget::NoFocus ); 393 tapBox-> setFocusPolicy ( QWidget::NoFocus );
391 394
392 vbox-> addWidget ( tapBox, AlignVCenter | AlignLeft ); 395 vbox-> addWidget ( tapBox, AlignVCenter | AlignLeft );
393 396
394 keyBox = new QCheckBox ( tr( "Key Clicks" ), this ); 397 keyBox = new QCheckBox ( tr( "Key Clicks" ), this );
395 keyBox-> setFocusPolicy ( QWidget::NoFocus ); 398 keyBox-> setFocusPolicy ( QWidget::NoFocus );
396 399
397 vbox-> addWidget ( keyBox, AlignVCenter | AlignLeft ); 400 vbox-> addWidget ( keyBox, AlignVCenter | AlignLeft );
398 401
399 alarmBox = new QCheckBox ( tr( "Alarm Sound" ), this ); 402 alarmBox = new QCheckBox ( tr( "Alarm Sound" ), this );
400 alarmBox-> setFocusPolicy ( QWidget::NoFocus ); 403 alarmBox-> setFocusPolicy ( QWidget::NoFocus );
401 404
402 vbox-> addWidget ( alarmBox, AlignVCenter | AlignLeft ); 405 vbox-> addWidget ( alarmBox, AlignVCenter | AlignLeft );
403 406
404 if ( has_wav_alarm ) { 407 if ( has_wav_alarm ) {
405 alarmBox-> hide ( ); 408 alarmBox-> hide ( );
406 } 409 }
407 410
408 vbox-> addStretch ( 100 ); 411 vbox-> addStretch ( 100 );
409 412
410 setFixedSize ( sizeHint ( )); 413 setFixedSize ( sizeHint ( ));
411 setFocusPolicy ( QWidget::NoFocus ); 414 setFocusPolicy ( QWidget::NoFocus );
412 415
413 rateTimer = new QTimer( this ); 416 rateTimer = new QTimer( this );
414 connect ( rateTimer, SIGNAL( timeout()), this, SLOT( rateTimerDone())); 417 connect ( rateTimer, SIGNAL( timeout()), this, SLOT( rateTimerDone()));
415 418
416 connect ( upButton, SIGNAL( pressed()), this, SLOT( buttonChanged())); 419 connect ( upButton, SIGNAL( pressed()), this, SLOT( buttonChanged()));
417 connect ( upButton, SIGNAL( released()), this, SLOT( buttonChanged())); 420 connect ( upButton, SIGNAL( released()), this, SLOT( buttonChanged()));
418 connect ( downButton, SIGNAL( pressed()), this, SLOT( buttonChanged())); 421 connect ( downButton, SIGNAL( pressed()), this, SLOT( buttonChanged()));
419 connect ( downButton, SIGNAL( released()), this, SLOT( buttonChanged())); 422 connect ( downButton, SIGNAL( released()), this, SLOT( buttonChanged()));
420 423
421 connect ( micSlider, SIGNAL( valueChanged(int)), this, SLOT( micMoved(int))); 424 connect ( micSlider, SIGNAL( valueChanged(int)), this, SLOT( micMoved(int)));
422 connect ( volSlider, SIGNAL( valueChanged(int)), this, SLOT( volMoved(int))); 425 connect ( volSlider, SIGNAL( valueChanged(int)), this, SLOT( volMoved(int)));
423 connect ( alarmSlider, SIGNAL( valueChanged(int)), this, SLOT( alarmMoved(int))); 426 connect ( alarmSlider, SIGNAL( valueChanged(int)), this, SLOT( alarmMoved(int)));
424 connect ( bassSlider, SIGNAL( valueChanged(int)), this, SLOT( bassMoved(int))); 427 connect ( bassSlider, SIGNAL( valueChanged(int)), this, SLOT( bassMoved(int)));
425 connect ( trebleSlider, SIGNAL( valueChanged(int)), this, SLOT( trebleMoved(int))); 428 connect ( trebleSlider, SIGNAL( valueChanged(int)), this, SLOT( trebleMoved(int)));
426 429
427 430
428 connect ( volLed, SIGNAL( toggled(bool)), this, SLOT( volMuteToggled(bool))); 431 connect ( volLed, SIGNAL( toggled(bool)), this, SLOT( volMuteToggled(bool)));
429 connect ( micLed, SIGNAL( toggled(bool)), this, SLOT( micMuteToggled(bool))); 432 connect ( micLed, SIGNAL( toggled(bool)), this, SLOT( micMuteToggled(bool)));
430 connect ( alarmLed, SIGNAL( toggled(bool)), this, SLOT( alarmSoundToggled(bool))); 433 connect ( alarmLed, SIGNAL( toggled(bool)), this, SLOT( alarmSoundToggled(bool)));
431 434
432 connect ( alarmBox, SIGNAL( toggled(bool)), this, SLOT( alarmSoundToggled(bool))); 435 connect ( alarmBox, SIGNAL( toggled(bool)), this, SLOT( alarmSoundToggled(bool)));
433 connect ( keyBox, SIGNAL( toggled(bool)), this, SLOT( keyClickToggled(bool))); 436 connect ( keyBox, SIGNAL( toggled(bool)), this, SLOT( keyClickToggled(bool)));
434 connect ( tapBox, SIGNAL( toggled(bool)), this, SLOT( screenTapToggled(bool))); 437 connect ( tapBox, SIGNAL( toggled(bool)), this, SLOT( screenTapToggled(bool)));
435 438
436 // initialize variables 439 // initialize variables
437 440
438 readConfig ( true ); 441 readConfig ( true );
439 442
440 // initialize the config file, in case some entries are missing 443 // initialize the config file, in case some entries are missing
441 444
442 writeConfigEntry ( "VolumePercent", m_vol_percent, UPD_None ); 445 writeConfigEntry ( "VolumePercent", m_vol_percent, UPD_None );
443 writeConfigEntry ( "BassPercent", m_vol_percent, UPD_None ); 446 writeConfigEntry ( "BassPercent", m_vol_percent, UPD_None );
444 writeConfigEntry ( "TreblePercent", m_vol_percent, UPD_None ); 447 writeConfigEntry ( "TreblePercent", m_vol_percent, UPD_None );
445 writeConfigEntry ( "Mute", m_vol_muted, UPD_None ); 448 writeConfigEntry ( "Mute", m_vol_muted, UPD_None );
446 writeConfigEntry ( "AlarmPercent", m_alarm_percent, UPD_None ); 449 writeConfigEntry ( "AlarmPercent", m_alarm_percent, UPD_None );
447 writeConfigEntry ( "TouchSound", m_snd_touch, UPD_None ); 450 writeConfigEntry ( "TouchSound", m_snd_touch, UPD_None );
448 writeConfigEntry ( "KeySound", m_snd_key, UPD_None ); 451 writeConfigEntry ( "KeySound", m_snd_key, UPD_None );
449 writeConfigEntry ( "AlarmSound", m_snd_alarm, UPD_Vol ); 452 writeConfigEntry ( "AlarmSound", m_snd_alarm, UPD_Vol );
450 453
451 writeConfigEntry ( "Mic", m_mic_percent, UPD_None ); 454 writeConfigEntry ( "Mic", m_mic_percent, UPD_None );
452 writeConfigEntry ( "MicMute", m_mic_muted, UPD_Mic ); 455 writeConfigEntry ( "MicMute", m_mic_muted, UPD_Mic );
453} 456}
454 457
455bool VolumeControl::volMuted ( ) const 458bool VolumeControl::volMuted ( ) const
456{ 459{
457 return m_vol_muted; 460 return m_vol_muted;
458} 461}
459 462
460int VolumeControl::volPercent ( ) const 463int VolumeControl::volPercent ( ) const
461{ 464{
462 return m_vol_percent; 465 return m_vol_percent;
463} 466}
464 467
465void VolumeControl::keyPressEvent ( QKeyEvent *e ) 468void VolumeControl::keyPressEvent ( QKeyEvent *e )
466{ 469{
467 switch ( e-> key ( )) { 470 switch ( e-> key ( )) {
468 case Key_Up: 471 case Key_Up:
469 volSlider-> subtractStep ( ); 472 volSlider-> subtractStep ( );
470 break; 473 break;
471 case Key_Down: 474 case Key_Down:
472 volSlider-> addStep ( ); 475 volSlider-> addStep ( );
473 break; 476 break;
474 case Key_Space: 477 case Key_Space:
475 volLed-> toggle ( ); 478 volLed-> toggle ( );
476 break; 479 break;
477 case Key_Escape: 480 case Key_Escape:
478 hide ( ); 481 hide ( );
479 break; 482 break;
480 } 483 }
481} 484}
482 485
483void VolumeControl::buttonChanged ( ) 486void VolumeControl::buttonChanged ( )
484{ 487{
485 if ( upButton-> isDown ( ) || downButton->isDown ( )) { 488 if ( upButton-> isDown ( ) || downButton->isDown ( )) {
486 rateTimerDone ( ); // Call it one time manually, otherwise it wont get 489 rateTimerDone ( ); // Call it one time manually, otherwise it wont get
487 // called at all when a button is pressed for a time 490 // called at all when a button is pressed for a time
488 // shorter than RATE_TIMER_INTERVAL. 491 // shorter than RATE_TIMER_INTERVAL.
489 rateTimer-> start ( RATE_TIMER_INTERVAL, false ); 492 rateTimer-> start ( RATE_TIMER_INTERVAL, false );
490 } 493 }
491 else 494 else
492 rateTimer-> stop ( ); 495 rateTimer-> stop ( );
493} 496}
494 497
495void VolumeControl::rateTimerDone ( ) 498void VolumeControl::rateTimerDone ( )
496{ 499{
497 if ( upButton-> isDown ( )) 500 if ( upButton-> isDown ( ))
498 volSlider-> setValue ( volSlider-> value ( ) - 2 ); 501 volSlider-> setValue ( volSlider-> value ( ) - 2 );
499 else // if ( downButton-> isDown ( )) 502 else // if ( downButton-> isDown ( ))
500 volSlider-> setValue ( volSlider-> value ( ) + 2 ); 503 volSlider-> setValue ( volSlider-> value ( ) + 2 );
501} 504}
502 505
503void VolumeControl::show ( bool /*showMic*/ ) 506void VolumeControl::show ( bool /*showMic*/ )
504{ 507{
505 readConfig ( ); 508 readConfig ( );
506 509
507 QPoint curPos = m_icon-> mapToGlobal ( QPoint ( 0, 0 )); 510 QPoint curPos = m_icon-> mapToGlobal ( QPoint ( 0, 0 ));
508 511
509 int w = sizeHint ( ). width ( ); 512 int w = sizeHint ( ). width ( );
510 int x = curPos.x ( ) - ( w / 2 ); 513 int x = curPos.x ( ) - ( w / 2 );
511 514
512 if (( x + w ) > QPEApplication::desktop ( )-> width ( )) 515 if (( x + w ) > QPEApplication::desktop ( )-> width ( ))
513 x = QPEApplication::desktop ( )-> width ( ) - w; 516 x = QPEApplication::desktop ( )-> width ( ) - w;
514 517
515 move ( x, curPos. y ( ) - sizeHint ( ). height ( )); 518 move ( x, curPos. y ( ) - sizeHint ( ). height ( ));
516 QFrame::show ( ); 519 QFrame::show ( );
517 520
518} 521}
519 522
520void VolumeControl::readConfig ( bool force ) 523void VolumeControl::readConfig ( bool force )
521{ 524{
522 Config cfg ( "qpe" ); 525 Config cfg ( "qpe" );
523 cfg. setGroup ( "Volume" ); 526 cfg. setGroup ( "Volume" );
524 527
525 int old_vp = m_vol_percent; 528 int old_vp = m_vol_percent;
526 int old_mp = m_mic_percent; 529 int old_mp = m_mic_percent;
527 int old_bass = m_bass_percent; 530 int old_bass = m_bass_percent;
528 int old_treble = m_treble_percent; 531 int old_treble = m_treble_percent;
529 bool old_vm = m_vol_muted; 532 bool old_vm = m_vol_muted;
530 bool old_mm = m_mic_muted; 533 bool old_mm = m_mic_muted;
531 bool old_sk = m_snd_key; 534 bool old_sk = m_snd_key;
532 bool old_st = m_snd_touch; 535 bool old_st = m_snd_touch;
533 bool old_sa = m_snd_alarm; 536 bool old_sa = m_snd_alarm;
534 int old_ap = m_alarm_percent; 537 int old_ap = m_alarm_percent;
535 538
536 m_vol_percent = cfg. readNumEntry ( "VolumePercent", 50 ); 539 m_vol_percent = cfg. readNumEntry ( "VolumePercent", 50 );
537 m_mic_percent = cfg. readNumEntry ( "Mic", 50 ); 540 m_mic_percent = cfg. readNumEntry ( "Mic", 50 );
538 m_bass_percent = cfg. readNumEntry ( "BassPercent", 50 ); 541 m_bass_percent = cfg. readNumEntry ( "BassPercent", 50 );
539 m_treble_percent = cfg. readNumEntry ( "TreblePercent", 50 ); 542 m_treble_percent = cfg. readNumEntry ( "TreblePercent", 50 );
540 m_vol_muted = cfg. readBoolEntry ( "Mute", 0 ); 543 m_vol_muted = cfg. readBoolEntry ( "Mute", 0 );
541 m_mic_muted = cfg. readBoolEntry ( "MicMute", 0 ); 544 m_mic_muted = cfg. readBoolEntry ( "MicMute", 0 );
542 m_snd_key = cfg. readBoolEntry ( "KeySound", 0 ); 545 m_snd_key = cfg. readBoolEntry ( "KeySound", 0 );
543 m_snd_touch = cfg. readBoolEntry ( "TouchSound", 0 ); 546 m_snd_touch = cfg. readBoolEntry ( "TouchSound", 0 );
544 m_snd_alarm = cfg. readBoolEntry ( "AlarmSound", 1 ); 547 m_snd_alarm = cfg. readBoolEntry ( "AlarmSound", 1 );
545 m_alarm_percent = cfg. readNumEntry ( "AlarmPercent", 65 ); 548 m_alarm_percent = cfg. readNumEntry ( "AlarmPercent", 65 );
546 549
547 if ( force || ( m_vol_percent != old_vp )) 550 if ( force || ( m_vol_percent != old_vp ))
548 volSlider-> setValue ( 100 - m_vol_percent ); 551 volSlider-> setValue ( 100 - m_vol_percent );
549 if ( force || ( m_mic_percent != old_mp )) 552 if ( force || ( m_mic_percent != old_mp ))
550 micSlider-> setValue ( 100 - m_mic_percent ); 553 micSlider-> setValue ( 100 - m_mic_percent );
551 if ( force || ( m_alarm_percent != old_ap )) 554 if ( force || ( m_alarm_percent != old_ap ))
552 alarmSlider-> setValue ( 100 - m_alarm_percent ); 555 alarmSlider-> setValue ( 100 - m_alarm_percent );
553 if ( force || ( m_bass_percent != old_bass )) 556 if ( force || ( m_bass_percent != old_bass ))
554 bassSlider-> setValue ( 100 - m_bass_percent ); 557 bassSlider-> setValue ( 100 - m_bass_percent );
555 if ( force || ( m_treble_percent != old_treble )) 558 if ( force || ( m_treble_percent != old_treble ))
556 trebleSlider-> setValue ( 100 - m_treble_percent ); 559 trebleSlider-> setValue ( 100 - m_treble_percent );
557 560
558 561
559 if ( force || ( m_vol_muted != old_vm )) 562 if ( force || ( m_vol_muted != old_vm ))
560 volLed-> setOn ( !m_vol_muted ); 563 volLed-> setOn ( !m_vol_muted );
561 if ( force || ( m_mic_muted != old_mm )) 564 if ( force || ( m_mic_muted != old_mm ))
562 micLed-> setOn ( !m_mic_muted ); 565 micLed-> setOn ( !m_mic_muted );
563 if ( force || ( m_snd_alarm != old_sa )) 566 if ( force || ( m_snd_alarm != old_sa ))
564 alarmLed-> setOn ( m_snd_alarm ); 567 alarmLed-> setOn ( m_snd_alarm );
565 568
566 if ( force || ( m_snd_key != old_sk )) 569 if ( force || ( m_snd_key != old_sk ))
567 keyBox-> setChecked ( m_snd_key ); 570 keyBox-> setChecked ( m_snd_key );
568 if ( force || ( m_snd_touch != old_st )) 571 if ( force || ( m_snd_touch != old_st ))
569 tapBox-> setChecked ( m_snd_touch ); 572 tapBox-> setChecked ( m_snd_touch );
570 if ( force || ( m_snd_alarm != old_sa )) 573 if ( force || ( m_snd_alarm != old_sa ))
571 alarmBox-> setChecked ( m_snd_alarm ); 574 alarmBox-> setChecked ( m_snd_alarm );
572} 575}
573 576
574 577
575void VolumeControl::volumeChanged ( bool /*nowMuted*/ ) 578void VolumeControl::volumeChanged ( bool /*nowMuted*/ )
576{ 579{
577 int prevVol = m_vol_percent; 580 int prevVol = m_vol_percent;
578 bool prevMute = m_vol_muted; 581 bool prevMute = m_vol_muted;
579 582
580 readConfig ( ); 583 readConfig ( );
581 584
582 // Handle case where muting it toggled 585 // Handle case where muting it toggled
583 if ( m_vol_muted != prevMute ) 586 if ( m_vol_muted != prevMute )
584 m_icon-> redraw ( true ); 587 m_icon-> redraw ( true );
585 else if ( prevVol != m_vol_percent ) // Avoid over repainting 588 else if ( prevVol != m_vol_percent ) // Avoid over repainting
586 m_icon-> redraw ( false ); 589 m_icon-> redraw ( false );
587} 590}
588 591
589void VolumeControl::micChanged ( bool nowMuted ) 592void VolumeControl::micChanged ( bool nowMuted )
590{ 593{
591 if ( !nowMuted ) 594 if ( !nowMuted )
592 readConfig ( ); 595 readConfig ( );
593 m_mic_muted = nowMuted; 596 m_mic_muted = nowMuted;
594} 597}
595 598
596void VolumeControl::screenTapToggled ( bool b ) 599void VolumeControl::screenTapToggled ( bool b )
597{ 600{
598 m_snd_touch = b; 601 m_snd_touch = b;
599 writeConfigEntry ( "TouchSound", m_snd_touch, UPD_Vol ); 602 writeConfigEntry ( "TouchSound", m_snd_touch, UPD_Vol );
600} 603}
601 604
602void VolumeControl::keyClickToggled ( bool b ) 605void VolumeControl::keyClickToggled ( bool b )
603{ 606{
604 m_snd_key = b; 607 m_snd_key = b;
605 writeConfigEntry ( "KeySound", m_snd_key, UPD_Vol ); 608 writeConfigEntry ( "KeySound", m_snd_key, UPD_Vol );
606} 609}
607 610
608void VolumeControl::alarmSoundToggled ( bool b ) 611void VolumeControl::alarmSoundToggled ( bool b )
609{ 612{
610 m_snd_alarm = b; 613 m_snd_alarm = b;
611 writeConfigEntry ( "AlarmSound", m_snd_alarm, UPD_Vol ); 614 writeConfigEntry ( "AlarmSound", m_snd_alarm, UPD_Vol );
612} 615}
613 616
614void VolumeControl::volMuteToggled ( bool b ) 617void VolumeControl::volMuteToggled ( bool b )
615{ 618{
616 m_vol_muted = !b; 619 m_vol_muted = !b;
617 620
618 m_icon-> redraw ( true ); 621 m_icon-> redraw ( true );
619 622
620 writeConfigEntry ( "Mute", m_vol_muted, UPD_Vol ); 623 writeConfigEntry ( "Mute", m_vol_muted, UPD_Vol );
621} 624}
622 625
623void VolumeControl::micMuteToggled ( bool b ) 626void VolumeControl::micMuteToggled ( bool b )
624{ 627{
625 m_mic_muted = !b; 628 m_mic_muted = !b;
626 writeConfigEntry ( "MicMute", m_mic_muted, UPD_Mic ); 629 writeConfigEntry ( "MicMute", m_mic_muted, UPD_Mic );
627} 630}
628 631
629 632
630void VolumeControl::volMoved ( int percent ) 633void VolumeControl::volMoved ( int percent )
631{ 634{
632 m_vol_percent = 100 - percent; 635 m_vol_percent = 100 - percent;
633 636
634 // clamp volume percent to be between 0 and 100 637 // clamp volume percent to be between 0 and 100
635 m_vol_percent = ( m_vol_percent < 0 ) ? 0 : (( m_vol_percent > 100 ) ? 100 : m_vol_percent ); 638 m_vol_percent = ( m_vol_percent < 0 ) ? 0 : (( m_vol_percent > 100 ) ? 100 : m_vol_percent );
636 // repaint just the little volume rectangle 639 // repaint just the little volume rectangle
637 m_icon-> redraw ( false ); 640 m_icon-> redraw ( false );
638 641
639 writeConfigEntry ( "VolumePercent", m_vol_percent, UPD_Vol ); 642 writeConfigEntry ( "VolumePercent", m_vol_percent, UPD_Vol );
640} 643}
641 644
642void VolumeControl::micMoved ( int percent ) 645void VolumeControl::micMoved ( int percent )
643{ 646{
644 m_mic_percent = 100 - percent; 647 m_mic_percent = 100 - percent;
645 648
646 // clamp volume percent to be between 0 and 100 649 // clamp volume percent to be between 0 and 100
647 m_mic_percent = ( m_mic_percent < 0 ) ? 0 : (( m_mic_percent > 100 ) ? 100 : m_mic_percent ); 650 m_mic_percent = ( m_mic_percent < 0 ) ? 0 : (( m_mic_percent > 100 ) ? 100 : m_mic_percent );
648 651
649 writeConfigEntry ( "Mic", m_mic_percent, UPD_Mic ); 652 writeConfigEntry ( "Mic", m_mic_percent, UPD_Mic );
650} 653}
651 654
652void VolumeControl::alarmMoved ( int percent ) 655void VolumeControl::alarmMoved ( int percent )
653{ 656{
654 m_alarm_percent = 100 - percent; 657 m_alarm_percent = 100 - percent;
655 658
656 // clamp volume percent to be between 0 and 100 659 // clamp volume percent to be between 0 and 100
657 m_alarm_percent = ( m_alarm_percent < 0 ) ? 0 : (( m_alarm_percent > 100 ) ? 100 : m_alarm_percent ); 660 m_alarm_percent = ( m_alarm_percent < 0 ) ? 0 : (( m_alarm_percent > 100 ) ? 100 : m_alarm_percent );
658 661
659 writeConfigEntry ( "AlarmPercent", m_alarm_percent, UPD_None ); 662 writeConfigEntry ( "AlarmPercent", m_alarm_percent, UPD_None );
660} 663}
661 664
662 665
663void VolumeControl::bassMoved ( int percent ) 666void VolumeControl::bassMoved ( int percent )
664{ 667{
665 m_bass_percent = 100 - percent; 668 m_bass_percent = 100 - percent;
666 669
667 // clamp bass percent to be between 0 and 100 670 // clamp bass percent to be between 0 and 100
668 m_bass_percent = ( m_bass_percent < 0 ) ? 0 : (( m_bass_percent > 100 ) ? 100 : m_bass_percent ); 671 m_bass_percent = ( m_bass_percent < 0 ) ? 0 : (( m_bass_percent > 100 ) ? 100 : m_bass_percent );
669 672
670 writeConfigEntry ( "BassPercent", m_bass_percent, UPD_Bass ); 673 writeConfigEntry ( "BassPercent", m_bass_percent, UPD_Bass );
671} 674}
672 675
673 676
674 677
675void VolumeControl::trebleMoved ( int percent ) 678void VolumeControl::trebleMoved ( int percent )
676{ 679{
677 m_treble_percent = 100 - percent; 680 m_treble_percent = 100 - percent;
678 681
679 // clamp treble percent to be between 0 and 100 682 // clamp treble percent to be between 0 and 100
680 m_treble_percent = ( m_treble_percent < 0 ) ? 0 : (( m_treble_percent > 100 ) ? 100 : m_treble_percent ); 683 m_treble_percent = ( m_treble_percent < 0 ) ? 0 : (( m_treble_percent > 100 ) ? 100 : m_treble_percent );
681 684
682 writeConfigEntry ( "TreblePercent", m_treble_percent, UPD_Treble ); 685 writeConfigEntry ( "TreblePercent", m_treble_percent, UPD_Treble );
683} 686}
684 687
685 688
686 689
687void VolumeControl::writeConfigEntry ( const char *entry, int val, eUpdate upd ) 690void VolumeControl::writeConfigEntry ( const char *entry, int val, eUpdate upd )
688{ 691{
689 Config cfg ( "qpe" ); 692 Config cfg ( "qpe" );
690 cfg. setGroup ( "Volume" ); 693 cfg. setGroup ( "Volume" );
691 cfg. writeEntry ( entry, val ); 694 cfg. writeEntry ( entry, val );
692// cfg. write ( ); 695// cfg. write ( );
693 696
694#if ( defined Q_WS_QWS || defined(_WS_QWS_) ) && !defined(QT_NO_COP) 697#if ( defined Q_WS_QWS || defined(_WS_QWS_) ) && !defined(QT_NO_COP)
695 switch ( upd ) { 698 switch ( upd ) {
696 case UPD_Vol: { 699 case UPD_Vol: {
697 QCopEnvelope ( "QPE/System", "volumeChange(bool)" ) << m_vol_muted; 700 QCopEnvelope ( "QPE/System", "volumeChange(bool)" ) << m_vol_muted;
698 break; 701 break;
699 } 702 }
700 case UPD_Mic: { 703 case UPD_Mic: {
701 QCopEnvelope ( "QPE/System", "micChange(bool)" ) << m_mic_muted; 704 QCopEnvelope ( "QPE/System", "micChange(bool)" ) << m_mic_muted;
702 break; 705 break;
703 } 706 }
704 case UPD_Bass: { 707 case UPD_Bass: {
705 QCopEnvelope ( "QPE/System", "bassChange(bool)" ) << true; 708 QCopEnvelope ( "QPE/System", "bassChange(bool)" ) << true;
706 break; 709 break;
707 } 710 }
708 case UPD_Treble: { 711 case UPD_Treble: {
709 QCopEnvelope ( "QPE/System", "trebleChange(bool)" ) << true; 712 QCopEnvelope ( "QPE/System", "trebleChange(bool)" ) << true;
710 break; 713 break;
711 } 714 }
712 715
713 case UPD_None: 716 case UPD_None:
714 break; 717 break;
715 } 718 }
716#endif 719#endif
717} 720}
718 721
719//=========================================================================== 722//===========================================================================
720 723
721VolumeApplet::VolumeApplet( QWidget *parent, const char *name ) 724VolumeApplet::VolumeApplet( QWidget *parent, const char *name )
722 : QWidget( parent, name ) 725 : QWidget( parent, name )
723{ 726{
724 setFixedWidth ( AppLnk::smallIconSize() ); 727 setFixedWidth ( AppLnk::smallIconSize() );
725 setFixedHeight ( AppLnk::smallIconSize()+4 ); 728 setFixedHeight ( AppLnk::smallIconSize()+4 );
726 729
727 m_pixmap = new QPixmap ( Resource::loadPixmap ( "volume" )); 730 QPixmap pic;
731 pic.convertFromImage( Resource::loadImage( "volume" ).smoothScale( AppLnk::smallIconSize(), AppLnk::smallIconSize() ) );
732 m_pixmap = new QPixmap ( pic );
728 m_dialog = new VolumeControl ( this, true, this, "volumecontrol" ); 733 m_dialog = new VolumeControl ( this, true, this, "volumecontrol" );
729 734
730 connect ( qApp, SIGNAL( volumeChanged(bool)), m_dialog, SLOT( volumeChanged(bool))); 735 connect ( qApp, SIGNAL( volumeChanged(bool)), m_dialog, SLOT( volumeChanged(bool)));
731 connect ( qApp, SIGNAL( micChanged(bool)), m_dialog, SLOT ( micChanged(bool))); 736 connect ( qApp, SIGNAL( micChanged(bool)), m_dialog, SLOT ( micChanged(bool)));
732} 737}
733 738
734VolumeApplet::~VolumeApplet() 739VolumeApplet::~VolumeApplet()
735{ 740{
736 delete m_pixmap; 741 delete m_pixmap;
737} 742}
738 743
739int VolumeApplet::position() 744int VolumeApplet::position()
740{ 745{
741 return 6; 746 return 6;
742} 747}
743 748
744void VolumeApplet::mousePressEvent ( QMouseEvent * ) 749void VolumeApplet::mousePressEvent ( QMouseEvent * )
745{ 750{
746 if ( m_dialog-> isVisible ( )) 751 if ( m_dialog-> isVisible ( ))
747 m_dialog-> hide ( ); 752 m_dialog-> hide ( );
748 else 753 else
749 m_dialog-> show ( true ); 754 m_dialog-> show ( true );
750} 755}
751 756
752void VolumeApplet::redraw ( bool all ) 757void VolumeApplet::redraw ( bool all )
753{ 758{
754 if ( all ) 759 if ( all )
755 repaint ( true ); 760 repaint ( true );
756 else 761 else
757 repaint ( 2, height ( ) - 3, width ( ) - 4, 2, false ); 762 repaint ( 2, height ( ) - 3, width ( ) - 4, 2, false );
758} 763}
759 764
760 765
761void VolumeApplet::paintEvent ( QPaintEvent * ) 766void VolumeApplet::paintEvent ( QPaintEvent * )
762{ 767{
763 QPainter p ( this ); 768 QPainter p ( this );
764 769
765 p. drawPixmap ( (width()- m_pixmap->width())/2, QMAX( (height()-4-m_pixmap->height() )/2, 1), *m_pixmap ); 770 p. drawPixmap ( (width()- m_pixmap->width())/2, QMAX( (height()-4-m_pixmap->height() )/2, 1), *m_pixmap );
766 p. setPen ( darkGray ); 771 p. setPen ( darkGray );
767 p. drawRect ( 1, height() - 4, width() - 2, 4 ); 772 p. drawRect ( 1, height() - 4, width() - 2, 4 );
768 773
769 int pixelsWide = m_dialog-> volPercent ( ) * ( width() - 4 ) / 100; 774 int pixelsWide = m_dialog-> volPercent ( ) * ( width() - 4 ) / 100;
770 p. fillRect ( 2, height() - 3, pixelsWide, 2, red ); 775 p. fillRect ( 2, height() - 3, pixelsWide, 2, red );
771 p. fillRect ( pixelsWide + 2, height() - 3, width() - 4 - pixelsWide, 2, lightGray ); 776 p. fillRect ( pixelsWide + 2, height() - 3, width() - 4 - pixelsWide, 2, lightGray );
772 777
773 if ( m_dialog-> volMuted ( )) { 778 if ( m_dialog-> volMuted ( )) {
774 p. setPen ( red ); 779 p. setPen ( red );
775 p. drawLine ( 1, 2, width() - 2, height() - 5 ); 780 p. drawLine ( 1, 2, width() - 2, height() - 5 );
776 p. drawLine ( 1, 3, width() - 2, height() - 4 ); 781 p. drawLine ( 1, 3, width() - 2, height() - 4 );
777 p. drawLine ( width() - 2, 2, 1, height() - 5 ); 782 p. drawLine ( width() - 2, 2, 1, height() - 5 );
778 p. drawLine ( width() - 2, 3, 1, height() - 4 ); 783 p. drawLine ( width() - 2, 3, 1, height() - 4 );
779 } 784 }
780} 785}
781 786
782 787
783EXPORT_OPIE_APPLET_v1( VolumeApplet ) 788EXPORT_OPIE_APPLET_v1( VolumeApplet )