cppcheck/gui
Kimmo Varis 047984ea89 GUI: Fix extra menu separator in File-menu.
The extra menu separator was added before the MRU menu items. When
updating the (menu) MRU items existing items were first removed
and new items added back. But the added separator was not removed.
2011-08-24 23:14:28 +03:00
..
help
images
test GUI: Update projectfile tests. 2011-08-23 20:44:27 +03:00
about.ui GUI: Update About-dialog copyright year to 2011. 2011-03-08 08:59:52 +02:00
aboutdialog.cpp GUI: Show extraversion in About-dialog. 2011-08-11 18:13:54 +03:00
aboutdialog.h GUI: Show extraversion in About-dialog. 2011-08-11 18:13:54 +03:00
application.cpp GUI: Improving application handling code. 2011-04-02 16:30:46 +03:00
application.h GUI: Refactoring application definition. 2011-04-02 16:30:47 +03:00
application.ui GUI: Improve the Application dialog layoyt. 2011-04-04 11:00:09 +03:00
applicationdialog.cpp GUI: Improve the Application dialog layoyt. 2011-04-04 11:00:09 +03:00
applicationdialog.h GUI: Modify ApplicationDialog to get/return Application class. 2011-04-02 16:30:50 +03:00
applicationlist.cpp GUI: Cleanup settings usage. 2011-06-16 16:03:25 +03:00
applicationlist.h GUI: Cleanup settings usage. 2011-06-16 16:03:25 +03:00
checkstatistics.cpp
checkstatistics.h
checkthread.cpp Modify the Cppcheck class to check one file at a time. 2011-04-24 19:17:52 +03:00
checkthread.h GUI: Don't use relative paths for include files. 2011-07-21 15:13:41 +03:00
common.h Fixed 2915 (GUI: Show files checked in progress bar) 2011-07-27 23:30:45 -07:00
cppcheck-gui.rc
cppcheck.ico
cppcheck_de.ts GUI: Update translation files. 2011-08-22 22:21:42 +03:00
cppcheck_en.ts GUI: Update translation files. 2011-08-22 22:21:42 +03:00
cppcheck_es.ts GUI: Update translation files. 2011-08-22 22:21:42 +03:00
cppcheck_fi.ts GUI: Update translation files. 2011-08-22 22:21:42 +03:00
cppcheck_fr.ts GUI: Update translation files. 2011-08-22 22:21:42 +03:00
cppcheck_ja.ts GUI: Update translation files. 2011-08-22 22:21:42 +03:00
cppcheck_nl.ts GUI: Update translation files. 2011-08-22 22:21:42 +03:00
cppcheck_pl.ts GUI: Update translation files. 2011-08-22 22:21:42 +03:00
cppcheck_ru.ts GUI: Update translation files. 2011-08-22 22:21:42 +03:00
cppcheck_sr.ts GUI: Update translation files. 2011-08-22 22:21:42 +03:00
cppcheck_sv.ts GUI: Update translation files. 2011-08-22 22:21:42 +03:00
csvreport.cpp GUI: Use severity enum in ErrorItem. 2011-03-07 21:10:30 +02:00
csvreport.h
erroritem.cpp GUI: Add option for enabling inconclusive checks. 2011-04-16 18:46:08 +03:00
erroritem.h GUI: Add support for inconclusive errors. 2011-04-16 14:07:33 +03:00
file.ui
filelist.cpp GUI: Rename Ignore-feature to Exclude-feature. 2011-08-23 20:44:04 +03:00
filelist.h GUI: Rename Ignore-feature to Exclude-feature. 2011-08-23 20:44:04 +03:00
fileviewdialog.cpp
fileviewdialog.h
gui.cppcheck GUI: Fix the gui.cppcheck to work with GUI. 2011-05-12 13:40:56 +03:00
gui.pro GUI: Remove dependency to QtXml. 2011-04-28 09:16:12 +03:00
gui.qrc
icon.png
icon.svg
logview.cpp GUI: Simplify settings usage in Log window. 2011-05-13 10:38:54 +03:00
logview.h GUI: Simplify settings usage in Log window. 2011-05-13 10:38:54 +03:00
logview.ui
main.cpp GUI: Initialize Settings in main. 2011-05-13 10:09:17 +03:00
main.ui GUI: Filter toolbar didn't have a title. 2011-07-20 13:24:37 +03:00
mainwindow.cpp GUI: Fix extra menu separator in File-menu. 2011-08-24 23:14:28 +03:00
mainwindow.h GUI: Fix extra menu separator in File-menu. 2011-08-24 23:14:28 +03:00
project.cpp GUI: Check the project after creation. 2011-08-24 22:41:48 +03:00
project.h GUI: Check the project after creation. 2011-08-24 22:41:48 +03:00
projectfile.cpp GUI: Rename Ignore-feature to Exclude-feature. 2011-08-23 20:44:04 +03:00
projectfile.h GUI: Rename Ignore-feature to Exclude-feature. 2011-08-23 20:44:04 +03:00
projectfile.txt GUI: Update project file documentation. 2011-08-23 20:44:27 +03:00
projectfile.ui GUI: Rename Ignore-feature to Exclude-feature. 2011-08-23 20:44:04 +03:00
projectfiledialog.cpp GUI: Allow reordering includes in project dialog. 2011-08-22 22:16:59 +03:00
projectfiledialog.h GUI: Allow reordering includes in project dialog. 2011-08-22 22:16:59 +03:00
report.cpp
report.h
resultstree.cpp GUI: Simplify condition. 2011-07-21 20:15:24 +03:00
resultstree.h Fixed #2758 ([GUI] Provide a means to filter results based on a search string) 2011-05-03 22:30:54 -07:00
resultsview.cpp GUI: Don't translate non-translatable strings. 2011-08-03 10:53:35 +03:00
resultsview.h Fixed 2915 (GUI: Show files checked in progress bar) 2011-07-27 23:30:45 -07:00
resultsview.ui
settings.ui GUI: Move internal error option to Advanced-tab. 2011-04-16 18:55:53 +03:00
settingsdialog.cpp GUI: Simplify settings handling in Preferences dialog. 2011-05-13 10:25:52 +03:00
settingsdialog.h GUI: Simplify settings handling in Preferences dialog. 2011-05-13 10:25:52 +03:00
stats.ui
statsdialog.cpp
statsdialog.h
threadhandler.cpp Fixed 2915 (GUI: Show files checked in progress bar) 2011-07-27 23:30:45 -07:00
threadhandler.h GUI: Don't use relative paths for include files. 2011-07-21 15:13:41 +03:00
threadresult.cpp Fixed 2915 (GUI: Show files checked in progress bar) 2011-07-27 23:30:45 -07:00
threadresult.h Fixed 2915 (GUI: Show files checked in progress bar) 2011-07-27 23:30:45 -07:00
translationhandler.cpp GUI: Add Spanish translation. 2011-04-06 09:49:17 +03:00
translationhandler.h GUITEST: Add first GUI test testing TranslationHandler. 2011-02-08 23:42:50 +02:00
txtreport.cpp GUI: Add support for inconclusive errors. 2011-04-16 14:07:33 +03:00
txtreport.h GUI: Add Q_OBJECT to TxtReport class. 2011-06-15 11:28:47 +03:00
xmlreport.cpp GUI: Unquote special characters when reading XML. 2011-02-05 16:07:59 +02:00
xmlreport.h GUI: Unquote special characters when reading XML. 2011-02-05 16:07:59 +02:00
xmlreportv1.cpp GUI: Add support for inconclusive errors. 2011-04-16 14:07:33 +03:00
xmlreportv1.h GUI: Read ErrorItems instead of ErrorLines from XML report. 2011-02-05 12:41:29 +02:00
xmlreportv2.cpp GUI: Add support for inconclusive errors. 2011-04-16 14:07:33 +03:00
xmlreportv2.h GUITEST: Add test reading XML format v2 file. 2011-02-09 22:08:29 +02:00