ChangeLog for kdevplatform v1.1.81 ================================== * Milian Wolff: set version to 1.1.81 for beta2 * Milian Wolff: don't assert when a plugin gets updated from ProviderProvider to Provider or vice versa and the user forgot to rerun kbuildsycoca4 * Milian Wolff: --debug * Milian Wolff: kill running import jobs for removed folders * Milian Wolff: make sure we compare dir urls with trialing slash * Milian Wolff: make sure we don't think a project is still being opened when it's import was canceled * Milian Wolff: remove dead code * Milian Wolff: move toolbutton to configure environment into it's own (reusable) class * Milian Wolff: fix: properly update outline on document change, was missing connect to signal from document controller * Dmitry Risenberg: Check for unloaded version control plugin in ProjectPrivate. * Dmitry Risenberg: Check for unloaded version control plugin in ProjectPrivate. * Milian Wolff: reintroduce the cleanup of 986ec7bb18211a7789e28c48fdc750668ae9b1d5 (no addViewSilently, no window->setArea in working set loadToArea), but fix the problem described in 2f586e506ac59153b0b95e008acc88cea490e7d3 (restoring of split views) * Nicolás Alvarez: DumpChain: avoid double quotes around indentation in debug messages. * Milian Wolff: hide non-project kcms from project config (e.g. php documentation) * Milian Wolff: properly sort kcms in settings dialog: language support user interface projects background parser source formatter environment plugins * Milian Wolff: also blacklist disabled plugins, if we now add the plugin to the X-KDE-ParentComponents of a kcm, it won't get loaded * Milian Wolff: mark generic project manager as project category, required for settings blacklisting * Dmitry Risenberg: Properly update Container's current widget when splitting views. BUG: 259908 * Milian Wolff: document X-KDE-PluginInfo-Category * Milian Wolff: proper about data for cvs plugin * Milian Wolff: sort loaded plugins by name * Milian Wolff: greatly improve plugin useability by categorizing them * Milian Wolff: backport from 1.2: safely iterate over job list where kill can delete child jobs * Milian Wolff: safely iterate over job list where kill can delete child jobs * Milian Wolff: fix session-controller unit tests * Dmitry Risenberg: Check that git is installed when loading Git Support plugin. CCBUG: 257650. * Milian Wolff: remove debug I committed accidentally * Milian Wolff: port background parser away from slow QPointer to faster QWeakPointer, esp. useful for big projects * Milian Wolff: fix compilation for qt < 4.7 * Milian Wolff: speed up ::index(), imo we don't need the call to hasIndex here as the itemFromIndex checks that as well * Milian Wolff: second approach: properly implement removeRows without takeRow and speed up deletion of folders containing many items * Milian Wolff: Revert "optimize shutdown for big projects with lots of items in single folders" * Milian Wolff: optimize shutdown for big projects with lots of items in single folders * Milian Wolff: Refactor context browser plugin to make it useable without a toolview. * Milian Wolff: --debug * Milian Wolff: don't overdesign the API: make setText protected, assume text == baseName for most items * Andreas Pakulat: Make the filename corner variable size instead of fixed.