cppcheck/gui
Daniel Marjamäki a0dd853642 analyzing one vs config (first debug config that matches platform) 2019-04-13 20:01:40 +02:00
..
help
images GUI: Use llvm-dragon.png instead of llvm-dragon.svg 2017-10-07 14:41:00 +02:00
test Update copyright year 2019-02-09 07:24:06 +01:00
CMakeLists.txt
about.ui Try to give some credit to the 3rd party libraries we use. 2019-02-10 17:16:53 +01:00
aboutdialog.cpp
aboutdialog.h
application.cpp
application.h
application.ui
applicationdialog.cpp
applicationdialog.h
applicationlist.cpp
applicationlist.h
checkstatistics.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
checkstatistics.h
checkthread.cpp GUI: Refactoring handling of setting for c++/c std 2019-04-12 12:12:12 +02:00
checkthread.h
codeeditor.cpp
codeeditor.h
common.cpp
common.h GUI: Refactoring handling of setting for c++/c std 2019-04-12 12:12:12 +02:00
cppcheck-gui.desktop Rename icon.png to cppcheck-gui.png 2016-09-27 16:28:36 +08:00
cppcheck-gui.png
cppcheck-gui.rc
cppcheck-gui.svg
cppcheck.ico
cppcheck_de.ts lupdate gui.pro 2019-02-09 07:20:17 +01:00
cppcheck_es.ts lupdate gui.pro 2019-02-09 07:20:17 +01:00
cppcheck_fi.ts Update copyright year 2019-02-09 07:24:06 +01:00
cppcheck_fr.ts
cppcheck_it.ts lupdate gui.pro 2019-02-09 07:20:17 +01:00
cppcheck_ja.ts lupdate gui.pro 2019-02-09 07:20:17 +01:00
cppcheck_ko.ts
cppcheck_nl.ts lupdate gui.pro 2019-02-09 07:20:17 +01:00
cppcheck_ru.ts lupdate gui.pro 2019-02-09 07:20:17 +01:00
cppcheck_sr.ts lupdate gui.pro 2019-02-09 07:20:17 +01:00
cppcheck_sv.ts lupdate gui.pro 2019-02-09 07:20:17 +01:00
cppcheck_zh_CN.ts lupdate gui.pro 2019-02-09 07:20:17 +01:00
cppchecklibrarydata.cpp
cppchecklibrarydata.h
csvreport.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
csvreport.h
erroritem.cpp
erroritem.h
file.ui
filelist.cpp GUI: Use relative paths in analysis 2018-07-01 08:00:05 +02:00
filelist.h
fileviewdialog.cpp
fileviewdialog.h
gui.cppcheck
gui.pro
gui.qrc
libraryaddfunctiondialog.cpp
libraryaddfunctiondialog.h
libraryaddfunctiondialog.ui GUI: Added a dedicated dialog for LibraryDialog for configuration of function arguments 2015-08-30 13:33:43 +02:00
librarydialog.cpp Updated copyright year 2018-10-13 18:20:31 +02:00
librarydialog.h
librarydialog.ui
libraryeditargdialog.cpp
libraryeditargdialog.h
libraryeditargdialog.ui
main.cpp Update copyright year 2018-12-08 07:53:28 +01:00
mainwindow.cpp analyzing one vs config (first debug config that matches platform) 2019-04-13 20:01:40 +02:00
mainwindow.h
mainwindow.ui GUI: removed -std=posix and added -std=c++17 2019-04-12 11:52:28 +02:00
newsuppressiondialog.cpp
newsuppressiondialog.h
newsuppressiondialog.ui
platforms.cpp
platforms.h
printablereport.cpp
printablereport.h
projectfile.cpp msvc compatibility: /constexpr/const/ 2019-04-11 21:06:37 +02:00
projectfile.h GUI: add setting for 'checkHeaders', 'checkUnusedTemplates' and 'maxCtuDepth' to project 2019-04-10 16:49:24 +02:00
projectfile.txt remove unneeded spaces and empty lines 2012-10-12 17:46:57 +02:00
projectfiledialog.cpp GUI: add setting for 'checkHeaders', 'checkUnusedTemplates' and 'maxCtuDepth' to project 2019-04-10 16:49:24 +02:00
projectfiledialog.h fix argument name 2018-12-08 07:37:27 +01:00
projectfiledialog.ui GUI: add setting for 'checkHeaders', 'checkUnusedTemplates' and 'maxCtuDepth' to project 2019-04-10 16:49:24 +02:00
readme.txt
report.cpp
report.h
resultstree.cpp Update copyright year 2019-02-09 07:24:06 +01:00
resultstree.h
resultsview.cpp
resultsview.h
resultsview.ui
scratchpad.cpp
scratchpad.h
scratchpad.ui
settings.ui
settingsdialog.cpp
settingsdialog.h GUI: Renamed private variable LangCodeRole 2018-06-18 14:19:14 +02:00
showtypes.cpp
showtypes.h
stats.ui Added support for -U option to the GUI. 2018-10-09 15:05:05 +02:00
statsdialog.cpp Added support for -U option to the GUI. 2018-10-09 15:05:05 +02:00
statsdialog.h Updated copyright year 2018-01-14 15:37:52 +01:00
threadhandler.cpp
threadhandler.h
threadresult.cpp
threadresult.h
translationhandler.cpp
translationhandler.h
txtreport.cpp
txtreport.h Updated copyright year for modified files 2018-06-10 22:07:21 +02:00
xmlreport.cpp
xmlreport.h
xmlreportv2.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
xmlreportv2.h

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 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.