ChangeLog for kdevelop v4.1.2 ============================= * Nicolás Alvarez: Fix build error. * Milian Wolff: set version to 4.1.2 in preparation of KDevelop 4.2 release * Aleix Pol: Applied Valentyn Pavliuchenko patch to fix GLOB_RECURSIVE behaviour. * Milian Wolff: fix entry list being empty for some Qt versions * Milian Wolff: don't try to non-text/plain cmake files (e.g. due to problematic include) * 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: Properly reload when a CMakeLists.txt file has been deleted from the FS. If the CMakeLists.txt wasn't found, cleanup the directory. * Aleix Pol: Also watch non-cmake directory changes. * Aleix Pol: Properly store the cached variables doc string. * Aleix Pol: Small coding style change. * Aleix Pol: When checking if a directory exists, check that it's not a root's parent. CMake returns false in that case. * Milian Wolff: backport from master: optimize: remove existing entries from the list and don't call potentially slow hasFileOrfolder over and over again on them * Milian Wolff: optimize: don't protect static getter with mutex, instead set it up in a controlled fashion * Aleix Pol: Properly add relative globs. BUG: 259099 CCBUG: 259135 * Aleix Pol: Backport from master. Don't add unused stuff in the cmake project tree. * Aleix Pol: Add support for CMAKE_MATCH_* variable. * Aleix Pol: Remove useless code. * Aleix Pol: Add support for VERSION_* commands.