summaryrefslogtreecommitdiff
path: root/src/plugins/valgrind
Commit message (Expand)AuthorAgeFilesLines
* Valgrind: Do not start valgrind if it does not existChristian Stenger2023-05-173-15/+12
* Utils: Unify CheckableMessageBox and make it look more nativeMarcus Tillmanns2023-05-171-5/+5
* Utils: Centralize style-related property names as constantsAlessandro Portale2023-05-101-1/+2
* Utils: Add TerminalMode::DetachedMarcus Tillmanns2023-05-041-1/+1
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-045-5/+5
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-045-12/+12
* Layouting: Make aspects operate on parent items, not LayoutBuilderhjk2023-05-032-4/+4
* ProjectExplorer: Fix LLDB stdout linesMarcus Tillmanns2023-05-031-2/+4
* Utils: Make Layouting a top level namespacehjk2023-04-251-1/+1
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-241-1/+1
|\
| * Merge remote-tracking branch 'origin/9.0' into 10.0Eike Ziller2023-04-241-1/+1
| |\
| | * Fix dangling references, found by GCC 13Thiago Macieira2023-04-201-1/+1
* | | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-131-0/+1
|\ \ \ | |/ /
| * | Fix lots of tr.h files not being mentioned in CMakeLists.txtEike Ziller2023-04-011-0/+1
* | | Utils: Replace FilePath::onDevice() by new FilePath::withMappedPath()hjk2023-04-041-1/+1
* | | Qbs build system: Add a component for test files groupsAlessandro Portale2023-03-211-3/+1
* | | Utils: More explicit host os use to make it stand outhjk2023-03-072-2/+2
* | | FilePath: Integrate FileStreamerManager for async i-faceJarek Kobus2023-03-071-1/+4
* | | ProjectExplorer: Move some not-fully-session related bitshjk2023-03-014-12/+12
|/ /
* | Valgrind: De-cruft plugin setuphjk2023-02-145-58/+30
* | Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-1/+1
* | Translations: Replace QCoreApplication::translate() with Tr::tr()Alessandro Portale2023-02-101-1/+2
* | Valgrind: Tr::tr()Alessandro Portale2023-02-101-58/+54
* | Qbs: Update some qbs filesChristian Stenger2023-02-081-0/+1
* | TextEditor: Some fileName -> filePath renaminghjk2023-02-081-1/+1
* | Utils: Flatten LayoutBuilder related hierarchieshjk2023-01-202-2/+2
* | Use simpler Plugin::initialize() when feasiblehjk2023-01-202-4/+2
* | Valgrind: Fix wrong includeChristian Kandeler2023-01-131-1/+1
* | Prefix Tr::tr contexts with ::hjk2023-01-133-7/+7
* | Editor: Allow to hide annotations for a group of text marksDavid Schulz2023-01-121-2/+5
* | Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-102-5/+3
* | Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-2/+2
* | Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0683-83/+83
* | Valgrind: Use named classes for run worker factorieshjk2023-01-064-27/+32
* | Don't call FutureProgress::setKeepOnFinish(HideOnFinish)Jarek Kobus2023-01-051-1/+0
* | Utils: Add std::expected implementationMarcus Tillmanns2022-12-141-3/+2
* | Remove unused includes of QGridLayoutJarek Kobus2022-11-181-1/+0
* | Remove unused includes of Q[H/V]BoxLayoutJarek Kobus2022-11-181-1/+1
* | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-171-1/+1
|\ \ | |/
| * Valgrind: Fix plugin unit testChristian Stenger2022-11-161-1/+1
* | Utils: Add sorted() functionChristian Kandeler2022-10-251-3/+3
* | Get rid of unneeded includes of RunControlJarek Kobus2022-10-254-4/+7
|/
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-0712-23/+23
* Various plugins: Limit the usage of qMakePairJarek Kobus2022-09-303-11/+9
* Utils: Replace FilePath part settershjk2022-09-011-1/+1
* Various: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*Eike Ziller2022-08-301-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-2683-2034/+166
* FileUtils: Adds toFilePathList functionMarcus Tillmanns2022-08-041-1/+1
* Utils: Settle on lowerSnakeCase for LayoutBuilder::Setterhjk2022-07-271-3/+3
* Utils: Introduce Layouting::{br,st}hjk2022-07-252-18/+17