cppcheck/gui
Daniel Marjamäki 41d7e8e1f0 GUI: Quick fix for a crash when mContextItem->parent() is NULL 2015-09-04 20:04:31 +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 Ran lupdate gui.pro, updated german translation (only translatable strings), fixed typo in main.ui 2015-09-04 14:08:05 +02:00
cppcheck_es.ts Ran lupdate gui.pro, updated german translation (only translatable strings), fixed typo in main.ui 2015-09-04 14:08:05 +02:00
cppcheck_fi.ts Ran lupdate gui.pro, updated german translation (only translatable strings), fixed typo in main.ui 2015-09-04 14:08:05 +02:00
cppcheck_fr.ts Ran lupdate gui.pro, updated german translation (only translatable strings), fixed typo in main.ui 2015-09-04 14:08:05 +02:00
cppcheck_it.ts Ran lupdate gui.pro, updated german translation (only translatable strings), fixed typo in main.ui 2015-09-04 14:08:05 +02:00
cppcheck_ja.ts Ran lupdate gui.pro, updated german translation (only translatable strings), fixed typo in main.ui 2015-09-04 14:08:05 +02:00
cppcheck_ko.ts Ran lupdate gui.pro, updated german translation (only translatable strings), fixed typo in main.ui 2015-09-04 14:08:05 +02:00
cppcheck_nl.ts Ran lupdate gui.pro, updated german translation (only translatable strings), fixed typo in main.ui 2015-09-04 14:08:05 +02:00
cppcheck_ru.ts Ran lupdate gui.pro, updated german translation (only translatable strings), fixed typo in main.ui 2015-09-04 14:08:05 +02:00
cppcheck_sr.ts Ran lupdate gui.pro, updated german translation (only translatable strings), fixed typo in main.ui 2015-09-04 14:08:05 +02:00
cppcheck_sv.ts Ran lupdate gui.pro, updated german translation (only translatable strings), fixed typo in main.ui 2015-09-04 14:08:05 +02:00
cppcheck_zh_CN.ts Ran lupdate gui.pro, updated german translation (only translatable strings), fixed typo in main.ui 2015-09-04 14:08:05 +02:00
cppchecklibrarydata.cpp GUI: Improved handling of noreturn in library editor 2015-09-03 20:36:26 +02:00
cppchecklibrarydata.h GUI: Improved handling of noreturn in library editor 2015-09-03 20:36:26 +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 GUI: Disable and hide library editor for now. It will be readded after the release. 2015-09-04 14:20:49 +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
libraryaddfunctiondialog.cpp GUI: Added a dedicated 'Add function' dialog to the LibraryDialog 2015-08-30 10:24:44 +02:00
libraryaddfunctiondialog.h Running astyle; test/cfg/: Since #6958 is fixed, activated test cases for fma()-functions. 2015-08-30 11:59:33 +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 GUI: Improved handling of noreturn in library editor 2015-09-03 20:36:26 +02:00
librarydialog.h GUI: Improved handling of noreturn in library editor 2015-09-03 20:36:26 +02:00
librarydialog.ui GUI: Improved handling of noreturn in library editor 2015-09-03 20:36:26 +02: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 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 GUI: Disable and hide library editor for now. It will be readded after the release. 2015-09-04 14:20:49 +02:00
mainwindow.cpp GUI: Disable and hide library editor for now. It will be readded after the release. 2015-09-04 14:20:49 +02:00
mainwindow.h GUI: Add libraryeditor 2015-08-16 17:36:10 +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 Projectfiledialog: Added tooltip 2015-08-13 14:30:16 +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 GUI: Quick fix for a crash when mContextItem->parent() is NULL 2015-09-04 20:04:31 +02:00
resultstree.h Added context menu item Open containing folder 2015-05-25 15:33:46 +02:00
resultsview.cpp Refactoring 2015-04-17 16:46:58 +02:00
resultsview.h Refactoring 2015-04-18 17:37:13 +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