Merge pull request #112 from kimmov/gui-fixes

Gui fixes
This commit is contained in:
Daniel Marjamäki 2012-09-09 07:33:14 -07:00
commit e809e246d0
12 changed files with 354 additions and 347 deletions

View File

@ -49,6 +49,7 @@ goto end
pushd gui
qmake -config %TARGET% HAVE_RULES=%HAVE_RULES%
%MAKE%
lupdate -no-obsolete gui.pro
lrelease gui.pro
popd
goto end

View File

@ -181,12 +181,12 @@ Parameter: -l(line) (file)
<location filename="mainwindow.cpp" line="339"/>
<location filename="mainwindow.cpp" line="406"/>
<location filename="mainwindow.cpp" line="428"/>
<location filename="mainwindow.cpp" line="613"/>
<location filename="mainwindow.cpp" line="704"/>
<location filename="mainwindow.cpp" line="823"/>
<location filename="mainwindow.cpp" line="843"/>
<location filename="mainwindow.cpp" line="984"/>
<location filename="mainwindow.cpp" line="1065"/>
<location filename="mainwindow.cpp" line="616"/>
<location filename="mainwindow.cpp" line="707"/>
<location filename="mainwindow.cpp" line="826"/>
<location filename="mainwindow.cpp" line="846"/>
<location filename="mainwindow.cpp" line="987"/>
<location filename="mainwindow.cpp" line="1068"/>
<source>Cppcheck</source>
<translation>Cppcheck</translation>
</message>
@ -596,27 +596,27 @@ Do you want to proceed checking without using any of these project files?</sourc
Möchten Sie die Prüfung wirklich durchführen, ohne eine Projektdatei zu verwenden?</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="746"/>
<location filename="mainwindow.cpp" line="749"/>
<source>License</source>
<translation>Lizenz</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="753"/>
<location filename="mainwindow.cpp" line="756"/>
<source>Authors</source>
<translation>Autoren</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="761"/>
<location filename="mainwindow.cpp" line="764"/>
<source>XML files version 2 (*.xml);;XML files version 1 (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
<translation>XML-Dateien Version 2 (*.xml);;XML-Dateien Version 1 (*.xml);;Textdateien (*.txt);;CSV-Dateien (*.csv)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="763"/>
<location filename="mainwindow.cpp" line="766"/>
<source>Save the report file</source>
<translation>Speichert die Berichtdatei</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="629"/>
<location filename="mainwindow.cpp" line="632"/>
<source>XML files (*.xml)</source>
<translation>XML-Dateien (*.xml)</translation>
</message>
@ -635,21 +635,21 @@ Dies wurde vermutlich durch einen Wechsel der Cppcheck-Version hervorgerufen. Bi
<translation>Sie müssen die Projektdatei schließen, bevor Sie neue Dateien oder Verzeichnisse auswählen!</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="614"/>
<location filename="mainwindow.cpp" line="617"/>
<source>Current results will be cleared.
Opening a new XML file will clear current results.Do you want to proceed?</source>
<translation >Aktuelle Ergebnisse werden gelöscht.
<translation>Aktuelle Ergebnisse werden gelöscht.
Das Einlesen einer XML Datei löscht die aktuellen Ergebnisse. Fortfahren?</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="631"/>
<location filename="mainwindow.cpp" line="634"/>
<source>Open the report file</source>
<translation>Berichtdatei öffnen</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="700"/>
<location filename="mainwindow.cpp" line="703"/>
<source>Checking is running.
Do you want to stop the checking and exit Cppcheck?.</source>
@ -658,32 +658,32 @@ Do you want to stop the checking and exit Cppcheck?.</source>
Möchten Sie die Prüfung abbrechen und Cppcheck beenden?</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="770"/>
<location filename="mainwindow.cpp" line="773"/>
<source>XML files version 1 (*.xml)</source>
<translation>XML-Dateien Version 1 (*.xml)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="774"/>
<location filename="mainwindow.cpp" line="777"/>
<source>XML files version 2 (*.xml)</source>
<translation>XML-Dateien Version 2 (*.xml)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="778"/>
<location filename="mainwindow.cpp" line="781"/>
<source>Text files (*.txt)</source>
<translation>Textdateien (*.txt)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="782"/>
<location filename="mainwindow.cpp" line="785"/>
<source>CSV files (*.csv)</source>
<translation>CSV-Dateien (*.csv)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="825"/>
<location filename="mainwindow.cpp" line="828"/>
<source>Cppcheck - %1</source>
<translation>Cppcheck - %1</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="837"/>
<location filename="mainwindow.cpp" line="840"/>
<source>Failed to change the user interface language:
%1
@ -696,34 +696,34 @@ The user interface language has been reset to English. Open the Preferences-dial
Die Sprache wurde auf Englisch zurückgesetzt. Öffnen Sie den Einstellungen-Dialog um eine verfügbare Sprache auszuwählen.</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="881"/>
<location filename="mainwindow.cpp" line="948"/>
<location filename="mainwindow.cpp" line="884"/>
<location filename="mainwindow.cpp" line="951"/>
<source>Project files (*.cppcheck);;All files(*.*)</source>
<translation>Projektdateien (*.cppcheck);;Alle Dateien(*.*)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="883"/>
<location filename="mainwindow.cpp" line="886"/>
<source>Select Project File</source>
<translation>Projektdatei auswählen</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="900"/>
<location filename="mainwindow.cpp" line="960"/>
<location filename="mainwindow.cpp" line="903"/>
<location filename="mainwindow.cpp" line="963"/>
<source>Project:</source>
<translation>Projekt:</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="950"/>
<location filename="mainwindow.cpp" line="953"/>
<source>Select Project Filename</source>
<translation>Projektnamen auswählen</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="985"/>
<location filename="mainwindow.cpp" line="988"/>
<source>No project file loaded</source>
<translation>Keine Projektdatei geladen</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="1060"/>
<location filename="mainwindow.cpp" line="1063"/>
<source>The project file
%1
@ -1111,53 +1111,53 @@ Bitte wählen Sie das Verzeichnis, in dem sich die Datei befindet.</translation>
<context>
<name>ResultsView</name>
<message>
<location filename="resultsview.cpp" line="199"/>
<location filename="resultsview.cpp" line="202"/>
<source>%p% (%1 of %2 files checked)</source>
<translation>%p% (%1 von %2 Dateien geprüft)</translation>
</message>
<message>
<location filename="resultsview.cpp" line="212"/>
<location filename="resultsview.cpp" line="223"/>
<location filename="resultsview.cpp" line="215"/>
<location filename="resultsview.cpp" line="226"/>
<source>Cppcheck</source>
<translation>Cppcheck</translation>
</message>
<message>
<location filename="resultsview.cpp" line="213"/>
<location filename="resultsview.cpp" line="216"/>
<source>No errors found.</source>
<translation>Keine Fehler gefunden.</translation>
</message>
<message>
<location filename="resultsview.cpp" line="220"/>
<location filename="resultsview.cpp" line="223"/>
<source>Errors were found, but they are configured to be hidden.
To toggle what kind of errors are shown, open view menu.</source>
<translation>Es wurden Fehler gefunden, aber sie sind so konfiguriert, ausgeblendet zu werden.
Legen Sie unter dem Menü Ansicht fest, welche Art von Fehlern angezeigt werden sollen.</translation>
</message>
<message>
<location filename="resultsview.cpp" line="266"/>
<location filename="resultsview.cpp" line="284"/>
<location filename="resultsview.cpp" line="292"/>
<location filename="resultsview.cpp" line="269"/>
<location filename="resultsview.cpp" line="287"/>
<location filename="resultsview.cpp" line="295"/>
<source>Failed to read the report.</source>
<translation>Lesen des Berichts fehlgeschlagen.</translation>
</message>
<message>
<location filename="resultsview.cpp" line="329"/>
<location filename="resultsview.cpp" line="332"/>
<source>Summary</source>
<translation>Zusammenfassung</translation>
</message>
<message>
<location filename="resultsview.cpp" line="330"/>
<location filename="resultsview.cpp" line="333"/>
<source>Message</source>
<translation>Meldung</translation>
</message>
<message>
<location filename="resultsview.cpp" line="139"/>
<location filename="resultsview.cpp" line="142"/>
<source>No errors found, nothing to save.</source>
<translation>Keine Fehler gefunden, nichts zu speichern.</translation>
</message>
<message>
<location filename="resultsview.cpp" line="166"/>
<location filename="resultsview.cpp" line="174"/>
<location filename="resultsview.cpp" line="169"/>
<location filename="resultsview.cpp" line="177"/>
<source>Failed to save the report.</source>
<translation>Der Bericht konnte nicht speichern werden.</translation>
</message>

View File

@ -170,12 +170,12 @@ Parameters: -l(line) (file)</source>
<location filename="mainwindow.cpp" line="339"/>
<location filename="mainwindow.cpp" line="406"/>
<location filename="mainwindow.cpp" line="428"/>
<location filename="mainwindow.cpp" line="613"/>
<location filename="mainwindow.cpp" line="704"/>
<location filename="mainwindow.cpp" line="823"/>
<location filename="mainwindow.cpp" line="843"/>
<location filename="mainwindow.cpp" line="984"/>
<location filename="mainwindow.cpp" line="1065"/>
<location filename="mainwindow.cpp" line="616"/>
<location filename="mainwindow.cpp" line="707"/>
<location filename="mainwindow.cpp" line="826"/>
<location filename="mainwindow.cpp" line="846"/>
<location filename="mainwindow.cpp" line="987"/>
<location filename="mainwindow.cpp" line="1068"/>
<source>Cppcheck</source>
<translation>Cppcheck</translation>
</message>
@ -574,17 +574,17 @@ This is probably because the settings were changed between the Cppcheck versions
<translation>Selecciona una carpeta para comprobar</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="629"/>
<location filename="mainwindow.cpp" line="632"/>
<source>XML files (*.xml)</source>
<translation>Ficheros XML(*.xml)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="631"/>
<location filename="mainwindow.cpp" line="634"/>
<source>Open the report file</source>
<translation>Abrir informe</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="700"/>
<location filename="mainwindow.cpp" line="703"/>
<source>Checking is running.
Do you want to stop the checking and exit Cppcheck?.</source>
@ -593,22 +593,22 @@ Do you want to stop the checking and exit Cppcheck?.</source>
¿Quieres parar la comprobación y salir del Cppcheck?.</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="746"/>
<location filename="mainwindow.cpp" line="749"/>
<source>License</source>
<translation>Licencia</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="753"/>
<location filename="mainwindow.cpp" line="756"/>
<source>Authors</source>
<translation>Autores</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="761"/>
<location filename="mainwindow.cpp" line="764"/>
<source>XML files version 2 (*.xml);;XML files version 1 (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="837"/>
<location filename="mainwindow.cpp" line="840"/>
<source>Failed to change the user interface language:
%1
@ -617,7 +617,7 @@ The user interface language has been reset to English. Open the Preferences-dial
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="763"/>
<location filename="mainwindow.cpp" line="766"/>
<source>Save the report file</source>
<translation>Guardar informe</translation>
</message>
@ -641,66 +641,66 @@ Do you want to proceed checking without using any of these project files?</sourc
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="614"/>
<location filename="mainwindow.cpp" line="617"/>
<source>Current results will be cleared.
Opening a new XML file will clear current results.Do you want to proceed?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="770"/>
<location filename="mainwindow.cpp" line="773"/>
<source>XML files version 1 (*.xml)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="774"/>
<location filename="mainwindow.cpp" line="777"/>
<source>XML files version 2 (*.xml)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="778"/>
<location filename="mainwindow.cpp" line="781"/>
<source>Text files (*.txt)</source>
<translation>Ficheros de texto (*.txt)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="782"/>
<location filename="mainwindow.cpp" line="785"/>
<source>CSV files (*.csv)</source>
<translation>Ficheros CVS (*.cvs)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="825"/>
<location filename="mainwindow.cpp" line="828"/>
<source>Cppcheck - %1</source>
<translation>Cppcheck - %1</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="881"/>
<location filename="mainwindow.cpp" line="948"/>
<location filename="mainwindow.cpp" line="884"/>
<location filename="mainwindow.cpp" line="951"/>
<source>Project files (*.cppcheck);;All files(*.*)</source>
<translation>Ficheros de proyecto (*.cppcheck;;Todos los ficheros (*.*)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="883"/>
<location filename="mainwindow.cpp" line="886"/>
<source>Select Project File</source>
<translation>Selecciona proyecto</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="900"/>
<location filename="mainwindow.cpp" line="960"/>
<location filename="mainwindow.cpp" line="903"/>
<location filename="mainwindow.cpp" line="963"/>
<source>Project:</source>
<translation type="unfinished">Proyecto:</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="950"/>
<location filename="mainwindow.cpp" line="953"/>
<source>Select Project Filename</source>
<translation>Selecciona el nombre del proyecto</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="985"/>
<location filename="mainwindow.cpp" line="988"/>
<source>No project file loaded</source>
<translation>No hay ningún proyecto cargado</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="1060"/>
<location filename="mainwindow.cpp" line="1063"/>
<source>The project file
%1
@ -1084,53 +1084,53 @@ Por favor selecciona la carpeta donde se encuentra.</translation>
<translation>Resultados</translation>
</message>
<message>
<location filename="resultsview.cpp" line="139"/>
<location filename="resultsview.cpp" line="142"/>
<source>No errors found, nothing to save.</source>
<translation>No se han encontrado errores, nada que guardar.</translation>
</message>
<message>
<location filename="resultsview.cpp" line="166"/>
<location filename="resultsview.cpp" line="174"/>
<location filename="resultsview.cpp" line="169"/>
<location filename="resultsview.cpp" line="177"/>
<source>Failed to save the report.</source>
<translation>Error al guardar el informe.</translation>
</message>
<message>
<location filename="resultsview.cpp" line="199"/>
<location filename="resultsview.cpp" line="202"/>
<source>%p% (%1 of %2 files checked)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="resultsview.cpp" line="212"/>
<location filename="resultsview.cpp" line="223"/>
<location filename="resultsview.cpp" line="215"/>
<location filename="resultsview.cpp" line="226"/>
<source>Cppcheck</source>
<translation>Cppcheck</translation>
</message>
<message>
<location filename="resultsview.cpp" line="213"/>
<location filename="resultsview.cpp" line="216"/>
<source>No errors found.</source>
<translation>No se han encontrado errores.</translation>
</message>
<message>
<location filename="resultsview.cpp" line="220"/>
<location filename="resultsview.cpp" line="223"/>
<source>Errors were found, but they are configured to be hidden.
To toggle what kind of errors are shown, open view menu.</source>
<translation>Se han encontrado errores, pero están configurados para que no se muestren.
Para cambiar el tipo de comportamiento, abrir el menú vista.</translation>
</message>
<message>
<location filename="resultsview.cpp" line="266"/>
<location filename="resultsview.cpp" line="284"/>
<location filename="resultsview.cpp" line="292"/>
<location filename="resultsview.cpp" line="269"/>
<location filename="resultsview.cpp" line="287"/>
<location filename="resultsview.cpp" line="295"/>
<source>Failed to read the report.</source>
<translation>Error al leer el informe.</translation>
</message>
<message>
<location filename="resultsview.cpp" line="329"/>
<location filename="resultsview.cpp" line="332"/>
<source>Summary</source>
<translation>Resumen</translation>
</message>
<message>
<location filename="resultsview.cpp" line="330"/>
<location filename="resultsview.cpp" line="333"/>
<source>Message</source>
<translation>Mensaje</translation>
</message>

View File

@ -173,12 +173,12 @@ Parameters: -l(line) (file)</source>
<location filename="mainwindow.cpp" line="339"/>
<location filename="mainwindow.cpp" line="406"/>
<location filename="mainwindow.cpp" line="428"/>
<location filename="mainwindow.cpp" line="613"/>
<location filename="mainwindow.cpp" line="704"/>
<location filename="mainwindow.cpp" line="823"/>
<location filename="mainwindow.cpp" line="843"/>
<location filename="mainwindow.cpp" line="984"/>
<location filename="mainwindow.cpp" line="1065"/>
<location filename="mainwindow.cpp" line="616"/>
<location filename="mainwindow.cpp" line="707"/>
<location filename="mainwindow.cpp" line="826"/>
<location filename="mainwindow.cpp" line="846"/>
<location filename="mainwindow.cpp" line="987"/>
<location filename="mainwindow.cpp" line="1068"/>
<source>Cppcheck</source>
<translation>Cppcheck</translation>
</message>
@ -584,28 +584,28 @@ Do you want to proceed checking without using any of these project files?</sourc
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="746"/>
<location filename="mainwindow.cpp" line="749"/>
<source>License</source>
<translation>Lisenssi</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="753"/>
<location filename="mainwindow.cpp" line="756"/>
<source>Authors</source>
<translation>Tekijät</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="761"/>
<location filename="mainwindow.cpp" line="764"/>
<source>XML files version 2 (*.xml);;XML files version 1 (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
<oldsource>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</oldsource>
<translation type="unfinished">XML-tiedostot (*.xml);;Tekstitiedostot (*.txt);;CSV-tiedostot (*.csv)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="763"/>
<location filename="mainwindow.cpp" line="766"/>
<source>Save the report file</source>
<translation>Tallenna raportti</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="629"/>
<location filename="mainwindow.cpp" line="632"/>
<source>XML files (*.xml)</source>
<translation>XML-tiedostot (*xml)</translation>
</message>
@ -622,51 +622,51 @@ This is probably because the settings were changed between the Cppcheck versions
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="614"/>
<location filename="mainwindow.cpp" line="617"/>
<source>Current results will be cleared.
Opening a new XML file will clear current results.Do you want to proceed?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="631"/>
<location filename="mainwindow.cpp" line="634"/>
<source>Open the report file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="700"/>
<location filename="mainwindow.cpp" line="703"/>
<source>Checking is running.
Do you want to stop the checking and exit Cppcheck?.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="770"/>
<location filename="mainwindow.cpp" line="773"/>
<source>XML files version 1 (*.xml)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="774"/>
<location filename="mainwindow.cpp" line="777"/>
<source>XML files version 2 (*.xml)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="778"/>
<location filename="mainwindow.cpp" line="781"/>
<source>Text files (*.txt)</source>
<translation>Tekstitiedostot (*.txt)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="782"/>
<location filename="mainwindow.cpp" line="785"/>
<source>CSV files (*.csv)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="825"/>
<location filename="mainwindow.cpp" line="828"/>
<source>Cppcheck - %1</source>
<translation>Cppcheck - %1</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="837"/>
<location filename="mainwindow.cpp" line="840"/>
<source>Failed to change the user interface language:
%1
@ -675,34 +675,34 @@ The user interface language has been reset to English. Open the Preferences-dial
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="881"/>
<location filename="mainwindow.cpp" line="948"/>
<location filename="mainwindow.cpp" line="884"/>
<location filename="mainwindow.cpp" line="951"/>
<source>Project files (*.cppcheck);;All files(*.*)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="883"/>
<location filename="mainwindow.cpp" line="886"/>
<source>Select Project File</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="900"/>
<location filename="mainwindow.cpp" line="960"/>
<location filename="mainwindow.cpp" line="903"/>
<location filename="mainwindow.cpp" line="963"/>
<source>Project:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="950"/>
<location filename="mainwindow.cpp" line="953"/>
<source>Select Project Filename</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="985"/>
<location filename="mainwindow.cpp" line="988"/>
<source>No project file loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="1060"/>
<location filename="mainwindow.cpp" line="1063"/>
<source>The project file
%1
@ -1082,53 +1082,53 @@ Please select the directory where file is located.</source>
<context>
<name>ResultsView</name>
<message>
<location filename="resultsview.cpp" line="199"/>
<location filename="resultsview.cpp" line="202"/>
<source>%p% (%1 of %2 files checked)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="resultsview.cpp" line="212"/>
<location filename="resultsview.cpp" line="223"/>
<location filename="resultsview.cpp" line="215"/>
<location filename="resultsview.cpp" line="226"/>
<source>Cppcheck</source>
<translation>Cppcheck</translation>
</message>
<message>
<location filename="resultsview.cpp" line="213"/>
<location filename="resultsview.cpp" line="216"/>
<source>No errors found.</source>
<translation>Virheitä ei löytynyt.</translation>
</message>
<message>
<location filename="resultsview.cpp" line="220"/>
<location filename="resultsview.cpp" line="223"/>
<source>Errors were found, but they are configured to be hidden.
To toggle what kind of errors are shown, open view menu.</source>
<translation>Virheitä löytyi, mutta asetuksissa kyseiset virheet on määritelty piilotettavaksi.
Määrittääksesi minkä tyyppisiä virheitä näytetään, avaa näkymä valikko.</translation>
</message>
<message>
<location filename="resultsview.cpp" line="266"/>
<location filename="resultsview.cpp" line="284"/>
<location filename="resultsview.cpp" line="292"/>
<location filename="resultsview.cpp" line="269"/>
<location filename="resultsview.cpp" line="287"/>
<location filename="resultsview.cpp" line="295"/>
<source>Failed to read the report.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="resultsview.cpp" line="329"/>
<location filename="resultsview.cpp" line="332"/>
<source>Summary</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="resultsview.cpp" line="330"/>
<location filename="resultsview.cpp" line="333"/>
<source>Message</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="resultsview.cpp" line="139"/>
<location filename="resultsview.cpp" line="142"/>
<source>No errors found, nothing to save.</source>
<translation>Virheitä ei löytynyt, ei mitään tallennettavaa.</translation>
</message>
<message>
<location filename="resultsview.cpp" line="166"/>
<location filename="resultsview.cpp" line="174"/>
<location filename="resultsview.cpp" line="169"/>
<location filename="resultsview.cpp" line="177"/>
<source>Failed to save the report.</source>
<translation>Raportin tallentaminen epäonnistui.</translation>
</message>

View File

@ -170,12 +170,12 @@ Parameters: -l(line) (file)</source>
<location filename="mainwindow.cpp" line="339"/>
<location filename="mainwindow.cpp" line="406"/>
<location filename="mainwindow.cpp" line="428"/>
<location filename="mainwindow.cpp" line="613"/>
<location filename="mainwindow.cpp" line="704"/>
<location filename="mainwindow.cpp" line="823"/>
<location filename="mainwindow.cpp" line="843"/>
<location filename="mainwindow.cpp" line="984"/>
<location filename="mainwindow.cpp" line="1065"/>
<location filename="mainwindow.cpp" line="616"/>
<location filename="mainwindow.cpp" line="707"/>
<location filename="mainwindow.cpp" line="826"/>
<location filename="mainwindow.cpp" line="846"/>
<location filename="mainwindow.cpp" line="987"/>
<location filename="mainwindow.cpp" line="1068"/>
<source>Cppcheck</source>
<translation>Cppcheck</translation>
</message>
@ -593,24 +593,24 @@ Do you want to proceed checking without using any of these project files?</sourc
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="614"/>
<location filename="mainwindow.cpp" line="617"/>
<source>Current results will be cleared.
Opening a new XML file will clear current results.Do you want to proceed?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="629"/>
<location filename="mainwindow.cpp" line="632"/>
<source>XML files (*.xml)</source>
<translation>XML (*.xml)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="631"/>
<location filename="mainwindow.cpp" line="634"/>
<source>Open the report file</source>
<translation></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="700"/>
<location filename="mainwindow.cpp" line="703"/>
<source>Checking is running.
Do you want to stop the checking and exit Cppcheck?.</source>
@ -619,53 +619,53 @@ Do you want to stop the checking and exit Cppcheck?.</source>
Cppcheckを終了しますか.</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="746"/>
<location filename="mainwindow.cpp" line="749"/>
<source>License</source>
<translation></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="753"/>
<location filename="mainwindow.cpp" line="756"/>
<source>Authors</source>
<translation></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="761"/>
<location filename="mainwindow.cpp" line="764"/>
<source>XML files version 2 (*.xml);;XML files version 1 (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
<oldsource>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</oldsource>
<translation type="unfinished">XML (*.xml);; (*.txt);;CSV形式ファイル (*.csv)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="763"/>
<location filename="mainwindow.cpp" line="766"/>
<source>Save the report file</source>
<translation></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="770"/>
<location filename="mainwindow.cpp" line="773"/>
<source>XML files version 1 (*.xml)</source>
<translation>XMLファイルのバージョン1</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="774"/>
<location filename="mainwindow.cpp" line="777"/>
<source>XML files version 2 (*.xml)</source>
<translation>XMLファイルのバージョン2</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="778"/>
<location filename="mainwindow.cpp" line="781"/>
<source>Text files (*.txt)</source>
<translation> (*.txt)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="782"/>
<location filename="mainwindow.cpp" line="785"/>
<source>CSV files (*.csv)</source>
<translation>CSV形式ファイル (*.csv)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="825"/>
<location filename="mainwindow.cpp" line="828"/>
<source>Cppcheck - %1</source>
<translation>Cppcheck - %1</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="837"/>
<location filename="mainwindow.cpp" line="840"/>
<source>Failed to change the user interface language:
%1
@ -674,34 +674,34 @@ The user interface language has been reset to English. Open the Preferences-dial
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="881"/>
<location filename="mainwindow.cpp" line="948"/>
<location filename="mainwindow.cpp" line="884"/>
<location filename="mainwindow.cpp" line="951"/>
<source>Project files (*.cppcheck);;All files(*.*)</source>
<translation> (*.cppcheck);;(*.*)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="883"/>
<location filename="mainwindow.cpp" line="886"/>
<source>Select Project File</source>
<translation></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="900"/>
<location filename="mainwindow.cpp" line="960"/>
<location filename="mainwindow.cpp" line="903"/>
<location filename="mainwindow.cpp" line="963"/>
<source>Project:</source>
<translation>:</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="950"/>
<location filename="mainwindow.cpp" line="953"/>
<source>Select Project Filename</source>
<translation></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="985"/>
<location filename="mainwindow.cpp" line="988"/>
<source>No project file loaded</source>
<translation></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="1060"/>
<location filename="mainwindow.cpp" line="1063"/>
<source>The project file
%1
@ -1086,52 +1086,52 @@ Please select the directory where file is located.</source>
<translation></translation>
</message>
<message>
<location filename="resultsview.cpp" line="139"/>
<location filename="resultsview.cpp" line="142"/>
<source>No errors found, nothing to save.</source>
<translation>/</translation>
</message>
<message>
<location filename="resultsview.cpp" line="166"/>
<location filename="resultsview.cpp" line="174"/>
<location filename="resultsview.cpp" line="169"/>
<location filename="resultsview.cpp" line="177"/>
<source>Failed to save the report.</source>
<translation></translation>
</message>
<message>
<location filename="resultsview.cpp" line="199"/>
<location filename="resultsview.cpp" line="202"/>
<source>%p% (%1 of %2 files checked)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="resultsview.cpp" line="212"/>
<location filename="resultsview.cpp" line="223"/>
<location filename="resultsview.cpp" line="215"/>
<location filename="resultsview.cpp" line="226"/>
<source>Cppcheck</source>
<translation>Cppcheck</translation>
</message>
<message>
<location filename="resultsview.cpp" line="213"/>
<location filename="resultsview.cpp" line="216"/>
<source>No errors found.</source>
<translation>/</translation>
</message>
<message>
<location filename="resultsview.cpp" line="220"/>
<location filename="resultsview.cpp" line="223"/>
<source>Errors were found, but they are configured to be hidden.
To toggle what kind of errors are shown, open view menu.</source>
<translation>/</translation>
</message>
<message>
<location filename="resultsview.cpp" line="266"/>
<location filename="resultsview.cpp" line="284"/>
<location filename="resultsview.cpp" line="292"/>
<location filename="resultsview.cpp" line="269"/>
<location filename="resultsview.cpp" line="287"/>
<location filename="resultsview.cpp" line="295"/>
<source>Failed to read the report.</source>
<translation>.</translation>
</message>
<message>
<location filename="resultsview.cpp" line="329"/>
<location filename="resultsview.cpp" line="332"/>
<source>Summary</source>
<translation></translation>
</message>
<message>
<location filename="resultsview.cpp" line="330"/>
<location filename="resultsview.cpp" line="333"/>
<source>Message</source>
<translation></translation>
</message>

View File

@ -173,12 +173,12 @@ Parameters: -l(line) (file)</source>
<location filename="mainwindow.cpp" line="339"/>
<location filename="mainwindow.cpp" line="406"/>
<location filename="mainwindow.cpp" line="428"/>
<location filename="mainwindow.cpp" line="613"/>
<location filename="mainwindow.cpp" line="704"/>
<location filename="mainwindow.cpp" line="823"/>
<location filename="mainwindow.cpp" line="843"/>
<location filename="mainwindow.cpp" line="984"/>
<location filename="mainwindow.cpp" line="1065"/>
<location filename="mainwindow.cpp" line="616"/>
<location filename="mainwindow.cpp" line="707"/>
<location filename="mainwindow.cpp" line="826"/>
<location filename="mainwindow.cpp" line="846"/>
<location filename="mainwindow.cpp" line="987"/>
<location filename="mainwindow.cpp" line="1068"/>
<source>Cppcheck</source>
<translation>Cppcheck</translation>
</message>
@ -584,28 +584,28 @@ Do you want to proceed checking without using any of these project files?</sourc
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="746"/>
<location filename="mainwindow.cpp" line="749"/>
<source>License</source>
<translation>Licentie</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="753"/>
<location filename="mainwindow.cpp" line="756"/>
<source>Authors</source>
<translation>Auteurs</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="761"/>
<location filename="mainwindow.cpp" line="764"/>
<source>XML files version 2 (*.xml);;XML files version 1 (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
<oldsource>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</oldsource>
<translation type="unfinished">XML bestanden (*.xml);;Tekst bestanden (*.txt);;CSV bestanden (*.csv)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="763"/>
<location filename="mainwindow.cpp" line="766"/>
<source>Save the report file</source>
<translation>Rapport opslaan </translation>
</message>
<message>
<location filename="mainwindow.cpp" line="629"/>
<location filename="mainwindow.cpp" line="632"/>
<source>XML files (*.xml)</source>
<translation>XML bestanden (*.xml)</translation>
</message>
@ -622,51 +622,51 @@ This is probably because the settings were changed between the Cppcheck versions
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="614"/>
<location filename="mainwindow.cpp" line="617"/>
<source>Current results will be cleared.
Opening a new XML file will clear current results.Do you want to proceed?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="631"/>
<location filename="mainwindow.cpp" line="634"/>
<source>Open the report file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="700"/>
<location filename="mainwindow.cpp" line="703"/>
<source>Checking is running.
Do you want to stop the checking and exit Cppcheck?.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="770"/>
<location filename="mainwindow.cpp" line="773"/>
<source>XML files version 1 (*.xml)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="774"/>
<location filename="mainwindow.cpp" line="777"/>
<source>XML files version 2 (*.xml)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="778"/>
<location filename="mainwindow.cpp" line="781"/>
<source>Text files (*.txt)</source>
<translation>Tekst bestanden (*.txt)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="782"/>
<location filename="mainwindow.cpp" line="785"/>
<source>CSV files (*.csv)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="825"/>
<location filename="mainwindow.cpp" line="828"/>
<source>Cppcheck - %1</source>
<translation>Cppcheck - %1</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="837"/>
<location filename="mainwindow.cpp" line="840"/>
<source>Failed to change the user interface language:
%1
@ -675,34 +675,34 @@ The user interface language has been reset to English. Open the Preferences-dial
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="881"/>
<location filename="mainwindow.cpp" line="948"/>
<location filename="mainwindow.cpp" line="884"/>
<location filename="mainwindow.cpp" line="951"/>
<source>Project files (*.cppcheck);;All files(*.*)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="883"/>
<location filename="mainwindow.cpp" line="886"/>
<source>Select Project File</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="900"/>
<location filename="mainwindow.cpp" line="960"/>
<location filename="mainwindow.cpp" line="903"/>
<location filename="mainwindow.cpp" line="963"/>
<source>Project:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="950"/>
<location filename="mainwindow.cpp" line="953"/>
<source>Select Project Filename</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="985"/>
<location filename="mainwindow.cpp" line="988"/>
<source>No project file loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="1060"/>
<location filename="mainwindow.cpp" line="1063"/>
<source>The project file
%1
@ -1082,53 +1082,53 @@ Please select the directory where file is located.</source>
<context>
<name>ResultsView</name>
<message>
<location filename="resultsview.cpp" line="199"/>
<location filename="resultsview.cpp" line="202"/>
<source>%p% (%1 of %2 files checked)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="resultsview.cpp" line="212"/>
<location filename="resultsview.cpp" line="223"/>
<location filename="resultsview.cpp" line="215"/>
<location filename="resultsview.cpp" line="226"/>
<source>Cppcheck</source>
<translation>Cppcheck</translation>
</message>
<message>
<location filename="resultsview.cpp" line="213"/>
<location filename="resultsview.cpp" line="216"/>
<source>No errors found.</source>
<translation>Geen fouten gevonden.</translation>
</message>
<message>
<location filename="resultsview.cpp" line="220"/>
<location filename="resultsview.cpp" line="223"/>
<source>Errors were found, but they are configured to be hidden.
To toggle what kind of errors are shown, open view menu.</source>
<translation>Fouten werden gevonden, maar volgens de configuratie zijn deze verborgen.
Gebruik het uitzicht menu om te selecteren welke fouten getoond worden.</translation>
</message>
<message>
<location filename="resultsview.cpp" line="266"/>
<location filename="resultsview.cpp" line="284"/>
<location filename="resultsview.cpp" line="292"/>
<location filename="resultsview.cpp" line="269"/>
<location filename="resultsview.cpp" line="287"/>
<location filename="resultsview.cpp" line="295"/>
<source>Failed to read the report.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="resultsview.cpp" line="329"/>
<location filename="resultsview.cpp" line="332"/>
<source>Summary</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="resultsview.cpp" line="330"/>
<location filename="resultsview.cpp" line="333"/>
<source>Message</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="resultsview.cpp" line="139"/>
<location filename="resultsview.cpp" line="142"/>
<source>No errors found, nothing to save.</source>
<translation>Geen fouten gevonden; geen data om op te slaan.</translation>
</message>
<message>
<location filename="resultsview.cpp" line="166"/>
<location filename="resultsview.cpp" line="174"/>
<location filename="resultsview.cpp" line="169"/>
<location filename="resultsview.cpp" line="177"/>
<source>Failed to save the report.</source>
<translation>Kon het rapport niet opslaan.</translation>
</message>

View File

@ -173,12 +173,12 @@ Parameters: -l(line) (file)</source>
<location filename="mainwindow.cpp" line="339"/>
<location filename="mainwindow.cpp" line="406"/>
<location filename="mainwindow.cpp" line="428"/>
<location filename="mainwindow.cpp" line="613"/>
<location filename="mainwindow.cpp" line="704"/>
<location filename="mainwindow.cpp" line="823"/>
<location filename="mainwindow.cpp" line="843"/>
<location filename="mainwindow.cpp" line="984"/>
<location filename="mainwindow.cpp" line="1065"/>
<location filename="mainwindow.cpp" line="616"/>
<location filename="mainwindow.cpp" line="707"/>
<location filename="mainwindow.cpp" line="826"/>
<location filename="mainwindow.cpp" line="846"/>
<location filename="mainwindow.cpp" line="987"/>
<location filename="mainwindow.cpp" line="1068"/>
<source>Cppcheck</source>
<translation>Cppcheck</translation>
</message>
@ -584,28 +584,28 @@ Do you want to proceed checking without using any of these project files?</sourc
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="746"/>
<location filename="mainwindow.cpp" line="749"/>
<source>License</source>
<translation>Лицензия</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="753"/>
<location filename="mainwindow.cpp" line="756"/>
<source>Authors</source>
<translation>Авторы</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="761"/>
<location filename="mainwindow.cpp" line="764"/>
<source>XML files version 2 (*.xml);;XML files version 1 (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
<oldsource>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="763"/>
<location filename="mainwindow.cpp" line="766"/>
<source>Save the report file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="629"/>
<location filename="mainwindow.cpp" line="632"/>
<source>XML files (*.xml)</source>
<translation type="unfinished"></translation>
</message>
@ -622,51 +622,51 @@ This is probably because the settings were changed between the Cppcheck versions
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="614"/>
<location filename="mainwindow.cpp" line="617"/>
<source>Current results will be cleared.
Opening a new XML file will clear current results.Do you want to proceed?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="631"/>
<location filename="mainwindow.cpp" line="634"/>
<source>Open the report file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="700"/>
<location filename="mainwindow.cpp" line="703"/>
<source>Checking is running.
Do you want to stop the checking and exit Cppcheck?.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="770"/>
<location filename="mainwindow.cpp" line="773"/>
<source>XML files version 1 (*.xml)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="774"/>
<location filename="mainwindow.cpp" line="777"/>
<source>XML files version 2 (*.xml)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="778"/>
<location filename="mainwindow.cpp" line="781"/>
<source>Text files (*.txt)</source>
<translation>Текстовые файлы (*.txt)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="782"/>
<location filename="mainwindow.cpp" line="785"/>
<source>CSV files (*.csv)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="825"/>
<location filename="mainwindow.cpp" line="828"/>
<source>Cppcheck - %1</source>
<translation>Cppcheck - %1</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="837"/>
<location filename="mainwindow.cpp" line="840"/>
<source>Failed to change the user interface language:
%1
@ -675,34 +675,34 @@ The user interface language has been reset to English. Open the Preferences-dial
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="881"/>
<location filename="mainwindow.cpp" line="948"/>
<location filename="mainwindow.cpp" line="884"/>
<location filename="mainwindow.cpp" line="951"/>
<source>Project files (*.cppcheck);;All files(*.*)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="883"/>
<location filename="mainwindow.cpp" line="886"/>
<source>Select Project File</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="900"/>
<location filename="mainwindow.cpp" line="960"/>
<location filename="mainwindow.cpp" line="903"/>
<location filename="mainwindow.cpp" line="963"/>
<source>Project:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="950"/>
<location filename="mainwindow.cpp" line="953"/>
<source>Select Project Filename</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="985"/>
<location filename="mainwindow.cpp" line="988"/>
<source>No project file loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="1060"/>
<location filename="mainwindow.cpp" line="1063"/>
<source>The project file
%1
@ -1080,52 +1080,52 @@ Please select the directory where file is located.</source>
<context>
<name>ResultsView</name>
<message>
<location filename="resultsview.cpp" line="199"/>
<location filename="resultsview.cpp" line="202"/>
<source>%p% (%1 of %2 files checked)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="resultsview.cpp" line="212"/>
<location filename="resultsview.cpp" line="223"/>
<location filename="resultsview.cpp" line="215"/>
<location filename="resultsview.cpp" line="226"/>
<source>Cppcheck</source>
<translation>Cppcheck</translation>
</message>
<message>
<location filename="resultsview.cpp" line="213"/>
<location filename="resultsview.cpp" line="216"/>
<source>No errors found.</source>
<translation>Ошибок не найдено.</translation>
</message>
<message>
<location filename="resultsview.cpp" line="220"/>
<location filename="resultsview.cpp" line="223"/>
<source>Errors were found, but they are configured to be hidden.
To toggle what kind of errors are shown, open view menu.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="resultsview.cpp" line="266"/>
<location filename="resultsview.cpp" line="284"/>
<location filename="resultsview.cpp" line="292"/>
<location filename="resultsview.cpp" line="269"/>
<location filename="resultsview.cpp" line="287"/>
<location filename="resultsview.cpp" line="295"/>
<source>Failed to read the report.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="resultsview.cpp" line="329"/>
<location filename="resultsview.cpp" line="332"/>
<source>Summary</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="resultsview.cpp" line="330"/>
<location filename="resultsview.cpp" line="333"/>
<source>Message</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="resultsview.cpp" line="139"/>
<location filename="resultsview.cpp" line="142"/>
<source>No errors found, nothing to save.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="resultsview.cpp" line="166"/>
<location filename="resultsview.cpp" line="174"/>
<location filename="resultsview.cpp" line="169"/>
<location filename="resultsview.cpp" line="177"/>
<source>Failed to save the report.</source>
<translation type="unfinished"></translation>
</message>

View File

@ -171,12 +171,12 @@ Parameters: -l(line) (file)</source>
<location filename="mainwindow.cpp" line="339"/>
<location filename="mainwindow.cpp" line="406"/>
<location filename="mainwindow.cpp" line="428"/>
<location filename="mainwindow.cpp" line="613"/>
<location filename="mainwindow.cpp" line="704"/>
<location filename="mainwindow.cpp" line="823"/>
<location filename="mainwindow.cpp" line="843"/>
<location filename="mainwindow.cpp" line="984"/>
<location filename="mainwindow.cpp" line="1065"/>
<location filename="mainwindow.cpp" line="616"/>
<location filename="mainwindow.cpp" line="707"/>
<location filename="mainwindow.cpp" line="826"/>
<location filename="mainwindow.cpp" line="846"/>
<location filename="mainwindow.cpp" line="987"/>
<location filename="mainwindow.cpp" line="1068"/>
<source>Cppcheck</source>
<translation type="unfinished">Cppcheck</translation>
</message>
@ -582,27 +582,27 @@ Do you want to proceed checking without using any of these project files?</sourc
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="746"/>
<location filename="mainwindow.cpp" line="749"/>
<source>License</source>
<translation type="unfinished">License</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="753"/>
<location filename="mainwindow.cpp" line="756"/>
<source>Authors</source>
<translation type="unfinished">Authors</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="761"/>
<location filename="mainwindow.cpp" line="764"/>
<source>XML files version 2 (*.xml);;XML files version 1 (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
<translation type="unfinished">XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="763"/>
<location filename="mainwindow.cpp" line="766"/>
<source>Save the report file</source>
<translation type="unfinished">Save the report file</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="629"/>
<location filename="mainwindow.cpp" line="632"/>
<source>XML files (*.xml)</source>
<translation type="unfinished">XML files (*.xml)</translation>
</message>
@ -619,51 +619,51 @@ This is probably because the settings were changed between the Cppcheck versions
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="614"/>
<location filename="mainwindow.cpp" line="617"/>
<source>Current results will be cleared.
Opening a new XML file will clear current results.Do you want to proceed?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="631"/>
<location filename="mainwindow.cpp" line="634"/>
<source>Open the report file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="700"/>
<location filename="mainwindow.cpp" line="703"/>
<source>Checking is running.
Do you want to stop the checking and exit Cppcheck?.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="770"/>
<location filename="mainwindow.cpp" line="773"/>
<source>XML files version 1 (*.xml)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="774"/>
<location filename="mainwindow.cpp" line="777"/>
<source>XML files version 2 (*.xml)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="778"/>
<location filename="mainwindow.cpp" line="781"/>
<source>Text files (*.txt)</source>
<translation type="unfinished">Text files (*.txt)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="782"/>
<location filename="mainwindow.cpp" line="785"/>
<source>CSV files (*.csv)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="825"/>
<location filename="mainwindow.cpp" line="828"/>
<source>Cppcheck - %1</source>
<translation type="unfinished">Cppcheck - %1</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="837"/>
<location filename="mainwindow.cpp" line="840"/>
<source>Failed to change the user interface language:
%1
@ -672,34 +672,34 @@ The user interface language has been reset to English. Open the Preferences-dial
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="881"/>
<location filename="mainwindow.cpp" line="948"/>
<location filename="mainwindow.cpp" line="884"/>
<location filename="mainwindow.cpp" line="951"/>
<source>Project files (*.cppcheck);;All files(*.*)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="883"/>
<location filename="mainwindow.cpp" line="886"/>
<source>Select Project File</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="900"/>
<location filename="mainwindow.cpp" line="960"/>
<location filename="mainwindow.cpp" line="903"/>
<location filename="mainwindow.cpp" line="963"/>
<source>Project:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="950"/>
<location filename="mainwindow.cpp" line="953"/>
<source>Select Project Filename</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="985"/>
<location filename="mainwindow.cpp" line="988"/>
<source>No project file loaded</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="1060"/>
<location filename="mainwindow.cpp" line="1063"/>
<source>The project file
%1
@ -1075,53 +1075,53 @@ Please select the directory where file is located.</source>
<context>
<name>ResultsView</name>
<message>
<location filename="resultsview.cpp" line="199"/>
<location filename="resultsview.cpp" line="202"/>
<source>%p% (%1 of %2 files checked)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="resultsview.cpp" line="212"/>
<location filename="resultsview.cpp" line="223"/>
<location filename="resultsview.cpp" line="215"/>
<location filename="resultsview.cpp" line="226"/>
<source>Cppcheck</source>
<translation>Cppcheck</translation>
</message>
<message>
<location filename="resultsview.cpp" line="213"/>
<location filename="resultsview.cpp" line="216"/>
<source>No errors found.</source>
<translation type="unfinished">No errors found.</translation>
</message>
<message>
<location filename="resultsview.cpp" line="220"/>
<location filename="resultsview.cpp" line="223"/>
<source>Errors were found, but they are configured to be hidden.
To toggle what kind of errors are shown, open view menu.</source>
<translation type="unfinished">Errors were found, but they are configured to be hidden.
To toggle what kind of errors are shown, open view menu.</translation>
</message>
<message>
<location filename="resultsview.cpp" line="266"/>
<location filename="resultsview.cpp" line="284"/>
<location filename="resultsview.cpp" line="292"/>
<location filename="resultsview.cpp" line="269"/>
<location filename="resultsview.cpp" line="287"/>
<location filename="resultsview.cpp" line="295"/>
<source>Failed to read the report.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="resultsview.cpp" line="329"/>
<location filename="resultsview.cpp" line="332"/>
<source>Summary</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="resultsview.cpp" line="330"/>
<location filename="resultsview.cpp" line="333"/>
<source>Message</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="resultsview.cpp" line="139"/>
<location filename="resultsview.cpp" line="142"/>
<source>No errors found, nothing to save.</source>
<translation type="unfinished">No errors found, nothing to save.</translation>
</message>
<message>
<location filename="resultsview.cpp" line="166"/>
<location filename="resultsview.cpp" line="174"/>
<location filename="resultsview.cpp" line="169"/>
<location filename="resultsview.cpp" line="177"/>
<source>Failed to save the report.</source>
<translation type="unfinished">Failed to save the report.</translation>
</message>

View File

@ -183,12 +183,12 @@ Parametrar: -l(line) (file)</translation>
<location filename="mainwindow.cpp" line="339"/>
<location filename="mainwindow.cpp" line="406"/>
<location filename="mainwindow.cpp" line="428"/>
<location filename="mainwindow.cpp" line="613"/>
<location filename="mainwindow.cpp" line="704"/>
<location filename="mainwindow.cpp" line="823"/>
<location filename="mainwindow.cpp" line="843"/>
<location filename="mainwindow.cpp" line="984"/>
<location filename="mainwindow.cpp" line="1065"/>
<location filename="mainwindow.cpp" line="616"/>
<location filename="mainwindow.cpp" line="707"/>
<location filename="mainwindow.cpp" line="826"/>
<location filename="mainwindow.cpp" line="846"/>
<location filename="mainwindow.cpp" line="987"/>
<location filename="mainwindow.cpp" line="1068"/>
<source>Cppcheck</source>
<translation>Cppcheck</translation>
</message>
@ -595,28 +595,28 @@ Do you want to proceed checking without using any of these project files?</sourc
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="746"/>
<location filename="mainwindow.cpp" line="749"/>
<source>License</source>
<translation>Licens</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="753"/>
<location filename="mainwindow.cpp" line="756"/>
<source>Authors</source>
<translation>Utvecklare</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="761"/>
<location filename="mainwindow.cpp" line="764"/>
<source>XML files version 2 (*.xml);;XML files version 1 (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
<oldsource>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</oldsource>
<translation>XML filer version 2 (*.xml);;XML filer version 1 (*.xml);;Text filer (*.txt);;CSV filer (*.csv)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="763"/>
<location filename="mainwindow.cpp" line="766"/>
<source>Save the report file</source>
<translation>Spara rapport</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="629"/>
<location filename="mainwindow.cpp" line="632"/>
<source>XML files (*.xml)</source>
<translation>XML filer (*.xml)</translation>
</message>
@ -635,19 +635,19 @@ En trolig orsak är att inställningarna ändrats för olika Cppcheck versioner.
<translation>Du måste stänga projektfilen innan nya filer eller sökvägar kan väljas!</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="614"/>
<location filename="mainwindow.cpp" line="617"/>
<source>Current results will be cleared.
Opening a new XML file will clear current results.Do you want to proceed?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="631"/>
<location filename="mainwindow.cpp" line="634"/>
<source>Open the report file</source>
<translation>Öppna rapportfilen</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="700"/>
<location filename="mainwindow.cpp" line="703"/>
<source>Checking is running.
Do you want to stop the checking and exit Cppcheck?.</source>
@ -656,32 +656,32 @@ Do you want to stop the checking and exit Cppcheck?.</source>
Vill du stoppa analysen och avsluta Cppcheck?</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="770"/>
<location filename="mainwindow.cpp" line="773"/>
<source>XML files version 1 (*.xml)</source>
<translation>XML filer version 1 (*.xml)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="774"/>
<location filename="mainwindow.cpp" line="777"/>
<source>XML files version 2 (*.xml)</source>
<translation>XML filer version 2 (*.xml)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="778"/>
<location filename="mainwindow.cpp" line="781"/>
<source>Text files (*.txt)</source>
<translation>Text filer (*.txt)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="782"/>
<location filename="mainwindow.cpp" line="785"/>
<source>CSV files (*.csv)</source>
<translation>CSV filer (*.csv)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="825"/>
<location filename="mainwindow.cpp" line="828"/>
<source>Cppcheck - %1</source>
<translation>Cppcheck - %1</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="837"/>
<location filename="mainwindow.cpp" line="840"/>
<source>Failed to change the user interface language:
%1
@ -694,34 +694,34 @@ The user interface language has been reset to English. Open the Preferences-dial
Språket har nollställts till Engelska. Öppna Preferences och välj något av de tillgängliga språken.</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="881"/>
<location filename="mainwindow.cpp" line="948"/>
<location filename="mainwindow.cpp" line="884"/>
<location filename="mainwindow.cpp" line="951"/>
<source>Project files (*.cppcheck);;All files(*.*)</source>
<translation>Projektfiler (*.cppcheck);;Alla filer(*.*)</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="883"/>
<location filename="mainwindow.cpp" line="886"/>
<source>Select Project File</source>
<translation>Välj projektfil</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="900"/>
<location filename="mainwindow.cpp" line="960"/>
<location filename="mainwindow.cpp" line="903"/>
<location filename="mainwindow.cpp" line="963"/>
<source>Project:</source>
<translation type="unfinished">Projekt:</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="950"/>
<location filename="mainwindow.cpp" line="953"/>
<source>Select Project Filename</source>
<translation>Välj Projektfil</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="985"/>
<location filename="mainwindow.cpp" line="988"/>
<source>No project file loaded</source>
<translation>Inget projekt laddat</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="1060"/>
<location filename="mainwindow.cpp" line="1063"/>
<source>The project file
%1
@ -1103,53 +1103,53 @@ Välj mappen där filen finns.</translation>
<context>
<name>ResultsView</name>
<message>
<location filename="resultsview.cpp" line="199"/>
<location filename="resultsview.cpp" line="202"/>
<source>%p% (%1 of %2 files checked)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="resultsview.cpp" line="212"/>
<location filename="resultsview.cpp" line="223"/>
<location filename="resultsview.cpp" line="215"/>
<location filename="resultsview.cpp" line="226"/>
<source>Cppcheck</source>
<translation>Cppcheck</translation>
</message>
<message>
<location filename="resultsview.cpp" line="213"/>
<location filename="resultsview.cpp" line="216"/>
<source>No errors found.</source>
<translation>Inga fel hittades.</translation>
</message>
<message>
<location filename="resultsview.cpp" line="220"/>
<location filename="resultsview.cpp" line="223"/>
<source>Errors were found, but they are configured to be hidden.
To toggle what kind of errors are shown, open view menu.</source>
<translation>Fel hittades, men de visas ej.
För att ställa in vilka fel som skall visas använd visa menyn.</translation>
</message>
<message>
<location filename="resultsview.cpp" line="266"/>
<location filename="resultsview.cpp" line="284"/>
<location filename="resultsview.cpp" line="292"/>
<location filename="resultsview.cpp" line="269"/>
<location filename="resultsview.cpp" line="287"/>
<location filename="resultsview.cpp" line="295"/>
<source>Failed to read the report.</source>
<translation>Misslyckades att läsa rapporten.</translation>
</message>
<message>
<location filename="resultsview.cpp" line="329"/>
<location filename="resultsview.cpp" line="332"/>
<source>Summary</source>
<translation>Sammanfattning</translation>
</message>
<message>
<location filename="resultsview.cpp" line="330"/>
<location filename="resultsview.cpp" line="333"/>
<source>Message</source>
<translation>Meddelande</translation>
</message>
<message>
<location filename="resultsview.cpp" line="139"/>
<location filename="resultsview.cpp" line="142"/>
<source>No errors found, nothing to save.</source>
<translation>Inga fel hittades, ingenting att spara.</translation>
</message>
<message>
<location filename="resultsview.cpp" line="166"/>
<location filename="resultsview.cpp" line="174"/>
<location filename="resultsview.cpp" line="169"/>
<location filename="resultsview.cpp" line="177"/>
<source>Failed to save the report.</source>
<translation>Misslyckades med att spara rapporten.</translation>
</message>

View File

@ -301,7 +301,7 @@ void MainWindow::DoCheckFiles(const QStringList &files)
pathList.AddExcludeList(mProject->GetProjectFile()->GetExcludedPaths());
QStringList fileNames = pathList.GetFileList();
mUI.mResults->Clear();
mUI.mResults->Clear(true);
mThread->ClearFiles();
if (fileNames.isEmpty()) {
@ -586,6 +586,9 @@ void MainWindow::ReCheck()
if (files.empty())
return;
// Clear details, statistics and progress
mUI.mResults->Clear(false);
// Clear results for changed files
for (int i = 0; i < files.size(); ++i)
mUI.mResults->Clear(files[i]);
@ -601,7 +604,7 @@ void MainWindow::ReCheck()
void MainWindow::ClearResults()
{
mUI.mResults->Clear();
mUI.mResults->Clear(true);
mUI.mActionClearResults->setEnabled(false);
mUI.mActionSave->setEnabled(false);
}
@ -634,7 +637,7 @@ void MainWindow::OpenXML()
&selectedFilter);
if (!selectedFile.isEmpty()) {
mUI.mResults->Clear();
mUI.mResults->Clear(true);
mUI.mResults->ReadErrorsXml(selectedFile);
}
}

View File

@ -67,11 +67,15 @@ ResultsView::~ResultsView()
//dtor
}
void ResultsView::Clear()
void ResultsView::Clear(bool results)
{
mUI.mTree->Clear();
if (results) {
mUI.mTree->Clear();
mErrorsFound = false;
}
mUI.mDetails->setText("");
mErrorsFound = false;
mStatistics->Clear();
//Clear the progressbar
@ -83,14 +87,13 @@ void ResultsView::Clear()
void ResultsView::Clear(const QString &filename)
{
mUI.mTree->Clear(filename);
mUI.mDetails->setText("");
mErrorsFound = false;
mStatistics->Clear();
// Clear the progressbar
mUI.mProgress->setMaximum(PROGRESS_MAX);
mUI.mProgress->setValue(0);
mUI.mProgress->setFormat("%p%");
/**
* @todo Optimize this.. It is inefficient to check this every time.
*/
// If the results list got empty..
if (!mUI.mTree->HasResults())
mErrorsFound = false;
}
void ResultsView::Progress(int value, const QString& description)

View File

@ -59,13 +59,13 @@ public:
void ShowResults(ShowTypes::ShowType type, bool show);
/**
* @brief Clear results
*
*/
void Clear();
* @brief Clear results and statistics and reset progressinfo.
* @param results Remove all the results from view?
*/
void Clear(bool results);
/**
* @brief Clear results for a specific file
* @brief Remove a file from the results.
*/
void Clear(const QString &filename);