aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/cdb/cdboptionspage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace a few aspect.value() calls with operatpor()hjk2023-07-191-2/+2
* Debugger: Adapt to latest settings access stylehjk2023-07-141-10/+10
* Utils: Make aspect settings access implicithjk2023-07-071-4/+3
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-6/+6
* Translations: Add missing "::" prefixes to QT_TRANSLATE_NOOPAlessandro Portale2023-02-081-6/+6
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Settle on lowerSnakeCase for LayoutBuilder::Setterhjk2022-07-271-6/+6
* Utils: Introduce Layouting::{br,st}hjk2022-07-251-3/+3
* Utils: Make Layouting::Group { .. } less weirdhjk2022-07-221-12/+18
* Debugger: Convert to Tr::trhjk2022-07-081-29/+16
* CDB: Fix UI textLeena Miettinen2021-07-021-1/+1
* Utils: Avoid intermediate widgets when using LayoutBuilderhjk2021-03-161-3/+6
* Debugger: Aspectify settingshjk2021-03-031-60/+72
* Debugger: De-Q_OBJECT-ify settings pageshjk2020-01-141-7/+5
* Debugger: Use new IOptionPage convenience for global optionshjk2020-01-091-0/+2
* Debugger: Use new settings page convenience for CDB settingshjk2020-01-081-80/+76
* Remove unused QObject parent arguments on options pageshjk2019-09-111-3/+2
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-3/+4
* Debugger: Code cosmeticshjk2019-07-261-2/+2
* Debugger: Strip QLatin1* where possibleOrgad Shaneh2018-10-131-1/+1
* Debugger: add option to disable task entries for exceptionsDavid Schulz2018-08-151-0/+2
* Debugger: ModernizeAlessandro Portale2018-07-251-17/+13
* Debugger: Code cosmeticshjk2018-05-311-2/+2
* Clean up options page category display name and icon set upEike Ziller2018-04-231-6/+0
* Debugger: Modernizehjk2018-02-011-3/+3
* Debugger: Add a "use python dumper" settingDavid Schulz2017-01-031-0/+1
* Core: Make IOptionsPage::categoryIcon a Utils::IconAlessandro Portale2016-09-201-2/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Preferences: Options pages need unique IDsEike Ziller2015-08-101-2/+2
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Debugger: Reduce line noisehjk2014-07-281-11/+9
|/
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Preferences: Add default implementation for filteringEike Ziller2013-12-101-41/+11
|/
* Remove superfluous include paths from project files.Christian Kandeler2013-09-021-5/+5
* tr()-fixes: Add Q_OBJECT to CdbPathsPageWidget.Friedemann Kleint2013-05-291-0/+3
* Debugger: Fix crash in cdboptionspage.David Schulz2013-05-281-1/+2
* Debugger: Add options page for cdb paths.David Schulz2013-05-281-49/+105
* Debugger: Add CDB symbol cache option.David Schulz2013-05-151-88/+13
* Clean headers in debugger plugin.Friedemann Kleint2013-03-221-8/+1
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Use Core::Id for IOptionsPage::m_idhjk2013-01-171-6/+1
* | Use Core::Id for IOptionPage::categoryhjk2012-12-291-2/+1
* | CDB: Add setting to ignore first-chance exceptions.Friedemann Kleint2012-11-061-0/+2
* | Clean up CDB options page, make room for further options.Friedemann Kleint2012-11-061-11/+94
|/