justice4all3000
|
2011-03-08
, 00:00
|
Posts: 79 |
Thanked: 37 times |
Joined on May 2010
@ Melbourne Australia
|
#111
|
The Following User Says Thank You to justice4all3000 For This Useful Post: | ||
|
2011-03-08
, 09:43
|
Posts: 435 |
Thanked: 769 times |
Joined on Apr 2010
|
#112
|
The Following User Says Thank You to gionni88 For This Useful Post: | ||
|
2011-03-08
, 11:57
|
Posts: 309 |
Thanked: 519 times |
Joined on Oct 2010
|
#113
|
|
2011-03-08
, 12:25
|
Posts: 309 |
Thanked: 519 times |
Joined on Oct 2010
|
#115
|
Installed, and it works ofc. Good job!
Do you kill the process directly? I guess you do, since the front camera indicator led doesn't shut down as it should.
QProcess*proc = new QProcess(); proc->start(streamout);
Settings don't get saved between one session and another one: you may use QSettings to do it.
ShowDebug button is not so needed, it can be swapped with maemo standard banners (QMaemo5InformationBox, and add QT += maemo5 in project file, than run qmake) to save space.
The calibrate window is in window style? Use a message box with detailed text instead (QMessageBox) to be more hildon oriented.
Binary is a bit big just to be a front end. Have you compiled it as release or debug?
Package is not optified, it installs in /usr/local/bin
|
2011-03-08
, 12:35
|
Posts: 309 |
Thanked: 519 times |
Joined on Oct 2010
|
#116
|
The Following User Says Thank You to tetris11_ For This Useful Post: | ||
|
2011-03-08
, 13:52
|
Posts: 79 |
Thanked: 37 times |
Joined on May 2010
@ Melbourne Australia
|
#117
|
|
2011-03-08
, 14:32
|
Posts: 309 |
Thanked: 519 times |
Joined on Oct 2010
|
#118
|
|
2011-03-08
, 21:37
|
Posts: 152 |
Thanked: 49 times |
Joined on Dec 2009
|
#119
|
|
2011-03-08
, 22:26
|
Posts: 309 |
Thanked: 519 times |
Joined on Oct 2010
|
#120
|