summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cpptoolsplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Crossify normalizePathNameOrgad Shaneh2013-10-241-8/+2
* CppTools: honor pre-compiled headers in the code-model.Erik Verbruggen2013-10-011-1/+1
* C++: add code-model settings to choose one by mime-type.Erik Verbruggen2013-09-131-2/+11
* C++: Custom directory list for Switch Header/SourceOrgad Shaneh2013-09-031-9/+48
* Apply 'static' pattern to VcsManagerhjk2013-09-031-2/+1
* Apply 'static' pattern to MimeDatabasehjk2013-09-031-19/+19
* CppTools: Introduce LocatorDataNikolai Kosjar2013-08-301-3/+6
* EditorManager: Use interface directly instead of going through ICorehjk2013-08-301-1/+1
* Introduced mime-type for ObjC++.Erik Verbruggen2013-07-181-0/+1
* Make document model static and add some document related methodsEike Ziller2013-07-121-2/+2
* Rename IDocument::fileName --> filePathEike Ziller2013-07-091-2/+2
* CppTools: "Switch Header/Source" checks also other projectsNikolai Kosjar2013-06-251-23/+49
* Switch less often to edit modeEike Ziller2013-06-051-2/+1
* Make 'open in other split' a flag instead of another method.Eike Ziller2013-06-031-1/+2
* Cycle through extra editor windows when cycling through splitsEike Ziller2013-05-311-1/+1
* C++: moved the CppPreprocessor into its own file.Erik Verbruggen2013-04-261-1/+1
* Correct some default shortcuts for MacEike Ziller2013-04-261-1/+4
* C++: fix possible null-pointer deref.Erik Verbruggen2013-04-101-1/+1
* CppTools: moved some logic to ProjectFileSergey Shambir2013-04-101-55/+32
* Clean headers in CppTools.Friedemann Kleint2013-04-101-18/+0
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-14/+13
* CppTools: Simplify testing of typical use casesNikolai Kosjar2013-03-201-0/+5
* Fix Krazy-warnings in CppTools.Friedemann Kleint2013-03-081-1/+1
* UI text: fix caps in CPP plugin actionsLeena Miettinen2013-02-151-1/+1
* Editor: Refactor Open Link in Next Split.David Schulz2013-02-141-26/+17
* 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
* | Fixed typo 'mimeDatase' -> 'mimeDatabase'Thorbjørn Lindeijer2013-01-241-12/+12
* | Editor: Allow to open links in a new split.Petar Perisin2013-01-111-2/+26
* | C++: changed the CppModelManager to use a normal singleton.Erik Verbruggen2012-10-161-11/+9
* | CppTools: make correspondingHeaderOrSource freely accessiblehjk2012-10-121-15/+21
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Don't cache mapping between source and private headerNicolas Arnaud-Cormos2012-06-281-1/+2
* ActionManager API cleanup.Eike Ziller2012-05-251-5/+3
* editormanager: simplify use of interfacehjk2012-05-111-3/+2
* [C++] Added object pool handling for CompletionAssistProvider.Erik Verbruggen2012-02-231-2/+0
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-3/+3
* Removed module names from #include directives.Erik Verbruggen2012-02-151-9/+9
* Move QtConcurrent library into Utils.Friedemann Kleint2012-02-091-1/+1
* Long live the king!hjk2012-01-261-1/+1
* Core::Filemanager: make some methods statichjk2012-01-251-2/+1
* ProjectExplorer: make currentProject statichjk2012-01-241-3/+1
* Use new static ICore interface.hjk2012-01-241-8/+6
* C++: Replace non-absolute-critical asserts for soft onesLeandro Melo2012-01-241-1/+2
* Add a cache for the header/source mapping.Nicolas Arnaud-Cormos2012-01-111-2/+10
* Fix the switch header/source action.Nicolas Arnaud-Cormos2012-01-111-10/+33
* C++: Automatic Doxygen comment blocks generationLeandro Melo2011-12-091-1/+0
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* C++ switch header/source: Always prefer file in same directory.Christian Kamm2011-09-281-44/+49