aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/abiwidget.h
Commit message (Collapse)AuthorAgeFilesLines
* ProjectExplorer: Use an alias for QList<Abi>hjk2019-05-271-3/+4
| | | | | Change-Id: I69231c5974620ae30296bfc4e0ab41c900d95a3c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* ProjectExplorer: Modernize even moreTobias Hunger2018-07-241-1/+3
| | | | | | | | Use unique_ptr for all *Private classes, except for those in singletons. Change-Id: Ib56c31ddedc6e9cf321f15de1f1e697a27ad4089 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* AbiWidget: Improve AbiWidgetTobias Hunger2018-04-131-5/+8
| | | | | | | | | | | | Do less work in the Abi widget by ignoring intermediate states. Blocking signals did not work well enough:-) This makes the Abi widget more robust since a lot of useless state changes are avoided. It also reduces the number of abiChanged signal emissions from this widget, avoiding potentially costly updates in its users. Change-Id: I777097a165502fade22f9ca3f154314c7362d655 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* ProjectExplorer: Fix handling of custom ABIs but AbiWidgetTobias Hunger2017-11-031-1/+1
| | | | | | | | The AbiWidget sometimes lost changes when a custom ABI was used. Fix that. Change-Id: I220cc4c6072f0615c645a494130014e0a65d83fe Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-1/+1
| | | | | | Change-Id: I4793b58aa77bcd46af99f8b843c0f7439cdc9269 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by: Vikas Pachdha <vikas.pachdha@theqtcompany.com>
* ProjectExplorer: ModernizeTobias Hunger2016-02-031-5/+2
| | | | | | | | | * Use override where appropriate * Use pragma once * Make more constructors explicit Change-Id: I2865fe10f288e3de570826058e43b70a0cb4ee37 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* ProjectExplorer: Use Qt5-style connectsOrgad Shaneh2016-02-011-2/+1
| | | | | | | The heavy lifting was done by clazy. Change-Id: I619db09a79760186b72e7662490ed1205155c1a7 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
| | | | | | | * Update files in src/plugins Change-Id: Ia5d77fad7d19d4bb3498e78661982f68729adb22 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Update LicenseEike Ziller2015-01-161-6/+6
| | | | | Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* License updateEike Ziller2014-10-091-7/+8
| | | | | Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* Clean up single namespace forward-declarationsOrgad Shaneh2014-02-121-3/+1
| | | | | | | | | | | | | | | | | | Done using the following ruby script: Dir.glob('**/*.h').each { |file| if File.file?(file) s = File.read(file) t = s.gsub(/^namespace .+ \{\n\s*class .*;\n\s*\}.*$/) { |m| m.gsub(/\n\s*/, ' ').gsub(/\s*\/\/.*$/, '') } if t != s puts file File.open(file, 'w').write(t) end end } Change-Id: Iffcb966e90eb8e1a625eccd5dd0b94f000ae368e Reviewed-by: hjk <hjk121@nokiamail.com>
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
| | | | | | Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* AbiWidget: Add method to check whether a ABI is custom or notTobias Hunger2013-11-141-0/+1
| | | | | Change-Id: I893f06d5863573a6b787b65d02262bbfc6eee2f7 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* AbiWidget: Add a method to retrieve the supported ABIs.Tobias Hunger2013-11-121-0/+1
| | | | | Change-Id: I291f6841c39b966b69f3776b4880c7b3f5274e24 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* AbiWidget: Store the Abi in the combobox item dataTobias Hunger2013-11-121-0/+1
| | | | | | | | | | | This simplifies the retrieval of the ABI a bit at the cost of making the handling of custom ABIs more tricky. The good thing as that we used to loose the custom ABI settings when we switched to a pre-defined ABI and that is no longer the case. Change-Id: I0ac38c3da221acbbdeebc82121ca0d5387ebc04d Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
| | | | | Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Adjust license headershjk2012-10-051-21/+20
| | | | | Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
| | | | | Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
| | | | | | | | Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Long live the king!hjk2012-01-261-1/+1
| | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Header cleanup in ProjectExplorer.Friedemann Kleint2011-08-181-2/+1
| | | | | | Change-Id: I19f100003427ba43aaae5ba0dc7078088017cb09 Reviewed-on: http://codereview.qt.nokia.com/3178 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Abi: Abi widget shows nicer infoTobias Hunger2011-07-111-0/+2
| | | | | | | | | | | Fix the abi widget to not show unrelated abis on the disabled custom abi comboboxes. Task-number: QTCREATORBUG-5370 Change-Id: I22360be781159507999c845d2278eac1ef252174 Reviewed-on: http://codereview.qt.nokia.com/1407 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* Abi: Allow overriding the detected abis of the gcc tool chainTobias Hunger2011-05-311-0/+76
Change-Id: Ief8985a0f6c8746bb5a0c15c8dcec5387b379159 Reviewed-on: http://codereview.qt.nokia.com/267 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com> Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>