aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/qmakeparsernodes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor the lifetime of future watcher inside QmakeProFileJarek Kobus2021-10-271-19/+21
* QmakeProjectManager: Do not leak QmakeEvalResultsChristian Kandeler2021-10-211-13/+11
* Fix qHash-related size compatibility warnings by MSVCOrgad Shaneh2021-10-201-2/+2
* Android: Clean up for extraData constantsAssam Boudjelthia2021-10-061-3/+3
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-09-201-5/+6
|\
| * qmake: Fix crash with Qt 6 when canceling parsingEike Ziller2021-09-171-5/+6
* | Merge CppTools into CppEditorChristian Kandeler2021-09-011-2/+2
* | ProjectExplorer: Use more FilePaths in ProjectNodeshjk2021-08-101-11/+7
* | Vcs: Use more FilePath for file pathshjk2021-08-021-1/+2
* | Vcs: Use FilePath in IVersionControl APIhjk2021-07-291-1/+1
|/
* ProjectExplorer: Use FilePaths in project tree nodeshjk2021-07-161-43/+48
* QMake: Use local paths in interfacing ProFileReaderhjk2021-06-231-1/+4
* Core: filepathify file renamingDavid Schulz2021-06-171-17/+19
* Core: filepathify expected document changesDavid Schulz2021-06-171-1/+1
* Utils: add FilePath::completeBaseNameDavid Schulz2021-06-041-3/+3
* Utils: add FilePath::baseNameDavid Schulz2021-06-031-1/+1
* Utils: filepathify TextFileFormatDavid Schulz2021-05-181-7/+7
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-3/+3
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-2/+2
* Android: Deduplicate string literals and use constants insteadAlessandro Portale2021-02-101-4/+5
* qmake: Do not bring general messages pane to frontEike Ziller2020-11-271-4/+7
* QmakeProjectManager: Ensure consistent include path listsChristian Kandeler2020-10-141-6/+11
* QmakeProjectManager: Add a soft asserthjk2020-10-051-0/+1
* Fix Qt 6 build of ProjectExplorer and targets & build systemsEike Ziller2020-09-211-8/+9
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-09-171-35/+0
|\
| * QmakeProjectManager: Restore incremental re-parsingChristian Kandeler2020-09-151-35/+0
* | Android: allow passing apps arguments via manifest on non-debug modeAssam Boudjelthia2020-09-111-0/+1
* | Core: replace QString with Utils::FilePath to get documentsDavid Schulz2020-09-041-3/+2
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-101-0/+1
|\|
| * Android: Warn if the selected device main ABI is not selectedAssam Boudjelthia2020-07-231-0/+1
* | Small Qt 6 migration stuffhjk2020-07-291-1/+1
|/
* Various places: performance-for-range-copyAlessandro Portale2020-06-151-2/+2
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-4/+7
* Fix clang 10 warnings about unnecessary copies in range loopsChristian Kandeler2020-05-121-1/+1
* Qmake: Move buildDir() from ProFileNode to QmakeBuildSystemhjk2020-03-231-16/+2
* Qmake: Add some debug output for file add/remove operationsChristian Kandeler2020-03-161-0/+4
* QmakeProjectManager: Fix null pointer accessChristian Kandeler2020-02-121-6/+7
* QmakeProjectManager: Fix access to deleted objectChristian Kandeler2020-02-101-1/+1
* Qmake: Don't access never set QMakePriFile::m_buildSystemhjk2020-02-041-2/+5
* QmakeProjectManager: Do not keep an IDocument in QmakePriFileChristian Kandeler2020-02-041-2/+0
* QMakeProjectManager: Move some parsing code out of the UI threadChristian Kandeler2020-02-031-58/+92
* Make various Q_LOGGING_CATEGORY's staticAlessandro Portale2020-01-151-1/+1
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-6/+6
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-12-181-7/+13
|\
| * QmakeProjectManager: Extend Qt examples deployment hackChristian Kandeler2019-12-171-7/+13
* | Qmake: Parse two AppMan specific variableshjk2019-12-021-0/+2
* | ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-37/+42
* | QmakeProjectManager: Improve renaming functionalityChristian Kandeler2019-11-041-23/+36
|/
* QmakeProjectManager: Mark disabled source files in project treeChristian Kandeler2019-08-221-16/+39
* QmakeProjectManager: Fix possible assertionChristian Kandeler2019-08-141-2/+2