aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* Let users disable environment entriesChristian Kandeler2019-07-229-84/+145
* Revert "Use QComboBox::currentTextChanged instead of currentIndexChanged"Eike Ziller2019-07-221-1/+1
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-225-24/+88
|\
| * LSP: update colorProvider entry of ServerCapabilitiesDavid Schulz2019-07-192-5/+22
| * LSP: Add RenameOptions to the protocol implementationDavid Schulz2019-07-193-3/+37
| * File search: Avoid symlink loops and duplicate directoriesEike Ziller2019-07-182-16/+29
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-186-27/+41249
|\|
| * Cope with Qt 5.14's dropping of the MIME type DB as a resourceThiago Macieira2019-07-174-10/+41244
| * Sqlite: Remove temporary unused functionsMarco Bubke2019-07-162-7/+1
| * 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-1216-6088/+8470
|\| |
| * | Sqlite: Handle cases that the database is busyMarco Bubke2019-07-111-10/+18
| * | Sqlite: Use newest versionMarco Bubke2019-07-113-6002/+8413
| * | CMake: Fix buildOrgad Shaneh2019-07-081-2/+0
| * | QmlDebug: Destroy connection before signaling failure or retryingUlf Hermann2019-07-081-1/+2
| * | QmlJS: Avoid deprecation warningshjk2019-07-051-6/+6
| * | Clang: Remove unused memberNikolai Kosjar2019-07-052-2/+0
| * | 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
* | | C++: Support single quote digit separator in integer literalsJoel Smith2019-07-093-4/+10
* | | Tracing: Use Combobox for the modes menuUlf Hermann2019-07-051-23/+5
* | | Tracing: port to QtQuickControls2Ulf Hermann2019-07-059-200/+183
* | | Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-0431-392/+161
|\| |
| * | More Utils::toSet/toListhjk2019-07-044-11/+17
| * | Clang: Remove old codeMarco Bubke2019-07-0415-306/+0
| * | Clang: Differentiate between user and non user includes for updatingMarco Bubke2019-07-045-51/+72
| * | 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
| * | QmlDebug: Queue the socket error and disconnect signalsUlf Hermann2019-07-031-4/+13
| * | clangsupport: Fix compiler warning about initialization re-orderingChristian Kandeler2019-07-021-2/+2
| * | Utils: Add toSet/toList functionshjk2019-07-025-10/+35
| * | CMake build: Fix building with CMakeCristian Adam2019-07-011-1/+6
* | | Use QComboBox::currentTextChanged instead of currentIndexChangedAlessandro Portale2019-07-041-1/+1
* | | Tracing: Restrict category tooltip to label textUlf Hermann2019-07-011-1/+1
* | | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-2826-257/+1045
|\| |
| * | Clang: Add reset to ModifiedTimeCheckerMarco Bubke2019-06-275-167/+176
| * | Clang: Watch only PCH sourcesMarco Bubke2019-06-271-2/+2
| * | Clang: Update ModifiedTimeChecker in SymbolIndexerMarco Bubke2019-06-272-1/+3
| * | Clang: Watch directories instead of filesMarco Bubke2019-06-2719-127/+905
| * | LanguageServerProtocol: Fix compilation warningsCristian Adam2019-06-251-3/+2