aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppcheck
Commit message (Expand)AuthorAgeFilesLines
* CommandLine: Reuse new c'torJarek Kobus7 hours1-1/+1
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* CppCheck: Use ActionBuilderhjk2024-02-011-14/+9
* Use more std::chrono and std::chrono_literals namespacesJarek Kobus2024-01-231-1/+2
* Process: Change signature of waitForXxx() functionsJarek Kobus2024-01-231-1/+1
* Process: Use more rawStd{Out,Err} const methods instead of mutable onesJarek Kobus2024-01-211-1/+1
* CppCheck: Hide plugin class definition in .cpphjk2024-01-124-59/+35
* ProjectExplorer: Some more ToolChain->Toolchain renamingshjk2023-12-121-1/+1
* ProjectExplorer: Rename Tool{C,c}hainKitAspecthjk2023-11-271-1/+1
* Utils: Cache theme icon accesshjk2023-09-011-1/+1
* Utils: Make FilePathAspect::setDefaultValue take a QStringhjk2023-08-171-2/+2
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* Various Plugins: Add context object into connectionsJarek Kobus2023-08-021-1/+1
* Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-17/+17
* CppCheck: Move widget creation for manual run closer to its usehjk2023-07-193-6/+6
* CppCheck: Rename options to settingshjk2023-07-187-7/+7
* CppCheck: Use new settings patternhjk2023-07-185-41/+64
* CppEditor: Make a few CppModelManager functions statichjk2023-07-122-2/+2
* Utils: Use FilePathAspect::setDefaultValuehjk2023-06-301-1/+1
* Fix occurrences of the contains/insert anti-patternChristian Kandeler2023-06-231-4/+3
* CppCheck: Move to simpler setLayouter callshjk2023-05-313-7/+7
* CppCheck: Register settingsaspect more directlyhjk2023-05-262-34/+16
* Use more FilePathAspecthjk2023-05-193-3/+2
* Utils: Make PagedSettings::readSettings() calls shorterhjk2023-05-161-1/+1
* CppCheck: Rework settings handlinghjk2023-05-168-338/+179
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-042-4/+4
* Layouts: Add/remove contentMargins where neededAlessandro Portale2023-05-041-0/+1
* CppCheck: Use IOptionPage::setWidgetCreator() for settingshjk2023-04-212-30/+30
* 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
* | ProjectExplorer: Move some not-fully-session related bitshjk2023-03-012-7/+8
|/
* 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
* Qbs: Update some qbs filesChristian Stenger2023-02-081-0/+1
* Translations: Fix stray QApplication::translate() callsAlessandro Portale2023-02-081-1/+1
* Use simpler Plugin::initialize() when feasiblehjk2023-01-202-7/+2
* TextEditor: Tr::trhjk2023-01-181-1/+3
* Prefix Tr::tr contexts with ::hjk2023-01-131-1/+1
* Editor: Allow to hide annotations for a group of text marksDavid Schulz2023-01-121-5/+8
* CppEditor: Use FilePath for ProjectPath::m_sourceFileshjk2023-01-112-8/+7
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-1/+1
* CppCheck: Tr::tr and code cosmeticshjk2023-01-1024-203/+155
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0625-25/+25
* CMake build: Use version-less Qt targetsEike Ziller2023-01-051-1/+1
* Cppcheck: Do not start non-existing toolChristian Stenger2022-10-271-1/+1
* Fix lupdate issuesEike Ziller2022-10-141-1/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Various: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*Eike Ziller2022-08-301-1/+2
* Use SPDX license identifiersLucie Gérard2022-08-2625-600/+50