ChangeLog for kdevelop v4.1.1
=============================
* Milian Wolff: set version to 4.1.1
* Pino Toscano: i18n: do not extract messages from sources in 'tests' subdirectories
* Burkhard Lück: fix wrong usage of translation context in ui file messages to make the translated strings visible either use foo or foo
* Milian Wolff: backport from master: when using parallel builds, make install with kdesudo uses a command string like: kdesudo -t -c make -j4 install
* Nicolás Alvarez: Cleanup and typo fixes in code comments.
* Nicolás Alvarez: Use qSwap instead of custom "tmp=a; a=b; b=tmp;" code.
* Milian Wolff: fix: make sure we compare directores without slashes as KDevelop API's urls have slashes while QDir::entryInfoList will never have slashes
* Aleix Pol: Provide support for break in foreach command.
* Aleix Pol: comment for performance issues.
* Aleix Pol: Added support for CMAKE_CURRENT_LIST_DIR variable.
* Aleix Pol: When looking for cmake modules, look for the directories without lowercases. It should work too.
* Milian Wolff: don't try to get namespace for dot and dotdot, prevents pesty warning:
* Milian Wolff: fix: prevent crash, don't try to access duchainpointer blindly
* Milian Wolff: fix: unbreak 'Force Tabs' in astyle formatter settings
* Milian Wolff: fix: make sure to apply negative BlockBreakAll option
* Milian Wolff: never switch to the implementation of a signal (i.e. the .moc file), instead use fallback and switch to .cpp
* Milian Wolff: backport from master: disable DEBUG_UI_LOCKUP by default, if desired enabled it via cmake (BUILD_uiblocktester option)