cppcheck/gui
Blubbz0r 2eb0832ac2 Refactoring
Adjusted documentation of PrintableReport
PrintableReport no longer provides the formatted report as QTextDocument
but as plain QString (so that the caller can decide how to deal with the
text)
2015-04-17 16:46:58 +02:00
..
help buildhelp.bat: Add missing popd 2012-12-23 10:58:33 +01:00
images GUI: Minor image compression improvements. 2014-05-28 08:17:47 +03:00
test astyle formatting 2014-11-20 14:20:09 +01:00
CMakeLists.txt Add CMake files 2015-02-13 19:00:14 +01:00
about.ui Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
aboutdialog.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
aboutdialog.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
application.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
application.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
application.ui GUI: Improve the Application dialog layoyt. 2011-04-04 11:00:09 +03:00
applicationdialog.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
applicationdialog.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
applicationlist.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
applicationlist.h Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +01:00
checkstatistics.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkstatistics.h Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +01:00
checkthread.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
checkthread.h Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +01:00
common.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
common.h Updated copyright year to 2015 2015-01-03 12:14:58 +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 GUI: Remove bogus period. 2015-03-07 09:49:07 +02:00
cppcheck_es.ts GUI: Remove bogus period. 2015-03-07 09:49:07 +02:00
cppcheck_fi.ts GUI: Remove bogus period. 2015-03-07 09:49:07 +02:00
cppcheck_fr.ts GUI: Remove bogus period. 2015-03-07 09:49:07 +02:00
cppcheck_it.ts GUI: Remove bogus period. 2015-03-07 09:49:07 +02:00
cppcheck_ja.ts GUI: Remove bogus period. 2015-03-07 09:49:07 +02:00
cppcheck_ko.ts GUI: Remove bogus period. 2015-03-07 09:49:07 +02:00
cppcheck_nl.ts GUI: Remove bogus period. 2015-03-07 09:49:07 +02:00
cppcheck_ru.ts GUI: Remove bogus period. 2015-03-07 09:49:07 +02:00
cppcheck_sr.ts GUI: Remove bogus period. 2015-03-07 09:49:07 +02:00
cppcheck_sv.ts GUI: Remove bogus period. 2015-03-07 09:49:07 +02:00
cppcheck_zh_CN.ts GUI: Remove bogus period. 2015-03-07 09:49:07 +02:00
csvreport.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
csvreport.h Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +01:00
erroritem.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
erroritem.h Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +01:00
file.ui Fileview dialogs now use Qt Designer ui files. 2009-07-02 19:46:26 +03:00
filelist.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
filelist.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
fileviewdialog.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
fileviewdialog.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
gui.cppcheck Fix some complainted choices made in my older commits. 2011-11-01 13:23:47 +01:00
gui.pro Added print and print preview functionality 2015-04-17 16:33:52 +02:00
gui.qrc GUI: Added DATADIR setting. Related with #5513 2014-03-19 19:34:20 +01: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
logview.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
logview.h Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +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 Make local functions static 2015-01-05 01:25:49 +01:00
main.ui Added print and print preview functionality 2015-04-17 16:33:52 +02:00
mainwindow.cpp Added print and print preview functionality 2015-04-17 16:33:52 +02:00
mainwindow.h Added print and print preview functionality 2015-04-17 16:33:52 +02:00
platforms.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
platforms.h Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +01:00
printablereport.cpp Refactoring 2015-04-17 16:46:58 +02:00
printablereport.h Refactoring 2015-04-17 16:46:58 +02:00
project.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
project.h Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +01:00
projectfile.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
projectfile.h Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +01:00
projectfile.txt remove unneeded spaces and empty lines 2012-10-12 17:46:57 +02:00
projectfile.ui GUI, manual: some clarifications how custom user .cfg files are used (Ticket: #5847) 2014-05-25 13:24:07 +02:00
projectfiledialog.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
projectfiledialog.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
report.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
report.h Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +01:00
resultstree.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
resultstree.h Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +01:00
resultsview.cpp Refactoring 2015-04-17 16:46:58 +02:00
resultsview.h Added print and print preview functionality 2015-04-17 16:33:52 +02:00
resultsview.ui Removed redundant, nested QVBoxLayout controls 2012-10-14 16:09:45 +02:00
scratchpad.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
scratchpad.h Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +01:00
scratchpad.ui New Feature "Scratchpad" added to GUI. (#4166) 2012-10-20 20:14:52 +02:00
settings.ui Removed some more nested redundant QHBoxLayout/QVBoxLayout/QWidget were it is safe to remove them. 2012-12-06 19:00:38 +01:00
settingsdialog.cpp GUI: fixed handling of language in settings dialog (#6435) 2015-01-21 18:35:00 +01:00
settingsdialog.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
showtypes.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
showtypes.h Updated copyright year to 2015 2015-01-03 12:14:58 +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 Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
statsdialog.h Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +01:00
threadhandler.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
threadhandler.h Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +01:00
threadresult.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
threadresult.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
translationhandler.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
translationhandler.h Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +01:00
txtreport.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
txtreport.h Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +01:00
xmlreport.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
xmlreport.h Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +01:00
xmlreportv1.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
xmlreportv1.h Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +01:00
xmlreportv2.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
xmlreportv2.h Fixed warnings of CppCheck's own code (caused by new check #695) 2015-03-08 18:18:09 +01:00