cppcheck/gui
Kimmo Varis f6d2445e16 Add 'possible style error' severity for the GUI.
Fixes ticket #436 (GUI: All style -severity). The possible style errors can be now selected visible / hidden so all severities have their own menu item.
2009-08-02 15:00:22 +03:00
..
images
about.ui GUI: Improve About-dialog layout. 2009-07-12 14:22:56 +03:00
aboutdialog.cpp
aboutdialog.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
application.ui
applicationdialog.cpp
applicationdialog.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
applicationlist.cpp
applicationlist.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
checkthread.cpp
checkthread.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
common.h Add 'possible style error' severity for the GUI. 2009-08-02 15:00:22 +03:00
cppcheck-gui.rc
cppcheck.ico
cppcheck_de.ts GUI: Change settings-dialog title to 'Preferences'. 2009-08-01 18:28:21 +03:00
cppcheck_en.ts GUI: Change settings-dialog title to 'Preferences'. 2009-08-01 18:28:21 +03:00
cppcheck_fi.ts GUI: Change settings-dialog title to 'Preferences'. 2009-08-01 18:28:21 +03:00
cppcheck_ru.ts GUI: Change settings-dialog title to 'Preferences'. 2009-08-01 18:28:21 +03:00
cppcheck_se.ts GUI: Change settings-dialog title to 'Preferences'. 2009-08-01 18:28:21 +03:00
csvreport.cpp GUI: Add new CSV report type. 2009-07-06 12:30:49 +03:00
csvreport.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
file.ui
fileviewdialog.cpp
fileviewdialog.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
gui.cppcheck
gui.pro GUI: Place intermediate resource files to temp folder. 2009-07-14 16:18:34 +03:00
gui.qrc
icon.png
icon.svg
main.cpp Added support for checking files via commandline arguments. 2009-07-16 08:20:29 +03:00
main.ui Add 'possible style error' severity for the GUI. 2009-08-02 15:00:22 +03:00
mainwindow.cpp Add 'possible style error' severity for the GUI. 2009-08-02 15:00:22 +03:00
mainwindow.h Add 'possible style error' severity for the GUI. 2009-08-02 15:00:22 +03:00
projectfile.cpp GUI: Read include directories from project file. 2009-07-04 01:38:47 +03:00
projectfile.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
projectfile.txt
readme.txt GUI: clarify compiling instructions a bit. 2009-07-18 13:34:00 +03:00
report.cpp
report.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
resultstree.cpp Add 'possible style error' severity for the GUI. 2009-08-02 15:00:22 +03:00
resultstree.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
resultsview.cpp GUI: Make two report saving errors translatable. 2009-08-01 09:42:52 +03:00
resultsview.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
resultsview.ui Fix EOL style for gui/resultsview.ui that got converted to Windows style. 2009-07-03 13:44:45 +03:00
settings.ui GUI: Change settings-dialog title to 'Preferences'. 2009-08-01 18:28:21 +03:00
settingsdialog.cpp
settingsdialog.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
test.cpp Add 'possible style error' severity for the GUI. 2009-08-02 15:00:22 +03:00
threadhandler.cpp
threadhandler.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
threadresult.cpp
threadresult.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
translationhandler.cpp astyle fix 2009-07-04 15:54:28 +03:00
translationhandler.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
txtreport.cpp
txtreport.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +02:00
xmlreport.cpp
xmlreport.h doc: updated doxygen comments. three groups where created - 'GUI', 'Core' and 'Checks' 2009-07-17 10:49:01 +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 QT4 libraries installed in your system. Packages/files to install
depends on your operating system:
- Windows download QT4 from http://www.qtsoftware.com
- Linux install QT4 using your package manager, look for packages having QT4
  in their name, e.g. for Ubuntu install libqt4-core, libqt4-gui and libqt4-xml

Compiling
---------
Windows:
- The easy way is to download Qt SDK from http://www.qtsoftware.com and use
  Qt Creator and/or command line tools to build the GUI.
- The harder way is to download QT sources and build QT with Visual Studio
  (Express Edition works). 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-xml
  * 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)

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.