aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bantablemodel.h
Commit message (Collapse)AuthorAgeFilesLines
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
| | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* qt: Plug many memory leaksWladimir J. van der Laan2016-11-231-1/+2
| | | | | | | | | 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.
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|
* [QA] adabt QT_NO_KEYWORDS for QT ban implementationJonas Schnelli2015-09-161-1/+1
|
* [Qt] adapt QT ban option to banlist.dat changesJonas Schnelli2015-09-161-1/+1
|
* [Qt] add sorting for bantablePhilip Kaufmann2015-09-161-1/+13
|
* [Qt] remove unused timer-code from banlistmodel.cppJonas Schnelli2015-09-161-5/+0
|
* [Qt] bantable overhaulJonas Schnelli2015-09-161-1/+0
| | | | | | - some code cleanups - fix date formatting - reduce header includes
* [Qt] add banlist table below peers tableJonas Schnelli2015-09-161-0/+66