Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
2016-11-23 | qt: Plug many memory leaks | Wladimir J. van der Laan | |
None of these are very serious, and are leaks in objects that are created at most one time. In most cases this means properly using the QObject parent hierarchy, except for BanTablePriv/PeerTablePriv which are not QObject, so use a std::unique_ptr instead. | |||
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-09-16 | [QA] adabt QT_NO_KEYWORDS for QT ban implementation | Jonas Schnelli | |
2015-09-16 | [Qt] adapt QT ban option to banlist.dat changes | Jonas Schnelli | |
2015-09-16 | [Qt] add sorting for bantable | Philip Kaufmann | |
2015-09-16 | [Qt] remove unused timer-code from banlistmodel.cpp | Jonas Schnelli | |
2015-09-16 | [Qt] bantable overhaul | Jonas Schnelli | |
- some code cleanups - fix date formatting - reduce header includes | |||
2015-09-16 | [Qt] add banlist table below peers table | Jonas Schnelli | |