index
:
libquotient
master
Unnamed repository; edit this file 'description' to name the repository.
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
events
/
stateevent.h
Age
Commit message (
Expand
)
Author
2020-11-14
Make StateEventBase Q_GADGET too
Kitsune Ral
2020-11-14
Cleanup
Kitsune Ral
2019-09-12
Introduce HashQ<> and UnorderedMap<>
Kitsune Ral
2019-08-09
Namespace: QMatrixClient -> Quotient (with back comp alias)
Kitsune Ral
2019-08-02
Apply the new brace wrapping to source files
Kitsune Ral
2019-07-09
Merge branch 'master' into use-clang-format
Kitsune Ral
2019-07-06
Fix building with Clang
Kitsune Ral
2019-07-06
Be stricter on usage of stateKey
Kitsune Ral
2019-07-06
Convenience: StateKeyKey, StateKeyKeyL, basicStateEventJson()
Kitsune Ral
2019-06-24
Merge branch 'master' into clang-format
Kitsune Ral
2019-03-02
style: apply .clang-format to all .cpp and .h files
Marc Deop
2019-02-24
Fix Qt<5.7 build for std::hash<StateEventKey>
Alexey Andreyev
2019-01-06
Create StateEventBase events if state_key is there
Kitsune Ral
2019-01-05
Make content in events editable
Kitsune Ral
2018-12-08
StateEvent<>: make data members private
Kitsune Ral
2018-11-17
StateEventBase::replacedState()
Kitsune Ral
2018-11-14
Room: fix incorrect handling of state event redactions
Kitsune Ral
2018-11-04
StateEventKey and std::hash<StateEventKey> to arrange state events in hashmaps
Kitsune Ral
2018-11-04
Support dumping Events to QDebug
Kitsune Ral
2018-07-04
Break down event.* into smaller files
Kitsune Ral