Age | Commit message (Expand) | Author |
2017-07-19 | Restore compatibility with CMake versions below 3.3 | Kitsune Ral |
2017-07-19 | Make sure -Wall is used regardless of the parent project settings | Kitsune Ral |
2017-07-18 | Merge pull request #77 from Quiark/master | Kitsune Ral |
2017-07-18 | Room event timestamp can also be undefined | Roman Plášil |
2017-07-16 | Fixed too strict validations in (Room)Event | Kitsune Ral |
2017-07-15 | Merge pull request #72 from QMatrixClient/kitsune-send-events | Kitsune Ral |
2017-06-29 | Fixed building with Qt version=5.4; moved away a macro unused in headers | Kitsune Ral |
2017-06-27 | Enable sending RoomMessageEvents | Kitsune Ral |
2017-06-22 | RoomMessageEvent: Simplify constructors, use QString msgType internally | Kitsune Ral |
2017-06-22 | MessageEventContent: generalise mimeType | Kitsune Ral |
2017-06-22 | Enable creation of RoomMessageEvents | Kitsune Ral |
2017-06-22 | Enable creation and usage of Event and RoomEvent objects locally, including QML | Kitsune Ral |
2017-06-22 | BaseJob::* facility classes: better construction | Kitsune Ral |
2017-06-22 | Connection is now able to generate transaction ids | Kitsune Ral |
2017-06-13 | Removed RoomMessageEvent::userId in favor of RoomEvent::senderId | Kitsune Ral |
2017-06-07 | Merge pull request #69 from Quiark/pull-bridged-field | Kitsune Ral |
2017-06-07 | Adjust whitespace | Roman Plášil |
2017-06-07 | Split user's bridge (IRC, Gitter) into a separate field in user model object | Roman Plášil |
2017-06-07 | Merge pull request #68 from Quiark/pull-mark-invokable | Kitsune Ral |
2017-06-07 | Make markAllMessagesAsRead() Q_INVOKABLE | Roman Plášil |
2017-06-02 | Merge pull request #66 from Quiark/reorg | Kitsune Ral |
2017-06-02 | Add Room::memberNames() for nick completion in QML | Roman Plášil |
2017-06-02 | Clean up | Roman Plášil |
2017-06-02 | Fix qmake compilation | Roman Plášil |
2017-05-28 | Merge pull request #65 from QMatrixClient/kitsune-simplify-events | Kitsune Ral |
2017-05-22 | Fixed building with CLang 3.5 | Kitsune Ral |
2017-05-22 | Refactored Events | Kitsune Ral |
2017-05-22 | Cleanup | Kitsune Ral |
2017-05-22 | Dispatch<>: Allow nullptr for a function; special-case GCC 4.8 | Kitsune Ral |
2017-05-22 | util.h: lookup() uses forwarding refs; added Dispatch/dispatch and REGISTER_ENUM | Kitsune Ral |
2017-05-18 | Merge pull request #64 from Fxrh/kitsune-osx-ci | Kitsune Ral |
2017-05-18 | Enable OSX in Travis CI | Kitsune Ral |
2017-05-17 | Merge pull request #62 from Fxrh/kitsune-refactoring | Kitsune Ral |
2017-05-13 | More code cleanup and tweaks; fine-tuning logs; performance improvements | Kitsune Ral |
2017-05-13 | Refactored logging enhancements | Kitsune Ral |
2017-05-12 | BaseJob: Do not leak access token into the job configuration | Kitsune Ral |
2017-05-09 | Returned Connection::disconnectFromServer() for back-compatibility | Kitsune Ral |
2017-05-09 | README.md: Described how to use Qt logging categories | Kitsune Ral |
2017-05-09 | Enable Travis CI webhook so that Matrix rooms could listen | Kitsune Ral |
2017-05-09 | LeaveRoomJob now accepts a roomId, not a Room object; Room::leaveRoom() intro... | Kitsune Ral |
2017-05-09 | Allow to get a Connection object of the Room | Kitsune Ral |
2017-05-09 | Code cleanup and tweaking (partially driven by clang-tidy) | Kitsune Ral |
2017-05-08 | Make QNetworkAccessManager member a singleton | Kitsune Ral |
2017-05-01 | Merge pull request #61 from elvisangelaccio/qloggingcategory | Kitsune Ral |
2017-04-30 | Port to categorized logging | Elvis Angelaccio |
2017-04-20 | Merge pull request #60 from elvisangelaccio/dont-discard-avatars | Kitsune Ral |
2017-04-19 | Don't discard avatars as well | Elvis Angelaccio |
2017-04-18 | Added markAllMessagesAsRead() | Kitsune Ral |
2017-04-18 | Use localeAwareCompare() to sort room members | Kitsune Ral |
2017-04-17 | Merge pull request #59 from elvisangelaccio/fix-displayname | Kitsune Ral |