https://bugs.kde.org/show_bug.cgi?id=391892
Matthieu Gallien <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/eli | |sa/d5a4d2b8f77f26cbba44579c | |3659d4afec12501b Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #10 from Matthieu Gallien <[email protected]> --- Git commit d5a4d2b8f77f26cbba44579c3659d4afec12501b by Matthieu Gallien. Committed on 09/05/2018 at 19:28. Pushed by mgallien into branch 'master'. avoid scanning a file again if it has not been modified Summary: avoid scanning a file again if it has not been modified ensure we get correct behavior on application start with existing tracks clean up of obsolete way to track removed tracks between application starts do not yet remove tracks that have been removed when the application was not running. This is a regression that I will fix later. Test Plan: mostly works but subsequent starts are much faster Reviewers: #elisa, astippich Reviewed By: #elisa, astippich Subscribers: astippich, januz Maniphest Tasks: T7603 Differential Revision: https://phabricator.kde.org/D12703 M +0 -236 autotests/databaseinterfacetest.cpp M +86 -0 autotests/localfilelistingtest.cpp M +4 -21 src/abstractfile/abstractfilelistener.cpp M +1 -13 src/abstractfile/abstractfilelistener.h M +51 -17 src/abstractfile/abstractfilelisting.cpp M +11 -12 src/abstractfile/abstractfilelisting.h M +16 -8 src/baloo/localbaloofilelisting.cpp M +1 -1 src/baloo/localbaloofilelisting.h M +84 -260 src/databaseinterface.cpp M +11 -4 src/databaseinterface.h M +1 -0 src/elisaqmlplugin.cpp M +0 -2 src/elisautils.cpp M +5 -2 src/file/localfilelisting.cpp M +1 -1 src/file/localfilelisting.h M +1 -1 src/musicaudiotrack.cpp M +15 -42 src/musiclistenersmanager.cpp M +4 -4 src/musiclistenersmanager.h M +0 -1 src/qml/TrackImportNotification.qml https://commits.kde.org/elisa/d5a4d2b8f77f26cbba44579c3659d4afec12501b -- You are receiving this mail because: You are watching all bug changes.
