cppcheck/gui
Daniel Marjamäki e70afda95a GUI: Re-enable misra interface in open source GUI 2022-12-31 16:08:23 +01:00
..
help added .gitattributes and normalized files (#4668) 2022-12-30 21:33:45 +01:00
images GUI: Simple first hack to allow bughunting in the GUI 2020-02-04 21:20:43 +01:00
test removed unused test files (#4648) 2022-12-18 19:36:37 +01:00
CMakeLists.txt GUI: Detect when version is old 2022-10-09 18:51:01 +02:00
about.ui Remove bug hunting. This feature will be provided in Cppcheck premium. 2022-04-11 07:31:33 +02:00
aboutdialog.cpp Update copyright year 2022-05-21 12:18:27 +02:00
aboutdialog.h cleaned up includes based on include-what-you-use (#4007) 2022-04-13 12:24:00 +02:00
application.cpp iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466) 2022-09-16 07:15:49 +02:00
application.h Update Copyrights 2022-08-28 14:22:12 +02:00
applicationdialog.cpp use forward declarations for Ui:: objects / renamed *.ui files to mat… (#3796) 2022-03-19 19:54:20 +01:00
applicationdialog.h cleaned up includes based on include-what-you-use (#4007) 2022-04-13 12:24:00 +02:00
applicationdialog.ui use forward declarations for Ui:: objects / renamed *.ui files to mat… (#3796) 2022-03-19 19:54:20 +01:00
applicationlist.cpp Update copyright year 2022-02-05 11:45:17 +01:00
applicationlist.h avoid some Clang compiler warnings (#3896) 2022-03-13 20:07:58 +01:00
checkstatistics.cpp Update copyright year 2022-02-05 11:45:17 +01:00
checkstatistics.h Update copyright year 2022-02-05 11:45:17 +01:00
checkthread.cpp use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
checkthread.h mitigated some clang-tidy warnings in headers (#4472) 2022-09-16 18:59:15 +02:00
codeeditor.cpp applied clang-tidy `misc-const-correctness` fixes for POD types, iterators and references (#4529) 2022-10-02 07:12:40 +02:00
codeeditor.h enabled and fixed `readability-named-parameter` clang-tidy warnings (#4487) 2022-09-27 20:03:25 +02:00
codeeditorstyle.cpp applied clang-tidy `misc-const-correctness` fixes for POD types, iterators and references (#4529) 2022-10-02 07:12:40 +02:00
codeeditorstyle.h enabled and fixed `modernize-pass-by-value` clang-tidy warnings (#4169) 2022-07-28 22:51:45 +02:00
codeeditstylecontrols.cpp applied clang-tidy `misc-const-correctness` fixes for POD types, iterators and references (#4529) 2022-10-02 07:12:40 +02:00
codeeditstylecontrols.h mitigated some clang-tidy warnings in headers (#4472) 2022-09-16 18:59:15 +02:00
codeeditstyledialog.cpp cleaned up includes based on include-what-you-use (#4007) 2022-04-13 12:24:00 +02:00
codeeditstyledialog.h added support for Qt6 (#3930) 2022-04-15 18:49:24 +02:00
common.cpp Update copyright year 2022-02-05 11:45:17 +01:00
common.h GUI: Re-enable misra interface in open source GUI 2022-12-31 16:08:23 +01:00
cppcheck-gui.desktop Rename icon.png to cppcheck-gui.png 2016-09-27 16:28:36 +08:00
cppcheck-gui.png Rename icon.png to cppcheck-gui.png 2016-09-27 16:28:36 +08:00
cppcheck-gui.rc added .gitattributes and normalized files (#4668) 2022-12-30 21:33:45 +01:00
cppcheck-gui.svg Resize page to content. 2016-09-27 17:06:26 +08:00
cppcheck.ico GUI: Add application icon for Windows. 2009-05-28 17:54:07 +03:00
cppcheck_de.ts gui: run lupdate 2022-08-28 13:28:24 +02:00
cppcheck_es.ts gui: run lupdate 2022-08-28 13:28:24 +02:00
cppcheck_fi.ts gui: run lupdate 2022-08-28 13:28:24 +02:00
cppcheck_fr.ts gui: run lupdate 2022-08-28 13:28:24 +02:00
cppcheck_it.ts gui: run lupdate 2022-08-28 13:28:24 +02:00
cppcheck_ja.ts Add few Japanese translations only (#4539) 2022-10-09 07:40:10 +02:00
cppcheck_ko.ts gui: run lupdate 2022-08-28 13:28:24 +02:00
cppcheck_nl.ts gui: run lupdate 2022-08-28 13:28:24 +02:00
cppcheck_ru.ts gui: run lupdate 2022-08-28 13:28:24 +02:00
cppcheck_sr.ts gui: run lupdate 2022-08-28 13:28:24 +02:00
cppcheck_sv.ts gui: run lupdate 2022-08-28 13:28:24 +02:00
cppcheck_zh_CN.ts gui: run lupdate 2022-08-28 13:28:24 +02:00
cppchecklibrarydata.cpp iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466) 2022-09-16 07:15:49 +02:00
cppchecklibrarydata.h Update Copyrights 2022-08-28 14:22:12 +02:00
csvreport.cpp Update copyright year 2022-02-05 11:45:17 +01:00
csvreport.h mitigated most clang-tidy warnings in headers (#4175) 2022-07-26 11:10:03 +02:00
erroritem.cpp use `cbegin()` and `cend()` with `const_ierator` loops (#4658) 2022-12-20 20:32:16 +01:00
erroritem.h mitigated some clang-tidy warnings in headers (#4472) 2022-09-16 18:59:15 +02:00
filelist.cpp use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
filelist.h Update copyright year 2021-09-26 11:34:56 +02:00
fileview.ui use forward declarations for Ui:: objects / renamed *.ui files to mat… (#3796) 2022-03-19 19:54:20 +01:00
fileviewdialog.cpp use forward declarations for Ui:: objects / renamed *.ui files to mat… (#3796) 2022-03-19 19:54:20 +01:00
fileviewdialog.h cleaned up includes based on include-what-you-use (#4007) 2022-04-13 12:24:00 +02:00
gui.cppcheck Fix some complainted choices made in my older commits. 2011-11-01 13:23:47 +01:00
gui.pro GUI: Write better text for label, the original text might be seen a short moment. Require c++17 for building the GUI with the gui.pro. 2022-10-17 21:40:35 +02:00
gui.qrc GUI: Simple first hack to allow bughunting in the GUI 2020-02-04 21:20:43 +01:00
helpdialog.cpp Fix FP leakNoVarFunctionCall with Qt object (#4272) 2022-07-13 21:09:53 +02:00
helpdialog.h Fix FP leakNoVarFunctionCall with Qt object (#4272) 2022-07-13 21:09:53 +02:00
helpdialog.ui added .gitattributes and normalized files (#4668) 2022-12-30 21:33:45 +01:00
libraryaddfunctiondialog.cpp cleaned up includes based on include-what-you-use (#4007) 2022-04-13 12:24:00 +02:00
libraryaddfunctiondialog.h cleaned up includes based on include-what-you-use (#4007) 2022-04-13 12:24:00 +02:00
libraryaddfunctiondialog.ui GUI: Added a dedicated dialog for LibraryDialog for configuration of function arguments 2015-08-30 13:33:43 +02:00
librarydialog.cpp applied clang-tidy `misc-const-correctness` fixes for POD types, iterators and references (#4529) 2022-10-02 07:12:40 +02:00
librarydialog.h enabled and fixed `readability-named-parameter` clang-tidy warnings (#4487) 2022-09-27 20:03:25 +02:00
librarydialog.ui Fixed #7173 (Library Editor: Save As button and error messages) 2015-11-29 11:21:04 +01:00
libraryeditargdialog.cpp enabled and fixed `readability-named-parameter` clang-tidy warnings (#4487) 2022-09-27 20:03:25 +02:00
libraryeditargdialog.h enabled and fixed `readability-named-parameter` clang-tidy warnings (#4487) 2022-09-27 20:03:25 +02:00
libraryeditargdialog.ui enabled and fixed `readability-named-parameter` clang-tidy warnings (#4487) 2022-09-27 20:03:25 +02:00
main.cpp use `const_iterator` where possible (#4662) 2022-12-30 15:13:47 +01:00
mainwindow.cpp GUI: Re-enable misra interface in open source GUI 2022-12-31 16:08:23 +01:00
mainwindow.h GUI: Detect when version is old 2022-10-09 18:51:01 +02:00
mainwindow.ui GUI: Install link when new version is available 2022-11-08 13:33:57 +01:00
newsuppressiondialog.cpp enabled and fixed `readability-named-parameter` clang-tidy warnings (#4487) 2022-09-27 20:03:25 +02:00
newsuppressiondialog.h cleaned up includes based on include-what-you-use (#4007) 2022-04-13 12:24:00 +02:00
newsuppressiondialog.ui GUI: better handling of suppressions 2018-07-01 14:24:37 +02:00
platforms.cpp Update copyright year 2022-02-05 11:45:17 +01:00
platforms.h Update copyright year 2022-02-05 11:45:17 +01:00
precompiled_qmake.h Update copyright year 2022-02-05 11:45:17 +01:00
printablereport.cpp Update copyright year 2022-02-05 11:45:17 +01:00
printablereport.h mitigated most clang-tidy warnings in headers (#4175) 2022-07-26 11:10:03 +02:00
projectfile.cpp applied clang-tidy `misc-const-correctness` fixes for POD types, iterators and references (#4529) 2022-10-02 07:12:40 +02:00
projectfile.h iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466) 2022-09-16 07:15:49 +02:00
projectfile.txt remove unneeded spaces and empty lines 2012-10-12 17:46:57 +02:00
projectfile.ui GUI: Re-enable misra interface in open source GUI 2022-12-31 16:08:23 +01:00
projectfiledialog.cpp GUI: Re-enable misra interface in open source GUI 2022-12-31 16:08:23 +01:00
projectfiledialog.h GUI: Re-enable misra interface in open source GUI 2022-12-31 16:08:23 +01:00
readme.txt make sure we remove obsolete entries from translations (#3995) 2022-04-11 11:25:08 +02:00
report.cpp iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466) 2022-09-16 07:15:49 +02:00
report.h enabled and fixed `modernize-pass-by-value` clang-tidy warnings (#4169) 2022-07-28 22:51:45 +02:00
resultstree.cpp applied clang-tidy `misc-const-correctness` fixes for POD types, iterators and references (#4529) 2022-10-02 07:12:40 +02:00
resultstree.h mitigated some clang-tidy warnings in headers (#4472) 2022-09-16 18:59:15 +02:00
resultsview.cpp add/preserve `const` in `dynamic_cast` (#4655) 2022-12-19 20:01:12 +01:00
resultsview.h mitigated some clang-tidy warnings in headers (#4472) 2022-09-16 18:59:15 +02:00
resultsview.ui Remove bug hunting. This feature will be provided in Cppcheck premium. 2022-04-11 07:31:33 +02:00
scratchpad.cpp cleaned up includes based on include-what-you-use (#4007) 2022-04-13 12:24:00 +02:00
scratchpad.h mitigated most clang-tidy warnings in headers (#4175) 2022-07-26 11:10:03 +02:00
scratchpad.ui added .gitattributes and normalized files (#4668) 2022-12-30 21:33:45 +01:00
settings.ui GUI: Re-enable misra interface in open source GUI 2022-12-31 16:08:23 +01:00
settingsdialog.cpp GUI: Re-enable misra interface in open source GUI 2022-12-31 16:08:23 +01:00
settingsdialog.h GUI: Re-enable misra interface in open source GUI 2022-12-31 16:08:23 +01:00
showtypes.cpp Update copyright year 2022-02-05 11:45:17 +01:00
showtypes.h Update copyright year 2022-02-05 11:45:17 +01:00
statsdialog.cpp add/preserve `const` in `dynamic_cast` (#4655) 2022-12-19 20:01:12 +01:00
statsdialog.h added support for Qt6 (#3930) 2022-04-15 18:49:24 +02:00
statsdialog.ui use forward declarations for Ui:: objects / renamed *.ui files to mat… (#3796) 2022-03-19 19:54:20 +01:00
threadhandler.cpp applied clang-tidy `misc-const-correctness` fixes for POD types, iterators and references (#4529) 2022-10-02 07:12:40 +02:00
threadhandler.h mitigated some clang-tidy warnings in headers (#4472) 2022-09-16 18:59:15 +02:00
threadresult.cpp enabled and fixed `readability-named-parameter` clang-tidy warnings (#4487) 2022-09-27 20:03:25 +02:00
threadresult.h mitigated some clang-tidy warnings in headers (#4472) 2022-09-16 18:59:15 +02:00
translationhandler.cpp applied clang-tidy `misc-const-correctness` fixes for POD types, iterators and references (#4529) 2022-10-02 07:12:40 +02:00
translationhandler.h avoid some Clang compiler warnings (#3896) 2022-03-13 20:07:58 +01:00
txtreport.cpp Update copyright year 2022-02-05 11:45:17 +01:00
txtreport.h mitigated most clang-tidy warnings in headers (#4175) 2022-07-26 11:10:03 +02:00
xmlreport.cpp applied clang-tidy `misc-const-correctness` fixes for POD types, iterators and references (#4529) 2022-10-02 07:12:40 +02:00
xmlreport.h Update copyright year 2022-02-05 11:45:17 +01:00
xmlreportv2.cpp Update copyright year 2022-02-05 11:45:17 +01:00
xmlreportv2.h mitigated most clang-tidy warnings in headers (#4175) 2022-07-26 11:10:03 +02:00

readme.txt

Cppcheck GUI
============
This is a GUI for cppcheck. It allows selecting folder or set of files to check
with cppcheck and shows list of found errors.

Running
-------
You need Qt5 libraries installed in your system. Packages/files to install
depends on your operating system:
- Windows: download Qt from http://www.qt.io/download/
- Linux: install Qt using your package manager, look for packages having Qt
  in their name, e.g. for Ubuntu install libqt5core5a, libqt5gui5, libqt5widgets5 
  and libqt5printsupport5.

Compiling
---------
Windows:
- The easy ways are:
-- download Qt SDK from http://www.qt.io/download/ and use
   QtCreator to build the GUI.
-- Download precompiled libraries for your platform and use your preferred
   IDE/environment to build GUI. Be careful to download the correct version of
   library for your compiler!
- The harder way is to download Qt sources and build Qt. Compiling Qt alone may
  take over 4 hours!

Linux:
- Install Qt development packages (make sure qmake -tool gets installed!). The
  names depend on distribution, but e.g. for Ubuntu the needed packages are:
  * qt5-default 

After you have needed libraries and tools installed, open command
prompt/console, go to gui directory and run command:
- qmake (in Linux and in Windows if build with MinGW/gcc or nmake)
- qmake -tp vc (to generate Visual Studio project file)
- qmake -tp vc LINKCORE=yes (to generate Visual Studio project file, linking
                             dynamically to core. Recommended.)

On Windows, you have to either call qtvars.bat in Qt folder or use the Qt command
line prompt shortcut added in the start menu by Qt installation.

These commands generate makefiles to actually build the software. After that
the actual building is done in IDE or command line as usual. Note that you
don't need to run qmake again unless you add/remove files from the project.

The Visual Studio solution does not contain a configuration for x64 platform, but
it can be added easily.

Tests
-----
There are tests for the GUI in gui/test -directory. There is test.pro
-projectfile for building all the tests. Each test is in own subdirectory and
builds own binary. Test is run by simple running that binary. The binary also
has several options to select tests etc. You can get the help by running
"binaryname -help" -command.

Translations
------------
The GUI is translated to several languages. Qt comes with two tools to update
and compile the translations. lupdate updates translations files from the code
and lrelease compiles translation files use with the executable.

To update translations:
- run "lupdate gui.pro -no-obsolete" to update the translation files to match the code. This
  command updates all the .ts files. Which can be then edited to translate
  the application.

To compile translations:
- run "lrelease gui.pro" to compile .ts files to .qm files which are used by the
  executable.