cppcheck/gui
Kimmo Varis e490852476 GUI: Clear current results before opening XML.
Currently if there were results in the GUI the results from XML
file were imported to list of results. This is confusing and not
what users usually want to do.

This patch makes GUI to clear the results before opening new
results from XML file.

Ticket #3829 (Rename open xml to import xml)
2012-08-02 15:29:55 +03:00
..
help manual: fix grammar in documentation 2012-03-18 16:50:15 +01:00
images GUI: Add GUI for showing 'portability' warnings. 2010-12-27 11:06:31 +02:00
test Update year to 2012 2012-01-01 01:05:37 +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 Update year to 2012 2012-01-01 01:05:37 +02:00
applicationdialog.h Update year to 2012 2012-01-01 01:05:37 +02:00
applicationlist.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
applicationlist.h Update year to 2012 2012-01-01 01:05:37 +02:00
checkstatistics.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
checkstatistics.h Update year to 2012 2012-01-01 01:05:37 +02:00
checkthread.cpp Avoid copying Settings in CppCheckExecutor 2012-04-06 14:19:26 +02:00
checkthread.h Update year to 2012 2012-01-01 01:05:37 +02:00
common.h GUI: Remeber last path where project file was opened from. 2012-01-10 21:40:11 +02:00
cppcheck-gui.rc Use forward slashes in resource file to support cross-building. 2011-10-24 15:41:21 -05:00
cppcheck.ico
cppcheck_de.ts GUI: Update translation files. 2012-08-02 10:26:21 +03:00
cppcheck_es.ts GUI: Update translation files. 2012-08-02 10:26:21 +03:00
cppcheck_fi.ts GUI: Update translation files. 2012-08-02 10:26:21 +03:00
cppcheck_fr.ts GUI: Update translation files. 2012-08-02 10:26:21 +03:00
cppcheck_ja.ts GUI: Update translation files. 2012-08-02 10:26:21 +03:00
cppcheck_ko.ts GUI: Update translation files. 2012-08-02 10:26:21 +03:00
cppcheck_nl.ts GUI: Update translation files. 2012-08-02 10:26:21 +03:00
cppcheck_ru.ts GUI: Update translation files. 2012-08-02 10:26:21 +03:00
cppcheck_sr.ts GUI: Update translation files. 2012-08-02 10:26:21 +03:00
cppcheck_sv.ts GUI: Update translation files. 2012-08-02 10:26:21 +03:00
csvreport.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
csvreport.h Update year to 2012 2012-01-01 01:05:37 +02:00
erroritem.cpp GUI: Recheck changed files. Ticket: #816 2012-02-14 21:16:11 +01:00
erroritem.h GUI: Recheck changed files. Ticket: #816 2012-02-14 21:16:11 +01:00
file.ui Fileview dialogs now use Qt Designer ui files. 2009-07-02 19:46:26 +03:00
filelist.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
filelist.h Update year to 2012 2012-01-01 01:05:37 +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 GUI: Remove Polish translation. 2012-08-02 10:21:13 +03:00
gui.qrc GUI: Add GUI for showing 'portability' warnings. 2010-12-27 11:06:31 +02:00
icon.png
icon.svg
logview.cpp Update year to 2012 2012-01-01 01:05:37 +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 Update year to 2012 2012-01-01 01:05:37 +02:00
main.ui GUI: Add menu items for selecting standards. 2011-12-27 22:12:52 +02:00
mainwindow.cpp GUI: Clear current results before opening XML. 2012-08-02 15:29:55 +03:00
mainwindow.h Update year to 2012 2012-01-01 01:05:37 +02:00
platforms.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
platforms.h Update year to 2012 2012-01-01 01:05:37 +02:00
project.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
project.h Update year to 2012 2012-01-01 01:05:37 +02:00
projectfile.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
projectfile.h Update year to 2012 2012-01-01 01:05:37 +02:00
projectfile.txt GUI: Update project file documentation. 2011-08-23 20:44:27 +03:00
projectfile.ui GUI: Rename functions related to excluding. 2011-09-25 20:59:47 +03:00
projectfiledialog.cpp GUI: Add include paths as relative to project file. 2012-01-10 22:14:51 +02:00
projectfiledialog.h Update year to 2012 2012-01-01 01:05:37 +02:00
report.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
report.h Update year to 2012 2012-01-01 01:05:37 +02:00
resultstree.cpp on Windows Backslashes in Pathnames must be double quoted, otherwise some editors like e.c. SciTE are not able to open the file. 2012-03-04 15:53:39 +01:00
resultstree.h gui: fixed wrong spelled words in comments. 2012-02-15 23:00:13 +01:00
resultsview.cpp GUI: Recheck changed files. Ticket: #816 2012-02-14 21:16:11 +01:00
resultsview.h GUI: Recheck changed files. Ticket: #816 2012-02-14 21:16:11 +01:00
resultsview.ui GUI: Allow selecting multiple items in results tree. 2010-11-28 23:26:53 +02:00
selectfilesdialog.cpp Fixed/Improved description of -rp/--relative-paths 2012-04-14 16:07:37 +02:00
selectfilesdialog.h Fixed/Improved description of -rp/--relative-paths 2012-04-14 16:07:37 +02:00
selectfilesdialog.ui GUI: SelectFilesDialog: increased the height somewhat 2012-01-13 06:34:07 +01:00
settings.ui GUI: Move internal error option to Advanced-tab. 2011-04-16 18:55:53 +03:00
settingsdialog.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
settingsdialog.h Update year to 2012 2012-01-01 01:05:37 +02:00
showtypes.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
showtypes.h Update year to 2012 2012-01-01 01:05:37 +02:00
stats.ui GUI: Fix EOL style of stats.ui. 2010-12-27 11:27:39 +02:00
statsdialog.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
statsdialog.h Update year to 2012 2012-01-01 01:05:37 +02:00
threadhandler.cpp GUI: Recheck changed files. Ticket: #816 2012-02-14 21:16:11 +01:00
threadhandler.h GUI: Recheck changed files. Ticket: #816 2012-02-14 21:16:11 +01:00
threadresult.cpp GUI: Recheck changed files. Ticket: #816 2012-02-14 21:16:11 +01:00
threadresult.h Update year to 2012 2012-01-01 01:05:37 +02:00
translationhandler.cpp GUI: Remove Polish translation. 2012-08-02 10:21:13 +03:00
translationhandler.h Update year to 2012 2012-01-01 01:05:37 +02:00
txtreport.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
txtreport.h Update year to 2012 2012-01-01 01:05:37 +02:00
xmlreport.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
xmlreport.h Update year to 2012 2012-01-01 01:05:37 +02:00
xmlreportv1.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
xmlreportv1.h Update year to 2012 2012-01-01 01:05:37 +02:00
xmlreportv2.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
xmlreportv2.h Update year to 2012 2012-01-01 01:05:37 +02:00