summaryrefslogtreecommitdiff
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* 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
* qml | Fix pragma reformattingUladzislau Paulovich2019-06-121-0/+2
* ModelingLib: Use QElapsedTimer instead of QTimehjk2019-06-122-7/+6
* 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
* 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
* | CMake build: Add unittest CMake build filesCristian Adam2019-05-291-7/+6
* | connect() to ambiguous signals/slots: Replace static_cast with QOverloadAlessandro Portale2019-05-283-4/+3
* | Utils: Fix a few strings after FileName renaminghjk2019-05-281-23/+23
* | Utils: Remove rarely used FilePath constructorhjk2019-05-282-8/+0
* | Utils: Rename FileName to FilePathhjk2019-05-2843-404/+407
* | Tracing: Improve event adding performance by using at() instead of []Tim Henning2019-05-281-2/+2
* | Fix some deprecation warnings about String::sprintf() and qVariantFromValue()Friedemann Kleint2019-05-281-8/+6
* | C++: Do not auto-insert '}' after control flow constructsNikolai Kosjar2019-05-281-0/+29
* | LSP: fix lsp position to QTextCursor position conversionDavid Schulz2019-05-281-1/+3
* | CMake: Use extend_qtc_target in UtilsTobias Hunger2019-05-271-41/+34
* | ExtensionSystem: Move away from QListEike Ziller2019-05-279-75/+90
* | Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-272-2/+2
* | Utils: Remove now-unused FileName::appendPath()hjk2019-05-272-12/+0
* | Remove excess blank lines after namespaceOrgad Shaneh2019-05-275-6/+0
* | CMake build/macOS: Centrally detect system librariesEike Ziller2019-05-241-2/+0
* | Variant: Prepare for C++17 supportOrgad Shaneh2019-05-241-2/+17
* | SSH: Pass remote command as QStringChristian Kandeler2019-05-246-21/+16
* | Utils: Remove copy contructor to silence warningMarco Bubke2019-05-231-7/+0
* | Utils: Make FileName comparison work with URLshjk2019-05-201-4/+8
* | Utils: Make FileName::shortNativePath a memberhjk2019-05-202-5/+6
* | Utils: Make FileName::isFileNewerThan a memberhjk2019-05-202-8/+9
* | CMake build: Fix PIC issue with 3rd_cplusplusCristian Adam2019-05-201-0/+1
* | Utils: Make FileName::canonicalPath a memberhjk2019-05-202-6/+7
* | Qt Creator CMake portCristian Adam2019-05-1721-131/+1123
* | Merge "Merge remote-tracking branch 'origin/4.9'"Eike Ziller2019-05-173-18/+29
|\ \
| * \ Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-173-18/+29
| |\ \ | | |/
| | * LSP: remove incorrect soft assertsDavid Schulz2019-05-093-18/+29