cppcheck/gui
XhmikosR b7501a1db0 buildhelp.bat: Add missing popd 2012-12-23 10:58:33 +01:00
..
help buildhelp.bat: Add missing popd 2012-12-23 10:58:33 +01:00
images compress gui images losslessly 2012-12-01 17:22:19 +01:00
test Add test case (in comments) for exclude directory bug in gui. 2012-12-13 00:16:24 +02:00
about.ui GUI: updated copyright text in about dialog 2012-02-12 02:57:40 +01:00
aboutdialog.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
aboutdialog.h Update year to 2012 2012-01-01 01:05:37 +02:00
application.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
application.h Update year to 2012 2012-01-01 01:05:37 +02:00
application.ui GUI: Improve the Application dialog layoyt. 2011-04-04 11:00:09 +03:00
applicationdialog.cpp Fixed #4357: Wrongly configured slot caused Ok() handler being not called. 2012-11-30 12:38:41 +01:00
applicationdialog.h Refactorization: Avoid copying Application instances. 2012-10-27 11:35:00 +02:00
applicationlist.cpp Made several functions in GUI static or const 2012-10-27 12:10:32 +02:00
applicationlist.h Made several functions in GUI static or const 2012-10-27 12:10:32 +02:00
checkstatistics.cpp Simplified some switch statements and removed redundant code (VS warning) in GUI. 2012-10-19 11:08:50 +02:00
checkstatistics.h Cleanup of includes in GUI (Removed redundant includes, use forward declarations) - Build speedup by 3% in VS10 (LINKCORE=yes, Qt 4.8.3) 2012-10-07 12:25:34 +02:00
checkthread.cpp Avoid copying Settings in CppCheckExecutor 2012-04-06 14:19:26 +02:00
checkthread.h Cleanup of includes in GUI (Removed redundant includes, use forward declarations) - Build speedup by 3% in VS10 (LINKCORE=yes, Qt 4.8.3) 2012-10-07 12:25:34 +02:00
common.h Fixed compiler error introduced by last commit. 2012-10-27 11:18:41 +02: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 Run astyle and update the translation files. 2012-12-07 01:49:51 +01:00
cppcheck_es.ts Run astyle and update the translation files. 2012-12-07 01:49:51 +01:00
cppcheck_fi.ts Run astyle and update the translation files. 2012-12-07 01:49:51 +01:00
cppcheck_fr.ts Updated the translation files with lupdate+lrelease. 2012-12-01 03:30:26 +01:00
cppcheck_it.ts Run astyle and update the translation files. 2012-12-07 01:49:51 +01:00
cppcheck_ja.ts Run astyle and update the translation files. 2012-12-07 01:49:51 +01:00
cppcheck_ko.ts Updated the translation files with lupdate+lrelease. 2012-12-01 03:30:26 +01:00
cppcheck_nl.ts Run astyle and update the translation files. 2012-12-07 01:49:51 +01:00
cppcheck_ru.ts Run astyle and update the translation files. 2012-12-07 01:49:51 +01:00
cppcheck_sr.ts Run astyle and update the translation files. 2012-12-07 01:49:51 +01:00
cppcheck_sv.ts Run astyle and update the translation files. 2012-12-07 01:49:51 +01:00
cppcheck_zh_CN.ts Update the Chinese translation. 2012-12-21 11:32:25 +08:00
csvreport.cpp Don't need parent of QObject to be set in Report -> Increase constness of ResultsView::Save() 2012-10-27 12:22:56 +02:00
csvreport.h Don't need parent of QObject to be set in Report -> Increase constness of ResultsView::Save() 2012-10-27 12:22:56 +02:00
erroritem.cpp Removed unnecessary copy-ctor and dtor in class ErrorItem - they are generated automatically. Use initializer list in remaining ctors. 2012-10-14 12:42:44 +02:00
erroritem.h Replaced local implementations of Severity<->String conversions by wrappers of functions in /lib 2012-10-20 21:11:34 +02:00
file.ui Fileview dialogs now use Qt Designer ui files. 2009-07-02 19:46:26 +03:00
filelist.cpp Cleanup of includes in GUI (Removed redundant includes, use forward declarations) - Build speedup by 3% in VS10 (LINKCORE=yes, Qt 4.8.3) 2012-10-07 12:25:34 +02:00
filelist.h Made several functions in GUI static or const 2012-10-27 12:10:32 +02:00
fileviewdialog.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
fileviewdialog.h Update year to 2012 2012-01-01 01:05:37 +02:00
gui.cppcheck Fix some complainted choices made in my older commits. 2011-11-01 13:23:47 +01:00
gui.pro Update the chinese translation. 2012-12-19 00:23:41 +08:00
gui.qrc New Feature "Scratchpad" added to GUI. (#4166) 2012-10-20 20:14:52 +02:00
icon.png compress gui images losslessly 2012-12-01 17:22:19 +01:00
icon.svg renamed the logo files to icon instead 2009-05-25 18:54:15 +02:00
logview.cpp Set parent of LogView. 2012-10-27 13:24:58 +02:00
logview.h Update year to 2012 2012-01-01 01:05:37 +02:00
logview.ui Fixed #2047 (GUI: save log to file) 2010-12-14 23:51:21 -08:00
main.cpp Cleanup of includes in GUI (Removed redundant includes, use forward declarations) - Build speedup by 3% in VS10 (LINKCORE=yes, Qt 4.8.3) 2012-10-07 12:25:34 +02:00
main.ui Removed some more nested redundant QHBoxLayout/QVBoxLayout/QWidget were it is safe to remove them. 2012-12-06 19:00:38 +01:00
mainwindow.cpp Revert "Support for older Qt versions which do not support "setPlaceholderText"" 2012-12-06 22:21:44 +01:00
mainwindow.h Removed unnecessary call to AboutToShowViewMenu() -> Increase constness of MainWindow::SaveSettings() 2012-10-27 12:26:51 +02:00
platforms.cpp Fixed typos in german translation. Fixed typo in platforms.cpp 2012-11-03 21:30:06 +01:00
platforms.h Update year to 2012 2012-01-01 01:05:37 +02:00
project.cpp Fixed freeze when canceling projectfile dialog when creating a new Project. 2012-10-14 14:13:54 +02:00
project.h Fixed freeze when canceling projectfile dialog when creating a new Project. 2012-10-14 14:13:54 +02:00
projectfile.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
projectfile.h Made several functions in GUI static or const 2012-10-27 12:10:32 +02:00
projectfile.txt remove unneeded spaces and empty lines 2012-10-12 17:46:57 +02:00
projectfile.ui Removed redundant, nested QVBoxLayout controls 2012-10-14 16:09:45 +02:00
projectfiledialog.cpp Made several functions in GUI static or const 2012-10-27 12:10:32 +02:00
projectfiledialog.h Made several functions in GUI static or const 2012-10-27 12:10:32 +02:00
report.cpp Don't need parent of QObject to be set in Report -> Increase constness of ResultsView::Save() 2012-10-27 12:22:56 +02:00
report.h Don't need parent of QObject to be set in Report -> Increase constness of ResultsView::Save() 2012-10-27 12:22:56 +02:00
resultstree.cpp Fixed recent regression in GUI: multiple messages with same Id in the same line weren't shown 2012-12-07 04:35:14 -08:00
resultstree.h Added Copy message Id to context menu (#4327) 2012-11-03 21:41:42 +01:00
resultsview.cpp Don't need parent of QObject to be set in Report -> Increase constness of ResultsView::Save() 2012-10-27 12:22:56 +02:00
resultsview.h Don't need parent of QObject to be set in Report -> Increase constness of ResultsView::Save() 2012-10-27 12:22:56 +02:00
resultsview.ui Removed redundant, nested QVBoxLayout controls 2012-10-14 16:09:45 +02:00
scratchpad.cpp New Feature "Scratchpad" added to GUI. (#4166) 2012-10-20 20:14:52 +02:00
scratchpad.h New Feature "Scratchpad" added to GUI. (#4166) 2012-10-20 20:14:52 +02:00
scratchpad.ui New Feature "Scratchpad" added to GUI. (#4166) 2012-10-20 20:14:52 +02:00
selectfilesdialog.cpp Cleanup of includes in GUI (Removed redundant includes, use forward declarations) - Build speedup by 3% in VS10 (LINKCORE=yes, Qt 4.8.3) 2012-10-07 12:25:34 +02:00
selectfilesdialog.h gui: tabs to spaces and remove extra empty lines at the end of files 2012-10-12 17:46:57 +02:00
selectfilesdialog.ui GUI: SelectFilesDialog: increased the height somewhat 2012-01-13 06:34:07 +01: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 Made several functions in GUI static or const 2012-10-27 12:10:32 +02:00
settingsdialog.h Made several functions in GUI static or const 2012-10-27 12:10:32 +02:00
showtypes.cpp Made several functions in GUI static or const 2012-10-27 12:10:32 +02:00
showtypes.h Made several functions in GUI static or const 2012-10-27 12:10:32 +02: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 Cleanup of includes in GUI (Removed redundant includes, use forward declarations) - Build speedup by 3% in VS10 (LINKCORE=yes, Qt 4.8.3) 2012-10-07 12:25:34 +02:00
statsdialog.h Update year to 2012 2012-01-01 01:05:37 +02:00
threadhandler.cpp Made several functions in GUI static or const 2012-10-27 12:10:32 +02:00
threadhandler.h Made several functions in GUI static or const 2012-10-27 12:10:32 +02:00
threadresult.cpp Made several functions in GUI static or const 2012-10-27 12:10:32 +02:00
threadresult.h Made several functions in GUI static or const 2012-10-27 12:10:32 +02:00
translationhandler.cpp Update the chinese translation. 2012-12-19 00:23:41 +08:00
translationhandler.h Update year to 2012 2012-01-01 01:05:37 +02:00
txtreport.cpp Don't need parent of QObject to be set in Report -> Increase constness of ResultsView::Save() 2012-10-27 12:22:56 +02:00
txtreport.h Don't need parent of QObject to be set in Report -> Increase constness of ResultsView::Save() 2012-10-27 12:22:56 +02:00
xmlreport.cpp Don't need parent of QObject to be set in Report -> Increase constness of ResultsView::Save() 2012-10-27 12:22:56 +02:00
xmlreport.h Don't need parent of QObject to be set in Report -> Increase constness of ResultsView::Save() 2012-10-27 12:22:56 +02:00
xmlreportv1.cpp Don't need parent of QObject to be set in Report -> Increase constness of ResultsView::Save() 2012-10-27 12:22:56 +02:00
xmlreportv1.h Don't need parent of QObject to be set in Report -> Increase constness of ResultsView::Save() 2012-10-27 12:22:56 +02:00
xmlreportv2.cpp Don't need parent of QObject to be set in Report -> Increase constness of ResultsView::Save() 2012-10-27 12:22:56 +02:00
xmlreportv2.h Don't need parent of QObject to be set in Report -> Increase constness of ResultsView::Save() 2012-10-27 12:22:56 +02:00