ChangeLog for kdevplatform v1.1.1
=================================

* Milian Wolff: set version to 1.1.1
* Aleix Pol: Make the build tool responsible for renaming the items when rename is triggered (it was already being done, but twice in abstractfilemanagerplugin).
* Dmitry Risenberg: Fix line numbers in annotation bar for git. BUG:255599
* Pino Toscano: i18n: do not extract messages from sources in 'tests' subdirectories
* Nicolás Alvarez: Minor changes to apidox.
* Aleix Pol: When removing a file or directory, check if it has git versioned stuff. In that case ask Git to remove it, otherwise trash it.
* Nicolás Alvarez: Fix comment typos in iplugin.h.
* ben2367: Correct FileManager contextMenu
* Nicolás Alvarez: Add i18n comments to strings in codeutils plugin.
* Nicolás Alvarez: DumpChain: code cleanup.
* Milian Wolff: fix: don't crash when changing shortcuts without having an active document
* Milian Wolff: set a proper minimum width when initializing the launch config dialog
* Milian Wolff: make sure all projects are readable in launch config dialog
* Milian Wolff: initialize CodeHighlightingColors after we initialized the required member vars, add test to run valgrind easily
* Lambert CLARA: Fix lib APU find in FindSubversionLibrary.cmake
* Milian Wolff: preserve remote parts of url of active document for 'open file' dialog
* Aleix Pol: Copy the current directory instead of doing silly references.
* Milian Wolff: add some icons in the launch config dialog
* Milian Wolff: fix resize-to-column width algorithm and make launch config dialog have a sane size by default
* Milian Wolff: disable target combobox when using custom executable
* Milian Wolff: try to fix crash in KDevelop::ConfigurableHighlightingColors::getAttribute
* Milian Wolff: fix up delegate deletion, prevents crash in generic manager test cases (was deleted but the static var in the getter function was not reset)
* Milian Wolff: backport from master: only append subdirs to actual parent list jobs, fixes random crashes
* Nicolás Alvarez: Add 'build' to .gitignore.
* Milian Wolff: make project url canonical before inserting into m_currentlyOpening
* Milian Wolff: don't leak temporary files
