Hi, thanks for porting the game.
Does the game store settings like window size or last game mode correctly? If it doesn't, the problem should be QSettings itself and I don't know how to solve it, as I've never used OS/2 and I don't even know if QSettings should work in OS/2.
I found this:
http://svn.netlabs.org/qt4/timeline?from=2009-07-07T14:09:02+0200&precision=second
06/27/2009:
23:40 Changeset [63] by dmik
corelib: OS/2: QSettings: Use QLatin1String().
Maybe adding this code:
for(int i = 0; i < stringListSize; i++)
{
for(int j = 0; j < stringList[i].size(); j++)
stringList[i][j] = stringList[i][j].toLatin1();
}
at line 655 in mainwindow.cpp would solve the problem, or maybe you must convert some other QString to QLatin1String in other setting related places.
Try this if you want and let me know if it works. - Oct 14 2009
Does the game store settings like window size or last game mode correctly? If it doesn't, the problem should be QSettings itself and I don't know how to solve it, as I've never used OS/2 and I don't even know if QSettings should work in OS/2.
I found this:
http://svn.netlabs.org/qt4/timeline?from=2009-07-07T14:09:02+0200&precision=second
06/27/2009:
23:40 Changeset [63] by dmik
corelib: OS/2: QSettings: Use QLatin1String().
Maybe adding this code:
for(int i = 0; i < stringListSize; i++)
{
for(int j = 0; j < stringList[i].size(); j++)
stringList[i][j] = stringList[i][j].toLatin1();
}
at line 655 in mainwindow.cpp would solve the problem, or maybe you must convert some other QString to QLatin1String in other setting related places.
Try this if you want and let me know if it works. - Oct 14 2009
Hi, thanks for porting the game.
Does the game store settings like window size or last game mode correctly? If it doesn't, the problem should be QSettings itself and I don't know how to solve it, as I've never used OS/2 and I don't even know if QSettings should work in OS/2.
I found this:
http://svn.netlabs.org/qt4/timeline?from=2009-07-07T14:09:02+0200&precision=second
06/27/2009:
23:40 Changeset [63] by dmik
corelib: OS/2: QSettings: Use QLatin1String().
Maybe adding this code:
for(int i = 0; i < stringListSize; i++)
{
for(int j = 0; j < stringList[i].size(); j++)
stringList[i][j] = stringList[i][j].toLatin1();
}
at line 655 in mainwindow.cpp would solve the problem, or maybe you must convert some other QString to QLatin1String in other setting related places.
Try this if you want and let me know if it works. - Oct 13 2009
Does the game store settings like window size or last game mode correctly? If it doesn't, the problem should be QSettings itself and I don't know how to solve it, as I've never used OS/2 and I don't even know if QSettings should work in OS/2.
I found this:
http://svn.netlabs.org/qt4/timeline?from=2009-07-07T14:09:02+0200&precision=second
06/27/2009:
23:40 Changeset [63] by dmik
corelib: OS/2: QSettings: Use QLatin1String().
Maybe adding this code:
for(int i = 0; i < stringListSize; i++)
{
for(int j = 0; j < stringList[i].size(); j++)
stringList[i][j] = stringList[i][j].toLatin1();
}
at line 655 in mainwindow.cpp would solve the problem, or maybe you must convert some other QString to QLatin1String in other setting related places.
Try this if you want and let me know if it works. - Oct 13 2009

QChartDiary
Qt Tools by kinch27 5 comments
Hi. Thanks for packaging the application and for the compliment. You're right, I forgot to put the version number on the name of the source file. Fixed now to QChartDiary-0.6.4.1-src.tar.gz. I hope it's ok this way. If you think it's better to rename to QChartDiary-src-0.6.4.1.tar.gz instead, let me know.
- Apr 07 2009