16637 Commits

Author SHA1 Message Date
PKEuS
57bd6aafd5 GUI:
- Updated copyright date
- Fixed compilation on Windows
- Updated german translation
2017-07-29 12:08:19 +02:00
Daniel Marjamäki
abf525e46d Fix Cppcheck warning 2017-07-29 11:58:00 +02:00
Simon Martin
aa35462add Ticket #8091: Don't replace std types within enum definitions. (#922) 2017-07-29 11:56:09 +02:00
Daniel Marjamäki
02540c0bc0 Ran lupdate 2017-07-29 11:37:23 +02:00
Daniel Marjamäki
80b7925047 GUI: Update swedish translation 2017-07-29 11:36:39 +02:00
Daniel Marjamäki
f9e5313dc9 Travis: Disable Misra tests for now 2017-07-29 10:41:24 +02:00
Daniel Marjamäki
2ecf47c328 Remove MISRA addon before the release of 1.80 2017-07-29 10:04:54 +02:00
Daniel Marjamäki
01f023dc0a CheckClass: Refactor hasAssignSelf to use AST 2017-07-28 23:49:11 +02:00
Daniel Marjamäki
62b84e31ab ValidateCFG: Fix 'valid' pattern 2017-07-28 19:46:55 +02:00
Daniel Marjamäki
a698f58b6e GUI: If build dir does not exist, ask user if it should be created 2017-07-28 19:39:11 +02:00
Daniel Marjamäki
1dfa92c2ce astyle formatting
[ci skip]
2017-07-28 18:21:59 +02:00
Daniel Marjamäki
2828742e1e GUI: Moved 'import project' to 'Paths and Defines' tab 2017-07-28 18:13:17 +02:00
orbitcowboy
22abfb811a wxwidgets.cfg: Removed not needed formatstr-tag. 2017-07-28 18:05:24 +02:00
orbitcowboy
26f65689a4 wxwidgets.cfg: Added support for wxSpinCtrl::SetBase(). 2017-07-28 16:56:58 +02:00
orbitcowboy
ad14d43aaf std.cfg: Added return-type for some functions. 2017-07-28 16:47:17 +02:00
BNT
f3cef7f9eb add missing change from "GUI: Rename methods in FileList and PathMatch" (#929) 2017-07-28 16:37:59 +02:00
orbitcowboy
b2fcdf8a8a std.cfg: Added return-type for some functions. 2017-07-28 16:26:19 +02:00
orbitcowboy
0e575ce12c Modernize: make use of 'nullptr' and added a rule-file for finding non-nullptr (zero) initializations. 2017-07-28 15:20:43 +02:00
Daniel Marjamäki
c1eb71e84d GUI: Rename methods 2017-07-28 13:43:49 +02:00
Daniel Marjamäki
97a86313aa GUI: rename methods, fix connect 2017-07-28 13:13:10 +02:00
Daniel Marjamäki
98803bb14c GUI: Renamed methods in ThreadHandler 2017-07-28 12:39:28 +02:00
Daniel Marjamäki
90dd04d317 GUI: Update connect() 2017-07-28 12:22:15 +02:00
Daniel Marjamäki
73cbf617e2 GUI: Renamed methods in ResultsView 2017-07-28 12:10:10 +02:00
Daniel Marjamäki
090062baaf GUI: Rename ResultsTree methods 2017-07-28 11:54:20 +02:00
Daniel Marjamäki
1f0720db3f GUI: Renamed LowView methods 2017-07-28 11:37:17 +02:00
Daniel Marjamäki
95a280f43f GUI: Renamed FileView method 2017-07-28 11:31:42 +02:00
Daniel Marjamäki
515e84ed00 Renamed PathMatch::Match to PathMatch::match 2017-07-28 11:27:04 +02:00
Daniel Marjamäki
252fab2181 GUI: Renamed common functions 2017-07-28 11:20:35 +02:00
Daniel Marjamäki
0d8b7af2b3 GUI: Renamed methods in Report 2017-07-28 11:12:05 +02:00
Daniel Marjamäki
c4bd70210c GUI: Rename methods in FileList and PathMatch 2017-07-28 10:55:51 +02:00
Daniel Marjamäki
24bdd6d246 GUI: Rename MainWindow slots 2017-07-28 10:41:03 +02:00
Daniel Marjamäki
213f17e79f GUI: Rename methods in MainWindow 2017-07-28 05:44:15 +02:00
Daniel Marjamäki
8bd2531603 GUI: Rename methods in CheckThread 2017-07-28 05:26:11 +02:00
Daniel Marjamäki
5ed4c7f3ea GUI: Rename methods in CheckStatistics 2017-07-28 05:23:25 +02:00
Daniel Marjamäki
24ce4292f2 GUI: Rename methods in ApplicationList 2017-07-28 05:18:43 +02:00
Daniel Marjamäki
8d704f7709 GUI: Rename methods in ProjectFile 2017-07-28 05:08:59 +02:00
Daniel Marjamäki
6c424709b6 GUI: Rename methods in Project 2017-07-28 04:57:28 +02:00
Daniel Marjamäki
a4dd8f0aa4 modernize, use nullptr 2017-07-27 18:36:33 +02:00
Daniel Marjamäki
2d23ee2490 GUI: Change text for project settings tab 2017-07-27 16:12:28 +02:00
Daniel Marjamäki
f316e0d572 GUI: handle 'cancel' in open dialog 2017-07-27 16:10:30 +02:00
Daniel Marjamäki
ca2f59a6d4 GUI: Try to simplify the 'Import Project' setting 2017-07-27 16:07:47 +02:00
Daniel Marjamäki
f6ee0f6868 GUI: Add tooltip for build dir setting 2017-07-27 14:40:19 +02:00
Daniel Marjamäki
5ae962194d revert mode change for lib/checkstl.cpp 2017-07-26 23:51:30 +02:00
Daniel Marjamäki
27af3edc5b CheckStl: Safer use of AST 2017-07-26 23:43:39 +02:00
Matthias Krüger
d13a8d6a32 travis: update from ubuntu precise to trusty
Unfortunately we have to disable htmlreport test due to pygments being unavailable.
2017-07-26 23:24:42 +02:00
Daniel Marjamäki
eb288ec2a1 CheckStl: Use AST to handle iterator comparisons better 2017-07-26 23:13:01 +02:00
Daniel Marjamäki
a3916c501c Refactor loop, use continue 2017-07-26 22:03:55 +02:00
Daniel Marjamäki
da26ef0650 Refactoring: Use continue in loop 2017-07-26 21:13:49 +02:00
Daniel Marjamäki
32940c023a Refactoring: Use continue in loop 2017-07-26 20:32:14 +02:00
Daniel Marjamäki
2d4f64027a Refactoring: Use continue in loop 2017-07-26 20:29:13 +02:00