cppcheck/gui
Aleksandr Pikalev fe8cedade5 Fixed #7173 (Library Editor: Save As button and error messages) 2015-11-29 11:21:04 +01:00
..
help buildhelp.bat: Add missing popd 2012-12-23 10:58:33 +01:00
images GUI: losslessly compress images. 2015-10-22 08:44:26 +03:00
test Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
CMakeLists.txt Cmake object linkage. Fix #7128: (cppcheck 1.70 doesn't report any warnings) 2015-11-26 20:25:09 +01:00
about.ui Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
aboutdialog.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
aboutdialog.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
application.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
application.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
application.ui GUI: Improve the Application dialog layoyt. 2011-04-04 11:00:09 +03:00
applicationdialog.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
applicationdialog.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
applicationlist.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
applicationlist.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkstatistics.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkstatistics.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkthread.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
checkthread.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
common.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
common.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
cppcheck-gui.rc Refactorized resource files: 2012-10-14 10:21:22 +02:00
cppcheck.ico GUI: Add application icon for Windows. 2009-05-28 17:54:07 +03:00
cppcheck_de.ts Ran lupdate/lrelease. Updated german translation. 2015-11-14 10:55:48 +01:00
cppcheck_es.ts Ran lupdate/lrelease. Updated german translation. 2015-11-14 10:55:48 +01:00
cppcheck_fi.ts Ran lupdate/lrelease. Updated german translation. 2015-11-14 10:55:48 +01:00
cppcheck_fr.ts Ran lupdate/lrelease. Updated german translation. 2015-11-14 10:55:48 +01:00
cppcheck_it.ts Ran lupdate/lrelease. Updated german translation. 2015-11-14 10:55:48 +01:00
cppcheck_ja.ts Ran lupdate/lrelease. Updated german translation. 2015-11-14 10:55:48 +01:00
cppcheck_ko.ts Ran lupdate/lrelease. Updated german translation. 2015-11-14 10:55:48 +01:00
cppcheck_nl.ts Ran lupdate/lrelease. Updated german translation. 2015-11-14 10:55:48 +01:00
cppcheck_ru.ts Ran lupdate/lrelease. Updated german translation. 2015-11-14 10:55:48 +01:00
cppcheck_sr.ts Ran lupdate/lrelease. Updated german translation. 2015-11-14 10:55:48 +01:00
cppcheck_sv.ts Ran lupdate/lrelease. Updated german translation. 2015-11-14 10:55:48 +01:00
cppcheck_zh_CN.ts Ran lupdate/lrelease. Updated german translation. 2015-11-14 10:55:48 +01:00
cppchecklibrarydata.cpp Library Editor: Load/save <warn> elements 2015-11-22 11:45:29 +01:00
cppchecklibrarydata.h Library Editor: Load/save <warn> elements 2015-11-22 11:45:29 +01:00
csvreport.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
csvreport.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
erroritem.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
erroritem.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
file.ui Fileview dialogs now use Qt Designer ui files. 2009-07-02 19:46:26 +03:00
filelist.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
filelist.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
fileviewdialog.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
fileviewdialog.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
gui.cppcheck Fix some complainted choices made in my older commits. 2011-11-01 13:23:47 +01:00
gui.pro GUI: rewrote library dialog xml input/output 2015-09-05 11:37:55 +02:00
gui.qrc GUI: Implemented "Recheck all files" button (#3614), renamed "Recheck files" button to "Recheck modified files" (#3624) 2015-10-14 19:07:20 +02:00
icon.png gui: losslessly compress images with https://github.com/subzey/zopfli-png 2013-05-08 18:36:35 +02:00
icon.svg gui: icon.svg: manually fix offset and apply inkscapes "Vacuum Defs" functionality to reduce file size from 113675 b to 3906 b. 2014-12-21 12:24:57 +01:00
libraryaddfunctiondialog.cpp GUI: Library editor - rename function 2015-09-08 15:38:02 +02:00
libraryaddfunctiondialog.h GUI: Library editor - rename function 2015-09-08 15:38:02 +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 Fixed #7173 (Library Editor: Save As button and error messages) 2015-11-29 11:21:04 +01:00
librarydialog.h Fixed #7173 (Library Editor: Save As button and error messages) 2015-11-29 11:21:04 +01:00
librarydialog.ui Fixed #7173 (Library Editor: Save As button and error messages) 2015-11-29 11:21:04 +01:00
libraryeditargdialog.cpp GUI: Make it possible to configure minsizes through the LibraryDialog 2015-09-01 18:13:27 +02:00
libraryeditargdialog.h GUI: Make it possible to configure minsizes through the LibraryDialog 2015-09-01 18:13:27 +02:00
libraryeditargdialog.ui GUI: Make it possible to configure minsizes through the LibraryDialog 2015-09-01 18:13:27 +02:00
logview.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
logview.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
logview.ui Use standard Qt buttons in LogView. Recreate LogView when changing language (#3647) 2013-03-01 12:07:34 -08:00
main.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
main.ui GUI: Implemented "Recheck all files" button (#3614), renamed "Recheck files" button to "Recheck modified files" (#3624) 2015-10-14 19:07:20 +02:00
mainwindow.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
mainwindow.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
platforms.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
platforms.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
printablereport.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
printablereport.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
project.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
project.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
projectfile.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
projectfile.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
projectfile.txt remove unneeded spaces and empty lines 2012-10-12 17:46:57 +02:00
projectfile.ui GUI Projectfiledialog: Added tooltip 2015-08-13 14:30:16 +02:00
projectfiledialog.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
projectfiledialog.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
readme.txt Updated/Improved several readme files 2015-11-06 15:19:08 +01:00
report.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
report.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
resultstree.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
resultstree.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
resultsview.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
resultsview.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
resultsview.ui Removed redundant, nested QVBoxLayout controls 2012-10-14 16:09:45 +02:00
scratchpad.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
scratchpad.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
scratchpad.ui New Feature "Scratchpad" added to GUI. (#4166) 2012-10-20 20:14:52 +02:00
settings.ui GUI: Improved handling of inconclusive messages (#3815) 2015-10-15 11:59:17 +02:00
settingsdialog.cpp Fixed #7161 (GUI: Do not lose [Default] label after editing an application) 2015-11-28 21:39:48 +01:00
settingsdialog.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
showtypes.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
showtypes.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
stats.ui Removed some more nested redundant QHBoxLayout/QVBoxLayout/QWidget were it is safe to remove them. 2012-12-06 19:00:38 +01:00
statsdialog.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
statsdialog.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
threadhandler.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
threadhandler.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
threadresult.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
threadresult.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
translationhandler.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
translationhandler.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
txtreport.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
txtreport.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
xmlreport.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
xmlreport.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
xmlreportv1.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
xmlreportv1.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
xmlreportv2.cpp Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +01:00
xmlreportv2.h Changed Copyrights. Removed my name. 2015-11-18 20:04:50 +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 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.