summaryrefslogtreecommitdiff
path: root/src/plugins/cppcheck
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'origin/8.0'hjk2022-08-051-12/+13
|\
| * TextMark: Delay context menu tooltip action creationhjk2022-08-041-12/+13
* | filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-3/+2
* | Use setClipboardAndSelection more broadlyhjk2022-07-151-3/+2
* | Utils: More porting.h related changeshjk2022-07-141-1/+0
* | Utils: Collapse most of porting,hhjk2022-07-132-2/+2
* | Add plugintr.h files to all pluginshjk2022-06-271-0/+37
|/
* Fix lupdate issuesEike Ziller2022-06-271-1/+1
* Code cosmeticshjk2022-06-241-3/+4
* CppcheckRunner: Connect to done() signal instead of finished()Jarek Kobus2022-06-212-48/+29
* Remove or replace a few unnecessary #includeshjk2022-05-201-1/+1
* Cppcheck: Escape error message format stringSergey Morozov2022-05-021-1/+1
* CppCheck: Add copy to clipboard action to tooltipAndre Hartmann2022-02-221-0/+16
* Rename QtSupport::BaseQtVersion to QtVersionhjk2022-01-241-1/+1
* Remove qmake build filesEike Ziller2022-01-202-38/+0
* Use QtcProcess in CppcheckRunnerJarek Kobus2021-11-051-2/+3
* Fix qHash-related size compatibility warnings by MSVCOrgad Shaneh2021-10-202-2/+3
* CppCheck: Use more FilePathhjk2021-10-054-18/+17
* Make some headers self-containedChristian Kandeler2021-09-201-5/+3
* Merge CppTools into CppEditorChristian Kandeler2021-09-017-20/+20
* CppTools: Use only const pointers for ProjectInfo and ProjectPartChristian Kandeler2021-08-273-7/+7
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-08-261-1/+2
|\
| * CppTools: Code model fix for C++20, MSVC, and newer CMake versionsCristian Adam2021-08-201-1/+2