Changelog for
kdevplatform-lang-1.3.1-2.1.2.noarch.rpm :
* Tue Apr 17 2012 wstephensonAATTsuse.com- update to 1.3.1
* no changelog
* Tue Mar 13 2012 wstephensonAATTsuse.com- update to 1.3.0:
* more fixes to gcc 4.7 and cvstest in regard to macro handling
* Only store katepart session information for the last 20 files
* cleanup includes
* Give a warning and return false on isTextDocument if the text-document is not properly initialized.
* Translate session picker
* Save and reload settings exposed by katepart per file
* skip files that are larger than 5MiB during parsing
* Activate the new active view through the main-window after switching working-set, to get the correct focus.
* Don\'t disable updates while changing working-sets. There seems to be a bug in Qt which can cause the updates to stay disabled forever, ignoring setUpdatesEnabled(true).
* Fix a regression caused by the introduced quickopen-timer which led to the previous quickopen-filter being used instead of a blank one.
* fix serious memory leak of kate documents
* Calling toString() is very slow, use the native way of filtering empty identifiers.
* optimize: .contains && .value can be reduced to a single call to .value()
* fallback to document-controller when looking for a mimetype of files without a file extension
* optimize: apply quickopen filter after 150ms timeout
* delay calls to QuickOpenModel::restart
* hide quickopen project items with empty identifier
* Thu Aug 18 2011 toddrme2178AATTgmail.com- Added check for duplicate files (fix for RPMLINT warning)- Cleaned up spec file formatting
* Wed Jun 29 2011 javierAATTopensuse.org- update to 1.2.3
* Make declarations from macros get appended instead of prepended.
* make sure we don\'t crash on (broken?) declarations without internal context in create class wizard
* Fix black scrollbars in context browser views.
* step into/over instruction did the wrong thing
* Fix more clang build errors.
* In AppendedList, qualify call to KDevVarLengthArray::append with \'this\'.
* calling PTHREAD_MUTEX_INITIALIZER is not nessary because pthread_mutex_init() does the work, also it causes compile error on some systems (cherry picked from commit 7d8c4d89b981680b77d547c7a2e2b64a56b2b098)
* try to protect against crash triggered by nested event loops and failing svn jobs
* fix: left-hand operand of comma has no effect
* remove IRequired=IStatus from grepview
* Fri Jun 24 2011 javierAATTopensuse.org- update to 1.2.2
* Fix crash when kate (or other editor) is not found
* prevent assert in outdated annotation line
* connect to proper signal
* Remove \'mutable\' from reference variables.
* Thu Apr 28 2011 idoenmezAATTnovell.com- Add kdevplatform-1.2.0-gcc46.patch to fix compilation with gcc 4.6
* Mon Jan 24 2011 wstephensonAATTnovell.com- update to 1.2.0
* remove warning that is triggered whenever the cleanup asserts for a proper removal
* Save the status of the \'Use lower case filenames\' checkbox for next time. Defaults to ticked as before.
* Rehash every time, we can change the repository between calls, so it has to be calculated every time.
* Don\'t display all commits in the OutputView.
* don\'t an add infinite number of rows of output, instead limit to 50k lines and only keep the most recent ones
* Fix Patch review closes all open documents from other worksets (bko#263021)
* 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.
* Delete the view _after_ emitting \"viewRemoved(..)\". This fixes a possible crash, because the working-set will call \"view->document()\" in the connected slot.
* Also use the cache if the cached list is \"empty\", it means that no mimetype could be determined.
* Sat Jan 15 2011 wstephensonAATTnovell.com- update to 1.1.90
* fix compilation for some compilers
* Don\'t care about navigation tooltips when a context-browser view is visible, the view will handle this alone
* regression fixes to context browser plugin refactor
* Clear the file-modification cache instantly when the user has saved the file in the editor.
* 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)
* Exclude the \".\" when extracting the extension
* Move qHash of {Cursor,Range}InRevision into the KDevelop NS too.
* Move qHash overload for SimpleRange and SimpleCursor into the KDevelop NS.
* make sure we generate colors in the ctor (undelayed)
* Introduce a fallback cache based on the file extension for LanguageController::languagesForUrl
* use full canonical file path for urls in duchainify, required for isLocalFile checks to succeed
* append _STATIC to macros in appendedlist_static.h to prevent clash with appendedlist.h, should fix compilation in KDE4_ENABLE_FINAL=ON mode
* Do not mess with other active working sets when calling for a review. BUG: 260663
* properly emitResult when internal SVN job failed, prevents indefinite wait in isVersionControlled on invalid URLS
* Simplify code in DUContextDynamicData assertion.
* Sun Nov 21 2010 tittiatcokeAATTgmail.com- Update to a new git snapshot to enable build on KDE 4.6 Beta 1
* Tue Oct 19 2010 wstephensonAATTnovell.com- update to 1.1.0
* Add missing i18n
* finally fix \'close all\' for all areas
* Don\'t add semicolon when autocompleting void function when one of \',;)\' follows
* Use the proper icon for debug->run action.
* ensure that ProjectFolderItem url\'s have the trailing slash
* Use KIO::stat rather than KIO::NetAccess::stat so that we can pass HideProgressInfo, otherwise a progress dialog would pop up at every keystroke while typing the hostname of sftp://hostname.
* Make launch config enable \"Apply\" the project target changes.
* Sun Jul 18 2010 beineriAATTopensuse.org- update to 1.0.1 bugfix release
* Sat May 01 2010 tittiatcokeAATTgmail.com- update to version 1.0 final
* Don\'t crash if dynamic_cast fails (bko#235781)
* Fix progress popups being transparent.
* More view/tab switching optimizations
* Make patch review toolview layout (margins/spacing) consistent with the rest of KDevelop
* Set default mainwindow size only when showing \"code\" area for the first time (bko#207990)
* Fix closing of changed documents. (bko#228774)
* Turn an assertion into a warning, as this seems to happen sometimes.(bko#227675)
* Sat Apr 17 2010 wstephensonAATTnovell.com- update to 0.10.2
* Fri Apr 16 2010 wstephensonAATTnovell.com- update to 0.10.1
* Tue Apr 06 2010 wstephensonAATTnovell.com- update to 0.10.0
* Tue Mar 09 2010 wstephensonAATTsuse.de- update to 0.9.99
* Fri Feb 12 2010 tittiatcokeAATTgmail.com- update to 0.9.98
* Fri Jan 29 2010 llunakAATTnovell.com- fix file conflict
* Tue Dec 15 2009 tittiatcokeAATTgmail.com- update to 0.9.97
* Tue Nov 03 2009 beineriAATTopensuse.org- update to 0.9.96
* Fri Aug 21 2009 beineriAATTopensuse.org- update to 0.9.95
* Fri Jul 31 2009 beineriAATTopensuse.org- fix build with boost 1.39.0
* Sun Jun 28 2009 binnerAATTkde.org- update to 0.9.94
* Sun May 24 2009 beineriAATTopensuse.org- update to 0.9.93
* Thu Mar 05 2009 cooloAATTsuse.de- fix file list