Oliver Stöneberg
45158ec064
cleaned up includes based on include-what-you-use ( #4007 )
...
* cleaned up includes based on include-what-you-use
* updated translations
2022-04-13 12:24:00 +02:00
Oliver Stöneberg
0d336b868c
avoid some Clang compiler warnings ( #3896 )
2022-03-13 20:07:58 +01:00
Daniel Marjamäki
3989408738
Update copyright year
2022-02-05 11:45:17 +01:00
Oliver Stöneberg
9d36dd56a8
reordered includes in GUI code ( #3790 )
2022-02-02 16:17:28 +01:00
Daniel Marjamäki
c489626167
updated copyright year
2021-07-04 08:09:11 +02:00
Oliver Stöneberg
6397e29f84
cleaned up includes based on include-what-you-use ( #3141 )
2021-04-03 21:30:50 +02:00
Daniel Marjamäki
08ddd84780
Update copyright year
2020-05-10 11:16:32 +02:00
Daniel Marjamäki
3e0218299b
Revert "Update copyright year"
...
This reverts commit 6eec6c4bd5
.
2020-05-10 11:13:05 +02:00
Daniel Marjamäki
6eec6c4bd5
Update copyright year
2020-05-10 11:11:34 +02:00
Oliver Stöneberg
91beccb304
fixed some clang-tidy warnings in gui code ( #2565 )
2020-03-07 11:33:08 +01:00
Daniel Marjamäki
c32261c737
Updated copyright year
2019-09-01 11:49:43 +02:00
Scott Furry
a195477470
Correct Zero/Null as pointer constant ( #1938 )
...
Building with enhanced clang warnings indicated a large number of
instances with the warning:
`warning: zero as null pointer constant`
Recommended practice in C++11 is to use `nullptr` as value for
a NULL or empty pointer value. All instances where this warning
was encountered were corrected in this commit.
Where warning was encountered in dependency code (i.e. external library)
no chnages were made. Patching will be offered upstream.
2019-06-30 21:39:22 +02:00
Daniel Marjamäki
dbc19d6503
GUI: Renamed private variables
2018-06-18 14:11:34 +02:00
Daniel Marjamäki
7d00b30488
GUI: Rename private variable ui to mUi
2018-06-18 10:13:33 +02:00
Daniel Marjamäki
45379a3aa6
Updated copyright year for modified files
...
[ci skip]
2018-06-10 22:07:21 +02:00
Daniel Marjamäki
e5c4e31da6
Fix a number of noOperatorEq and noCopyConstructor warnings
2018-05-01 09:36:21 +02:00
Lauri Nurmi
996c9244d8
Update copyright year to 2007-2016.
2016-01-01 15:34:45 +02:00
Aleksandr Pikalev
fe8cedade5
Fixed #7173 (Library Editor: Save As button and error messages)
2015-11-29 11:21:04 +01:00
Daniel Marjamäki
0f9d90d2be
Changed Copyrights. Removed my name.
2015-11-18 20:04:50 +01:00
Daniel Marjamäki
a32aa03035
GUI: Library editor - rename function
2015-09-08 15:38:02 +02:00
Daniel Marjamäki
9f31414179
GUI: Library editor - added sort button and filter edit box
2015-09-06 14:20:27 +02:00
Daniel Marjamäki
4385879b72
GUI: Improved handling of noreturn in library editor
2015-09-03 20:36:26 +02:00
Daniel Marjamäki
a65fabebce
GUI: refactoring librarydialog
2015-08-30 18:37:12 +02:00
Daniel Marjamäki
3bae4ae429
GUI: Renamed LibraryData to CppcheckLibraryData to try to avoid a name clash
2015-08-30 13:41:57 +02:00
Daniel Marjamäki
dd7c0b353d
GUI: Added a dedicated dialog for LibraryDialog for configuration of function arguments
2015-08-30 13:33:43 +02:00
Daniel Marjamäki
f5d131671c
GUI: Let user add function in the library editor
2015-08-29 18:50:08 +02:00
Daniel Marjamäki
f357d8611d
GUI: Allow some editing of argument properties in the library editor
2015-08-29 17:24:56 +02:00
Daniel Marjamäki
cc8939cef9
GUI: Refactoring library editor, splitting out data to separate file
2015-08-23 16:03:24 +02:00
Daniel Marjamäki
ea7209e669
GUI: make it possible to save changes in library editor
2015-08-23 12:49:51 +02:00
Daniel Marjamäki
0b78b66f64
Fix travis compile errors caused by direct member initialisation
2015-08-16 18:27:41 +02:00
Daniel Marjamäki
4946f772ef
GUI: Add libraryeditor
2015-08-16 17:36:10 +02:00