Age | Commit message (Expand) | Author |
2022-09-04 | StateEventBase -> StateEvent | Alexey Rusakov |
2022-09-04 | Disallow direct events construction from JSON | Alexey Rusakov |
2022-09-04 | Streamline event types | Alexey Rusakov |
2022-09-04 | EventMetaType, QUO_EVENT, QUO_BASE_EVENT | Alexey Rusakov |
2022-08-05 | eventloader.h: use basicJson() in a uniform way | Alexey Rusakov |
2022-05-08 | Use std::pair instead of QPair | Alexey Rusakov |
2022-05-08 | basic*EventJson() -> *Event::basicJson() | Alexey Rusakov |
2022-05-08 | StateEvent: use non-member JSON converters | Alexey Rusakov |
2021-12-29 | Refactor EventFactory and move it out of _impl:: | Alexey Rusakov |
2021-12-29 | Add QUOTIENT_API throughout non-generated code | Alexey Rusakov |
2021-12-22 | StateEventBase: force type to unknown if stateKey is not in JSON | Alexey Rusakov |
2021-12-22 | Simplify the code around EventFactory<> | Alexey Rusakov |
2021-11-26 | Drop Q_GADGET from most uncopyable classes; other minor cleanup | Alexey Rusakov |
2021-08-22 | Drop other stuff deprecated pre- or early 0.6 | Alexey Rusakov |
2021-01-16 | Updated copyright statements upon Git audit | Kitsune Ral |
2020-12-26 | Port existing copyright statement to reuse using licensedigger | Carl Schwan |
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 |