aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangcodemodel/clangprojectsettingswidget.ui
Commit message (Collapse)AuthorAgeFilesLines
* Clang: Polish ClangProjectSettingsWidgetNikolai Kosjar2019-12-031-14/+25
| | | | | | | | * Add link to global settings * Use same labels in custom/global combo box as ClangTools Change-Id: Ie5cf9e94f034323cfafe58d33216c410ec3270ad Reviewed-by: Cristian Adam <cristian.adam@qt.io>
* Clang: Clean up some names in ClangProjectSettingsWidgetNikolai Kosjar2019-02-011-2/+2
| | | | | | | Clarify some names and encode the widget type as suffix. Change-Id: Id0d3b3a3df16df60af806ad6aa60b0269a1bde0a Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* CppTools: Merge diagnostic selection widgets togetherIvan Donchevskii2018-05-141-53/+7
| | | | | | | | | QComboBox, QLabel and QPushButton are always used together. Therefore it makes sense to put them in one custom widget. Change-Id: Ie21675530fbadd7071f2a362567dadb6f09bb68d Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* CppTools: Split diagnostic settings and selectionIvan Donchevskii2018-05-141-5/+51
| | | | | | | | | | Now selection is only consists of combobox and a "Manage" button to diagnostic configurations. Diagnostic configurations are moved to the modal dialog which is shown by clicking the mentioned "Manage" button. Change-Id: I607fb923c97e8730448548708f3aaf32ce1983c8 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* Clang: turn off delayed template parsingIvan Donchevskii2017-06-081-0/+46
| | | | | | | | | Fix templates highlight and completion on Windows Add UI to turn on/off delayed parsing (off by default) Task-number: QTCREATORBUG-17222 Change-Id: I0cd5e0bcfff2789cd938e4096829f777ff15957a Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* Clang: Introduce warning configuration per projectNikolai Kosjar2016-03-011-0/+29
Change-Id: I5b9a330274e6f72b0786259eb25aa454877d4eef Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>