unificado el formato de lor archivos de about/ayuda a utf-8

eliminados algunos comentarios TODO que ya se hab?an completado
This commit is contained in:
Luis Ángel San Martín
2012-07-23 18:00:33 +02:00
parent 192ebd04b2
commit 2b63c08251
19 changed files with 189 additions and 141 deletions

View File

@ -612,8 +612,6 @@ void LibraryWindow::loadLibrary(const QString & name)
{
index = 0;
sm->clear();
//foldersView->setModel(NULL); //TODO comprobar pq no sirve con usar simplemente las se<73>ales beforeReset y reset
//comicView->setModel(NULL);
dm->setupModelData(path);
foldersView->setModel(dm);
@ -658,7 +656,7 @@ void LibraryWindow::loadLibrary(const QString & name)
{
int ret = QMessageBox::question(this,tr("Download new version"),tr("This library was created with a newer version of YACReaderLibrary. Download the new version now?"),QMessageBox::Yes,QMessageBox::No);
if(ret == QMessageBox::Yes)
QDesktopServices::openUrl(QUrl("http://code.google.com/p/yacreader/"));
QDesktopServices::openUrl(QUrl("http://www.yacreader.com"));
comicView->setModel(NULL);
foldersView->setModel(NULL);
@ -1065,7 +1063,6 @@ void LibraryWindow::rename(QString newName)
void LibraryWindow::cancelCreating()
{
stopLibraryCreator();
//TODO delete library.
}
void LibraryWindow::stopLibraryCreator()