aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qnx
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-065-9/+9
* Qnx: Replace QRegExp by QRegularExpressionChristian Stenger2020-06-195-25/+29
* ProjectExplorer: Consolidate RunConfigurationFactory::idshjk2020-06-151-3/+3
* Various places: performance-for-range-copyAlessandro Portale2020-06-151-1/+1
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-023-5/+7
* Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-092-3/+3
* Utils: Rename PathChooser::{f,setF}ileName() to {f,setF}ilePath()hjk2020-04-092-8/+8
* ProjectExplorer: De-QObject-ify ToolChainFactoryhjk2020-02-272-4/+4
* ProjectExplorer: Introduce ToolChainKitAspect::{c,cxx}ToolChainhjk2020-02-191-1/+1
* Add final specifies to classesIgor Sidorov2020-02-051-1/+1
* Several SettingsPages: Code cosmeticshjk2020-01-301-1/+1
* De-Q_OBJECT-ify most DeviceFactorieshjk2020-01-232-5/+3
* Qnx: Do not offer incremental deploymentChristian Kandeler2020-01-151-2/+9
* Core: Provide empty implementation for IOptionPageWidget::finish()hjk2020-01-151-1/+0
* Qnx: Apply recent IOptionPage patternshjk2020-01-157-337/+205
* ProjectExplorer: Remove enabledChanged emissionshjk2019-12-201-1/+0
* Re-inline some of the RunConfiguration::setUpdater()hjk2019-12-182-14/+9
* ProjectExplorer: Replace RunConfiguration::doAdditionalSetuphjk2019-12-172-6/+0
* Debugger: Rename some GdbServer* to DebugServer*hjk2019-12-171-2/+2
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-12-162-11/+20
|\
| * Qnx: Add QnxRunConfiguration::doAdditionalSetup()Christian Kandeler2019-12-122-16/+27
* | Standardize RunConfiguration id specificationhjk2019-12-112-3/+1
* | ProjectExplorer: Let RunConfiguration not listen to Kit changeshjk2019-12-021-1/+0
* | ProjectExplorer: Consolidate some Session::active* accesseshjk2019-11-291-1/+2
* | Qnx: use new runconfiguration aspect update mechanismhjk2019-11-271-4/+4
* | Qnx: Remove unused codehjk2019-11-252-8/+0
* | ProjectExplorer: Introduce and use a Target::buildSystemUpdated signalhjk2019-11-211-3/+2
* | ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-1/+1
* | Qnx: Do not read CPU dir from mkspecTobias Hunger2019-11-144-11/+16
* | Partial compile fix for current Qt dev and/or Qt 6hjk2019-11-121-1/+1
|/
* Fix lupdate issuesEike Ziller2019-11-041-0/+2
* Qnx: Fix progress bar in Qt library deployment dialogChristian Kandeler2019-10-231-6/+5
* Qnx: Suppress warnings about missing statChristian Kandeler2019-10-181-1/+4
* BaseQtVersion: remove qmakeProperty(...) getterTobias Hunger2019-10-013-11/+11
* Merge "Merge remote-tracking branch 'origin/master' into 4.11" into 4.11The Qt Project2019-09-272-5/+10
|\
| * QNX: Use the QNX_CONFIGURATION_EXCLUSIVE envvar in QnxToolchainCristian Adam2019-09-272-5/+10
| * QNX: Add C compiler in the compiler selection dialogCristian Adam2019-09-261-1/+2
* | RemoteLinux: Use the "install to local dir" step in derived pluginsChristian Kandeler2019-09-271-0/+7
* | Merge remote-tracking branch 'origin/4.10' into 4.11Eike Ziller2019-09-271-1/+2
|\ \ | |/ |/|
| * QNX: Add C compiler in the compiler selection dialogCristian Adam2019-09-261-1/+2
* | Remove unused QObject parent arguments on options pageshjk2019-09-112-3/+4
* | ProjectExplorer: Use std::function for SimpleTargetRunner::start()hjk2019-09-043-73/+42
* | ProjectExplorer: Rename BaseStringAspect::{f,setF}ileNamehjk2019-08-292-2/+2
* | ProjectExplorer: Proliferate FilePathhjk2019-08-291-4/+4
* | ProjectExplorer: Standardize RunWorker creation logichjk2019-08-271-1/+1
* | Let PortsGatherer produce full URLs instead of ports onlyhjk2019-08-262-12/+7
* | Utils::Environment: Use expanded valuesChristian Kandeler2019-08-202-3/+5
* | ProjectExplorer: Base IDevice::osType on a data memberhjk2019-08-192-7/+2
* | Utils/all: Create an OutputFormatterFactoryhjk2019-08-131-2/+0
* | ProjectExplorer: Re-work setup runworker factorieshjk2019-08-091-6/+15