ChangeLog for kdevelop v4.3.90
==============================

* Milian Wolff: set version to 4.3.90 i.e. 4.4 RC1
* Milian Wolff: Fix auto type-deduction for cases like 'auto a(1.1);'.
* Niko Sams: unitest for bug that was fixed in kdevplatform (rev 5fdbb0d1bf5febaf7497f0ea947ff82fc7c6baaf)
* Andreas Pakulat: Move plain-Qt application templates into a Qt category
* David E. Narváez: Add Thread and Frame Information on Execution
* Aleix Pol: Improve the way we map to cmake's variables model
* Niko Sams: add missing file
* Aleix Pol: The dependency on KDeclarative is optional
* Aleix Pol: Hack the case where
* Aleix Pol: Properly expose the output of a ListAst instance
* Aleix Pol: Fix the insertMulti usage by providing a removeMulti method
* Niko Sams: support multiple location breakpoints
* Aleix Pol: Fix threading problem in the CMakeManager
* Dominic Tubach: Astyle formatter: add support for padding parenthesis headers
* Milian Wolff: unbreak build: this include is from master... sorry
* Milian Wolff: Fix CMake check for unordered_map.
* Aleix Pol: Improve KDev's Dashboard projects' names
* Aleix Pol: Properly add the build directory
* Aleix Pol: Properly initialize CMAKE_INCLUDE_CURRENT_DIR
* Ivan Shapovalov: Explicitly disable "Apply" button after re-reading CMake cache.
* Milian Wolff: Be less strict about named and unnamed arguments.
* Milian Wolff: Let the OutputView take ownership of the make output delegate.
* Milian Wolff: remove dead code
* Milian Wolff: Directly set the model's data when we toggle a checkbox.
* Milian Wolff: Don't call load() in our ctor, that is done automatically.
* Milian Wolff: Don't tell the user the make config has changed when he first sees it.
* Milian Wolff: Fix memory leaks of Ui objects.
* Aleix Pol: Instead of forcing a theme, force a text color to the QPalette
* Milian Wolff: Don't use raw Declaration pointers across unlocked DUChain code paths.