..
help
Switch from http to https on our sourceforge webpage
2021-08-28 12:46:54 +02:00
images
GUI: Simple first hack to allow bughunting in the GUI
2020-02-04 21:20:43 +01:00
test
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
CMakeLists.txt
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
about.ui
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
aboutdialog.cpp
use forward declarations for Ui:: objects / renamed *.ui files to mat… ( #3796 )
2022-03-19 19:54:20 +01:00
aboutdialog.h
use forward declarations for Ui:: objects / renamed *.ui files to mat… ( #3796 )
2022-03-19 19:54:20 +01:00
application.cpp
Update copyright year
2021-09-26 11:34:56 +02:00
application.h
Update copyright year
2021-09-26 11:34:56 +02:00
applicationdialog.cpp
use forward declarations for Ui:: objects / renamed *.ui files to mat… ( #3796 )
2022-03-19 19:54:20 +01:00
applicationdialog.h
use forward declarations for Ui:: objects / renamed *.ui files to mat… ( #3796 )
2022-03-19 19:54:20 +01:00
applicationdialog.ui
use forward declarations for Ui:: objects / renamed *.ui files to mat… ( #3796 )
2022-03-19 19:54:20 +01:00
applicationlist.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
applicationlist.h
avoid some Clang compiler warnings ( #3896 )
2022-03-13 20:07:58 +01:00
checkstatistics.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
checkstatistics.h
Update copyright year
2022-02-05 11:45:17 +01:00
checkthread.cpp
Remove CERT addon from open source Cppcheck. The plan is to provide complete CERT C checking in Cppcheck Premium during this year.
2022-03-23 20:30:43 +01:00
checkthread.h
avoid some Clang compiler warnings ( #3896 )
2022-03-13 20:07:58 +01:00
codeeditor.cpp
replaced Qt `foreach()` with standard `for` range loop / some related cleanups ( #3915 )
2022-03-21 17:14:26 +01:00
codeeditor.h
avoid some Clang compiler warnings ( #3896 )
2022-03-13 20:07:58 +01:00
codeeditorstyle.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
codeeditorstyle.h
Update copyright year
2022-02-05 11:45:17 +01:00
codeeditstylecontrols.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
codeeditstylecontrols.h
avoid some Clang compiler warnings ( #3896 )
2022-03-13 20:07:58 +01:00
codeeditstyledialog.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
codeeditstyledialog.h
avoid some Clang compiler warnings ( #3896 )
2022-03-13 20:07:58 +01:00
common.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
common.h
Update copyright year
2021-09-26 11:34:56 +02:00
cppcheck-gui.desktop
Rename icon.png to cppcheck-gui.png
2016-09-27 16:28:36 +08:00
cppcheck-gui.png
Rename icon.png to cppcheck-gui.png
2016-09-27 16:28:36 +08:00
cppcheck-gui.rc
Refactorized resource files:
2012-10-14 10:21:22 +02:00
cppcheck-gui.svg
Resize page to content.
2016-09-27 17:06:26 +08:00
cppcheck.ico
GUI: Add application icon for Windows.
2009-05-28 17:54:07 +03:00
cppcheck_de.ts
ported GUI code from QRegExp to QRegularExpression ( #3785 )
2022-03-23 18:16:22 +01:00
cppcheck_es.ts
ported GUI code from QRegExp to QRegularExpression ( #3785 )
2022-03-23 18:16:22 +01:00
cppcheck_fi.ts
ported GUI code from QRegExp to QRegularExpression ( #3785 )
2022-03-23 18:16:22 +01:00
cppcheck_fr.ts
ported GUI code from QRegExp to QRegularExpression ( #3785 )
2022-03-23 18:16:22 +01:00
cppcheck_it.ts
ported GUI code from QRegExp to QRegularExpression ( #3785 )
2022-03-23 18:16:22 +01:00
cppcheck_ja.ts
ported GUI code from QRegExp to QRegularExpression ( #3785 )
2022-03-23 18:16:22 +01:00
cppcheck_ko.ts
ported GUI code from QRegExp to QRegularExpression ( #3785 )
2022-03-23 18:16:22 +01:00
cppcheck_nl.ts
ported GUI code from QRegExp to QRegularExpression ( #3785 )
2022-03-23 18:16:22 +01:00
cppcheck_ru.ts
ported GUI code from QRegExp to QRegularExpression ( #3785 )
2022-03-23 18:16:22 +01:00
cppcheck_sr.ts
ported GUI code from QRegExp to QRegularExpression ( #3785 )
2022-03-23 18:16:22 +01:00
cppcheck_sv.ts
ported GUI code from QRegExp to QRegularExpression ( #3785 )
2022-03-23 18:16:22 +01:00
cppcheck_zh_CN.ts
ported GUI code from QRegExp to QRegularExpression ( #3785 )
2022-03-23 18:16:22 +01:00
cppchecklibrarydata.cpp
replaced Qt `foreach()` with standard `for` range loop / some related cleanups ( #3915 )
2022-03-21 17:14:26 +01:00
cppchecklibrarydata.h
Format with uncrustify ( #3388 )
2021-08-07 20:51:18 +02:00
csvreport.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
csvreport.h
avoid some Clang compiler warnings ( #3896 )
2022-03-13 20:07:58 +01:00
erroritem.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
erroritem.h
Update copyright year
2022-02-05 11:45:17 +01:00
filelist.cpp
replaced Qt `foreach()` with standard `for` range loop / some related cleanups ( #3915 )
2022-03-21 17:14:26 +01:00
filelist.h
Update copyright year
2021-09-26 11:34:56 +02:00
fileview.ui
use forward declarations for Ui:: objects / renamed *.ui files to mat… ( #3796 )
2022-03-19 19:54:20 +01:00
fileviewdialog.cpp
use forward declarations for Ui:: objects / renamed *.ui files to mat… ( #3796 )
2022-03-19 19:54:20 +01:00
fileviewdialog.h
use forward declarations for Ui:: objects / renamed *.ui files to mat… ( #3796 )
2022-03-19 19:54:20 +01:00
gui.cppcheck
Fix some complainted choices made in my older commits.
2011-11-01 13:23:47 +01:00
gui.pro
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
gui.qrc
GUI: Simple first hack to allow bughunting in the GUI
2020-02-04 21:20:43 +01:00
helpdialog.cpp
use forward declarations for Ui:: objects / renamed *.ui files to mat… ( #3796 )
2022-03-19 19:54:20 +01:00
helpdialog.h
avoid some Clang compiler warnings ( #3896 )
2022-03-13 20:07:58 +01:00
helpdialog.ui
windows installer: another attempt to make help work. the 'contents' are shown now but for some reason the 'index' is not.
2020-08-28 19:05:11 +02:00
libraryaddfunctiondialog.cpp
ported GUI code from QRegExp to QRegularExpression ( #3785 )
2022-03-23 18:16:22 +01:00
libraryaddfunctiondialog.h
avoid some Clang compiler warnings ( #3896 )
2022-03-13 20:07:58 +01: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
ported GUI code from QRegExp to QRegularExpression ( #3785 )
2022-03-23 18:16:22 +01:00
librarydialog.h
avoid some Clang compiler warnings ( #3896 )
2022-03-13 20:07:58 +01:00
librarydialog.ui
Fixed #7173 (Library Editor: Save As button and error messages)
2015-11-29 11:21:04 +01:00
libraryeditargdialog.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
libraryeditargdialog.h
avoid some Clang compiler warnings ( #3896 )
2022-03-13 20:07:58 +01:00
libraryeditargdialog.ui
Fix 7439: GUI: Remove value "constant" from minsize attribute items list ( #1020 )
2018-01-05 11:10:21 +01:00
main.cpp
replaced Qt `foreach()` with standard `for` range loop / some related cleanups ( #3915 )
2022-03-21 17:14:26 +01:00
mainwindow.cpp
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
mainwindow.h
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
mainwindow.ui
gui: Add more keyboard shortcuts
2020-09-12 11:56:59 +03:00
newsuppressiondialog.cpp
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
newsuppressiondialog.h
avoid some Clang compiler warnings ( #3896 )
2022-03-13 20:07:58 +01:00
newsuppressiondialog.ui
GUI: better handling of suppressions
2018-07-01 14:24:37 +02:00
platforms.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
platforms.h
Update copyright year
2022-02-05 11:45:17 +01:00
precompiled_qmake.h
Update copyright year
2022-02-05 11:45:17 +01:00
printablereport.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
printablereport.h
avoid some Clang compiler warnings ( #3896 )
2022-03-13 20:07:58 +01:00
projectfile.cpp
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
projectfile.h
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
projectfile.txt
remove unneeded spaces and empty lines
2012-10-12 17:46:57 +02:00
projectfile.ui
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
projectfiledialog.cpp
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
projectfiledialog.h
use forward declarations for Ui:: objects / renamed *.ui files to mat… ( #3796 )
2022-03-19 19:54:20 +01:00
readme.txt
Remove theoretical qt4 support for gui projects ( #963 )
2017-09-20 10:02:46 +02:00
report.cpp
Format with uncrustify ( #3388 )
2021-08-07 20:51:18 +02:00
report.h
avoid some Clang compiler warnings ( #3896 )
2022-03-13 20:07:58 +01:00
resultstree.cpp
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
resultstree.h
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
resultsview.cpp
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
resultsview.h
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
resultsview.ui
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
scratchpad.cpp
use forward declarations for Ui:: objects / renamed *.ui files to mat… ( #3796 )
2022-03-19 19:54:20 +01:00
scratchpad.h
use forward declarations for Ui:: objects / renamed *.ui files to mat… ( #3796 )
2022-03-19 19:54:20 +01:00
scratchpad.ui
Scratchpad using CodeEditor class ( #3246 )
2021-05-04 19:17:03 +02:00
settings.ui
gui: Set the correct names for coding standards in UI elements. NFC. ( #3294 )
2021-06-09 11:20:51 +02:00
settingsdialog.cpp
replaced Qt `foreach()` with standard `for` range loop / some related cleanups ( #3915 )
2022-03-21 17:14:26 +01:00
settingsdialog.h
use forward declarations for Ui:: objects / renamed *.ui files to mat… ( #3796 )
2022-03-19 19:54:20 +01:00
showtypes.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
showtypes.h
Update copyright year
2022-02-05 11:45:17 +01:00
statsdialog.cpp
ported GUI code from QRegExp to QRegularExpression ( #3785 )
2022-03-23 18:16:22 +01:00
statsdialog.h
use forward declarations for Ui:: objects / renamed *.ui files to mat… ( #3796 )
2022-03-19 19:54:20 +01:00
statsdialog.ui
use forward declarations for Ui:: objects / renamed *.ui files to mat… ( #3796 )
2022-03-19 19:54:20 +01:00
threadhandler.cpp
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
threadhandler.h
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
threadresult.cpp
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
threadresult.h
Remove bug hunting. This feature will be provided in Cppcheck premium.
2022-04-11 07:31:33 +02:00
translationhandler.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
translationhandler.h
avoid some Clang compiler warnings ( #3896 )
2022-03-13 20:07:58 +01:00
txtreport.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
txtreport.h
avoid some Clang compiler warnings ( #3896 )
2022-03-13 20:07:58 +01:00
xmlreport.cpp
some preparations for Qt6 support ( #3777 )
2022-02-07 17:35:25 +01:00
xmlreport.h
Update copyright year
2022-02-05 11:45:17 +01:00
xmlreportv2.cpp
Update copyright year
2022-02-05 11:45:17 +01:00
xmlreportv2.h
avoid some Clang compiler warnings ( #3896 )
2022-03-13 20:07:58 +01:00