summaryrefslogtreecommitdiff
path: root/src/libs/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Utils: Move reuse.h out of sighthjk2019-07-057-65/+30
* | Utils: Fix a case fall through warninghjk2019-07-041-0/+1
* | 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
* | Clang: Watch directories instead of filesMarco Bubke2019-06-271-0/+4
* | Utils: Fix default argument of ConsoleProcess::StartChristian Kandeler2019-06-181-1/+1
* | SSH: Fix running remote process in terminalChristian Kandeler2019-06-145-7/+13
* | 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
* | 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-2825-312/+315
* | Fix some deprecation warnings about String::sprintf() and qVariantFromValue()Friedemann Kleint2019-05-281-8/+6
* | CMake: Use extend_qtc_target in UtilsTobias Hunger2019-05-271-41/+34
* | Utils: Remove now-unused FileName::appendPath()hjk2019-05-272-12/+0
* | Remove excess blank lines after namespaceOrgad Shaneh2019-05-271-1/+0
* | CMake build/macOS: Centrally detect system librariesEike Ziller2019-05-241-2/+0
* | Variant: Prepare for C++17 supportOrgad Shaneh2019-05-241-2/+17
* | 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
* | Utils: Make FileName::canonicalPath a memberhjk2019-05-202-6/+7
* | Qt Creator CMake portCristian Adam2019-05-171-0/+214
* | Utils: Make FileName hold an QUrl optionallyhjk2019-05-172-1/+46
* | Some more FileName::appendPath -> pathAppended() changeshjk2019-05-152-4/+3
* | ProjectExplorer: Use Utils::FileName in ProcessParametershjk2019-05-154-0/+13
* | Utils: Introduce a non-mutating FileName::pathAppendedhjk2019-05-152-4/+14
* | Utils: Replace mutating FileName::appendStringhjk2019-05-153-17/+10
* | Add filter for all files in all project directoriesEike Ziller2019-05-151-1/+56
* | Utils: Use data member instead of inheritance in FileNamehjk2019-05-132-64/+55
* | Algorithm: Put declarations at top of fileEike Ziller2019-05-131-14/+329
* | Utils: Replace FileName::FileName(QFileInfo) by a named constructorhjk2019-05-133-5/+7
* | Utils: Remove FileName::isNullhjk2019-05-131-1/+0
* | Fix build with MinGWCristian Adam2019-05-111-8/+4
* | Utils: RemoveFileName::{size,count,length}hjk2019-05-101-3/+1
* | Utils: Remove unused FileName::chophjk2019-05-101-1/+0
* | Export Wizard values to JavaScript macroEike Ziller2019-05-093-14/+46