aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* Android: regression fix for warning missing ANDROID_ABISAssam Boudjelthia2020-07-231-1/+1
* Android: Warn if the selected device main ABI is not selectedAssam Boudjelthia2020-07-234-1/+13
* Fix lupdate issuesEike Ziller2020-07-171-1/+1
* QMake: highlight REPC qmake variables in pro filesDavid Schulz2020-07-141-0/+4
* Core/Utils: Migrate further to Utils::Idhjk2020-07-0618-30/+30
* Wizards: Update templates in regard to deprecation warningsChristian Kandeler2020-06-301-7/+1
* More QRegularExpression and include for Qt 6hjk2020-06-251-12/+15
* Icons cleanup: Remove unused icons and deduplicate identical pngsAlessandro Portale2020-06-228-14/+1
* Handle various versions for QAbstractSocket::SocketError{Occurred}hjk2020-06-191-2/+6
* All: Use Utils::SkipEmptyPartshjk2020-06-171-4/+4
* Fix plugin unit tests when using projectsChristian Stenger2020-06-172-3/+7
* Various places: performance-for-range-copyAlessandro Portale2020-06-151-2/+2
* clang-tidy: Consider context when encountering duplicate filesChristian Kandeler2020-06-121-4/+12
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-022-5/+8
* ProjectExplorer: Give the Task class an explicit summaryChristian Kandeler2020-05-141-1/+1
* Fix clang 10 warnings about unnecessary copies in range loopsChristian Kandeler2020-05-121-1/+1
* QmakeProjectManager: Suppress parsing for inactive build configurationshjk2020-04-301-0/+6
* QmakeProjectManager: Use private for QmakeProject datahjk2020-04-301-5/+6
* QmakeProject: More and better tracinghjk2020-04-302-15/+27
* QmakeProjectManager: Differentiate between different types of projectsChristian Kandeler2020-04-301-4/+20
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-241-2/+7
|\
| * QmakeProjectManager: Fix missing run button activationhjk2020-04-241-2/+7
* | ProjectExplorer: Move build step name mapping to BuildManagerhjk2020-04-231-1/+1
* | Merge output formatters and output parsersChristian Kandeler2020-04-236-34/+52
* | QmakeProjectManager: Add more detail do trace messagehjk2020-04-232-5/+13
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-212-35/+66
|\|
| * Android: Persist ABI selection for multi-arch buildshjk2020-04-202-35/+66
* | ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-163-7/+7
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-141-11/+10
|\|
| * Fix invalid reports about Qt <-> project mismatchChristian Kandeler2020-04-081-11/+10
* | Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-092-9/+9
* | Utils: Rename PathChooser::{f,setF}ileName() to {f,setF}ilePath()hjk2020-04-091-1/+1
* | Output parsers: Replace the chaining approachChristian Kandeler2020-04-093-18/+24
* | IOutputParser: Replace std{Out,Err} with a single parameterized functionChristian Kandeler2020-04-082-3/+8
* | Output parsers: Generalize the search directory conceptChristian Kandeler2020-04-073-3/+3
* | ProjectExplorer: Clean up IOutputParser interfaceChristian Kandeler2020-04-031-1/+1
* | Qmake: Move context build action handling to build systemhjk2020-03-305-94/+60
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-261-0/+1
|\|
| * Qmake: Work around crashhjk2020-03-251-0/+1
* | BuildSystem: Add buildConfiguration() methodTobias Hunger2020-03-232-42/+43
* | Qmake: Move buildDir() from ProFileNode to QmakeBuildSystemhjk2020-03-239-33/+23
* | BuildSystem: Clean up use of BuildSystem::(kit|target|project)Tobias Hunger2020-03-202-23/+20
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-201-0/+2
|\|
| * Android: Handle ANDROID.APK role in QmakeProFileNodeAssam Boudjelthia2020-03-191-0/+2
* | Qmake: Use a QmakeProFileNode instead of a generic nodehjk2020-03-192-16/+16
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-193-0/+9
|\|
| * Qmake: Add some debug output for file add/remove operationsChristian Kandeler2020-03-163-0/+9
* | Add some additional shortcuts for actionsEike Ziller2020-03-171-0/+1
* | QmakeProjectManager: Use delay timer from base classChristian Kandeler2020-03-162-11/+5
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-161-10/+20
|\|