cppcheck/gui
Kimmo Varis f2e3090a83 GUI: Fix bug that same defines were added to list several times. 2010-08-21 22:59:55 +03:00
..
images GUI: Add icon for Open Project and add it to toolbar. 2010-08-19 17:47:27 +03:00
about.ui
aboutdialog.cpp GUI: Fix includes for dialogs/views. 2010-07-17 22:57:32 +03:00
aboutdialog.h GUI: Fix includes for dialogs/views. 2010-07-17 22:57:32 +03:00
application.ui
applicationdialog.cpp GUI: Fix includes for dialogs/views. 2010-07-17 22:57:32 +03:00
applicationdialog.h GUI: Fix includes for dialogs/views. 2010-07-17 22:57:32 +03:00
applicationlist.cpp astyle: Update to astyle 1.24 2010-04-15 20:08:51 +02:00
applicationlist.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
checkthread.cpp astyle: Update to astyle 1.24 2010-04-15 20:08:51 +02:00
checkthread.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
common.h GUI: Remember log view size. 2010-07-16 23:27:57 +03:00
cppcheck-gui.rc
cppcheck.ico
cppcheck_de.ts GUI: Update translation files. 2010-07-17 10:54:53 +03:00
cppcheck_en.ts GUI: Update translation files. 2010-07-17 10:54:53 +03:00
cppcheck_fi.ts GUI: Update translation files. 2010-07-17 10:54:53 +03:00
cppcheck_fr.ts Added french translation 2010-06-04 06:57:21 +02:00
cppcheck_nl.ts GUI: Update translation files. 2010-07-17 10:54:53 +03:00
cppcheck_pl.ts GUI: Update translation files. 2010-07-17 10:54:53 +03:00
cppcheck_ru.ts GUI: Update translation files. 2010-07-17 10:54:53 +03:00
cppcheck_se.ts GUI: Update translation files. 2010-07-17 10:54:53 +03:00
csvreport.cpp GUI: Ensure native path separators in reports. 2010-07-17 21:07:09 +03:00
csvreport.h GUI: Refactor error data passing to use own class. 2010-07-10 18:20:45 +03:00
erroritem.cpp GUI: Refactor linenumber in ErrorLine to unsigned int. 2010-07-12 01:51:36 +03:00
erroritem.h GUI: Sent ErrorItem with Error -signal. 2010-07-14 14:24:46 +03:00
file.ui
filelist.cpp Fix filenames starting with capital letters. 2010-08-11 17:22:39 +03:00
filelist.h Fix filenames starting with capital letters. 2010-08-11 17:22:39 +03:00
fileviewdialog.cpp GUI: Fix includes for dialogs/views. 2010-07-17 22:57:32 +03:00
fileviewdialog.h GUI: Fix includes for dialogs/views. 2010-07-17 22:57:32 +03:00
gui.cppcheck GUI: Revert testing changes from project file. 2010-07-08 16:15:39 +03:00
gui.pro GUI: Implement FileList class to handle list of files to check. 2010-08-10 18:13:53 +03:00
gui.qrc GUI: Add icon for Open Project and add it to toolbar. 2010-08-19 17:47:27 +03:00
icon.png
icon.svg
logview.cpp GUI: Remember log view size. 2010-07-16 23:27:57 +03:00
logview.h GUI: Remember log view size. 2010-07-16 23:27:57 +03:00
logview.ui GUI: Add Clear-button to log view. 2010-07-16 18:35:51 +03:00
main.cpp GUI: Sent ErrorItem with Error -signal. 2010-07-14 14:24:46 +03:00
main.ui GUI: Add icon for Open Project and add it to toolbar. 2010-08-19 17:47:27 +03:00
mainwindow.cpp GUI: Fix bug that same defines were added to list several times. 2010-08-21 22:59:55 +03:00
mainwindow.h GUI: Add menuitem to edit open project file. 2010-08-15 16:12:32 +03:00
project.cpp GUI: Add project root path to Project file -dialog. 2010-08-21 17:08:10 +03:00
project.h GUI: Open project file and check contained paths. 2010-08-15 11:35:46 +03:00
projectfile.cpp GUI: Add new optional root-element to project file. 2010-08-20 23:58:00 +03:00
projectfile.h GUI: Add new optional root-element to project file. 2010-08-20 23:58:00 +03:00
projectfile.txt Improve project file documentation. 2010-08-21 22:54:28 +03:00
projectfile.ui GUI: Add project root path to Project file -dialog. 2010-08-21 17:08:10 +03:00
projectfiledialog.cpp GUI: Add project root path to Project file -dialog. 2010-08-21 17:08:10 +03:00
projectfiledialog.h GUI: Add project root path to Project file -dialog. 2010-08-21 17:08:10 +03:00
report.cpp GUI: Add errors read from XML report to GUI. 2010-07-11 02:02:08 +03:00
report.h GUI: More refactoring to use ErrorItem and ErrorLine. 2010-07-10 20:30:31 +03:00
resultstree.cpp Fixed #1925 (fix some cppcheck warnings in cppcheck) 2010-08-10 07:26:59 +02:00
resultstree.h Fixed #1925 (fix some cppcheck warnings in cppcheck) 2010-08-10 07:26:59 +02:00
resultsview.cpp GUI: Fix includes for dialogs/views. 2010-07-17 22:57:32 +03:00
resultsview.h GUI: Fix includes for dialogs/views. 2010-07-17 22:57:32 +03:00
resultsview.ui
settings.ui
settingsdialog.cpp Fixed #1925 (fix some cppcheck warnings in cppcheck) 2010-08-10 07:26:59 +02:00
settingsdialog.h Fixed #1925 (fix some cppcheck warnings in cppcheck) 2010-08-10 07:26:59 +02:00
threadhandler.cpp GUI: Add simple log view. 2010-07-16 17:48:13 +03:00
threadhandler.h Fixed #1831 (GUI: no progress bar when rechecking files) 2010-07-07 12:25:47 +03:00
threadresult.cpp pulled changes from kimmov (filelocation-refactor) 2010-07-19 18:06:49 +02:00
threadresult.h GUI: Add simple log view. 2010-07-16 17:48:13 +03:00
translationhandler.cpp Fixed #1925 (fix some cppcheck warnings in cppcheck) 2010-08-10 07:26:59 +02:00
translationhandler.h Fixed #1925 (fix some cppcheck warnings in cppcheck) 2010-08-10 07:26:59 +02:00
txtreport.cpp GUI: Ensure native path separators in reports. 2010-07-17 21:07:09 +03:00
txtreport.h GUI: Refactor error data passing to use own class. 2010-07-10 18:20:45 +03:00
xmlreport.cpp GUI: Ensure native path separators in reports. 2010-07-17 21:07:09 +03:00
xmlreport.h GUI: Add errors read from XML report to GUI. 2010-07-11 02:02:08 +03:00