Age | Commit message (Collapse) | Author |
|
|
|
already redacted
|
|
Might help with autotest segfaulting on OSX.
|
|
|
|
|
|
|
|
|
|
Closes #183. There's also the m.read part but it can be done sometime later, as it's pure optimisation.
|
|
|
|
|
|
|
|
enough
|
|
|
|
|
|
|
|
Slightly changed TagRecord constructors to match.
|
|
|
|
tagevent.h -> accountdataevents.h now has a macro to define more
simplistic events along the lines of simplestateevents.h but inheriting
from Event instead. TagEvent and ReadMarkerEvent(m.fully_read) are
defined using this macro. ReadMarkerEvent is also wired through event.*
(but not further yet).
|
|
|
|
Closes #152. Saving of specific event types should be added separately.
|
|
|
|
|
|
|
|
|
|
|
|
Now that we're on Qt 5.6 we can afford brace-initialization of those objects.
|
|
Thanks to clang-tidy for spotting that.
|
|
[skip ci]
|
|
Making it compile for android
|
|
cache payload
|
|
|
|
QtCreator
|
|
|
|
The first part at least checks that qmc-example works on OSX (and we no more make a useless bundle for it). The second part allows to change valgrind options without tinkering .travis.yml.
|
|
To be able to get all available tags throughout the connection.
|
|
Closes #134.
|
|
Closes #175.
|
|
Closes #176. The right way (c) of server name resolution will be done in #178 (see also the Google Doc mentioned in it).
|
|
And QDebug doesn't work with u"" anyway.
|
|
Closes #177.
|
|
|
|
|
|
|
|
Those methods are more appropriate for Room.
|
|
cout
The room alias is the third parameter (after user and password).
|
|
|
|
Plugs some memory leaks reported by Valgrind.
|
|
|
|
|
|
Adding valgrind to the mix.
|