summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opierec
authorllornkcor <llornkcor>2003-04-04 03:10:49 (UTC)
committer llornkcor <llornkcor>2003-04-04 03:10:49 (UTC)
commit96fb30ad1eb833bfcee87960bc96a27c53db90dd (patch) (unidiff)
tree329ca1700c0e2633fb7ff2d0a5842bf1625db66a /noncore/multimedia/opierec
parent5e2e9b56fcd4db188caf69843bdd4ee92fcfaf11 (diff)
downloadopie-96fb30ad1eb833bfcee87960bc96a27c53db90dd.zip
opie-96fb30ad1eb833bfcee87960bc96a27c53db90dd.tar.gz
opie-96fb30ad1eb833bfcee87960bc96a27c53db90dd.tar.bz2
qperec->opierec
Diffstat (limited to 'noncore/multimedia/opierec') (more/less context) (show whitespace changes)
-rw-r--r--noncore/multimedia/opierec/qtrec.cpp54
-rw-r--r--noncore/multimedia/opierec/wavFile.cpp2
2 files changed, 28 insertions, 28 deletions
diff --git a/noncore/multimedia/opierec/qtrec.cpp b/noncore/multimedia/opierec/qtrec.cpp
index 4223d93..8a0f8db 100644
--- a/noncore/multimedia/opierec/qtrec.cpp
+++ b/noncore/multimedia/opierec/qtrec.cpp
@@ -380,3 +380,3 @@ QtRec::QtRec( QWidget* parent, const char* name, WFlags fl )
380 if ( !name ) 380 if ( !name )
381 setName( "QpeRec" ); 381 setName( "OpieRec" );
382 init(); 382 init();
@@ -442,3 +442,3 @@ void QtRec::init() {
442 stopped=true; 442 stopped=true;
443 setCaption( tr( "QpeRecord " ) + QString::number(VERSION) ); 443 setCaption( tr( "OpieRecord " ) + QString::number(VERSION) );
444 QGridLayout *layout = new QGridLayout( this ); 444 QGridLayout *layout = new QGridLayout( this );
@@ -737,3 +737,3 @@ void QtRec::init() {
737 QString url="/index.html"; 737 QString url="/index.html";
738 HelpWindow *help = new HelpWindow( url, ".", tab_4, "qperec_help"); 738 HelpWindow *help = new HelpWindow( url, ".", tab_4, "opierec_help");
739 layout4->addMultiCellWidget( help, 0, 1, 0, 1); 739 layout4->addMultiCellWidget( help, 0, 1, 0, 1);
@@ -745,3 +745,3 @@ void QtRec::init() {
745 layout4->addMultiCellWidget( helpLabel, 0, 3, 0, 4 ); 745 layout4->addMultiCellWidget( helpLabel, 0, 3, 0, 4 );
746 helpLabel->setText( "<B>QpeRec</B><br>" 746 helpLabel->setText( "<B>OpieRec</B><br>"
747 "Records files in standard wav format<br>" 747 "Records files in standard wav format<br>"
@@ -749,3 +749,3 @@ void QtRec::init() {
749 "For help, please email the author<br>" 749 "For help, please email the author<br>"
750 "<B>QpeRec</B> is copyright&copy; 2002 by" 750 "<B>OpieRec</B> is copyright&copy; 2002 by"
751 " L.J. Potter<br>llornkcor@handhelds.org<BR>" 751 " L.J. Potter<br>llornkcor@handhelds.org<BR>"
@@ -760,3 +760,3 @@ void QtRec::initIconView() {
760 ListView1->clear(); 760 ListView1->clear();
761 Config cfg("QpeRec"); 761 Config cfg("OpieRec");
762 cfg.setGroup("Sounds"); 762 cfg.setGroup("Sounds");
@@ -825,3 +825,3 @@ void QtRec::initConfig() {
825 int index, fred, i; 825 int index, fred, i;
826 Config cfg("QpeRec"); 826 Config cfg("OpieRec");
827 cfg.setGroup("Settings"); 827 cfg.setGroup("Settings");
@@ -937,3 +937,3 @@ bool QtRec::rec() { //record
937 int fileSize=0; 937 int fileSize=0;
938 Config cfg("QpeRec"); 938 Config cfg("OpieRec");
939 cfg.setGroup("Settings"); 939 cfg.setGroup("Settings");
@@ -1137,3 +1137,3 @@ bool QtRec::setupAudio( bool b) {
1137 update(); 1137 update();
1138 setCaption( tr( "QpeRecord " ) + QString::number(VERSION) ); 1138 setCaption( tr( "OpieRecord " ) + QString::number(VERSION) );
1139 stopped=true; 1139 stopped=true;
@@ -1333,3 +1333,3 @@ bool QtRec::doPlay() {
1333void QtRec::changebitrateCombo(int i) { 1333void QtRec::changebitrateCombo(int i) {
1334 Config cfg("QpeRec"); 1334 Config cfg("OpieRec");
1335 cfg.setGroup("Settings"); 1335 cfg.setGroup("Settings");
@@ -1344,3 +1344,3 @@ void QtRec::changebitrateCombo(int i) {
1344void QtRec::changesamplerateCombo(int i) { 1344void QtRec::changesamplerateCombo(int i) {
1345 Config cfg("QpeRec"); 1345 Config cfg("OpieRec");
1346 cfg.setGroup("Settings"); 1346 cfg.setGroup("Settings");
@@ -1368,3 +1368,3 @@ void QtRec::changesamplerateCombo(int i) {
1368void QtRec::changeDirCombo(int index) { 1368void QtRec::changeDirCombo(int index) {
1369 Config cfg("QpeRec"); 1369 Config cfg("OpieRec");
1370 cfg.setGroup("Settings"); 1370 cfg.setGroup("Settings");
@@ -1390,3 +1390,3 @@ void QtRec::changeDirCombo(int index) {
1390void QtRec::changeSizeLimitCombo(int) { 1390void QtRec::changeSizeLimitCombo(int) {
1391 Config cfg("QpeRec"); 1391 Config cfg("OpieRec");
1392 cfg.setGroup("Settings"); 1392 cfg.setGroup("Settings");
@@ -1409,3 +1409,3 @@ void QtRec::itClick(QListViewItem *item) {
1409 currentFile=item->text(0); 1409 currentFile=item->text(0);
1410 setCaption("QpeRecord "+currentFile); 1410 setCaption("OpieRecord "+currentFile);
1411} 1411}
@@ -1413,3 +1413,3 @@ void QtRec::itClick(QListViewItem *item) {
1413void QtRec::deleteSound() { 1413void QtRec::deleteSound() {
1414 Config cfg("QpeRec"); 1414 Config cfg("OpieRec");
1415 cfg.setGroup("Sounds"); 1415 cfg.setGroup("Sounds");
@@ -1466,3 +1466,3 @@ void QtRec::deleteSound() {
1466#endif 1466#endif
1467 setCaption( tr( "QpeRecord " ) + QString::number(VERSION) ); 1467 setCaption( tr( "OpieRecord " ) + QString::number(VERSION) );
1468 1468
@@ -1640,3 +1640,3 @@ void QtRec::endRecording() {
1640 qDebug("Just moved "+wavFile->currentFileName); 1640 qDebug("Just moved "+wavFile->currentFileName);
1641 Config cfg("QpeRec"); 1641 Config cfg("OpieRec");
1642 cfg.setGroup("Sounds"); 1642 cfg.setGroup("Sounds");
@@ -1706,3 +1706,3 @@ bool QtRec::openPlayFile() {
1706 if( currentFile.isEmpty()) { 1706 if( currentFile.isEmpty()) {
1707 QMessageBox::message(tr("Qperec"),tr("Please select file to play")); 1707 QMessageBox::message(tr("Opierec"),tr("Please select file to play"));
1708 endPlaying(); 1708 endPlaying();
@@ -1711,3 +1711,3 @@ bool QtRec::openPlayFile() {
1711 QString currentFileName; 1711 QString currentFileName;
1712 Config cfg("QpeRec"); 1712 Config cfg("OpieRec");
1713 cfg.setGroup("Sounds"); 1713 cfg.setGroup("Sounds");
@@ -1728,3 +1728,3 @@ bool QtRec::openPlayFile() {
1728 monitoring=false; 1728 monitoring=false;
1729 setCaption( tr( "QpeRecord " ) + QString::number(VERSION) ); 1729 setCaption( tr( "OpieRecord " ) + QString::number(VERSION) );
1730 QMessageBox::message(tr("Note"),tr("Could not open audio file.\n") 1730 QMessageBox::message(tr("Note"),tr("Could not open audio file.\n")
@@ -1756,3 +1756,3 @@ void QtRec::listPressed( int mouse, QListViewItem *item, const QPoint &, int ) {
1756 currentFile=item->text(0); 1756 currentFile=item->text(0);
1757 setCaption( "QpeRecord "+currentFile); 1757 setCaption( "OpieRecord "+currentFile);
1758 } 1758 }
@@ -1795,3 +1795,3 @@ void QtRec::doBeam() {
1795 QString file = ListView1->currentItem()->text(0); 1795 QString file = ListView1->currentItem()->text(0);
1796 Config cfg("QpeRec"); 1796 Config cfg("OpieRec");
1797 cfg.setGroup("Sounds"); 1797 cfg.setGroup("Sounds");
@@ -1805,3 +1805,3 @@ void QtRec::doBeam() {
1805 connect(file, SIGNAL(done(Ir*)), this, SLOT( fileBeamFinished( Ir * ))); 1805 connect(file, SIGNAL(done(Ir*)), this, SLOT( fileBeamFinished( Ir * )));
1806 file->send( filePath, "QpeRec audio file\n"+filePath ); 1806 file->send( filePath, "OPieRec audio file\n"+filePath );
1807 } 1807 }
@@ -1847,3 +1847,3 @@ void QtRec::okRename() {
1847 1847
1848 Config cfg("QpeRec"); 1848 Config cfg("OpieRec");
1849 cfg.setGroup("Sounds"); 1849 cfg.setGroup("Sounds");
@@ -1934,3 +1934,3 @@ void QtRec::doMicMuting(bool b) {
1934void QtRec::compressionSelected(bool b) { 1934void QtRec::compressionSelected(bool b) {
1935 Config cfg("QpeRec"); 1935 Config cfg("OpieRec");
1936 cfg.setGroup("Settings"); 1936 cfg.setGroup("Settings");
@@ -2195,3 +2195,3 @@ void QtRec::fillDirectoryCombo() {
2195 int index=0; 2195 int index=0;
2196 Config cfg("QpeRec"); 2196 Config cfg("OpieRec");
2197 cfg.setGroup("Settings"); 2197 cfg.setGroup("Settings");
@@ -2226,3 +2226,3 @@ void QtRec::slotAutoMute(bool b) {
2226 autoMute=b; 2226 autoMute=b;
2227 Config cfg("QpeRec"); 2227 Config cfg("OpieRec");
2228 cfg.setGroup("Settings"); 2228 cfg.setGroup("Settings");
diff --git a/noncore/multimedia/opierec/wavFile.cpp b/noncore/multimedia/opierec/wavFile.cpp
index 09695aa..0bb5736 100644
--- a/noncore/multimedia/opierec/wavFile.cpp
+++ b/noncore/multimedia/opierec/wavFile.cpp
@@ -46,3 +46,3 @@ bool WavFile::newFile() {
46 qDebug("Set up new file"); 46 qDebug("Set up new file");
47 Config cfg("QpeRec"); 47 Config cfg("OpieRec");
48 cfg.setGroup("Settings"); 48 cfg.setGroup("Settings");