aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/cpptoolsplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppTools: Use Qt5-style connectsOrgad Shaneh2016-05-231-2/+2
* Move C++ mime types from cppeditor to cpptoolsTobias Hunger2016-03-151-0/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CppTools: Remove cpptools/cppprojects.[h|cpp]Marco Bubke2016-01-131-0/+1
* CppTools: Add CppToolsBridgeMarco Bubke2016-01-121-0/+4
* CppTools: SwitchHeaderSource file name case sensitivityCristian Adam2015-09-231-5/+10
* Properly delete plugins dependent on failed pluginJarek Kobus2015-06-171-1/+2
* Clang: Use completion through backend processNikolai Kosjar2015-06-101-2/+2
* Clean exported headers of the CppTools plugin.Friedemann Kleint2015-03-051-0/+1
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+1
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+1
* Use new mime databaseEike Ziller2015-02-171-6/+8
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Port to new connect apiMontel Laurent2015-01-301-6/+8
* | Add locator filter for all included files.Eike Ziller2015-01-121-0/+2
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-1/+1
* | Completely rework currentNode/currentProject handlingDaniel Teske2014-12-031-1/+2
|/
* VariableChooser: Reworkhjk2014-10-151-2/+2
* MacroExpander: Allow registering local expansionshjk2014-10-151-6/+7
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | JsExpander: Do not crash on exitTobias Hunger2014-09-181-1/+1
* | CppTools: Add some methods to the JsExpander.Tobias Hunger2014-09-181-0/+4
* | Fix stringTobias Hunger2014-09-121-1/+1
* | C++: Change QStringList to QSet<QString> to prevent conversions.Erik Verbruggen2014-09-041-2/+4
* | Editors: Automatically add editor/document id to context and use thatEike Ziller2014-09-021-1/+1
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | 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