[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdevelop/parts
From:       Amilcar do Carmo Lucas <amilcar () ida ! ing ! tu-bs ! de>
Date:       2003-08-19 8:52:01
[Download RAW message or body]

CVS commit by aclu: 

Take the complete filename base up to the last dot to determine the file name
of the target. Fix BR 61994 for auto custom and troll project managers 

Thank Andreas Koepfle (koepfle in ti.uni-mannheim.de) for the patch
CCMAIL: 61994-done@bugs.kde.org


  M +1 -1      autoproject/autoprojectpart.cpp   1.108
  M +1 -1      customproject/customprojectpart.cpp   1.59
  M +1 -1      trollproject/trollprojectwidget.cpp   1.116


--- kdevelop/parts/autoproject/autoprojectpart.cpp  #1.107:1.108
@@ -722,5 +722,5 @@ void AutoProjectPart::slotCompileFile()
     QFileInfo fi(fileName);
     QString sourceDir = fi.dirPath();
-    QString baseName = fi.baseName();
+    QString baseName = fi.baseName(true);
     kdDebug(9020) << "Compiling " << fileName
                   << " in dir " << sourceDir

--- kdevelop/parts/customproject/customprojectpart.cpp  #1.58:1.59
@@ -500,5 +500,5 @@ void CustomProjectPart::slotCompileFile(
     QFileInfo fi(fileName);
     QString sourceDir = fi.dirPath();
-    QString baseName = fi.baseName();
+    QString baseName = fi.baseName(true);
     kdDebug(9020) << "Compiling " << fileName
                   << "in dir " << sourceDir

--- kdevelop/parts/trollproject/trollprojectwidget.cpp  #1.115:1.116
@@ -2604,5 +2604,5 @@ void TrollProjectWidget::slotBuildFile()
     QFileInfo fi(fileName);
     QString sourceDir = fi.dirPath();
-    QString baseName = fi.baseName();
+    QString baseName = fi.baseName(true);
     kdDebug(9020) << "Compiling " << fileName
                   << "in dir " << sourceDir


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic