aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor
Commit message (Expand)AuthorAgeFilesLines
* QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* CppEditor: Fix MSVC warningOrgad Shaneh2016-11-301-1/+1
* CppEditor: Compile fix after 3b1308bbhjk2016-11-181-1/+1
* TextEditor: Remove exported class QuickFixOperationsFriedemann Kleint2016-11-182-101/+97
* CppEditor: Fix null pointer accessNikolai Kosjar2016-11-151-1/+1
* CppEditor: Fix GenerateGetterSetter for reference typesLorenz Haas2016-10-312-2/+64
* CppEditor: Native dir separators in ResourcePreviewHoverHandlerAlessandro Portale2016-10-191-1/+3
* CppEditor: Clean up header error indicatorNikolai Kosjar2016-10-142-34/+28
* Clang: Show info bar for parse errors in header filesNikolai Kosjar2016-10-114-2/+82
* Clang: Hook up supportive translation unit on first editNikolai Kosjar2016-10-101-0/+2
* improve static initializersTim Jenssen2016-09-231-15/+14
* CppEditor: Add enclosing template on "Move Definition Outside"Orgad Shaneh2016-09-062-2/+3
* CppEditor: Add enclosing template on "Add Definition"Orgad Shaneh2016-09-063-0/+53
* C++: Enable showEnclosingTemplate also for function typeOrgad Shaneh2016-09-061-6/+1
* C++: Disable C++ keywords in C filesFrancois Ferrand2016-08-231-0/+1
* ISnippetProvider: Code polishTobias Hunger2016-08-222-13/+6
* CppEditor: Fix cutting while renaming symbol under cursorTasuku Suzuki2016-08-221-1/+1
* CppEditor: Add template enclosing scope on "Insert Declaration"Orgad Shaneh2016-08-193-1/+59
* CppEditor: Prevent "Add Declaration" for existing template functionsOrgad Shaneh2016-08-193-1/+28
* CppEditor: Fix "Move Definition to Class" for template member functionsOrgad Shaneh2016-08-193-1/+35
* CppEditor: Fix "Move Definition to Class" for function in template classOrgad Shaneh2016-08-193-7/+32
* CppEditor: Replace QSignalMapper with a lambdaOrgad Shaneh2016-08-182-17/+1
* CppEditor: Fix typo in qbs fileOrgad Shaneh2016-08-111-1/+1
* cppeditor: add resource preview hover handler classMarc Reilly2016-08-115-2/+266
* TextEditor: Remove use of deprecated additionalFormatsOrgad Shaneh2016-08-101-2/+2
* Remove use of deprecated Qt algorithmsOrgad Shaneh2016-08-092-3/+7
* Move icons to UtilsUlf Hermann2016-08-051-2/+2
* Merge remote-tracking branch 'origin/4.1'Orgad Shaneh2016-08-0512-887/+371
|\
| * CppEditor: Adjust completer tests to latest changesDavid Schulz2016-08-011-1/+1
| * CppEditor: Rework CppIncludeHierarchy modelhjk2016-07-2911-887/+365
* | Clang: Add clang refactoringMarco Bubke2016-08-042-0/+152
|/
* CppEditor: Use full tooltip in ClangTextMarkhjk2016-07-251-2/+9
* CppEditor: Add a failing test for move outside class with templateOrgad Shaneh2016-07-222-0/+18
* CppTools: Allow prefering getter names with "get" prefixNikolai Kosjar2016-06-223-1/+82
* CppEditor: Extract determineGetterSetterNames()Nikolai Kosjar2016-06-221-11/+24
* Editor: Skip auto completed character only if it was recently inserted.David Schulz2016-06-212-6/+12
* qbs build: Introduce new module "qtc".Christian Kandeler2016-06-081-1/+1
* Move completion settings page to TextEditor plugin.David Schulz2016-05-303-8/+9
* CppEditor: Use Qt5-style connectsOrgad Shaneh2016-05-3023-131/+118
* Editor: Separate auto insert brace and quote magic.David Schulz2016-05-252-16/+32
* CppEditor: Use MatchingText instead of CppAutoCompleter.David Schulz2016-05-202-4/+6
* Remove duplicated code from c++ and glsl completer.David Schulz2016-05-201-108/+6
* CppEditor: Add auto completer test.David Schulz2016-05-122-0/+368
* CodeAssist: Support only one quickfix assistant per editor class.David Schulz2016-04-284-2/+10
* Move "Clear/Clean" icon from ProjectExplorer to CoreAlessandro Portale2016-04-271-1/+1
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-221-0/+1
|\
| * Clang: Classify *.{moc,qdoc} as CXXSourceNikolai Kosjar2016-04-221-0/+1
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-122-3/+2
|\|
| * cplusplus: Make functions of Icons staticAlessandro Portale2016-04-062-3/+2
* | Merge remote-tracking branch 'origin/4.0'Oswald Buddenhagen2016-04-013-5/+0
|\|