ChangeLog for kdevelop v4.1.81 ============================== * Milian Wolff: set version 4.1.81 for 4.2 beta2 * Milian Wolff: fix entry list being empty for some Qt versions * Milian Wolff: make it possible to configure the environment from the makebuilder config kcm ui * Milian Wolff: add missing files * Milian Wolff: sort: put qthelp at end * Milian Wolff: --debug * Milian Wolff: don't load qthelp kcm if plugin is disabled * Milian Wolff: split KCM and Plugin of QtHelpPlugin, fixes crash when unloading the plugin and accessing the KCM * Milian Wolff: introduce categories * Milian Wolff: don't try to non-text/plain cmake files (e.g. due to problematic include) * Milian Wolff: update splashscreen for 4.2 * Milian Wolff: optimize startup: don't use slow QWebElement.toPlainText(), instead use a simple QRegExp parser that is *much* faster * Milian Wolff: hide void-returning functions from code completion when we are inside an non-lvalue expression * Aleix Pol: Support as variables, variables that end with a number. This small problem made macro_optional_find_package not to work, have to be careful about that. * Aleix Pol: Don't propagate the URL change if the URL hasn't changed. Damn it, trailing slashes!! >.< * Aleix Pol: We don't need this recursive case anymore. The url change will be propagated by ProjectFolderItem itself.