cppcheck/gui
Daniel Marjamäki 633ed23c0d Fix Cppcheck warnings about mismatching function argument names 2017-04-01 09:31:27 +02:00
..
help
images
test
CMakeLists.txt
about.ui
aboutdialog.cpp
aboutdialog.h
application.cpp
application.h
application.ui GUI: Improve the Application dialog layoyt. 2011-04-04 11:00:09 +03:00
applicationdialog.cpp
applicationdialog.h
applicationlist.cpp GUI: Add detection for geany and Qtcreator as editor application 2016-01-15 09:33:04 +01:00
applicationlist.h
checkstatistics.cpp
checkstatistics.h
checkthread.cpp GUI: update whole program analysis 2016-12-09 20:48:32 +01:00
checkthread.h
common.cpp Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
common.h
cppcheck-gui.desktop
cppcheck-gui.png
cppcheck-gui.rc
cppcheck-gui.svg
cppcheck.ico
cppcheck_de.ts
cppcheck_es.ts
cppcheck_fi.ts
cppcheck_fr.ts
cppcheck_it.ts
cppcheck_ja.ts
cppcheck_ko.ts
cppcheck_nl.ts lupdate gui.pro 2016-12-31 18:13:11 +01:00
cppcheck_ru.ts
cppcheck_sr.ts
cppcheck_sv.ts
cppcheck_zh_CN.ts
cppchecklibrarydata.cpp
cppchecklibrarydata.h
csvreport.cpp
csvreport.h
erroritem.cpp
erroritem.h
file.ui
filelist.cpp
filelist.h
fileviewdialog.cpp
fileviewdialog.h Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
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
librarydialog.h
librarydialog.ui
libraryeditargdialog.cpp
libraryeditargdialog.h
libraryeditargdialog.ui
logview.cpp
logview.h
logview.ui Use standard Qt buttons in LogView. Recreate LogView when changing language (#3647) 2013-03-01 12:07:34 -08:00
main.cpp Rename icon.png to cppcheck-gui.png 2016-09-27 16:28:36 +08:00
mainwindow.cpp
mainwindow.h
mainwindow.ui
platforms.cpp GUI: Renamed 'Builtin' to 'Native' 2016-01-08 19:56:09 +01:00
platforms.h
printablereport.cpp
printablereport.h
project.cpp
project.h
projectfile.cpp GUI: Add cppcheck build dir 2016-11-19 20:38:50 +01:00
projectfile.h
projectfile.txt remove unneeded spaces and empty lines 2012-10-12 17:46:57 +02:00
projectfiledialog.cpp astyle formatting 2016-11-20 10:38:27 +01:00
projectfiledialog.h
projectfiledialog.ui GUI: Renamed projectfile.ui to projectfiledialog.ui. moved some code from project.cpp to projectfiledialog.cpp 2016-11-19 22:54:32 +01:00
readme.txt
report.cpp Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
report.h
resultstree.cpp
resultstree.h
resultsview.cpp
resultsview.h
resultsview.ui
scratchpad.cpp
scratchpad.h
scratchpad.ui
settings.ui
settingsdialog.cpp
settingsdialog.h
showtypes.cpp
showtypes.h Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
stats.ui
statsdialog.cpp
statsdialog.h
threadhandler.cpp
threadhandler.h
threadresult.cpp
threadresult.h GUI: Expose --project to gui 2016-08-18 21:58:50 +02:00
translationhandler.cpp
translationhandler.h Removed non-standard code annotations with __attribute__ 2016-01-09 09:33:56 +01:00
txtreport.cpp
txtreport.h
xmlreport.cpp Update copyright year to 2007-2016. 2016-01-01 15:34:45 +02:00
xmlreport.h
xmlreportv1.cpp
xmlreportv1.h
xmlreportv2.cpp xml: output file0 whenever it is different to filename, both for included files and when #line is used. 2016-01-19 07:01:21 +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 Qt4 or 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 libqt4-core and libqt4-gui.

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:
  * libqt4-core
  * libqt4-gui
  * libqt4-dev
  * qt4-dev-tools
  * qt4-qmake

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.