20 Commits

Author SHA1 Message Date
Denis Rouzaud
33ea41a100 run pre-commit 2024-11-30 15:07:24 +01:00
Nyall Dawson
d764c34f28 Bump minimum Qt version to 5.15.2
and remove code for Qt < 5.15.2
2023-12-05 01:35:06 +10:00
Antoine
98ca1ca776 remove useless variables 2021-11-16 10:46:13 +01:00
Nyall Dawson
08ca000e71 Use c++17 std::clamp instead of qBound 2021-03-22 05:34:10 +10:00
Alessandro Pasotti
093b0a1d11 Fix legend nodes 2020-11-09 17:51:02 +01:00
Alessandro Pasotti
bc18ec9945 No more warning in the model, but still doesn't work 2020-11-09 17:51:02 +01:00
Nyall Dawson
6da6a4521e Remove all use of deprecated Qt methods up to Qt 5.14 2020-10-07 20:16:33 +10:00
Nyall Dawson
6340fb5591 Spelling 2020-02-08 15:17:47 +10:00
Nyall Dawson
57bba33fa7 Update modeltest files 2020-02-08 15:17:47 +10:00
Harrissou Sant-anna
59e9f79658 ok is spelled OK 2017-07-03 08:49:50 +02:00
Juergen E. Fischer
b9162dccdf scripts/astyle-all.sh run 2017-03-03 15:37:12 +01:00
Denis Rouzaud
6c74e4ea5d spelling fixes 2017-01-12 22:01:50 +01:00
Nyall Dawson
2d8feebbde Some very minor Coverity related fixes 2015-02-16 16:11:57 +11:00
Nyall Dawson
25652e4228 More Coverity fixes 2015-02-12 07:35:40 +11:00
Nyall Dawson
db17513287 Fix some warnings, incorrect use of abs for double values 2015-02-10 18:54:49 +11:00
Juergen E. Fischer
82b6e0342a cosmetic cleanups, typo fixes, formatting 2014-10-21 01:33:20 +02:00
Juergen E. Fischer
bc7a5517dd cleanup: replace boolean comparison (x==true => x / x==false => x) (followup b40868c8) 2014-04-22 10:35:01 +02:00
Werner Macho
f218a394f4 adding licenses to a few files more - we are under 100 files .. 2012-12-12 22:28:01 +01:00
Juergen E. Fischer
8e75d4b18f test fixes:
- run xvfb in 96 dpi mode
- indentation update (including tests)
- fix running tests from build directory
2012-04-22 01:40:14 +02:00
Martin Dobias
1c3c02f832 Add ModelTest: Qt tool for debugging custom models
Very handy to stay sane when your model goes crazy
2012-01-24 11:37:17 +01:00