summaryrefslogtreecommitdiff
path: root/noncore/apps
Unidiff
Diffstat (limited to 'noncore/apps') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/advancedfm/advancedfm.cpp26
1 files changed, 15 insertions, 11 deletions
diff --git a/noncore/apps/advancedfm/advancedfm.cpp b/noncore/apps/advancedfm/advancedfm.cpp
index f97ae99..d0ccc3f 100644
--- a/noncore/apps/advancedfm/advancedfm.cpp
+++ b/noncore/apps/advancedfm/advancedfm.cpp
@@ -1222,13 +1222,13 @@ void AdvancedFm::copy()
1222 case 1: 1222 case 1:
1223 return; 1223 return;
1224 break; 1224 break;
1225 }; 1225 };
1226 } 1226 }
1227 if(!copyFile(destFile, curFile) ) { 1227 if(!copyFile(destFile, curFile) ) {
1228 QMessageBox::message("AdvancedFm","Could not copy\n"+curFile +"to\n"+destFile); 1228 QMessageBox::message("AdvancedFm",tr("Could not copy\n")+curFile +tr("to\n")+destFile);
1229 1229
1230 qWarning("nothin doing"); 1230 qWarning("nothin doing");
1231 } 1231 }
1232 } 1232 }
1233 populateLocalView(); 1233 populateLocalView();
1234 TabWidget->setCurrentPage(0); 1234 TabWidget->setCurrentPage(0);
@@ -1267,13 +1267,13 @@ void AdvancedFm::copyAs()
1267 case 1: 1267 case 1:
1268 return; 1268 return;
1269 break; 1269 break;
1270 }; 1270 };
1271 } 1271 }
1272 if(!copyFile(destFile, curFile) ) { 1272 if(!copyFile(destFile, curFile) ) {
1273 QMessageBox::message("AdvancedFm","Could not copy\n"+curFile +"to\n"+destFile); 1273 QMessageBox::message("AdvancedFm",tr("Could not copy\n")+curFile +tr("to\n")+destFile);
1274 qWarning("nothin doing"); 1274 qWarning("nothin doing");
1275 } 1275 }
1276 } 1276 }
1277 } 1277 }
1278 populateRemoteView(); 1278 populateRemoteView();
1279 TabWidget->setCurrentPage(1); 1279 TabWidget->setCurrentPage(1);
@@ -1300,13 +1300,13 @@ void AdvancedFm::copyAs()
1300 case 1: 1300 case 1:
1301 return; 1301 return;
1302 break; 1302 break;
1303 }; 1303 };
1304 } 1304 }
1305 if(!copyFile(destFile, curFile) ) { 1305 if(!copyFile(destFile, curFile) ) {
1306 QMessageBox::message("AdvancedFm","Could not copy\n"+curFile +"to\n"+destFile); 1306 QMessageBox::message("AdvancedFm",tr("Could not copy\n")+curFile +tr("to\n")+destFile);
1307 qWarning("nothin doing"); 1307 qWarning("nothin doing");
1308 } 1308 }
1309 1309
1310 } 1310 }
1311 } 1311 }
1312 populateLocalView(); 1312 populateLocalView();
@@ -1348,13 +1348,13 @@ void AdvancedFm::copySameDir() {
1348 case 1: 1348 case 1:
1349 return; 1349 return;
1350 break; 1350 break;
1351 }; 1351 };
1352 } 1352 }
1353 if(!copyFile(destFile, curFile) ) { 1353 if(!copyFile(destFile, curFile) ) {
1354 QMessageBox::message("AdvancedFm","Could not copy\n"+curFile +"to\n"+destFile); 1354 QMessageBox::message("AdvancedFm",tr("Could not copy\n")+curFile +tr("to\n")+destFile);
1355 qWarning("nothin doing"); 1355 qWarning("nothin doing");
1356 } 1356 }
1357 1357
1358 qDebug("copy "+curFile+" as "+destFile); 1358 qDebug("copy "+curFile+" as "+destFile);
1359 } 1359 }
1360 delete fileDlg; 1360 delete fileDlg;
@@ -1385,13 +1385,13 @@ void AdvancedFm::copySameDir() {
1385 case 1: 1385 case 1:
1386 return; 1386 return;
1387 break; 1387 break;
1388 }; 1388 };
1389 } 1389 }
1390 if(!copyFile(destFile, curFile) ) { 1390 if(!copyFile(destFile, curFile) ) {
1391 QMessageBox::message("AdvancedFm","Could not copy\n"+curFile +"to\n"+destFile); 1391 QMessageBox::message("AdvancedFm",tr("Could not copy\n")+curFile +tr("to\n")+destFile);
1392 qWarning("nothin doing"); 1392 qWarning("nothin doing");
1393 } 1393 }
1394 qDebug("copy "+curFile+" as "+destFile); 1394 qDebug("copy "+curFile+" as "+destFile);
1395 } 1395 }
1396 delete fileDlg; 1396 delete fileDlg;
1397 } 1397 }
@@ -1433,13 +1433,13 @@ void AdvancedFm::move() {
1433 break; 1433 break;
1434 case 1: 1434 case 1:
1435 return; 1435 return;
1436 break; 1436 break;
1437 }; 1437 };
1438 if(!copyFile( destFile, curFile) ) { 1438 if(!copyFile( destFile, curFile) ) {
1439 QMessageBox::message(tr("Note"),tr("Could not move\n"+curFile)); 1439 QMessageBox::message(tr("Note"),tr("Could not move\n")+curFile);
1440 return; 1440 return;
1441 } 1441 }
1442 QFile::remove(curFile); 1442 QFile::remove(curFile);
1443 } 1443 }
1444 } 1444 }
1445 TabWidget->setCurrentPage(1); 1445 TabWidget->setCurrentPage(1);
@@ -1465,13 +1465,13 @@ void AdvancedFm::move() {
1465 break; 1465 break;
1466 case 1: 1466 case 1:
1467 return; 1467 return;
1468 break; 1468 break;
1469 }; 1469 };
1470 if(!copyFile(destFile, curFile) ) { 1470 if(!copyFile(destFile, curFile) ) {
1471 QMessageBox::message(tr("Note"),tr("Could not move\n"+curFile)); 1471 QMessageBox::message(tr("Note"),tr("Could not move\n")+curFile);
1472 return; 1472 return;
1473 } 1473 }
1474 } 1474 }
1475 QFile::remove(curFile); 1475 QFile::remove(curFile);
1476 TabWidget->setCurrentPage(0); 1476 TabWidget->setCurrentPage(0);
1477 } 1477 }
@@ -1542,13 +1542,13 @@ void AdvancedFm::runCommand() {
1542 sleep(1); 1542 sleep(1);
1543// if(command.find("2>",0,TRUE) != -1) 1543// if(command.find("2>",0,TRUE) != -1)
1544 command +=" 2>&1"; 1544 command +=" 2>&1";
1545 fp = popen( (const char *) command, "r"); 1545 fp = popen( (const char *) command, "r");
1546 if ( !fp ) { 1546 if ( !fp ) {
1547 qDebug("Could not execute '" + command + "'! err=%d", fp); 1547 qDebug("Could not execute '" + command + "'! err=%d", fp);
1548 QMessageBox::warning( this, tr("AdvancedFm"), tr("command failed!"), tr("&OK") ); 1548 QMessageBox::warning( this, "AdvancedFm", tr("command failed!"), tr("&OK") );
1549 pclose(fp); 1549 pclose(fp);
1550 return; 1550 return;
1551 } else { 1551 } else {
1552 while ( fgets( line, sizeof line, fp)) { 1552 while ( fgets( line, sizeof line, fp)) {
1553 QString lineStr = line; 1553 QString lineStr = line;
1554 lineStr=lineStr.left(lineStr.length()-1); 1554 lineStr=lineStr.left(lineStr.length()-1);
@@ -1598,13 +1598,13 @@ void AdvancedFm::fileStatus() {
1598 FILE *fp; 1598 FILE *fp;
1599 char line[130]; 1599 char line[130];
1600 sleep(1); 1600 sleep(1);
1601 fp = popen( (const char *) command, "r"); 1601 fp = popen( (const char *) command, "r");
1602 if ( !fp ) { 1602 if ( !fp ) {
1603 qDebug("Could not execute '" + command + "'! err=%d", fp); 1603 qDebug("Could not execute '" + command + "'! err=%d", fp);
1604 QMessageBox::warning( this, tr("AdvancedFm"), tr("command failed!"), tr("&OK") ); 1604 QMessageBox::warning( this, "AdvancedFm", tr("command failed!"), tr("&OK") );
1605 pclose(fp); 1605 pclose(fp);
1606 return; 1606 return;
1607 } else { 1607 } else {
1608 while ( fgets( line, sizeof line, fp)) { 1608 while ( fgets( line, sizeof line, fp)) {
1609 outDlg->OutputEdit->append(line); 1609 outDlg->OutputEdit->append(line);
1610 outDlg->OutputEdit->setCursorPosition(outDlg->OutputEdit->numLines() + 1,0,FALSE); 1610 outDlg->OutputEdit->setCursorPosition(outDlg->OutputEdit->numLines() + 1,0,FALSE);
@@ -1635,16 +1635,16 @@ void AdvancedFm::del() {
1635 localDelete(); 1635 localDelete();
1636 else 1636 else
1637 remoteDelete(); 1637 remoteDelete();
1638} 1638}
1639 1639
1640void AdvancedFm::doAbout() { 1640void AdvancedFm::doAbout() {
1641 QMessageBox::message("AdvancedFm","Advanced FileManager\n" 1641 QMessageBox::message("AdvancedFm",tr("Advanced FileManager\n"
1642 "is copyright 2002 by\n" 1642 "is copyright 2002 by\n"
1643 "L.J.Potter<llornkcor@handhelds.org>\n" 1643 "L.J.Potter<llornkcor@handhelds.org>\n"
1644 "and is licensed by the GPL"); 1644 "and is licensed by the GPL"));
1645} 1645}
1646 1646
1647void AdvancedFm::keyReleaseEvent( QKeyEvent *e) 1647void AdvancedFm::keyReleaseEvent( QKeyEvent *e)
1648{ 1648{
1649 if( TabWidget->hasFocus()) 1649 if( TabWidget->hasFocus())
1650 switch ( e->key() ) { 1650 switch ( e->key() ) {
@@ -1799,12 +1799,15 @@ QString AdvancedFm::getFileSystemType(const QString &currentText) {
1799 return temp.right( temp.length() - temp.find("::",0,TRUE) - 2); 1799 return temp.right( temp.length() - temp.find("::",0,TRUE) - 2);
1800 } 1800 }
1801 } 1801 }
1802 return baseFs; 1802 return baseFs;
1803} 1803}
1804 1804
1805QString AdvancedFm::getDiskSpace( const QString &) {
1806
1807}
1805 1808
1806void AdvancedFm::doBeam() { 1809void AdvancedFm::doBeam() {
1807 Ir ir; 1810 Ir ir;
1808 if(!ir.supported()){ 1811 if(!ir.supported()){
1809 } else { 1812 } else {
1810 1813
@@ -1919,12 +1922,13 @@ void AdvancedFm::showFileMenu() {
1919 m->insertItem( tr( "Delete" ), this, SLOT( localDelete() )); 1922 m->insertItem( tr( "Delete" ), this, SLOT( localDelete() ));
1920 else 1923 else
1921 m->insertItem( tr( "Delete" ), this, SLOT( remoteDelete() )); 1924 m->insertItem( tr( "Delete" ), this, SLOT( remoteDelete() ));
1922 1925
1923 m->insertSeparator(); 1926 m->insertSeparator();
1924 m->insertItem( tr( "Set Permissions" ), this, SLOT( filePerms() )); 1927 m->insertItem( tr( "Set Permissions" ), this, SLOT( filePerms() ));
1928
1925 if( QFile(QPEApplication::qpeDir()+"lib/libopie.so").exists() ) //bad hack for Sharp zaurus failings 1929 if( QFile(QPEApplication::qpeDir()+"lib/libopie.so").exists() ) //bad hack for Sharp zaurus failings
1926 m->insertItem( tr( "Properties" ), this, SLOT( doProperties() )); 1930 m->insertItem( tr( "Properties" ), this, SLOT( doProperties() ));
1927 m->setCheckable(TRUE); 1931 m->setCheckable(TRUE);
1928 if (!b) 1932 if (!b)
1929 m->setItemChecked(m->idAt(0),TRUE); 1933 m->setItemChecked(m->idAt(0),TRUE);
1930 else 1934 else