summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cpptoolsplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppTools: Move Project{Part,Info} to new cppprojects.{h,cpp}Nikolai Kosjar2014-08-201-2/+2
* Merge remote-tracking branch 'origin/3.2'Oswald Buddenhagen2014-08-051-11/+12
|\
| * CppTools: Fix Switch Header/Source going to wrong fileNikolai Kosjar2014-07-241-11/+12
* | Compile fix with gcc 4.7.2hjk2014-07-181-2/+2
* | CppTools: Export licensetemplate and licensetemplatepath as variablesTobias Hunger2014-07-151-0/+18
|/
* C++: Remove class/function/enum extraction from CppLocatorData.Erik Verbruggen2014-06-181-1/+7
* CppTools: Unexport some internal classes.Nikolai Kosjar2014-06-101-4/+1
* C++: use a global string table for SearchSymbols.Erik Verbruggen2014-05-281-1/+6
* C++: Add support for prefixes in switch header/sourceOrgad Shaneh2014-01-211-0/+35
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* 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