aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils
Commit message (Expand)AuthorAgeFilesLines
* Let users disable environment entriesChristian Kandeler2019-07-228-82/+141
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-222-16/+29
|\
| * File search: Avoid symlink loops and duplicate directoriesEike Ziller2019-07-182-16/+29
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-182-20/+8
|\|
| * Cope with Qt 5.14's dropping of the MIME type DB as a resourceThiago Macieira2019-07-172-10/+4
| * Merge remote-tracking branch 'origin/4.9' into 4.10Eike Ziller2019-07-161-22/+16
| |\
| | * Re-fix QtCore resource path changing and prepare for Qt 5.134.9Thiago Macieira2019-07-161-26/+19
* | | FuzzyMatcher: Match mixed uppercase words and humpsAndre Hartmann2019-07-171-1/+1
* | | Utils: Remove NameValueDictionary::expandVariables()Christian Kandeler2019-07-152-84/+0
* | | Utils: Add path search function to environmentDavid Schulz2019-07-152-0/+42
* | | FuzzyMatcher: Handle digits as camel humpAndre Hartmann2019-07-131-1/+1
* | | Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-127-65/+31
|\| |
| * | Utils: Move reuse.h out of sighthjk2019-07-057-65/+30
| * | Utils: Fix a case fall through warninghjk2019-07-041-0/+1
* | | Make the project managers tell the code model about include pathsChristian Kandeler2019-07-122-2/+8
* | | Macro expander: Allow alternative substitution characterChristian Kandeler2019-07-101-3/+5
* | | Utils: return ChildType iterator in ListModelDavid Schulz2019-07-101-3/+3
* | | ProjectExplorer: Give some possible reasons for not using a .user fileChristian Kandeler2019-07-091-1/+4
* | | Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-043-13/+45
|\| |
| * | Utils: Add logging category to SynchronousProcessNikolai Kosjar2019-07-041-7/+19
| * | algorithm.h: Fix compilation with Qt 5.13.1Friedemann Kleint2019-07-031-2/+2
| * | Fix compilation with Qt 5.13hjk2019-07-031-4/+4
| * | Utils: Add toSet/toList functionshjk2019-07-022-5/+28
* | | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-281-0/+4
|\| |
| * | Clang: Watch directories instead of filesMarco Bubke2019-06-271-0/+4
* | | LanguageClient: add support for proposed semantic highlightDavid Schulz2019-06-211-0/+14
* | | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-201-1/+1
|\| |
| * | 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-185-7/+18
|\| |
| * | SSH: Fix running remote process in terminalChristian Kandeler2019-06-145-7/+13
* | | Fix qbs buildChristian Kandeler2019-06-181-1/+13
* | | 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
* | | Utils: Use CommandLine in ConsoleProcesshjk2019-06-134-15/+32
* | | Utils: Use CommandLine in ShellCommandhjk2019-06-112-31/+29
* | | Use Utils::FilePath in SynchronousProcesshjk2019-06-116-41/+17
* | | 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
|/ /
* | Utils: Pass an optional OsType parameter to CommandLine::addArghjk2019-06-052-6/+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-281-1/+1