| The Following User Says Thank You to attila77 For This Useful Post: | ||
|
|
2010-08-14
, 15:31
|
|
Posts: 54 |
Thanked: 104 times |
Joined on Jan 2010
@ Serbia
|
#22
|
| The Following 3 Users Say Thank You to TMarki For This Useful Post: | ||
|
|
2010-08-14
, 17:01
|
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#23
|
Thanks to attila77's help, there is now a Diablo build of version 0.1 in the repositories (extras-devel).
As I have no access to Diablo devices, I would be very happy if people could test it and report back how it works.
|
|
2010-08-14
, 22:30
|
|
Posts: 54 |
Thanked: 104 times |
Joined on Jan 2010
@ Serbia
|
#24
|
|
|
2010-08-14
, 22:36
|
|
Posts: 78 |
Thanked: 12 times |
Joined on Aug 2010
@ the holy land
|
#25
|
|
|
2010-08-15
, 00:05
|
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#26
|
|
|
2010-08-16
, 14:51
|
|
Posts: 54 |
Thanked: 104 times |
Joined on Jan 2010
@ Serbia
|
#27
|
|
|
2010-08-16
, 15:00
|
|
Posts: 739 |
Thanked: 220 times |
Joined on Dec 2009
@ Surrey, UK
|
#28
|
|
|
2010-08-16
, 15:25
|
|
Posts: 54 |
Thanked: 104 times |
Joined on Jan 2010
@ Serbia
|
#29
|
| The Following User Says Thank You to TMarki For This Useful Post: | ||
|
|
2010-08-17
, 10:18
|
|
Posts: 161 |
Thanked: 85 times |
Joined on Feb 2010
|
#30
|
| The Following User Says Thank You to erniadeldesktop For This Useful Post: | ||
diff --git a/debian/control b/debian/control index c8e49e2..c8a9450 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: tomamp Section: user/multimedia Priority: extra Maintainer: Tamas Marki <tmarki@gmail.com> -Build-Depends: debhelper (>= 5), libqt4-dev (>= 4.5.0) +Build-Depends: debhelper (>= 5), libqt4-dev (>= 4.6.0) | libqt4-phonon-dev (>> 4.5.0), libqt4-dev (>> 4.5.0) Standards-Version: 3.8.0 Homepage: http://tmarki.com/wp/tomamp XSBC-Bugtracker: mailto:tmarki@gmail.com diff --git a/tomamp/mainwindow.cpp b/tomamp/mainwindow.cpp index 349cce5..fb47038 100644 --- a/tomamp/mainwindow.cpp +++ b/tomamp/mainwindow.cpp @@ -44,7 +44,7 @@ MainWindow::MainWindow() int curind = settings.value("currentIndex", -1).toInt (); if (curind >= 0) setItem (curind, false); - audioOutput->setVolume(settings.value("volume", .5).toReal()); + audioOutput->setVolume(settings.value("volume", .5).toDouble()); QApplication::setWindowIcon(QIcon (QPixmap (":images/tomamp"))); }Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc