summaryrefslogtreecommitdiff
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
...
* | ExtensionSystem: Relax platform regexp matchingOrgad Shaneh2018-09-251-1/+2
* | PluginManager: Replace getPlatformName with QSysInfo::prettyProductNameOrgad Shaneh2018-09-251-59/+7
* | Tracing: Make sure the time display repeater's model is not negativeUlf Hermann2018-09-251-1/+2
* | FileInProjectFinder: Report length of matched postfixUlf Hermann2018-09-242-51/+76
* | Replace QString::null with default constructed QStringOrgad Shaneh2018-09-212-4/+4
* | Utils: ModernizeOrgad Shaneh2018-09-2110-64/+52
* | Git: Fix columns visibility in branch viewAndre Hartmann2018-09-171-1/+4
* | LSP: Fix MSVC warningOrgad Shaneh2018-09-171-1/+1
* | LSP: support 'window/showMessageRequest' and 'window/showMessage'David Schulz2018-09-141-0/+1
* | LSP: move templated register function to JsonRpcMessageHandlerDavid Schulz2018-09-141-0/+7
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-09-141-1/+4
|\ \ | |/
| * qmljs: fix bug in reformattingMarco Benelli2018-09-111-1/+4
* | CPlusPlus: Do not handle extremely long function-like macrosIvan Donchevskii2018-09-131-0/+4
* | Highlighting: Add highlighting style for punctuationIvan Donchevskii2018-09-134-1/+6
* | LSP: default initialize Request memberDavid Schulz2018-09-131-2/+4
* | LSP: add a to string converter for MessageIdDavid Schulz2018-09-131-0/+9
* | LSP: add move constructor for JsonRpcMessageDavid Schulz2018-09-132-0/+4
* | LSP: use implicit conversion to QJsonValue for QLanguageClientValueDavid Schulz2018-09-133-11/+11
* | LSP: const correct ShowMessageParams::toString()David Schulz2018-09-132-2/+2
* | LSP: reset expected content length when parsing incomplete headerDavid Schulz2018-09-131-0/+1
* | Clang: Add generated files support for pch managerMarco Bubke2018-09-124-4/+50
* | EnvironmentWidget: Do not accept empty keys or keys containing '='Tobias Hunger2018-09-112-7/+13
* | Expand QTC variables from PathChooserAlexis Jeandet2018-09-112-2/+21
* | LSP: Use MimeType file filter for language serversDavid Schulz2018-09-103-1/+88
* | LSP: return registration options only if json value contains an objectDavid Schulz2018-09-101-2/+2
* | macOS: Replace openTerminal.command by python scriptEike Ziller2018-09-101-1/+1
* | Remove unused variablesRobert Loehning2018-09-071-1/+0
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-09-071-10/+44
|\ \ | |/
| * Tracing: Properly signal destruction of non-owned propertiesUlf Hermann2018-08-301-10/+44
* | Fix terminal command comparisonEike Ziller2018-09-071-3/+7
* | ConsoleProcess: Silence some compiler warningsUlf Hermann2018-09-071-7/+8
* | Clang: Improve generated files handlingMarco Bubke2018-09-062-5/+1
* | Use faster ctor for QColorRobert Loehning2018-09-061-11/+11
* | Utils: Fix compile for UNIX when using Qt5.9Christian Stenger2018-09-061-1/+6
* | Fix terminal command on macOSEike Ziller2018-09-061-2/+3
* | ModelEditor: remove redundant static keywordJochen Becher2018-09-052-11/+11
* | ModelEditor: Use nullptr instead of 0Jochen Becher2018-09-053-6/+6
* | Add "Open Terminal" to EnvironmentWidgetTobias Hunger2018-09-052-0/+6
* | Allow to set environment for "Open Terminal"Tobias Hunger2018-09-053-6/+21
* | Environment: Do not allow keys containing '='Tobias Hunger2018-09-051-2/+8
* | LSP: do not potentially call the move assignment operator twiceDavid Schulz2018-09-052-12/+21
* | Utils: Do not export inlined functionsDavid Schulz2018-09-042-8/+6
* | ModelEditor: Reduce size of images in clipboardJochen Becher2018-09-031-2/+2
* | ModelEditor: Layout elements on diagramJochen Becher2018-09-035-4/+174
* | Utils: Fix small stringMarco Bubke2018-09-031-1/+7
* | Make terminal settings more flexibleEike Ziller2018-09-033-79/+146
* | FileInProjectFinder: Add dtorUlf Hermann2018-09-032-0/+2
* | Use Utils::setUnionMergeMarco Bubke2018-09-031-5/+6
* | Introduce a basic client for the language server protocolDavid Schulz2018-09-0343-8/+7077
* | Clang: Fix completion after '{'Ivan Donchevskii2018-08-301-0/+10