Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-26 | Skip read events with an empty event id | Kitsune Ral | |
2017-02-23 | Receipts internal handling improved | Kitsune Ral | |
Instead of QHash, use QVector< QPair<> > because it's more efficient and we don't really need a hashmap functions, only direct iteration over the list of event-to-receipt pairs. Also, iteration over QJsonObjects is more efficient (and better conveys the intention) than collecting keys() and then finding a value() for each of them. Also, fixed accidental allocation of empty Receipt structures instead of reserving space for them. | |||
2016-11-01 | Receipt: eventId is extraneous inside the receipt, since receipts are ↵ | Kitsune Ral | |
associated with Event objects anyway | |||
2016-11-01 | Removed unused #includes | Kitsune Ral | |
2016-08-22 | Replaced QList<> with QVector<> where appropriate + minor code cleanup | Kitsune Ral | |
See https://marcmutz.wordpress.com/effective-qt/containers/ for the background and http://lists.qt-project.org/pipermail/development/2015-July/022283.html for the relevant flamewar in Qt dev mailing list. | |||
2016-04-05 | Imported the current source tree from Quaternion/lib. | Kitsune Ral | |