ChangeLog for kdevplatform v1.2.2 ================================= * Milian Wolff: set version to 1.2.2 * Dr. Robert Marmorstein: Fix crash when kate (or other editor) is not found * Milian Wolff: prevent assert in outdated annotation line * Milian Wolff: connect to proper signal * Nicolás Alvarez: Remove 'mutable' from reference variables. * Milian Wolff: set version to 1.2.1 in preparation of release * Andrey Batyiev: Move urlForFileModel from PatchReviewToolView to PatchReviewPlugin and remove code duplication. * Milian Wolff: prevent crash when config file contains something like "foo||" * Milian Wolff: use documentSave instead of plain save, since the former asks the user for a url in case of an invalid URL * Lambert CLARA: Fix displayed filename not correctly updated when switching sides in splitview. * Milian Wolff: fix crashes and leak of local patch source * Gerhard Stengel: fix problem of non translatable strings in kdevplatform/documentation and class browser * Dmitry Risenberg: Keep m_documents and m_documentsForPriorities in sync. * Gerhard Stengel: fix problem not being able to select a project target in the launch dialogue. REVIEW: 100692 * Milian Wolff: properly re-highlight problems on document reload * Andrey Batyiev: CVS plugin works incorrectly when first supplied location is directory. Fixing it. * Andrey Batyiev: Turn off colored diff and external diff tool while doing "git diff". * Andrey Batyiev: Git plugin was circumventing unit tests. Fixing this. * Sergey Vidyuk: ProjectManagerView state save/restore * Andrey Batyiev: Merge CvsJob and DVcsJob. * Aleix Pol: Just add executable binaries to the native combo. This will make the UI a little more usable and won't make the user think it works in cases that it doesn't. * Andrey Batyiev: Add ability to get data from stderr of DVcsJob. * Andrey Batyiev: Fix VcsEventModel::addEvents and VcsItemEventModel::addItemEvents. * Milian Wolff: Don't leak navigation widget when ContextBrowserView::setSpecialNavigationWidget is a no-op for performance reasons * Milian Wolff: Properly keep track of start context to prevent deletion of it while browsing * Frederik Schwarzer: fix markup that breaks translations * Milian Wolff: better handle no active document in locateCurrentDocument - theory forbids it but practice shows us better... * Milian Wolff: backport from master: don't crash when accessing defaultParameterForArgument if no FunctionType was associated with AbstractFunctionDeclaration * Milian Wolff: don't try to read file if it was not set, removes warning * Milian Wolff: remove obsolete code that is not applicable to recent KDE versions * Milian Wolff: remove obsolete code that used i18n in static context, which is not allowed * Milian Wolff: don't crash when VCS plugin does not implement move/remove, as CVS does for example * Milian Wolff: fix accelerators by assigning proper buddies in edit snippet repo dialog * Michael Hansen: Fix the rendering under the Line: Col: display in the text editor area * Montel Laurent: Add missing i18n * Andrew Coles: Backported i18n fix (missing usage of plural form) to 1.2 branch.