aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/shared
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-1/+1
* Debugger: Add option to attach to last core (Linux)Friedemann Kleint2024-09-262-0/+108
* Debugger: Make QMessageBox::standardIcon replacement a bit shorterhjk2024-09-101-6/+3
* Debugger: Fix deprecation warningOrgad Shaneh2024-09-031-1/+7
* Utils: Unify CheckableMessageBox and make it look more nativeMarcus Tillmanns2023-05-171-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-068-8/+8
* Utils: Remove FilePath::operator+()hjk2022-11-301-2/+2
* Fix build with MinGWBjörn Schäpers2022-09-021-0/+3
* Use SPDX license identifiersLucie Gérard2022-08-268-192/+16
* Drop Qt5: Debugger: Get rid of QOverloadJarek Kobus2022-07-201-2/+2
* Debugger: Fix build with QbsChristian Stenger2022-07-112-2/+2
* Debugger: Convert to Tr::trhjk2022-07-084-38/+30
* Debugger: Inline symbolpathsdialog.uihjk2022-07-063-157/+66
* Remove qmake build filesEike Ziller2022-01-201-15/+0
* Get rid of QtcProcess::workingDirectory() overloadJarek Kobus2022-01-181-2/+2
* Fix some MSVC warningsOrgad Shaneh2021-10-151-4/+4
* Debugger: Use FilePath in CdbSymbolPathsListEditorhjk2021-10-054-21/+29
* Debugger: Proliferate FilePath in CdbSymbolPathListEditorhjk2021-09-282-57/+46
* Debugger: Remove unused shared/backtrace.{h,cpp}hjk2021-09-283-119/+2
* clean up output printing in dumpBacktrace()Oswald Buddenhagen2020-12-141-3/+1
* Remove unneeded QStringList forward declarationsEike Ziller2020-09-291-6/+1
* Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-092-2/+2
* Globally disable WindowContextHelpButtonHintKai Koehne2020-02-251-1/+0
* Windows: Remove explicit usage of _WIN32_WINNT and WINVER macrosCristian Adam2019-10-311-4/+0
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-1/+1
* Debugger: Strip QLatin1* where possibleOrgad Shaneh2018-10-133-6/+6
* Debugger: ModernizeAlessandro Portale2018-07-253-18/+18
* Revert "Windows: Match the name case of included files"Orgad Shaneh2018-07-192-2/+2
* Windows: Match the name case of included filesAlessandro Portale2018-07-122-2/+2
* Fix Qt Creator build with ClangIvan Donchevskii2018-06-202-4/+4
* Debugger: Use override consistentlyTobias Hunger2018-05-071-1/+1
* Debugger: Modernizehjk2018-02-014-9/+9
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-2/+3
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-031-4/+2
|\
| * Fix building creator with the intel compiler.David Schulz2016-04-261-4/+2
* | Wholesale conversion to #pragma oncehjk2016-03-305-20/+5
|/
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1910-170/+120
* Debugger: Make sure handles are closed correctly.David Schulz2015-12-071-1/+1
* Debugger: fix capitalization of button labelLeena Miettinen2015-10-231-1/+1
* Debugger: Fix window titleChristian Stenger2015-07-061-1/+1
* Cdb: Remove the symbol path dialog popup.David Schulz2015-07-065-91/+40
* Utils: Replace path list editor actions with buttons.David Schulz2015-07-062-20/+12
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-1210-60/+60
|\
| * Update LicenseEike Ziller2015-01-1610-60/+60
* | Use new qt5 connect apiMontel Laurent2015-01-291-2/+2
* | Debugger: Use Core::AsynchronousMessageBoxMarco Bubke2014-12-081-4/+5
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1410-70/+80
|\
| * License updateEike Ziller2014-10-0910-70/+80
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-041-1/+1
|/
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-222-5/+5