Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-09 | use consistent naming for `profile' | Stanislaw Halik | |
2018-12-24 | style/quality only | Stanislaw Halik | |
No functional changes. - add `override' everywhere where missing - almost pass clang's `-Wweak-vtables' - avoid some float/double conversions - remove unused private members - make signedness conversions explicit - put stuff in right namespaces to aid analysis | |||
2018-07-08 | modernize only | Stanislaw Halik | |
2018-06-26 | core, modules: modernize syntax only | Stanislaw Halik | |
Use more C++17 features where this helps any. | |||
2018-05-02 | migration: add missing <memory> | Stanislaw Halik | |
Spotted-by: @zanoni-mbdyn | |||
2018-04-28 | migration: use thunks | Stanislaw Halik | |
Otherwise we get QCoreApplication used before QApplication instance is created. Requesting the sorted migration data will force the thunks. | |||
2017-03-28 | start renaming internal macros as OPENTRACK_* to OTR_* | Stanislaw Halik | |
2016-09-18 | add missing copyright terms | Stanislaw Halik | |
Due to fucking AT&T vs BSD suit copyright defaults to all rights reserved. Fuck Berne Convention as well. | |||
2016-09-09 | migration: fix -pedantic | Stanislaw Halik | |
2016-09-09 | migration: type aliases confuse IDE so let's not | Stanislaw Halik | |
2016-09-09 | migration: try prevent developer naming migrations badly | Stanislaw Halik | |
2016-09-09 | add support for migrations | Stanislaw Halik | |
They're run from the UI thread so can even be interactive. |