Age | Commit message (Expand) | Author |
2017-12-29 | Allow to customize and connect to the used QNetworkAccessManager from clients | Kitsune Ral |
2017-12-29 | Use std::unique_ptr instead of bare pointers; cleanup stale declarations | Kitsune Ral |
2017-12-28 | NetworkSettings: add setupApplicationProxy() accessible from QML; proxyPort i... | Kitsune Ral |
2017-12-28 | Switch from QPixmap to QImage; add convenience avatar() overloads to Room and... | Kitsune Ral |
2017-12-27 | Introduce StateEventBase - a non-template base for StateEvent<> | Kitsune Ral |
2017-12-27 | StateEvent<>: Look for prev_content in unsigned, not top-level | Kitsune Ral |
2017-12-26 | NetworkSettings: store proxy configuration | Kitsune Ral |
2017-12-26 | Settings: factored out common declarations/definitions to macros | Kitsune Ral |
2017-12-25 | CMakeLists: Add -W to the mix | Kitsune Ral |
2017-12-25 | qmake: Use QMAKE_CXX_FLAGS_WARN_ON rather than QMAKE_CXX_FLAGS | Kitsune Ral |
2017-12-25 | Connection: change the attempt number propagated from BaseJob | Kitsune Ral |
2017-12-25 | BaseJob: further minor code cleanup | Kitsune Ral |
2017-12-25 | qmake: Use the compiler specified in the environment; revert to CONFIG += c++14 | Kitsune Ral |
2017-12-25 | qmake: Use -std=C++14, not -std=gnu++1y substituted for CONFIG += c++14 | Kitsune Ral |
2017-12-25 | Polished warnings configuration | Kitsune Ral |
2017-12-25 | Room: Remove C++14 code from the header file | Kitsune Ral |
2017-12-25 | BaseJob: consolidate job timeout configuration | Kitsune Ral |
2017-12-25 | Connection: Be more accurate with lambda captures | Kitsune Ral |
2017-12-25 | Fix CI | Kitsune Ral |
2017-12-25 | Now really switching to the new toolchain: C++14, GCC/Clang 5, Qt 5.6 | Kitsune Ral |
2017-12-25 | ReceiptEvent: use QVector instead of std::vector | Kitsune Ral |
2017-12-25 | CONTRIBUTING.md refreshed and slightly extended | Kitsune Ral |
2017-12-25 | Use pimpl for Avatars | Kitsune Ral |
2017-12-25 | Code cleanup | Kitsune Ral |
2017-12-25 | Qt 5.6 or newer is required from now on | Kitsune Ral |
2017-12-21 | Connection::logout: supply receiver to connect(job,...) | Kitsune Ral |
2017-12-20 | Connection::accessToken - return QByteArray instead of QString | Kitsune Ral |
2017-12-20 | Clean away legacy settings when possible | Kitsune Ral |
2017-12-19 | Don't use LoginJob::homeServer() anymore | Kitsune Ral |
2017-12-16 | Connection: proactively create a Room object upon joining a room | Kitsune Ral |
2017-12-16 | CMakeLists.txt: Make -Wreturn-type an error | Kitsune Ral |
2017-12-16 | Fix an assertion failure when redacting an unknown event | Kitsune Ral |
2017-12-14 | Another fix for CI on OSX | Kitsune Ral |
2017-12-14 | Add a missing header to fixing building on OSX | Kitsune Ral |
2017-12-14 | Declare SyncRoomData as C++-movable | Kitsune Ral |
2017-12-14 | One more fix for older compilers | Kitsune Ral |
2017-12-14 | Fixed building with older compilers | Kitsune Ral |
2017-12-14 | That virtual ~Event() mentioned in the previous commit message | Kitsune Ral |
2017-12-14 | Move all internal event pointers to std::unique_ptr<> | Kitsune Ral |
2017-12-14 | Room::markMessagesAsRead(): Move private overload to pimpl | Kitsune Ral |
2017-12-13 | EventsBatch: document the class | Kitsune Ral |
2017-12-13 | Refactoring around Room::Private::insertEvent(s) | Kitsune Ral |
2017-12-12 | Deduplicate events within a batch | Kitsune Ral |
2017-12-12 | Fix a compiler warning | Kitsune Ral |
2017-12-11 | Whitelist origin_server_ts in redaction logic | Kitsune Ral |
2017-12-10 | Fixed compilation with older Qt | Kitsune Ral |
2017-12-10 | Enable sending requests for redaction to the server | Kitsune Ral |
2017-12-10 | Process incoming redactions | Kitsune Ral |
2017-12-10 | RedactionEvent and RoomEvent::redactedBecause() | Kitsune Ral |
2017-12-10 | Introduce RoomEventsView | Kitsune Ral |