SVN commit 948436 by dfaure: Provide most of the Konq History functionality in libkonq, for pino's history window and for krunner. The konqueror subclass keeps the "pending url" stuff, the kcompletion, and the timer for emitting updated(). Good opportunity for hiding all the dbus-only signals and slots into the private class. M +0 -1 konqueror/src/CMakeLists.txt M +43 -338 konqueror/src/konqhistorymanager.cpp M +8 -173 konqueror/src/konqhistorymanager.h M +1 -0 lib/konq/CMakeLists.txt M +23 -0 lib/konq/konq_historyentry.cpp M +3 -3 lib/konq/konq_historyloader.h A lib/konq/konq_historyprovider.cpp [License: LGPL (v2/3+eV)] A lib/konq/konq_historyprovider.h [License: LGPL (v2/3+eV)]