aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-2871-358/+358
* CMake: Avoid a temporary QFileInfohjk2019-05-281-1/+1
* Android: Avoid a temporary QFileInfohjk2019-05-281-1/+1
* ProjectExplorer: Make it configurable whether to clear the issues paneChristian Kandeler2019-05-275-4/+23
* ProjectExplorer: Make "Close sources with project" setting persistentChristian Kandeler2019-05-271-0/+6
* ProjectExplorer: Trim value of build directoryChristian Kandeler2019-05-271-1/+1
* CMake: Use extend_qtc_target in UtilsTobias Hunger2019-05-271-41/+34
* CMake: Save a list of known Qt Creator specific targetsTobias Hunger2019-05-271-0/+19
* ExtensionSystem: Move away from QListEike Ziller2019-05-2734-112/+124
* TextEditor: Type over punctuation that can be auto completedJoel Smith2019-05-277-2/+29
* AutoTest: Fix building arguments listChristian Stenger2019-05-271-1/+1
* AutoTest: Replace QRegExp by QRegularExpressionChristian Stenger2019-05-273-40/+62
* AutoTest: Fix regular expressionChristian Stenger2019-05-271-1/+1
* ProjectExplorer: Use QVector<Abi> for abishjk2019-05-274-6/+4
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-2731-37/+37
* Utils: Remove now-unused FileName::appendPath()hjk2019-05-272-12/+0
* CMake: Do not build .pri-fileTobias Hunger2019-05-271-1/+0
* ProjectExplorer: Tighten the pattern for possible compiler file namesChristian Kandeler2019-05-271-2/+7
* CMake: Set the correct build system target to the project partChristian Stenger2019-05-272-2/+2
* ProjectExplorer: Improve "same file" detection for toolchainsChristian Kandeler2019-05-271-1/+2
* ProjectExplorer: Abort file removal if the project changes in betweenChristian Kandeler2019-05-271-7/+5
* ProjectExplorer: Use an alias for QList<Abi>hjk2019-05-2730-85/+89
* ProjectExplorer: Fix removal of file that occurs more than onceChristian Kandeler2019-05-271-1/+6
* Android: Remove remaining uses of FileName::appendPath()hjk2019-05-271-6/+7
* More FileName::appendPath() -> .pathAppended() changeshjk2019-05-279-29/+19
* ProjectExplorer: Add an official way to connect aspectshjk2019-05-273-0/+12
* Core: Fix typo in OutputWindowChristian Kandeler2019-05-271-2/+2
* ProjectExplorer: Fix remove button state in toolchain widgetChristian Kandeler2019-05-271-1/+1
* ProjectExplorer: Add a "product" tag to the ProjectNode classChristian Kandeler2019-05-275-9/+17
* iOS: Use base IDevice::clone() instead of local toMap/fromMaphjk2019-05-271-8/+4
* ProjectExplorer: Copy non-persistent IDevice members when cloninghjk2019-05-271-0/+3
* Qnx: Delete unneeded qnxdevicefactory.*Orgad Shaneh2019-05-276-79/+0
* Remove excess blank lines after namespaceOrgad Shaneh2019-05-2741-46/+0
* RemoteLinux: Let user specify the rsync flagsChristian Kandeler2019-05-243-5/+24
* Qbs: Move environment cache from runconfiguration to projecthjk2019-05-244-17/+17
* CMake build/macOS: Add iostoolEike Ziller2019-05-242-4/+19
* CMake build/macOS: Centrally detect system librariesEike Ziller2019-05-244-10/+3
* Variant: Prepare for C++17 supportOrgad Shaneh2019-05-241-2/+17
* ProjectExplorer: Move filtering infrastructure upChristian Kandeler2019-05-245-71/+116
* ProjectExplorer: Add executable() accessor to RunConfigurationChristian Kandeler2019-05-247-18/+36
* RemoteLinux: Add explanatory message on MakeInstallStep failureChristian Kandeler2019-05-242-0/+23
* Fix "open terminal with environment" functionalityChristian Kandeler2019-05-247-29/+76
* SSH: Pass remote command as QStringChristian Kandeler2019-05-2417-45/+33
* CMake build: Use add_qtc_depends for all add_qtc_* functionsCristian Adam2019-05-241-45/+26
* ProParser: Fix inconsistent copy ctor/operator=Orgad Shaneh2019-05-243-7/+0
* iOS: Remove remaining FileName::appendPath useshjk2019-05-241-12/+8
* AutoTest: Improve handling unexpected outputChristian Stenger2019-05-242-1/+14
* CMake build: Read QTC_BUILD_PLUGIN_${NAME} environment as defaultEike Ziller2019-05-241-1/+5
* CMake build/macOS: Generate app and project iconsEike Ziller2019-05-241-0/+22
* AutoTest: Add unit test for parsing boost testsChristian Stenger2019-05-2422-9/+306