Skip to content

Commit 9e147c4

Browse files
committed
Makefile: update with 'dmake'; gui: run 'lupdate gui.pro ; lrelease gui.pro'.
1 parent be174d6 commit 9e147c4

12 files changed

Lines changed: 250 additions & 398 deletions

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ lib/checkassignif.o: lib/checkassignif.cpp lib/checkassignif.h lib/config.h lib/
223223
lib/checkautovariables.o: lib/checkautovariables.cpp lib/checkautovariables.h lib/config.h lib/check.h lib/token.h lib/tokenize.h lib/errorlogger.h lib/suppressions.h lib/tokenlist.h lib/settings.h lib/standards.h lib/symboldatabase.h lib/mathlib.h
224224
$(CXX) $(CPPFLAGS) $(CXXFLAGS) ${INCLUDE_FOR_LIB} -c -o lib/checkautovariables.o lib/checkautovariables.cpp
225225

226-
lib/checkboost.o: lib/checkboost.cpp lib/checkboost.h lib/config.h lib/check.h lib/token.h lib/tokenize.h lib/errorlogger.h lib/suppressions.h lib/tokenlist.h lib/settings.h lib/standards.h
226+
lib/checkboost.o: lib/checkboost.cpp lib/checkboost.h lib/config.h lib/check.h lib/token.h lib/tokenize.h lib/errorlogger.h lib/suppressions.h lib/tokenlist.h lib/settings.h lib/standards.h lib/symboldatabase.h lib/mathlib.h
227227
$(CXX) $(CPPFLAGS) $(CXXFLAGS) ${INCLUDE_FOR_LIB} -c -o lib/checkboost.o lib/checkboost.cpp
228228

229229
lib/checkbufferoverrun.o: lib/checkbufferoverrun.cpp lib/checkbufferoverrun.h lib/config.h lib/check.h lib/token.h lib/tokenize.h lib/errorlogger.h lib/suppressions.h lib/tokenlist.h lib/settings.h lib/standards.h lib/mathlib.h lib/symboldatabase.h lib/executionpath.h
@@ -256,7 +256,7 @@ lib/checknullpointer.o: lib/checknullpointer.cpp lib/checknullpointer.h lib/conf
256256
lib/checkobsoletefunctions.o: lib/checkobsoletefunctions.cpp lib/checkobsoletefunctions.h lib/config.h lib/check.h lib/token.h lib/tokenize.h lib/errorlogger.h lib/suppressions.h lib/tokenlist.h lib/settings.h lib/standards.h lib/symboldatabase.h lib/mathlib.h
257257
$(CXX) $(CPPFLAGS) $(CXXFLAGS) ${INCLUDE_FOR_LIB} -c -o lib/checkobsoletefunctions.o lib/checkobsoletefunctions.cpp
258258

259-
lib/checkother.o: lib/checkother.cpp lib/checkother.h lib/config.h lib/check.h lib/token.h lib/tokenize.h lib/errorlogger.h lib/suppressions.h lib/tokenlist.h lib/settings.h lib/standards.h lib/mathlib.h lib/symboldatabase.h
259+
lib/checkother.o: lib/checkother.cpp lib/checkother.h lib/config.h lib/check.h lib/token.h lib/tokenize.h lib/errorlogger.h lib/suppressions.h lib/tokenlist.h lib/settings.h lib/standards.h lib/checknullpointer.h lib/mathlib.h lib/symboldatabase.h
260260
$(CXX) $(CPPFLAGS) $(CXXFLAGS) ${INCLUDE_FOR_LIB} -c -o lib/checkother.o lib/checkother.cpp
261261

262262
lib/checkpostfixoperator.o: lib/checkpostfixoperator.cpp lib/checkpostfixoperator.h lib/config.h lib/check.h lib/token.h lib/tokenize.h lib/errorlogger.h lib/suppressions.h lib/tokenlist.h lib/settings.h lib/standards.h lib/symboldatabase.h lib/mathlib.h

gui/cppcheck_de.ts

Lines changed: 27 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ Parameter: -l(line) (file)
185185
<location filename="mainwindow.cpp" line="707"/>
186186
<location filename="mainwindow.cpp" line="826"/>
187187
<location filename="mainwindow.cpp" line="846"/>
188-
<location filename="mainwindow.cpp" line="987"/>
189-
<location filename="mainwindow.cpp" line="1068"/>
188+
<location filename="mainwindow.cpp" line="992"/>
189+
<location filename="mainwindow.cpp" line="1073"/>
190190
<source>Cppcheck</source>
191191
<translation>Cppcheck</translation>
192192
</message>
@@ -386,11 +386,6 @@ Parameter: -l(line) (file)
386386
<source>Filter results</source>
387387
<translation type="unfinished"></translation>
388388
</message>
389-
<message>
390-
<location filename="main.ui" line="552"/>
391-
<source>Project MRU placeholder</source>
392-
<translation type="unfinished"></translation>
393-
</message>
394389
<message>
395390
<location filename="main.ui" line="563"/>
396391
<source>Windows 32-bit ANSI</source>
@@ -697,7 +692,7 @@ Die Sprache wurde auf Englisch zurückgesetzt. Öffnen Sie den Einstellungen-Dia
697692
</message>
698693
<message>
699694
<location filename="mainwindow.cpp" line="884"/>
700-
<location filename="mainwindow.cpp" line="951"/>
695+
<location filename="mainwindow.cpp" line="956"/>
701696
<source>Project files (*.cppcheck);;All files(*.*)</source>
702697
<translation>Projektdateien (*.cppcheck);;Alle Dateien(*.*)</translation>
703698
</message>
@@ -708,22 +703,22 @@ Die Sprache wurde auf Englisch zurückgesetzt. Öffnen Sie den Einstellungen-Dia
708703
</message>
709704
<message>
710705
<location filename="mainwindow.cpp" line="903"/>
711-
<location filename="mainwindow.cpp" line="963"/>
706+
<location filename="mainwindow.cpp" line="968"/>
712707
<source>Project:</source>
713708
<translation>Projekt:</translation>
714709
</message>
715710
<message>
716-
<location filename="mainwindow.cpp" line="953"/>
711+
<location filename="mainwindow.cpp" line="958"/>
717712
<source>Select Project Filename</source>
718713
<translation>Projektnamen auswählen</translation>
719714
</message>
720715
<message>
721-
<location filename="mainwindow.cpp" line="988"/>
716+
<location filename="mainwindow.cpp" line="993"/>
722717
<source>No project file loaded</source>
723718
<translation>Keine Projektdatei geladen</translation>
724719
</message>
725720
<message>
726-
<location filename="mainwindow.cpp" line="1063"/>
721+
<location filename="mainwindow.cpp" line="1068"/>
727722
<source>The project file
728723

729724
%1
@@ -865,64 +860,64 @@ Möchten Sie die Datei von der Liste der zuletzt benutzten Projekte entfernen?</
865860
<translation>Projekt</translation>
866861
</message>
867862
<message>
868-
<location filename="projectfile.ui" line="51"/>
863+
<location filename="projectfile.ui" line="49"/>
869864
<source>Root:</source>
870865
<translation>Wurzel:</translation>
871866
</message>
872867
<message>
873-
<location filename="projectfile.ui" line="70"/>
874-
<location filename="projectfile.ui" line="221"/>
868+
<location filename="projectfile.ui" line="68"/>
869+
<location filename="projectfile.ui" line="217"/>
875870
<source>Paths:</source>
876871
<translation>Pfade:</translation>
877872
</message>
878873
<message>
879-
<location filename="projectfile.ui" line="97"/>
880-
<location filename="projectfile.ui" line="162"/>
881-
<location filename="projectfile.ui" line="235"/>
874+
<location filename="projectfile.ui" line="95"/>
875+
<location filename="projectfile.ui" line="158"/>
876+
<location filename="projectfile.ui" line="231"/>
882877
<source>Add...</source>
883878
<translation>Hinzufügen...</translation>
884879
</message>
885880
<message>
886-
<location filename="projectfile.ui" line="104"/>
887-
<location filename="projectfile.ui" line="169"/>
888-
<location filename="projectfile.ui" line="242"/>
881+
<location filename="projectfile.ui" line="102"/>
882+
<location filename="projectfile.ui" line="165"/>
883+
<location filename="projectfile.ui" line="238"/>
889884
<source>Edit</source>
890885
<translation>Bearbeiten</translation>
891886
</message>
892887
<message>
893-
<location filename="projectfile.ui" line="111"/>
894-
<location filename="projectfile.ui" line="176"/>
895-
<location filename="projectfile.ui" line="249"/>
888+
<location filename="projectfile.ui" line="109"/>
889+
<location filename="projectfile.ui" line="172"/>
890+
<location filename="projectfile.ui" line="245"/>
896891
<source>Remove</source>
897892
<translation>Entfernen</translation>
898893
</message>
899894
<message>
900-
<location filename="projectfile.ui" line="138"/>
895+
<location filename="projectfile.ui" line="134"/>
901896
<source>Includes</source>
902897
<translation>Includes</translation>
903898
</message>
904899
<message>
905-
<location filename="projectfile.ui" line="144"/>
900+
<location filename="projectfile.ui" line="140"/>
906901
<source>Include directories:</source>
907902
<translation>Include-Verzeichnisse:</translation>
908903
</message>
909904
<message>
910-
<location filename="projectfile.ui" line="196"/>
905+
<location filename="projectfile.ui" line="192"/>
911906
<source>Up</source>
912907
<translation>Auf</translation>
913908
</message>
914909
<message>
915-
<location filename="projectfile.ui" line="203"/>
910+
<location filename="projectfile.ui" line="199"/>
916911
<source>Down</source>
917912
<translation>Ab</translation>
918913
</message>
919914
<message>
920-
<location filename="projectfile.ui" line="215"/>
915+
<location filename="projectfile.ui" line="211"/>
921916
<source>Exclude</source>
922917
<translation>Ausschließen</translation>
923918
</message>
924919
<message>
925-
<location filename="projectfile.ui" line="34"/>
920+
<location filename="projectfile.ui" line="32"/>
926921
<source>Defines:</source>
927922
<translation>Definitionen:</translation>
928923
</message>
@@ -1218,11 +1213,6 @@ Legen Sie unter dem Menü Ansicht fest, welche Art von Fehlern angezeigt werden
12181213
<source>Ideal count:</source>
12191214
<translation>Ideale Anzahl:</translation>
12201215
</message>
1221-
<message>
1222-
<location filename="settings.ui" line="92"/>
1223-
<source>TextLabel</source>
1224-
<translation type="unfinished"></translation>
1225-
</message>
12261216
<message>
12271217
<location filename="settings.ui" line="114"/>
12281218
<source>Force checking all #ifdef configurations</source>
@@ -1414,12 +1404,6 @@ Legen Sie unter dem Menü Ansicht fest, welche Art von Fehlern angezeigt werden
14141404
<source>Portability warnings:</source>
14151405
<translation>Portabilitätswarnungen:</translation>
14161406
</message>
1417-
<message>
1418-
<location filename="stats.ui" line="297"/>
1419-
<location filename="stats.ui" line="333"/>
1420-
<source>TextLabel</source>
1421-
<translation type="unfinished"></translation>
1422-
</message>
14231407
<message>
14241408
<location filename="stats.ui" line="308"/>
14251409
<source>Performance issues:</source>
@@ -1431,7 +1415,7 @@ Legen Sie unter dem Menü Ansicht fest, welche Art von Fehlern angezeigt werden
14311415
<translation>Informationsmeldungen:</translation>
14321416
</message>
14331417
<message>
1434-
<location filename="stats.ui" line="362"/>
1418+
<location filename="stats.ui" line="365"/>
14351419
<source>Copy to Clipboard</source>
14361420
<translation>In die Zwischenablage kopieren</translation>
14371421
</message>
@@ -1562,7 +1546,7 @@ Legen Sie unter dem Menü Ansicht fest, welche Art von Fehlern angezeigt werden
15621546
<context>
15631547
<name>TxtReport</name>
15641548
<message>
1565-
<location filename="txtreport.cpp" line="74"/>
1549+
<location filename="txtreport.cpp" line="75"/>
15661550
<source>inconclusive</source>
15671551
<translation>unklar</translation>
15681552
</message>

gui/cppcheck_es.ts

Lines changed: 27 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ Parameters: -l(line) (file)</source>
174174
<location filename="mainwindow.cpp" line="707"/>
175175
<location filename="mainwindow.cpp" line="826"/>
176176
<location filename="mainwindow.cpp" line="846"/>
177-
<location filename="mainwindow.cpp" line="987"/>
178-
<location filename="mainwindow.cpp" line="1068"/>
177+
<location filename="mainwindow.cpp" line="992"/>
178+
<location filename="mainwindow.cpp" line="1073"/>
179179
<source>Cppcheck</source>
180180
<translation>Cppcheck</translation>
181181
</message>
@@ -369,11 +369,6 @@ Parameters: -l(line) (file)</source>
369369
<source>Filter results</source>
370370
<translation type="unfinished"></translation>
371371
</message>
372-
<message>
373-
<location filename="main.ui" line="552"/>
374-
<source>Project MRU placeholder</source>
375-
<translation type="unfinished"></translation>
376-
</message>
377372
<message>
378373
<location filename="main.ui" line="563"/>
379374
<source>Windows 32-bit ANSI</source>
@@ -674,7 +669,7 @@ Opening a new XML file will clear current results.Do you want to proceed?</sourc
674669
</message>
675670
<message>
676671
<location filename="mainwindow.cpp" line="884"/>
677-
<location filename="mainwindow.cpp" line="951"/>
672+
<location filename="mainwindow.cpp" line="956"/>
678673
<source>Project files (*.cppcheck);;All files(*.*)</source>
679674
<translation>Ficheros de proyecto (*.cppcheck;;Todos los ficheros (*.*)</translation>
680675
</message>
@@ -685,22 +680,22 @@ Opening a new XML file will clear current results.Do you want to proceed?</sourc
685680
</message>
686681
<message>
687682
<location filename="mainwindow.cpp" line="903"/>
688-
<location filename="mainwindow.cpp" line="963"/>
683+
<location filename="mainwindow.cpp" line="968"/>
689684
<source>Project:</source>
690685
<translation type="unfinished">Proyecto:</translation>
691686
</message>
692687
<message>
693-
<location filename="mainwindow.cpp" line="953"/>
688+
<location filename="mainwindow.cpp" line="958"/>
694689
<source>Select Project Filename</source>
695690
<translation>Selecciona el nombre del proyecto</translation>
696691
</message>
697692
<message>
698-
<location filename="mainwindow.cpp" line="988"/>
693+
<location filename="mainwindow.cpp" line="993"/>
699694
<source>No project file loaded</source>
700695
<translation>No hay ningún proyecto cargado</translation>
701696
</message>
702697
<message>
703-
<location filename="mainwindow.cpp" line="1063"/>
698+
<location filename="mainwindow.cpp" line="1068"/>
704699
<source>The project file
705700

706701
%1
@@ -836,64 +831,64 @@ Do you want to remove the file from the recently used projects -list?</source>
836831
<translation type="unfinished">Proyecto</translation>
837832
</message>
838833
<message>
839-
<location filename="projectfile.ui" line="51"/>
834+
<location filename="projectfile.ui" line="49"/>
840835
<source>Root:</source>
841836
<translation type="unfinished"></translation>
842837
</message>
843838
<message>
844-
<location filename="projectfile.ui" line="70"/>
845-
<location filename="projectfile.ui" line="221"/>
839+
<location filename="projectfile.ui" line="68"/>
840+
<location filename="projectfile.ui" line="217"/>
846841
<source>Paths:</source>
847842
<translation>Rutas:</translation>
848843
</message>
849844
<message>
850-
<location filename="projectfile.ui" line="97"/>
851-
<location filename="projectfile.ui" line="162"/>
852-
<location filename="projectfile.ui" line="235"/>
845+
<location filename="projectfile.ui" line="95"/>
846+
<location filename="projectfile.ui" line="158"/>
847+
<location filename="projectfile.ui" line="231"/>
853848
<source>Add...</source>
854849
<translation type="unfinished">Añadir...</translation>
855850
</message>
856851
<message>
857-
<location filename="projectfile.ui" line="104"/>
858-
<location filename="projectfile.ui" line="169"/>
859-
<location filename="projectfile.ui" line="242"/>
852+
<location filename="projectfile.ui" line="102"/>
853+
<location filename="projectfile.ui" line="165"/>
854+
<location filename="projectfile.ui" line="238"/>
860855
<source>Edit</source>
861856
<translation type="unfinished"></translation>
862857
</message>
863858
<message>
864-
<location filename="projectfile.ui" line="111"/>
865-
<location filename="projectfile.ui" line="176"/>
866-
<location filename="projectfile.ui" line="249"/>
859+
<location filename="projectfile.ui" line="109"/>
860+
<location filename="projectfile.ui" line="172"/>
861+
<location filename="projectfile.ui" line="245"/>
867862
<source>Remove</source>
868863
<translation type="unfinished"></translation>
869864
</message>
870865
<message>
871-
<location filename="projectfile.ui" line="138"/>
866+
<location filename="projectfile.ui" line="134"/>
872867
<source>Includes</source>
873868
<translation type="unfinished"></translation>
874869
</message>
875870
<message>
876-
<location filename="projectfile.ui" line="144"/>
871+
<location filename="projectfile.ui" line="140"/>
877872
<source>Include directories:</source>
878873
<translation type="unfinished"></translation>
879874
</message>
880875
<message>
881-
<location filename="projectfile.ui" line="196"/>
876+
<location filename="projectfile.ui" line="192"/>
882877
<source>Up</source>
883878
<translation type="unfinished"></translation>
884879
</message>
885880
<message>
886-
<location filename="projectfile.ui" line="203"/>
881+
<location filename="projectfile.ui" line="199"/>
887882
<source>Down</source>
888883
<translation type="unfinished"></translation>
889884
</message>
890885
<message>
891-
<location filename="projectfile.ui" line="215"/>
886+
<location filename="projectfile.ui" line="211"/>
892887
<source>Exclude</source>
893888
<translation type="unfinished"></translation>
894889
</message>
895890
<message>
896-
<location filename="projectfile.ui" line="34"/>
891+
<location filename="projectfile.ui" line="32"/>
897892
<source>Defines:</source>
898893
<translation>Definiciones:</translation>
899894
</message>
@@ -1170,11 +1165,6 @@ Para cambiar el tipo de comportamiento, abrir el menú vista.</translation>
11701165
<source>Ideal count:</source>
11711166
<translation type="unfinished"></translation>
11721167
</message>
1173-
<message>
1174-
<location filename="settings.ui" line="92"/>
1175-
<source>TextLabel</source>
1176-
<translation type="unfinished"></translation>
1177-
</message>
11781168
<message>
11791169
<location filename="settings.ui" line="114"/>
11801170
<source>Force checking all #ifdef configurations</source>
@@ -1382,12 +1372,6 @@ Para cambiar el tipo de comportamiento, abrir el menú vista.</translation>
13821372
<source>Portability warnings:</source>
13831373
<translation type="unfinished"></translation>
13841374
</message>
1385-
<message>
1386-
<location filename="stats.ui" line="297"/>
1387-
<location filename="stats.ui" line="333"/>
1388-
<source>TextLabel</source>
1389-
<translation type="unfinished"></translation>
1390-
</message>
13911375
<message>
13921376
<location filename="stats.ui" line="308"/>
13931377
<source>Performance issues:</source>
@@ -1399,7 +1383,7 @@ Para cambiar el tipo de comportamiento, abrir el menú vista.</translation>
13991383
<translation type="unfinished"></translation>
14001384
</message>
14011385
<message>
1402-
<location filename="stats.ui" line="362"/>
1386+
<location filename="stats.ui" line="365"/>
14031387
<source>Copy to Clipboard</source>
14041388
<translation>Copiar al portapapeles</translation>
14051389
</message>
@@ -1530,7 +1514,7 @@ Para cambiar el tipo de comportamiento, abrir el menú vista.</translation>
15301514
<context>
15311515
<name>TxtReport</name>
15321516
<message>
1533-
<location filename="txtreport.cpp" line="74"/>
1517+
<location filename="txtreport.cpp" line="75"/>
15341518
<source>inconclusive</source>
15351519
<translation type="unfinished"></translation>
15361520
</message>

0 commit comments

Comments
 (0)