Do use less d->m_abi->currentIndex() and introduce a method instead.
Change-Id: I1127ce37b62658f9cfc90cdb623a446d5dc449a8
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Do not forget custom ABI when switching to a supported ABI and back.
Change-Id: Ie44f2b22727607c61aa3940a3ab4620e4e5a5ac1
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
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>
This fixes the rendering of the AbiWidget if no ABIs are deteceted.
Change-Id: I9ef4aec70e88add498fd60f29014d6bf91e0ee61
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
QDoc does some magic with the \class and \namespaces
and \brief commands, so the following wording must be used:
"The xxx class yyy ..."
Change-Id: Id231f30e8464898b776888d5423523de404aae34
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
It only contains a single options "<custom>".
Change-Id: Ifad2ea8cabdba6f302de5b2d6d49cb0b042bf4a9
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Getting the #include directives ready for Qt5. This includes the
new-project wizards.
Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
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>