aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/xmlprotocol
Commit message (Expand)AuthorAgeFilesLines
* Remove PluginManager::futureSynchronizer()Eike Ziller2024-05-211-3/+1
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-11-241-1/+1
|\
| * Valgrind: Fix accessing empty optionalChristian Stenger2023-11-241-1/+1
* | TaskTree: Unify TaskInterface::done(DoneResult) signalJarek Kobus2023-11-172-4/+5
|/
* Fix UI text capitalization, punctuation, and phrasingLeena Miettinen2023-10-201-4/+4
* Valgrind: Add missing error typeChristian Stenger2023-09-121-1/+2
* Replace QFile::exists by QFileInfo::existshjk2023-09-011-1/+1
* TaskTree: Get rid of registration macrosJarek Kobus2023-08-171-2/+2
* Valgrind: Squash nested namespacesJarek Kobus2023-08-1713-52/+26
* Valgrind: Fix includesJarek Kobus2023-08-172-6/+1
* Valgrind: Make socket parentless when passed to ParserJarek Kobus2023-08-161-0/+1
* Valgrind: Add task adapter for ParserJarek Kobus2023-08-161-0/+11
* Valgrind: Refactor ParserJarek Kobus2023-08-144-349/+354
* Valgrind: Fix buildChristian Kandeler2023-08-102-0/+3
* Valgrind: Make Parser's API similar to the ThreadedParser's APIJarek Kobus2023-08-093-26/+27
* Valgrind: Split parse() into setIODevice() and start()Jarek Kobus2023-08-082-5/+16
* Valgrind: Merge parsers' finished() and internalError() signalsJarek Kobus2023-08-084-16/+10
* Valgrind: Replace global toolTipForFrame() with Frame::toolTip()Jarek Kobus2023-08-086-87/+52
* Valgrind: Make tool name hash staticJarek Kobus2023-08-081-7/+13
* ThreadedParser: Simplify implementationJarek Kobus2023-08-082-86/+36
* ValgrindPlugin: Use QList instead of QVectorJarek Kobus2023-08-0811-43/+42
* ThreadedParser: Remove unused signalsJarek Kobus2023-08-082-8/+0
* Valgrind: Use QMetaEnum for parsing enum valuesJarek Kobus2023-07-252-75/+21
* Valgrind Parser: Hide Tool enum in cppJarek Kobus2023-07-252-23/+21
* Prefix Tr::tr contexts with ::hjk2023-01-131-3/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0622-22/+22
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-073-3/+3
* Use SPDX license identifiersLucie Gérard2022-08-2622-550/+44
* Valgrind: Use Tr::trhjk2022-07-116-54/+37
* Valgrind: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-204-9/+15
* Remove qmake build filesEike Ziller2022-01-201-27/+0
* Remove unused includes of QThread from cpp filesJarek Kobus2021-09-131-1/+0
* Debugger: filepathify DiagnosticLocationDavid Schulz2021-06-091-1/+3
* Qt6: Sprinkle QLatin1Strings for QStringView comparisonsEike Ziller2020-10-081-53/+51
* Fix build issues with Qt6Eike Ziller2020-09-181-11/+11
* Some Qt6 portinghjk2020-07-094-10/+4
* Fix warning: "Don't call QVector::first() on temporary QList/QVector"Alessandro Portale2019-01-281-5/+5
* Valgrind: ModernizeAlessandro Portale2018-12-1015-138/+60
* Valgrind: Strip QLatin1*Orgad Shaneh2018-12-035-84/+83
* Debugger: Remove DetailedErrorDelegateNikolai Kosjar2018-05-221-15/+7
* Valgrind: Fix crash when missing stacksHannes Domani2017-12-141-0/+4
* Valgrind: fix forward declarationLaurent Montel2017-09-271-1/+0
* Valgrind: De-slotOrgad Shaneh2017-03-203-8/+3
* TreeModel: Introduce a TreeItem::indexInParent() convenience functionhjk2016-08-031-1/+1
* Utils: Streamline TreeModel APIhjk2016-07-272-2/+2
* TreeModel: Consolidate child()/childAt() and rowCount()/childCount()hjk2016-07-071-1/+1
* Valgrind: Use a lambda to provide filtering in the error modelhjk2016-04-072-52/+34
* Wholesale conversion to #pragma oncehjk2016-03-3011-44/+11
* Debugger: Merge debug mode and analyze modehjk2016-03-072-7/+7
* Move analyzerbase to debuggerhjk2016-02-252-2/+2