cppcheck/gui
versat 024f84ea60 GUI: Add "Check library" and "Check configuration" menu entries
They both are only enabled when a project is loaded and when started
they reanalyze the project one time with the according settings.
2018-04-14 08:10:35 +02:00
..
help manuals: remove remaining occurrences of --append 2017-05-14 12:27:44 +02:00
images
test
CMakeLists.txt
about.ui
aboutdialog.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
aboutdialog.h
application.cpp
application.h
application.ui
applicationdialog.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
applicationdialog.h Updated copyright year 2018-01-14 15:37:52 +01:00
applicationlist.cpp GUI: Applicationlist: Find UltraEdit 32/64 on Windows 2018-04-12 22:07:08 +02:00
applicationlist.h
checkstatistics.cpp
checkstatistics.h
checkthread.cpp
checkthread.h
codeeditor.cpp
codeeditor.h
common.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
common.h
cppcheck-gui.desktop
cppcheck-gui.png Rename icon.png to cppcheck-gui.png 2016-09-27 16:28:36 +08:00
cppcheck-gui.rc
cppcheck-gui.svg
cppcheck.ico GUI: Add application icon for Windows. 2009-05-28 17:54:07 +03:00
cppcheck_de.ts
cppcheck_es.ts lupdate gui.pro 2018-03-31 20:55:29 +02:00
cppcheck_fi.ts
cppcheck_fr.ts lupdate gui.pro 2018-03-31 20:55:29 +02:00
cppcheck_it.ts
cppcheck_ja.ts
cppcheck_ko.ts
cppcheck_nl.ts
cppcheck_ru.ts lupdate gui.pro 2018-03-31 20:55:29 +02:00
cppcheck_sr.ts
cppcheck_sv.ts lupdate gui.pro 2018-03-31 20:55:29 +02:00
cppcheck_zh_CN.ts lupdate gui.pro 2018-03-31 20:55:29 +02:00
cppchecklibrarydata.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
cppchecklibrarydata.h
csvreport.cpp
csvreport.h Updated copyright year 2018-01-14 15:37:52 +01:00
erroritem.cpp
erroritem.h
file.ui
filelist.cpp
filelist.h
fileviewdialog.cpp
fileviewdialog.h Updated copyright year 2018-01-14 15:37:52 +01:00
gui.cppcheck Fix some complainted choices made in my older commits. 2011-11-01 13:23:47 +01:00
gui.pro
gui.qrc
libraryaddfunctiondialog.cpp
libraryaddfunctiondialog.h GUI: Library editor - rename function 2015-09-08 15:38:02 +02:00
libraryaddfunctiondialog.ui
librarydialog.cpp
librarydialog.h
librarydialog.ui
libraryeditargdialog.cpp
libraryeditargdialog.h
libraryeditargdialog.ui
main.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
mainwindow.cpp
mainwindow.h
mainwindow.ui
newsuppressiondialog.cpp GUI: Cleanup NewSuppressionDialog interface 2018-04-13 17:24:58 +02:00
newsuppressiondialog.h
newsuppressiondialog.ui Suppressions: New extensible Suppressions xml format that allow more attributes. To start with it also allows symbolName. 2018-04-09 06:43:48 +02:00
platforms.cpp
platforms.h
printablereport.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
printablereport.h
projectfile.cpp
projectfile.h Suppressions: New extensible Suppressions xml format that allow more attributes. To start with it also allows symbolName. 2018-04-09 06:43:48 +02:00
projectfile.txt
projectfiledialog.cpp
projectfiledialog.h
projectfiledialog.ui
readme.txt Remove theoretical qt4 support for gui projects (#963) 2017-09-20 10:02:46 +02:00
report.cpp
report.h
resultstree.cpp
resultstree.h GUI: copy selected warnings 2018-04-13 17:31:51 +02:00
resultsview.cpp
resultsview.h
resultsview.ui
scratchpad.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
scratchpad.h
scratchpad.ui
settings.ui misra: the user must provide the rule texts in text file. 2018-03-24 13:28:40 +01:00
settingsdialog.cpp
settingsdialog.h Updated copyright year 2018-03-31 20:59:09 +02:00
showtypes.cpp
showtypes.h Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
stats.ui GUI: Show separate statistics graphs for cppcheck and clang-tidy 2017-08-12 15:44:43 +02:00
statsdialog.cpp
statsdialog.h
threadhandler.cpp
threadhandler.h
threadresult.cpp
threadresult.h
translationhandler.cpp
translationhandler.h
txtreport.cpp
txtreport.h
xmlreport.cpp Updated copyright year 2018-01-14 15:37:52 +01:00
xmlreport.h
xmlreportv2.cpp
xmlreportv2.h Updated copyright year 2018-01-14 15:37:52 +01: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 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.