ChangeLog for kdevplatform v1.1.90 ================================== * Milian Wolff: set version to 1.1.90 in preparation of RC1 release * Milian Wolff: fix compilation for some compilers * David Nolden: backport from master: Don't care about navigation tooltips when a context-browser view is visible, the view will handle this alone * David Nolden: backport from master: regression fixes to context browser plugin refactor * David Nolden: backport from master: Clear the file-modification cache instantly when the user has saved the file in the editor. * David Nolden: backport from master: Don't completely ignore the retrieved top-context if it is still flagged to require an update. Instead, simply show a warning message on the status bar. (TODO: Find out why the update flag is not correct) * David Nolden: backport from master: Exclude the "." when extracting the extension * David Nolden: backport from master: * Nicolás Alvarez: Move qHash of {Cursor,Range}InRevision into the KDevelop NS too. * Nicolás Alvarez: Move qHash overload for SimpleRange and SimpleCursor into the KDevelop NS. * Milian Wolff: make sure we generate colors in the ctor (undelayed) * Milian Wolff: Introduce a fallback cache based on the file extension for LanguageController::languagesForUrl * Milian Wolff: use full canonical file path for urls in duchainify, required for isLocalFile checks to succeed * Milian Wolff: append _STATIC to macros in appendedlist_static.h to prevent clash with appendedlist.h, should fix compilation in KDE4_ENABLE_FINAL=ON mode * Dmitry Risenberg: Do not mess with other active working sets when calling for a review. BUG: 260663 * Milian Wolff: properly emitResult when internal SVN job failed, prevents indefinite wait in isVersionControlled on invalid URLS * Nicolás Alvarez: Simplify code in DUContextDynamicData assertion.