mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
changelog updated
removed unused methods
This commit is contained in:
parent
8d00ae774d
commit
17ff7369de
@ -1,9 +1,11 @@
|
||||
6.2
|
||||
Nueva ventana de "bienvenida"
|
||||
Nueva ventana de importar/actualizar
|
||||
Nuevo input de entrada para la búsqueda.
|
||||
Nuevo control para la búsqueda
|
||||
|
||||
Nueva imagen para las marcas de cómics leídos (sólo en OpenGL)
|
||||
Cambiada la distribución de algunos iconos
|
||||
Cambiado el modo de eliminar la metainformación (borrar base de datos/portadas de disco)
|
||||
Ocultadas las opciones avanzadas de configuración de YACReader Flow, accesibles ahora tras pulsar un botón (diálogos de configuración más simples)
|
||||
|
||||
6.0.1 (No pública)
|
||||
Corregido bug al usar las teclas Inicio/fin
|
||||
|
@ -1148,6 +1148,7 @@ void LibraryWindow::updateLibrary()
|
||||
libraryCreator->start();
|
||||
}
|
||||
|
||||
/*
|
||||
void LibraryWindow::deleteLibrary()
|
||||
{
|
||||
QString currentLibrary = selectedLibrary->currentText();
|
||||
@ -1156,6 +1157,7 @@ void LibraryWindow::deleteLibrary()
|
||||
deleteCurrentLibrary();
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
void LibraryWindow::deleteCurrentLibrary()
|
||||
{
|
||||
|
@ -200,7 +200,7 @@ public:
|
||||
void reloadCurrentLibrary();
|
||||
void openLastCreated();
|
||||
void updateLibrary();
|
||||
void deleteLibrary();
|
||||
//void deleteLibrary();
|
||||
void openContainingFolder();
|
||||
void openContainingFolderComic();
|
||||
void deleteCurrentLibrary();
|
||||
|
Loading…
Reference in New Issue
Block a user