aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* Observe the cration of extra compilerMarco Bubke2019-02-181-2/+2
* Clang: Disable min and max macrosMarco Bubke2019-02-181-1/+4
* Help: Add fallback word lookup for context help to base text editorEike Ziller2019-02-152-0/+8
* Squish: Fix verification of tool tipsChristian Stenger2019-02-141-0/+1
* Clang: Fix command line builderMarco Bubke2019-02-141-3/+4
* Syntax highlighting: Add patches for KSyntaxHighlighting adaptationAlessandro Portale2019-02-136-0/+5082
* Clang: Fix command line builderMarco Bubke2019-02-121-2/+2
* ClangRefactoring: Fix progress counterMarco Bubke2019-02-121-9/+23
* LSP: collect and execute quick fixes via shortcutDavid Schulz2019-02-122-3/+24
* Utils: Add a JsonTreeItemDavid Schulz2019-02-124-2/+162
* Clang: Extend ClangTool and CommandLineBuilderIvan Donchevskii2019-02-111-8/+12
* Fix some deprecation warnings in basic pluginsFriedemann Kleint2019-02-118-25/+17
* LSP: Avoid unneeded copy inside loopChristian Stenger2019-02-081-1/+1
* LSP: Fix buildChristian Kandeler2019-02-081-1/+3
* AutoTest: Use TypedTreeItem for TestResultItemChristian Stenger2019-02-081-0/+5
* Make deployqt target recursiveEike Ziller2019-02-071-0/+2
* Clang: Use full paths in compilation database for symbol collectorIvan Donchevskii2019-02-074-14/+23
* Syntax Highlighter: return all definitions for a file name/mimetypeDavid Schulz2019-02-072-4/+25
* PathChooser: Move setTextKeepingActiveCursor() to FancyLineEditChristian Kandeler2019-02-073-11/+13
* Clang: Fix some issues with running indexer over Qt CreatorIvan Donchevskii2019-02-072-2/+3
* ClangPchManager: Merge system pch tasksMarco Bubke2019-02-052-4/+31
* Utils::FileNameValidatingLineEdit: Allow '+' characterChristian Kandeler2019-02-041-1/+1
* LSP: separate communication interface and client logicDavid Schulz2019-02-042-2/+2
* Help: Avoid double lookup for help tooltipsEike Ziller2019-02-014-45/+47
* LSP: Fix potential build error with clangNikolai Kosjar2019-02-011-1/+1
* LSP: add Command and CodeAction support to the language clientDavid Schulz2019-01-3112-24/+241
* CPlusPlus: Fix enum valueChristian Stenger2019-01-311-1/+2
* C++: fix StarBindFlags behaviorXiaofeng Wang2019-01-301-1/+1
* Algorithm: Add missing includeEike Ziller2019-01-291-0/+1
* TextEditor: replace generic highlighter with ksyntaxhighlightingDavid Schulz2019-01-28121-1/+30126
* Fix warning: "Don't call QVector::first() on temporary QList/QVector"Alessandro Portale2019-01-283-4/+4
* AnsiEscapeCodeHandler: ModernizeAndre Hartmann2019-01-282-11/+5
* AnsiEscapeCodeHandler: Fix some Clang sign conversion warningsAndre Hartmann2019-01-281-3/+3
* Avoid a few unnecessary non-const QString::operator[]() accesseshjk2019-01-252-6/+6
* Tracing: Add context menu option to reset the flame graphUlf Hermann2019-01-252-0/+9
* ClangSupport: Fix CommandLineBuilderMarco Bubke2019-01-241-0/+15
* ClangSupport: Remove not used interfaceMarco Bubke2019-01-242-43/+1
* ClangRefactoring: Adapt project part in the databaseMarco Bubke2019-01-242-2/+5
* PchManager: Update only after generated files have been updatedMarco Bubke2019-01-234-0/+12
* QmlJS: improve codeTim Jenssen2019-01-233-19/+17
* Fix MSVC2015 buildIvan Donchevskii2019-01-221-3/+2
* LSP: use correct json value in 'initialized' notification paramsDavid Schulz2019-01-221-1/+3
* FancyLineEdit: Do not overwrite content with non-existing history dataChristian Kandeler2019-01-222-1/+2
* Tracing: Don't clear a temporary containerAlessandro Portale2019-01-211-1/+0
* PchManager: Split pch tasks in project and system pch tasksMarco Bubke2019-01-2114-150/+584
* use initializer listsTim Jenssen2019-01-213-6/+6
* QmlJS: remove qtquick1 leftoversTim Jenssen2019-01-185-61/+12
* QmlJS: modernize the code a bitTim Jenssen2019-01-181-90/+91
* Utils: Enable to construct Utf8String with the string literalIvan Donchevskii2019-01-181-2/+6
* QmlJS: Fix unused variable warningOrgad Shaneh2019-01-181-1/+1