mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
changelog updated
removed unused methods
This commit is contained in:
parent
8d00ae774d
commit
17ff7369de
@ -1,9 +1,11 @@
|
|||||||
6.2
|
6.2
|
||||||
Nueva ventana de "bienvenida"
|
Nueva ventana de "bienvenida"
|
||||||
Nueva ventana de importar/actualizar
|
Nueva ventana de importar/actualizar
|
||||||
Nuevo input de entrada para la búsqueda.
|
|
||||||
Nuevo control 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)
|
6.0.1 (No pública)
|
||||||
Corregido bug al usar las teclas Inicio/fin
|
Corregido bug al usar las teclas Inicio/fin
|
||||||
|
@ -1148,6 +1148,7 @@ void LibraryWindow::updateLibrary()
|
|||||||
libraryCreator->start();
|
libraryCreator->start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
void LibraryWindow::deleteLibrary()
|
void LibraryWindow::deleteLibrary()
|
||||||
{
|
{
|
||||||
QString currentLibrary = selectedLibrary->currentText();
|
QString currentLibrary = selectedLibrary->currentText();
|
||||||
@ -1156,6 +1157,7 @@ void LibraryWindow::deleteLibrary()
|
|||||||
deleteCurrentLibrary();
|
deleteCurrentLibrary();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
void LibraryWindow::deleteCurrentLibrary()
|
void LibraryWindow::deleteCurrentLibrary()
|
||||||
{
|
{
|
||||||
|
@ -200,7 +200,7 @@ public:
|
|||||||
void reloadCurrentLibrary();
|
void reloadCurrentLibrary();
|
||||||
void openLastCreated();
|
void openLastCreated();
|
||||||
void updateLibrary();
|
void updateLibrary();
|
||||||
void deleteLibrary();
|
//void deleteLibrary();
|
||||||
void openContainingFolder();
|
void openContainingFolder();
|
||||||
void openContainingFolderComic();
|
void openContainingFolderComic();
|
||||||
void deleteCurrentLibrary();
|
void deleteCurrentLibrary();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user