Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-26 | Introducing EventList class + minor fix | Kitsune Ral | |
Now you can parse a JSON array into a list of events with a one-liner. Also, fromMSecsSinceEpoch accepts a qint64, not quint64 - fixed the respective cast. | |||
2016-04-11 | Factor out the code that searches an insertion point in a timeline. | Kitsune Ral | |
This is used once in the library and, I guess, twice more in the Quaternion. Implemented as a template function that is equally suitable for Event and Message, and any container that supports STL-style iterators (QList and other Qt containers do). | |||
2016-04-05 | Imported the current source tree from Quaternion/lib. | Kitsune Ral | |