summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppquickfixassistant.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename IDocument::fileName --> filePathEike Ziller2013-07-091-1/+1
* Clean headers in CppEditor.Friedemann Kleint2013-04-101-16/+0
* CppTools: Use namespace CppTools consistentlyTobias Hunger2013-04-081-1/+1
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-10/+8
* C++: Fix dangling IDocument* in CppCompletionAssistProcessorNikolai Kosjar2013-03-191-1/+2
* CppEditor: Replace Q_ASSERT with QTC_ASSERT/QTC_CHECKNikolai Kosjar2013-02-141-1/+3
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | CppEditor: quick fix to generate getters and settersErik Verbruggen2013-01-241-0/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Make PluginManager mostly static.Eike Ziller2012-06-191-2/+1
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-2/+2
* Long live the king!hjk2012-01-261-1/+1
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | more Id type fixeshjk2011-11-101-2/+2
|/
* Refactoring changes: Cleanup and improvements.Christian Kamm2011-08-191-6/+5
* C++: Synchronize function decl/def refactoring.Christian Kamm2011-08-161-1/+3
* New code assist APILeandro Melo2011-05-181-0/+152