cppcheck/gui
Kimmo Varis d1bbcf1734 Implement Win32 FileLister as separate class.
Improve the system used to have separate versions of code of FileLister for
Win32 and Linux. New idea is to have Base FileLister class implementing
common code and then derived classes for Win32 and Linux specific code.

FileLister is not anymore a static class. Instead we use singleton of
derived class.
2010-03-11 21:58:59 +02:00
..
images Added 22x22 icons from http://tango.freedesktop.org. 2009-05-26 18:21:39 +03:00
about.ui Gui: Update year in about dialog to 2010. 2010-01-17 20:41:26 +02:00
aboutdialog.cpp Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
aboutdialog.h Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
application.ui eliedebrauwer: fix typo (#755) 2009-10-01 18:01:54 +02:00
applicationdialog.cpp Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
applicationdialog.h Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
applicationlist.cpp Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
applicationlist.h Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
checkthread.cpp GUI part of ticket #1068 (GUI: stop or quit when processing a large file). 2010-02-01 20:26:44 +02:00
checkthread.h fixed qmake building with new folder structure 2009-10-25 19:29:10 +01:00
common.h Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
cppcheck-gui.rc Fix Windows GUI resource file. 2009-12-19 16:53:47 +02:00
cppcheck.ico GUI: Add application icon for Windows. 2009-05-28 17:54:07 +03:00
cppcheck_de.ts Update translation files. 2010-02-23 17:52:37 +02:00
cppcheck_en.ts Update translation files. 2010-02-23 17:52:37 +02:00
cppcheck_fi.ts Update translation files. 2010-02-23 17:52:37 +02:00
cppcheck_nl.ts Update translation files. 2010-02-23 17:52:37 +02:00
cppcheck_pl.ts Update translation files. 2010-02-23 17:52:37 +02:00
cppcheck_ru.ts Update translation files. 2010-02-23 17:52:37 +02:00
cppcheck_se.ts Update translation files. 2010-02-23 17:52:37 +02:00
csvreport.cpp Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
csvreport.h Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
file.ui Fileview dialogs now use Qt Designer ui files. 2009-07-02 19:46:26 +03:00
fileviewdialog.cpp Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
fileviewdialog.h Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
gui.cppcheck Add lib directory to gui "project file" include. 2010-01-06 01:12:59 +02:00
gui.pro GUI: Remove tabs from project file. 2010-02-27 21:38:39 +02:00
gui.qrc GUI: Show authors list and license in simple text file view dialog. 2009-06-14 12:57:43 +03:00
icon.png renamed the logo files to icon instead 2009-05-25 18:54:15 +02:00
icon.svg renamed the logo files to icon instead 2009-05-25 18:54:15 +02:00
main.cpp Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
main.ui Open HTML help from Help-menu in Windows. 2010-02-23 17:50:59 +02:00
mainwindow.cpp Implement Win32 FileLister as separate class. 2010-03-11 21:58:59 +02:00
mainwindow.h Remove some excessive empty lines. 2010-02-23 18:12:12 +02:00
projectfile.cpp Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
projectfile.h Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
projectfile.txt Fix EOL style of project file doc and example project file. 2009-06-22 12:38:21 +03:00
report.cpp Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
report.h Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
resultstree.cpp gui:added an right-click option "copy message" 2009-12-06 17:46:24 +01:00
resultstree.h gui:added an right-click option "copy message" 2009-12-06 17:46:24 +01:00
resultsview.cpp Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
resultsview.h fixed qmake building with new folder structure 2009-10-25 19:29:10 +01:00
resultsview.ui Fix EOL style for gui/resultsview.ui that got converted to Windows style. 2009-07-03 13:44:45 +03:00
settings.ui GUI: Change settings-dialog title to 'Preferences'. 2009-08-01 18:28:21 +03:00
settingsdialog.cpp Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
settingsdialog.h Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
threadhandler.cpp Fix #455 (Recheck is enabled when no previous results available) 2009-10-13 11:19:00 +03:00
threadhandler.h fixed qmake building with new folder structure 2009-10-25 19:29:10 +01:00
threadresult.cpp Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
threadresult.h fixed qmake building with new folder structure 2009-10-25 19:29:10 +01:00
translationhandler.cpp Apply patch #1408 (gui build fails with Qt-4.4.3: QLocale) 2010-02-28 13:03:34 +02:00
translationhandler.h Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
txtreport.cpp Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
txtreport.h Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
xmlreport.cpp Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
xmlreport.h Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00