Fix limit/offset handling in SearchStore::exec
Recreate the baloo index
balooctl config: add options to set/view onlyBasicIndexing
Port balooctl check to work with new architecture (bug 353011)
FileContentIndexer: fix emitting filePath twice
UnindexedFileIterator: mtime is quint32 not quint64
Transaction: fix another Dbi typo
Transaction: Fix documentMTime() and documentCTime() using wrong Dbis.
Transaction::checkPostingDbInTermsDb: Optimize code
Fix dbus warnings
Balooctl: Add checkDb command
balooctl config: Add "exclude filter"
KF5Baloo: Make sure D-Bus interfaces are generated before they are used. (bug 353308)
Avoid using QByteArray::fromRawData
Remove baloo-monitor from baloo
TagListJob: Emit error when failed to open database
Do not ignore subterms if not found
Cleaner code for failing Baloo::File::load() on DB open fail.
Make balooctl use IndexerConfig instead of manipulating baloofilerc directly
Improve i18n for balooshow
Make balooshow fail gracefully if database cannot be opened.
Fail Baloo::File::load() if the Database is not open. (bug 353049)
IndexerConfig: add refresh() method
inotify: Do not simulate a closedWrite event after move without cookie
ExtractorProcess: Remove the extra
at the end of the filePath
baloo_file_extractor: call QProcess::close before destroying the QProcess
baloomonitorplugin/balooctl: i18nize indexer state.
BalooCtl: Add a 'config' option
Make baloosearch more presentable
Remove empty EventMonitor files
BalooShow: Show more information when the ids do not match
BalooShow: When called with an id check if the id is correct
Add a FileInfo class
Add error checking in various bits so that Baloo doesn't crash when disabled. (bug 352454)
Fix Baloo not respecting "basic indexing only" config option
Monitor: Fetch remaining time on startup
Use actual method calls in MainAdaptor instead of QMetaObject::invokeMethod
Add org.kde.baloo interface to root object for backward compatibility
Fix date string displayed in address bar due to porting to QDate
Add delay after each file instead of each batch
Remove Qt::Widgets dependency from baloo_file
Remove unused code from baloo_file_extractor
Add baloo monitor or experimental qml plugin
Make "querying for remaining time" thread safe
kioslaves: Add missing override for virtual functions
Extractor: Set the applicationData after constructing the app
Query: Implement support for 'offset'
Balooctl: Add --version and --help (bug 351645)
Remove KAuth support to increase max inotify watches if count too low (bug 351602)
KFileWidget: parent argument should default to 0 like in all widgets.
Make sure the size of the byte array we just dumped into the struct
is big enough before calculating the targetInfo, otherwise we're
accessing memory that doesn't belong to us
Fix Qurl usage when calling QFileDialog::getExistingDirectory()
Refresh Solid's device list before querying in kio_trash
Allow trash: in addition to trash:/ as url for listDir (calls listRoot) (bug 353181)
KProtocolManager: fix deadlock when using EnvVarProxy. (bug 350890)
Don't try to find X11 on WIN32
KBuildSycocaProgressDialog: use Qt's builtin busy indicator. (bug 158672)
KBuildSycocaProgressDialog: run kbuildsycoca5 with QProcess.
KPropertiesDialog: fix for ~/.local being a symlink, compare canonical paths
Add support for network shares in kio_trash (bug 177023)
Connect to the signals of QDialogButtonBox, not QDialog (bug 352770)
Cookies KCM: update DBus names for kded5
Use JSON files directly instead of kcoreaddons_desktop_to_json()
Use largest timestamp in subdirectory as resource directory timestamp.
KSycoca: store mtime for every source dir, to detect changes. (bug 353036)
KServiceTypeProfile: remove unnecessary factory creation. (bug 353360)
Simplify and speed up KServiceTest::initTestCase.
make install name of applications.menu file a cached cmake variable
KSycoca: ensureCacheValid() should create the db if it doesn't exist
KSycoca: make global database work after the recent timestamp check code
KSycoca: change DB filename to include language and sha1 of the dirs it's built from.
KSycoca: make ensureCacheValid() part of the public API.
KSycoca: add a q pointer to remove more singleton usage
KSycoca: remove all self() methods for factories, store them in KSycoca instead.
KBuildSycoca: remove writing of the ksycoca5stamp file.
KBuildSycoca: use qCWarning rather than fprintf(stderr, ...) or qWarning
KSycoca: rebuild ksycoca in process rather than executing kbuildsycoca5
KSycoca: move all of the kbuildsycoca code into the lib, except for main().
KSycoca optimization: only watch the file if the app connects to databaseChanged()
Fix memory leaks in the KBuildSycoca class
KSycoca: replace DBus notification with file watching using KDirWatch.
kbuildsycoca: deprecate option --nosignal.
KBuildSycoca: replace dbus-based locking with a lock file.
Do not crash when encountering invalid plugin info.
Rename headers to _p.h in preparation for move to kservice library.
Move checkGlobalHeader() within KBuildSycoca::recreate().
Remove code for --checkstamps and --nocheckfiles.