cppcheck/gui
Kimmo Varis 3261f848c3 GUI: Fix includes for dialogs/views.
At first we created the GUI in the code and so needed all the layouts
etc include to the code. Now when we are using UI files we don't need
all those included. So clean them up. Also use forward declarations
instead of includes in header files when possible.
2010-07-17 22:57:32 +03:00
..
images GUI: Add new toolbar for error/warning categories. 2010-07-03 14:19:02 +03:00
about.ui Gui: Update year in about dialog to 2010. 2010-01-17 20:41:26 +02:00
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 eliedebrauwer: fix typo (#755) 2009-10-01 18:01:54 +02:00
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 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 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: Refactor error data passing to use own class. 2010-07-10 18:20:45 +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 Fileview dialogs now use Qt Designer ui files. 2009-07-02 19:46:26 +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: Add simple log view. 2010-07-16 17:48:13 +03:00
gui.qrc GUI: Add new toolbar for error/warning categories. 2010-07-03 14:19:02 +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
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 simple log view. 2010-07-16 17:48:13 +03:00
mainwindow.cpp GUI: Remember log view size. 2010-07-16 23:27:57 +03:00
mainwindow.h GUI: Add simple log view. 2010-07-16 17:48:13 +03:00
project.cpp GUI: Add two new files I forgot to add earlier. 2010-07-13 00:10:48 +03:00
project.h GUI: Add two new files I forgot to add earlier. 2010-07-13 00:10:48 +03:00
projectfile.cpp GUI: Improve error handling for reading/writing project file. 2010-07-08 19:49:04 +03:00
projectfile.h GUI: Don't mention auto-allocated classes even in comments. 2010-07-12 20:22:19 +03:00
projectfile.txt GUI: Update project file spec. 2010-07-08 02:12:54 +03:00
projectfile.ui GUI: Set buddies in Project file -dialog. 2010-07-08 20:13:19 +03:00
projectfiledialog.cpp GUI: Remove ; from the end of the include/define strings in dialog. 2010-07-13 12:40:20 +03:00
projectfiledialog.h GUI: Add Project class to handle project files and projects. 2010-07-12 20:21:45 +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 GUI: Refactor linenumber in ErrorLine to unsigned int. 2010-07-12 01:51:36 +03:00
resultstree.h GUI: Ask file location from user if not found. 2010-07-11 14:22:55 +03: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 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 GUI: Fix includes for dialogs/views. 2010-07-17 22:57:32 +03:00
settingsdialog.h GUI: Fix includes for dialogs/views. 2010-07-17 22:57:32 +03: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 GUI: Add simple log view. 2010-07-16 17:48:13 +03:00
threadresult.h GUI: Add simple log view. 2010-07-16 17:48:13 +03:00
translationhandler.cpp astyle: Update to astyle 1.24 2010-04-15 20:08:51 +02:00
translationhandler.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
txtreport.cpp GUI: Refactor error data passing to use own class. 2010-07-10 18:20:45 +03:00
txtreport.h GUI: Refactor error data passing to use own class. 2010-07-10 18:20:45 +03:00
xmlreport.cpp Fixed #1849 (GUI: failed to build gui) 2010-07-12 20:39:20 +02:00
xmlreport.h GUI: Add errors read from XML report to GUI. 2010-07-11 02:02:08 +03:00