ChangeLog for kdevplatform v1.2.0 ================================= * Milian Wolff: set version to 1.2.0 in preparation of release * Milian Wolff: remove warning that is triggered whenever the cleanup asserts for a proper removal * Adam Pigg: Save the status of the 'Use lower case filenames' checkbox for next time. Defaults to ticked as before. * Aleix Pol: Rehash every time, we can change the repository between calls, so it has to be calculated every time. * Aleix Pol: Don't display all commits in the OutputView. Makes the process considerably faster (which was the problem that prevented this feature from working). If this doesn't solve the problem there, we'll have to consider to just shutdown this feature. * Milian Wolff: don't add infinite number of rows of output, instead limit to 50k lines and only keep the most recent ones * David Nolden: backport from master: Make sure that working sets are unique to the patch-review area before changing them. CCBUG: 263021 * David Nolden: backport from master: Only try creating one parse-job at a time. If more parse-jobs need to be created, queue an event to re-try. This way, the UI stays responsive when many many files we cannot handle are iterated. * David Nolden: backport from master: Delete the view _after_ emitting "viewRemoved(..)". This fixes a possible crash, because the working-set will call "view->document()" in the connected slot. * David Nolden: backport from master: Also use the cache if the cached list is "empty", it means that no mimetype could be determined.