summaryrefslogtreecommitdiff
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: add support for proposed semantic highlightDavid Schulz2019-06-218-18/+228
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-205-27/+59
|\
| * QmlJS: Fix code re-formatter for propertyTim Jenssen2019-06-201-4/+3
| * qmljs: sync parser with current 5.12 stateTim Jenssen2019-06-202-22/+48
| * SSH: Log some more information for sftp sessionsChristian Kandeler2019-06-191-0/+7
| * Utils: Fix default argument of ConsoleProcess::StartChristian Kandeler2019-06-181-1/+1
* | Utils: reserve result container size in partitionDavid Schulz2019-06-191-0/+2
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-1823-204/+94
|\ \ | |/
| * CMake build: Adapt to changesEike Ziller2019-06-181-1/+0
| * Clang: Delete ipcserverinterface.cppOrgad Shaneh2019-06-172-32/+1
| * Sqlite: Delete empty sourcesOrgad Shaneh2019-06-176-106/+3
| * Clang: Improve updatingMarco Bubke2019-06-176-73/+17
| * ClangRefactoring: Ensure that database is written to log after indexingMarco Bubke2019-06-175-12/+73
| * SSH: Fix running remote process in terminalChristian Kandeler2019-06-145-7/+13
| * CMake build: Copy fonts and syntax-highlighting files to builddirCristian Adam2019-06-131-1/+10
* | Fix qbs buildChristian Kandeler2019-06-181-1/+13
* | Tracing: Add tooltip to category labels in analyzer timelinesTim Henning2019-06-171-0/+9
* | CMake build: Build fix for "Enable macro editing for the Clang indexer"Cristian Adam2019-06-141-0/+6
* | Enable macro editing for the Clang indexerMarco Bubke2019-06-1319-976/+1615
* | ProjectExplorer: Let ArgumentsAspect use a multi-line editChristian Kandeler2019-06-132-0/+76
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-132-7/+6
|\ \ | |/
| * qml | Fix pragma reformattingUladzislau Paulovich2019-06-121-0/+2
| * ModelingLib: Use QElapsedTimer instead of QTimehjk2019-06-122-7/+6
* | Utils: Use CommandLine in ConsoleProcesshjk2019-06-134-15/+32
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-122-8/+65
|\ \ | |/
| * qml | Fix functions and loops formattingUladzislau Paulovich2019-06-111-2/+18
| * qml | Fix trailing comments formattingUladzislau Paulovich2019-06-111-0/+6
| * qml | Fix empty objects formattingUladzislau Paulovich2019-06-111-4/+7
| * SSH: Fix autotestChristian Kandeler2019-06-111-1/+1
| * qml | Add support for enums formattingUladzislau Paulovich2019-06-111-0/+31
| * qml | Fix let/const variables formattingUladzislau Paulovich2019-06-111-1/+2
* | Utils: Use CommandLine in ShellCommandhjk2019-06-112-31/+29
* | qml | Fix pragma reformattingUladzislau Paulovich2019-06-111-0/+2
* | Use Utils::FilePath in SynchronousProcesshjk2019-06-117-44/+21
* | Utils: Encourage marking of raw command line parametershjk2019-06-062-6/+24
* | CMake: Allow for relative install prefixesTobias Hunger2019-06-061-2/+5
* | Utils: Add a CommandLine::splitArguments() convenience functionhjk2019-06-064-12/+42
|/
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-062-3/+4
|\
| * Merge remote-tracking branch 'origin/4.9' into 4.10Eike Ziller2019-06-061-1/+3
| |\
| | * SSH: Add missing return statementChristian Kandeler2019-06-051-1/+3
| * | CPlusPlus: Avoid a few deprecation warningshjk2019-06-051-2/+1
* | | Add header guard to glslparser.hMarco Bubke2019-06-051-0/+2
* | | Utils: Pass an optional OsType parameter to CommandLine::addArghjk2019-06-052-6/+7
|/ /
* | QmlDebugger: Avoid clang complainshjk2019-06-041-7/+7
* | Utils: Move CommandLine to fileutils.{cpp,h}hjk2019-06-034-43/+51
* | Fix C++ Library wizard when compiled with Qt < 5.12Eike Ziller2019-06-031-1/+1
* | CMake: Fix relative tools pathOrgad Shaneh2019-05-311-1/+1
* | ProjectExplorer/Android: Some more use of Utils::CommandLinehjk2019-05-292-0/+7
* | WinRt: Use new Utils::CommandLinehjk2019-05-292-0/+19
* | Utils: Extract a CommandLine structure from a QtcProcesshjk2019-05-292-8/+26