[Foo2zjs-commits] r78 - trunk/hannah
white at alioth.debian.org
white at alioth.debian.org
Fri Sep 28 11:20:05 UTC 2007
Author: white
Date: 2007-09-28 11:20:05 +0000 (Fri, 28 Sep 2007)
New Revision: 78
Added:
trunk/hannah/TODO
Modified:
trunk/hannah/gui.cpp
Log:
Add TODO file for hannah
Added: trunk/hannah/TODO
===================================================================
--- trunk/hannah/TODO (rev 0)
+++ trunk/hannah/TODO 2007-09-28 11:20:05 UTC (rev 78)
@@ -0,0 +1,6 @@
+Features:
+
+- Add about item in a menu
+- Add a status bar for the download
+- Improve look and feel
+- Add Copyright information
Modified: trunk/hannah/gui.cpp
===================================================================
--- trunk/hannah/gui.cpp 2007-09-28 11:04:07 UTC (rev 77)
+++ trunk/hannah/gui.cpp 2007-09-28 11:20:05 UTC (rev 78)
@@ -174,7 +174,7 @@
count++;
}
- QString program = "/usr/bin/getweb";
+ QString program = "/tmp/foo.sh";
switch (callProgram->state()) {
case 2:
@@ -188,7 +188,8 @@
"Refuse to start another one."), QMessageBox::Ok);
break;
case 0:
- callProgram->start(program, arguments);
+ callProgram->start(program);
+ //callProgram->start(program, arguments);
break;
}
};
More information about the Foo2zjs-commits
mailing list