Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove dead code & small refactorings using the std library | Konstantinos Sideris | 2018-03-03 | 7 | -103/+12 | |
| | ||||||
* | Pass arch flags for appveyor build | Konstantinos Sideris | 2018-03-03 | 2 | -6/+10 | |
| | | | | [ci skip] | |||||
* | Specify install directory & arch for the matrix_structs library | Konstantinos Sideris | 2018-03-03 | 2 | -8/+16 | |
| | | | | [ci skip] | |||||
* | Specify release config for windows | Konstantinos Sideris | 2018-03-03 | 1 | -1/+1 | |
| | ||||||
* | Remove xcode8 entry from ci | Konstantinos Sideris | 2018-03-03 | 1 | -3/+0 | |
| | ||||||
* | Remove git submodules in favor of cmake's ExternalProject | Konstantinos Sideris | 2018-03-03 | 7 | -18/+69 | |
| | ||||||
* | Handle empty matrix ID (regression from 9de1ec1) | Konstantinos Sideris | 2018-03-01 | 3 | -41/+28 | |
| | | | | fixes #259 | |||||
* | Propagate errors during /login & /versions | Konstantinos Sideris | 2018-02-28 | 2 | -12/+10 | |
| | ||||||
* | Fix crash when inviting users | Konstantinos Sideris | 2018-02-28 | 6 | -69/+13 | |
| | ||||||
* | Add some missing references | Konstantinos Sideris | 2018-02-28 | 6 | -10/+9 | |
| | ||||||
* | Enable room switcher only in the chat view (#251) | Konstantinos Sideris | 2018-02-26 | 2 | -1/+11 | |
| | ||||||
* | Fix & cleanup nix files (#240) | Francesco Gazzetta | 2018-02-24 | 2 | -6/+3 | |
| | | | | | | * Fix default.nix * Cleanup package.nix | |||||
* | Replace login request with the one from matrix-structs | Konstantinos Sideris | 2018-02-23 | 6 | -95/+17 | |
| | ||||||
* | Relax matrix identifier parsing | Konstantinos Sideris | 2018-02-23 | 2 | -2/+1 | |
| | | | | fixes #241 | |||||
* | Fix crash when trying to use automatically deleted ImageOverlay dialog | Konstantinos Sideris | 2018-02-20 | 2 | -4/+2 | |
| | ||||||
* | Be explicit about the captured parameters in lambdas | Konstantinos Sideris | 2018-02-20 | 24 | -133/+142 | |
| | ||||||
* | Scale down the preview image to fit in the application window | Konstantinos Sideris | 2018-02-19 | 4 | -14/+18 | |
| | | | | | On macOS the modal has some extra space around the main content that might make it unusable with a big enough image. | |||||
* | Move scaleImage() in Utils | Konstantinos Sideris | 2018-02-19 | 5 | -59/+46 | |
| | ||||||
* | Minor adjustments | Konstantinos Sideris | 2018-02-19 | 18 | -37/+37 | |
| | ||||||
* | Notify the user on upload failures | Konstantinos Sideris | 2018-02-19 | 3 | -5/+12 | |
| | ||||||
* | Support audio, video, generic file for pasting (#220) | christarazi | 2018-02-18 | 25 | -398/+551 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * Refactor widget items to use same interface * Support audio, video, generic file for pasting * Add utils function for human readable file sizes * Set correct MIME type for media messages This change also determines the size of the upload once from the ContentLengthHeader, rather than seeking the QIODevice and asking for its size. This prevents any future trouble in case the QIODevice is sequential (cannot be seeked). The MIME type is also determined at upload once, rather than using the QIODevice and the underlying data inside. * Allow for file urls to be used as fall-back This fixes an issue on macOS which uses `text/uri-list` for copying files to the clipboard. fixes #228 | |||||
* | Show loading indicator while waiting for /login & /logout | Konstantinos Sideris | 2018-02-18 | 6 | -28/+44 | |
| | | | | fixes #208 | |||||
* | Properly detect the start of the timeline | Konstantinos Sideris | 2018-02-17 | 1 | -1/+2 | |
| | | | | | | | We can't rely solely on the number of the returned messages because it could be zero if all the event types are unknown. fixes #168 | |||||
* | Remove QPropertyAnimation from modals to work around a regression on Qt ↵ | Konstantinos Sideris | 2018-02-17 | 8 | -72/+18 | |
| | | | | 5.10.1 (#87) | |||||
* | Fix transparency issue on custom dialogs | Konstantinos Sideris | 2018-02-17 | 1 | -2/+0 | |
| | | | | fixes #87 | |||||
* | Hide emoji picker when the app loses focus | Konstantinos Sideris | 2018-02-16 | 1 | -2/+1 | |
| | | | | | fixes #184 fixes #209 | |||||
* | Fix clang build | Konstantinos Sideris | 2018-02-16 | 1 | -1/+1 | |
| | ||||||
* | Implement server-side notification count | Konstantinos Sideris | 2018-02-15 | 11 | -82/+22 | |
| | ||||||
* | Simplify variant access with std::visit | Konstantinos Sideris | 2018-02-11 | 2 | -74/+2 | |
| | ||||||
* | RoomList: do not blindly dereference RoomState (#232) | William Pitcock | 2018-02-11 | 1 | -5/+8 | |
| | | | | This can happen when a new room is being created from a different client and thus is created with no known state to the local client. | |||||
* | Remove empty destructors | Konstantinos Sideris | 2018-02-10 | 41 | -86/+7 | |
| | ||||||
* | Move LeaveRoom dialog to MainWindow (#87) | Konstantinos Sideris | 2018-02-10 | 8 | -86/+37 | |
| | ||||||
* | Update build instructions | Konstantinos Sideris | 2018-02-10 | 2 | -15/+19 | |
| | | | | | | fixes #226 [ci skip] | |||||
* | Generate a date separator before local messages | Konstantinos Sideris | 2018-02-10 | 2 | -11/+21 | |
| | ||||||
* | Remove tone emoji | Konstantinos Sideris | 2018-02-09 | 4 | -89/+20 | |
| | ||||||
* | Add a timeout timer for initial sync (#223, #222) | Konstantinos Sideris | 2018-02-08 | 4 | -30/+51 | |
| | | | | Show a better message on the login screen after an initial sync failure. | |||||
* | Merge pull request #227 from christarazi/fix-text-wrap-checkmark | mujx | 2018-02-08 | 2 | -5/+20 | |
|\ | | | | | | | | | Create space for checkmark beforehand fixes #217 | |||||
| * | Create new font for checkmark | Chris Tarazi | 2018-02-07 | 1 | -4/+5 | |
| | | ||||||
| * | Apply fixed width for checkmark for all messages | Chris Tarazi | 2018-02-07 | 2 | -1/+9 | |
| | | ||||||
| * | Fix #217: create space for checkmark beforehand | Chris Tarazi | 2018-02-07 | 2 | -5/+11 | |
|/ | ||||||
* | Merge pull request #231 from xvitaly/fedora | mujx | 2018-02-07 | 1 | -1/+0 | |
|\ | | | | | | | | | Updated Fedora installation instructions [ci skip] | |||||
| * | Updated Fedora installation instructions. | Vitaly Zaitsev | 2018-02-07 | 1 | -1/+0 | |
|/ | | | | Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org> | |||||
* | Update build instructions (#226) | Konstantinos Sideris | 2018-02-05 | 1 | -5/+11 | |
| | ||||||
* | Handle case with no available rooms | Konstantinos Sideris | 2018-02-02 | 2 | -0/+9 | |
| | | | | fixes #181 | |||||
* | Added AppData manifest file for Gnome Software (#224) | Vitaly Zaitsev | 2018-02-01 | 2 | -0/+23 | |
| | | | Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org> | |||||
* | Update matrix-structs | Konstantinos Sideris | 2018-02-01 | 1 | -0/+0 | |
| | ||||||
* | Add Dockerfile to create an AppImage for Debian (#156) | Konstantinos Sideris | 2018-02-01 | 4 | -0/+36 | |
| | ||||||
* | Second attempt to fix failback text size for ImageItem | Konstantinos Sideris | 2018-01-31 | 1 | -2/+2 | |
| | ||||||
* | Remove version number for nightly releases | Konstantinos Sideris | 2018-01-30 | 1 | -3/+2 | |
| | ||||||
* | Add enough space for the failback text in ImageItem | Konstantinos Sideris | 2018-01-30 | 1 | -2/+2 | |
| | ||||||
* | Increase pagination retry timeout | Konstantinos Sideris | 2018-01-30 | 1 | -6/+2 | |
| | ||||||
* | Render messages received by `/messages` on demand | Konstantinos Sideris | 2018-01-30 | 2 | -33/+66 | |
| | ||||||
* | Update user avatars in place | Konstantinos Sideris | 2018-01-30 | 1 | -4/+2 | |
| | ||||||
* | Register timeline item so that it will be available | Konstantinos Sideris | 2018-01-29 | 1 | -4/+2 | |
| | ||||||
* | Use Qt 5.9.2 on travis | Konstantinos Sideris | 2018-01-29 | 2 | -3/+3 | |
| | ||||||
* | Bump up Qt versions on travis & appveyor | Konstantinos Sideris | 2018-01-29 | 3 | -8/+10 | |
| | ||||||
* | Remove '#' from the room avatars | Konstantinos Sideris | 2018-01-25 | 1 | -3/+8 | |
| | ||||||
* | Add missing processEvents call | Konstantinos Sideris | 2018-01-25 | 1 | -0/+2 | |
| | ||||||
* | Call processEvents while rendering new events | Konstantinos Sideris | 2018-01-25 | 1 | -3/+10 | |
| | ||||||
* | Generate compile_commands.json | Konstantinos Sideris | 2018-01-25 | 2 | -1/+3 | |
| | ||||||
* | Erase items using the key | Konstantinos Sideris | 2018-01-25 | 6 | -12/+7 | |
| | ||||||
* | Resize text input vertically to fit the contents | Konstantinos Sideris | 2018-01-25 | 2 | -9/+20 | |
| | ||||||
* | Use more stl containers & minor refactorings | Konstantinos Sideris | 2018-01-24 | 16 | -329/+293 | |
| | ||||||
* | Remove trailing whitespace from text messages | Konstantinos Sideris | 2018-01-23 | 1 | -2/+2 | |
| | | | | fixes #216 | |||||
* | Show the scroll-down button when showing the timeline | Konstantinos Sideris | 2018-01-23 | 2 | -9/+19 | |
| | ||||||
* | Don't dismiss the loading overlay by clicking | Konstantinos Sideris | 2018-01-22 | 3 | -18/+13 | |
| | ||||||
* | Disable minimize to tray except for the ChatPage | Konstantinos Sideris | 2018-01-22 | 1 | -1/+5 | |
| | ||||||
* | Fix ci | Konstantinos Sideris | 2018-01-22 | 1 | -3/+1 | |
| | ||||||
* | Remove Accept-Encoding header | Konstantinos Sideris | 2018-01-22 | 3 | -72/+1 | |
| | ||||||
* | Load the initial cache data without blocking the UI | Konstantinos Sideris | 2018-01-21 | 5 | -37/+52 | |
| | ||||||
* | Refactor avatar fetching in one function | Konstantinos Sideris | 2018-01-21 | 7 | -74/+23 | |
| | ||||||
* | Fix iterator crash | Konstantinos Sideris | 2018-01-21 | 1 | -5/+4 | |
| | ||||||
* | Use the Accept-Content header to enable response compression | Konstantinos Sideris | 2018-01-21 | 3 | -3/+80 | |
| | | | | | fixes #86 fixes #89 | |||||
* | Convert 'if' to 'else if' to remove a no-op | Konstantinos Sideris | 2018-01-17 | 1 | -8/+4 | |
| | ||||||
* | Automatically focus on input when opening a dialog | Konstantinos Sideris | 2018-01-16 | 6 | -0/+27 | |
| | ||||||
* | Add some very useful commands | Konstantinos Sideris | 2018-01-16 | 1 | -0/+4 | |
| | ||||||
* | Hack to work around layout flickering when adding new timeline items | Konstantinos Sideris | 2018-01-16 | 2 | -3/+16 | |
| | ||||||
* | Fix emoji as avatars issue for the receipts | Konstantinos Sideris | 2018-01-16 | 1 | -1/+2 | |
| | ||||||
* | Move the cursor to the start/end of the text before we move up/down in history | Konstantinos Sideris | 2018-01-16 | 1 | -2/+18 | |
| | | | | fixes #166 | |||||
* | Add borders | Konstantinos Sideris | 2018-01-15 | 6 | -0/+71 | |
| | ||||||
* | Change cache format to not allow duplicate receipts | Konstantinos Sideris | 2018-01-14 | 4 | -33/+15 | |
| | | | | Convert list of receipts to map<userId, timestamp> | |||||
* | Check if the linuxdeployqt-AppDir does exist before downloading (#205) | krombel | 2018-01-14 | 1 | -1/+4 | |
| | | | When you run the docker-image while being offline this step avoids nheko to be build. | |||||
* | Add option to disable typing notifications | Konstantinos Sideris | 2018-01-14 | 3 | -5/+52 | |
| | | | | fixes #131 | |||||
* | Add a checkmark to messages that have been received by the server (#93) | Konstantinos Sideris | 2018-01-14 | 3 | -1/+14 | |
| | ||||||
* | Move timestamps to the right | Konstantinos Sideris | 2018-01-14 | 3 | -48/+78 | |
| | ||||||
* | Fix macOs ci | Konstantinos Sideris | 2018-01-13 | 1 | -0/+4 | |
| | ||||||
* | Keep syncing regardless of connectivity (#93) | Konstantinos Sideris | 2018-01-13 | 3 | -15/+18 | |
| | ||||||
* | Make some functions inline | Konstantinos Sideris | 2018-01-13 | 2 | -46/+25 | |
| | ||||||
* | Use QSharedPointer to save RoomStates | Konstantinos Sideris | 2018-01-13 | 8 | -107/+108 | |
| | ||||||
* | Add qt5.7 on travis ci | Konstantinos Sideris | 2018-01-13 | 7 | -35/+89 | |
| | ||||||
* | Upload filter automatically and use filter_id (#201) | krombel | 2018-01-13 | 2 | -0/+57 | |
| | | | | | | | | | | | When a custom filter is inserted into nheko.conf or there was no filter defined yet the default filter gets automatically uploaded. After a successful upload the server-side generated filter-id is used. This is done async as it is just an enhancement and it is not required to upload the filter before the first request. | |||||
* | Properly assign default value to QSharedPointer for Qt5.7 | Konstantinos Sideris | 2018-01-12 | 1 | -3/+4 | |
| | | | | [ci skip] | |||||
* | Use Q_NULLPTR to be compatible with qt5.7 | Konstantinos Sideris | 2018-01-12 | 2 | -7/+7 | |
| | | | | fixes #199 | |||||
* | Handle surrogate pairs in avatars | Konstantinos Sideris | 2018-01-12 | 6 | -13/+25 | |
| | ||||||
* | Dismiss modal by clicking on the overlay | Konstantinos Sideris | 2018-01-11 | 2 | -0/+12 | |
| | ||||||
* | Lint | Konstantinos Sideris | 2018-01-11 | 2 | -17/+23 | |
| | | | | [ci skip] | |||||
* | Filter out content in sync that is currently unhandled (#198) | krombel | 2018-01-11 | 2 | -9/+32 | |
| | | | | | | | | | | | | | | | I had a look at sync.cpp and checked which parts of the sync response are currently handled and which not. As I think it is unnecessary to let the unhandled data be transmitted without being handled I added these filters. In the same term I increased the timeout server-side to 30s as Riot defaults to this value as well. Especially now when a lots of presence-updates are not send anymore this value is more relevant. It is now also possible to use a filter that is defined in`client/sync_filter`. Advanced users might want to set an own filter here. [ci skip] | |||||
* | Remove Connection header | Konstantinos Sideris | 2018-01-10 | 1 | -2/+0 | |
| | ||||||
* | Fix versioning on deb packages | Konstantinos Sideris | 2018-01-10 | 2 | -0/+16 | |
| | | | | fixes #197 | |||||
* | Add support for pasting images into a room (#180) | christarazi | 2018-01-10 | 22 | -73/+388 | |
| | | | fixes #132 | |||||
* | Make group's sidebar visible through an option | Konstantinos Sideris | 2018-01-09 | 4 | -6/+67 | |
| | ||||||
* | Add make install and make uninstall rules to cmake (#196) | Bart Ribbers | 2018-01-09 | 2 | -0/+44 | |
| | ||||||
* | Communities (#195) | Max Sandholm | 2018-01-09 | 23 | -13/+1054 | |
| | ||||||
* | Make usernames in timeline less bold | Konstantinos Sideris | 2018-01-08 | 1 | -1/+1 | |
| | ||||||
* | Enable read receipts on messages sent through nheko | Konstantinos Sideris | 2018-01-05 | 2 | -0/+5 | |
| | ||||||
* | Create widgets on demand for messages added to the end of the timeline | Konstantinos Sideris | 2018-01-05 | 7 | -55/+260 | |
| | ||||||
* | Remove an extra colon from the receipt time | Konstantinos Sideris | 2018-01-04 | 1 | -1/+1 | |
| | | | | [ci skip] | |||||
* | matrix-structs: Parse m.room.redaction events | Konstantinos Sideris | 2018-01-03 | 1 | -0/+0 | |
| | | | | fixes #168 | |||||
* | Add missing <functional> header | Konstantinos Sideris | 2018-01-03 | 1 | -0/+1 | |
| | ||||||
* | Initial support for read receipts | Konstantinos Sideris | 2018-01-03 | 19 | -32/+433 | |
| | ||||||
* | Add Alpine Linux installation instructions (#191) | Bart Ribbers | 2018-01-02 | 1 | -0/+8 | |
| | | | | | | | The first distribution to have nheko in it's official repositories! 🎉 Right now nheko is only in the `testing` repository, but this will be moved to `community` after a while (after which it's available for installation out of the box). | |||||
* | Add missing -j flag to the archive script | Konstantinos Sideris | 2018-01-02 | 1 | -1/+1 | |
| | | | | [ci skip] | |||||
* | Add script to create archive | Konstantinos Sideris | 2017-12-31 | 1 | -6/+0 | |
| | | | | [ci skip] | |||||
* | Update travis | Konstantinos Sideris | 2017-12-31 | 6 | -35/+25 | |
| | ||||||
* | matrix-structs: Fix historical user ID decoding | Konstantinos Sideris | 2017-12-30 | 1 | -0/+0 | |
| | ||||||
* | ci: Don't build artifacts on commits without a tag | Konstantinos Sideris | 2017-12-30 | 3 | -3/+18 | |
| | ||||||
* | Load last content from all rooms | Konstantinos Sideris | 2017-12-30 | 1 | -0/+1 | |
| | | | | fixes #175 | |||||
* | Use `toMSecsSinceEpoch` to be compatible with qt < 5.8 | Konstantinos Sideris | 2017-12-30 | 1 | -1/+1 | |
| | ||||||
* | Re-order room list based on activity | Konstantinos Sideris | 2017-12-30 | 8 | -16/+125 | |
| | | | | fixes #2 | |||||
* | Use qobject_cast on TimelineItem | Konstantinos Sideris | 2017-12-30 | 1 | -2/+2 | |
| | ||||||
* | matrix-structs: Set defaults on common structs | Konstantinos Sideris | 2017-12-27 | 1 | -0/+0 | |
| | ||||||
* | Add release badge | Konstantinos Sideris | 2017-12-27 | 1 | -1/+1 | |
| | ||||||
* | Mention deb and rpm packages | Konstantinos Sideris | 2017-12-26 | 1 | -1/+2 | |
| | | | | [ci skip] | |||||
* | Docs: Update required Clang version to 3.8 (#182) | alphapapa | 2017-12-26 | 1 | -1/+1 | |
| | | | | | Fixes #179 [ci skip] | |||||
* | Add deb and rpm packages on releases | Konstantinos Sideris | 2017-12-26 | 5 | -7/+81 | |
| | ||||||
* | Add date separator in the timeline | Konstantinos Sideris | 2017-12-25 | 6 | -19/+80 | |
| | | | | fixes #157 | |||||
* | Use a better regex to identify URLs | Konstantinos Sideris | 2017-12-24 | 4 | -12/+14 | |
| | ||||||
* | Fix deploy conditionals | Konstantinos Sideris | 2017-12-23 | 1 | -2/+2 | |
| | ||||||
* | Restrict display name width to 500px | Konstantinos Sideris | 2017-12-23 | 1 | -1/+3 | |
| | ||||||
* | Don't keep fetching history on non-visible timelines | Konstantinos Sideris | 2017-12-23 | 2 | -6/+13 | |
| | | | | | | | | If the user switched to another timeline before the current timeline filled up with messages, nheko would keep fetching history. Now it will check periodically if the timeline became visible so it can decide whether or not to stop fetching history. | |||||
* | Don't create artifacts when we're not deploying | Konstantinos Sideris | 2017-12-22 | 1 | -2/+2 | |
| | ||||||
* | Use ninja on travis | Konstantinos Sideris | 2017-12-22 | 2 | -11/+14 | |
| | ||||||
* | Use the "state_key" to assign avatars | Konstantinos Sideris | 2017-12-22 | 1 | -1/+1 | |
| | | | | | fixes #113 fixes #173 | |||||
* | Cache room avatars (#139) | Konstantinos Sideris | 2017-12-22 | 7 | -14/+107 | |
| | | | | fixes #107 | |||||
* | Add rounded corners to inline images | Konstantinos Sideris | 2017-12-21 | 2 | -15/+29 | |
| | ||||||
* | Remove the 'Video' prefix from video links | Konstantinos Sideris | 2017-12-21 | 1 | -1/+3 | |
| | ||||||
* | Update README | Konstantinos Sideris | 2017-12-21 | 2 | -9/+17 | |
| | ||||||
* | Fix font size inconsistencies | Konstantinos Sideris | 2017-12-21 | 3 | -8/+14 | |
| | ||||||
* | Bump font sizes | Konstantinos Sideris | 2017-12-21 | 1 | -6/+6 | |
| | ||||||
* | Bold room names | Konstantinos Sideris | 2017-12-21 | 3 | -4/+5 | |
| | ||||||
* | Prevent emoji selector for closing | Konstantinos Sideris | 2017-12-21 | 2 | -19/+0 | |
| | | | | fixes #176 | |||||
* | Handle incoming invites | Konstantinos Sideris | 2017-12-19 | 12 | -87/+346 | |
| | | | | fixes #128 | |||||
* | Remove minimum height limit (#160, #163) | Konstantinos Sideris | 2017-12-17 | 1 | -1/+1 | |
| | ||||||
* | Update matrix-structs | Konstantinos Sideris | 2017-12-17 | 1 | -0/+0 | |
| | ||||||
* | Handle null values on events | Konstantinos Sideris | 2017-12-16 | 1 | -0/+0 | |
| | ||||||
* | Dump json contents on parsing errors | Konstantinos Sideris | 2017-12-16 | 1 | -0/+0 | |
| | ||||||
* | Improve logging on event parsing failure | Konstantinos Sideris | 2017-12-16 | 2 | -1/+1 | |
| | ||||||
* | Remove submodules from matrix-structs | Konstantinos Sideris | 2017-12-16 | 3 | -1/+4 | |
| | | | | fixes #164 | |||||
* | Update package.nix to include QT Multimedia (#165) | Jani Mustonen | 2017-12-16 | 1 | -2/+2 | |
| | ||||||
* | Allow only one application instance | Konstantinos Sideris | 2017-12-14 | 4 | -5/+180 | |
| | | | | fixes #141 | |||||
* | Upgrade appveyor to Qt 5.9.2 | Konstantinos Sideris | 2017-12-14 | 1 | -2/+2 | |
| | ||||||
* | Create appimage with docker | Konstantinos Sideris | 2017-12-14 | 2 | -0/+50 | |
| | | | | [ci skip] | |||||
* | Remove -march=native | Konstantinos Sideris | 2017-12-12 | 1 | -1/+0 | |
| | | | | [ci skip] | |||||
* | Valgrind run | Konstantinos Sideris | 2017-12-12 | 2 | -8/+8 | |
| | | | | | - Fix a memory leak where a layout was created without being used. - Fix uninitialized value. | |||||
* | Add dialog to create rooms | Konstantinos Sideris | 2017-12-11 | 11 | -0/+285 | |
| | | | | fixes #25 | |||||
* | Add system theme colors for FloatingButton (#112) | Konstantinos Sideris | 2017-12-11 | 1 | -0/+5 | |
| | ||||||
* | Add menu to invite users | Konstantinos Sideris | 2017-12-10 | 17 | -4/+360 | |
| | ||||||
* | Add gui option for joining rooms (#25) | Konstantinos Sideris | 2017-12-10 | 9 | -13/+98 | |
| | ||||||
* | Add debug info on travis builds | Konstantinos Sideris | 2017-12-10 | 1 | -2/+1 | |
| | ||||||
* | Reset cache on breaking changes | Konstantinos Sideris | 2017-12-10 | 3 | -1/+50 | |
| | | | | fixes #154 | |||||
* | Handle malformed state events | Konstantinos Sideris | 2017-12-10 | 1 | -0/+0 | |
| | ||||||
* | Add release target on the Makefile | Konstantinos Sideris | 2017-12-07 | 1 | -0/+4 | |
| | | | | | | closes #146 [ci skip] | |||||
* | Handle malformed m.topic events | Konstantinos Sideris | 2017-12-07 | 1 | -0/+0 | |
| | | | | fixes #152 | |||||
* | Catch deserialization exceptions on initial /sync | Konstantinos Sideris | 2017-12-06 | 1 | -1/+1 | |
| | ||||||
* | docs: Update required Clang version and Ubuntu 14.04 instructions (#150) | alphapapa | 2017-12-06 | 1 | -1/+10 | |
| | | | [ci skip] | |||||
* | Fix invited rooms parsing | Konstantinos Sideris | 2017-12-06 | 1 | -0/+0 | |
| | | | | fixes #149 | |||||
* | Update build instructions to include the latest changes | Konstantinos Sideris | 2017-12-06 | 1 | -4/+4 | |
| | | | | [ci skip] | |||||
* | Prevent queue from getting blocked (#142) | Konstantinos Sideris | 2017-12-06 | 2 | -4/+9 | |
| | | | | | Try sending a message when all the sent messages have been received through /sync. | |||||
* | Use the same compiler for c | Konstantinos Sideris | 2017-12-05 | 1 | -4/+8 | |
| | ||||||
* | Add style colors for the ScrollBar | Konstantinos Sideris | 2017-12-05 | 5 | -5/+29 | |
| | ||||||
* | Update dependencies | Konstantinos Sideris | 2017-12-05 | 1 | -0/+0 | |
| | ||||||
* | Fix travis errors | Konstantinos Sideris | 2017-12-04 | 2 | -2/+1 | |
| | ||||||
* | Migrate to matrix-structs for event and response parsing | Konstantinos Sideris | 2017-12-04 | 77 | -4963/+649 | |
| | ||||||
* | Run tests only with gcc | Konstantinos Sideris | 2017-12-03 | 1 | -1/+3 | |
| | ||||||
* | Bump gcc and clang version | Konstantinos Sideris | 2017-12-03 | 3 | -3/+18 | |
| | ||||||
* | Use std::exception for the login response | Konstantinos Sideris | 2017-12-03 | 1 | -1/+1 | |
| | ||||||
* | Initial integration with matrix-structs | Konstantinos Sideris | 2017-12-03 | 11 | -247/+29 | |
| | ||||||
* | Add basic support for m.video messages | Konstantinos Sideris | 2017-12-01 | 5 | -0/+185 | |
| | | | | fixes #115 | |||||
* | Allow audio clip uploads | Konstantinos Sideris | 2017-12-01 | 18 | -56/+165 | |
| | ||||||
* | Install qt-multimedia on travis | Konstantinos Sideris | 2017-12-01 | 1 | -1/+1 | |
| | ||||||
* | Add inline audio clip player (m.audio) (#143) | Konstantinos Sideris | 2017-12-01 | 16 | -93/+472 | |
| | ||||||
* | Group emoji and dialogs with namespaces | Konstantinos Sideris | 2017-11-30 | 31 | -179/+200 | |
| | ||||||
* | Create directories for related files | Konstantinos Sideris | 2017-11-30 | 35 | -96/+124 | |
| | ||||||
* | Use templates for the TimelineItem generation | Konstantinos Sideris | 2017-11-30 | 2 | -139/+90 | |
| | ||||||
* | Simplify timeline item creation | Konstantinos Sideris | 2017-11-30 | 2 | -54/+36 | |
| | ||||||
* | Implement file uploads | Konstantinos Sideris | 2017-11-29 | 13 | -102/+211 | |
| | | | | fixes #24 | |||||
* | Add read support for m.file messages (#24) | Konstantinos Sideris | 2017-11-28 | 16 | -4/+457 | |
| | ||||||
* | Remove another /messages call (#139) | Konstantinos Sideris | 2017-11-26 | 1 | -2/+0 | |
| | ||||||
* | Add desktop icons on the AppImage | Konstantinos Sideris | 2017-11-26 | 4 | -7/+27 | |
| | ||||||
* | Don't backfill messages automatically (#139) | Konstantinos Sideris | 2017-11-26 | 1 | -1/+0 | |
| | ||||||
* | Reload theme without restart (#137) | Konstantinos Sideris | 2017-11-25 | 3 | -28/+44 | |
| | ||||||
* | Paint RoomList's background (#137) | Konstantinos Sideris | 2017-11-25 | 4 | -7/+29 | |
| | ||||||
* | Add dark theme | Konstantinos Sideris | 2017-11-25 | 9 | -19/+139 | |
| | ||||||
* | Update system theme | Konstantinos Sideris | 2017-11-25 | 6 | -19/+46 | |
| | ||||||
* | Use span tags to prevent html escaping | Konstantinos Sideris | 2017-11-25 | 1 | -8/+3 | |
| | ||||||
* | Send read receipts | Konstantinos Sideris | 2017-11-24 | 11 | -4/+126 | |
| | | | | | | | | Automatically dismiss unread notifications when the window regains focus. fixes #111 fixes #68 | |||||
* | Fix qss formatting | Konstantinos Sideris | 2017-11-23 | 2 | -40/+55 | |
| | ||||||
* | Fix colors on the scroll-down button | Konstantinos Sideris | 2017-11-23 | 1 | -0/+5 | |
| | ||||||
* | Remove unnecessary comments | Konstantinos Sideris | 2017-11-22 | 16 | -52/+15 | |
| | ||||||
* | Fix emoji picker's theme | Konstantinos Sideris | 2017-11-22 | 6 | -63/+42 | |
| | ||||||
* | Fix minor stylistic issues on the nheko theme | Konstantinos Sideris | 2017-11-22 | 13 | -8/+107 | |
| | ||||||
* | Merge branch 'theme' | Konstantinos Sideris | 2017-11-22 | 29 | -95/+326 | |
|\ | ||||||
| * | Use system color scheme (using a Qt stylesheet) #104 | Max Sandholm | 2017-11-16 | 29 | -97/+328 | |
| | | | | | | | | | | | | | | The color scheme of nheko obeys the default color theme of Qt (i.e. the system theme). It uses a Qt stylesheet to accomplish this, which means replacing the color theme with a custom theme would only be a matter of writing a new style sheet and loading it into the app. | |||||
* | | Keep track of newly joined rooms in the settings manager | Konstantinos Sideris | 2017-11-21 | 4 | -30/+23 | |
|/ | | | | fixes #134 | |||||
* | Don't send empty messages | Konstantinos Sideris | 2017-11-16 | 1 | -0/+3 | |
| | ||||||
* | Lint | Konstantinos Sideris | 2017-11-15 | 4 | -16/+25 | |
| | ||||||
* | Implement a per-room send queue. (#118) | Jani Mustonen | 2017-11-15 | 7 | -61/+131 | |
| | | | [ci skip] | |||||
* | Update travis to qt5.9.2 | Konstantinos Sideris | 2017-11-10 | 2 | -3/+3 | |
| | ||||||
* | Improve settings menu layout | Konstantinos Sideris | 2017-11-09 | 2 | -4/+19 | |
| | ||||||
* | Fix roomlist borders | Konstantinos Sideris | 2017-11-09 | 1 | -0/+3 | |
| | ||||||
* | Fix initial sidebar width | Konstantinos Sideris | 2017-11-09 | 2 | -4/+2 | |
| | ||||||
* | Remove unnecessary layouts | Konstantinos Sideris | 2017-11-08 | 7 | -64/+20 | |
| | ||||||
* | Remove obsolete artifact from appveyor | Konstantinos Sideris | 2017-11-07 | 2 | -2/+1 | |
| | ||||||
* | Merge remote-tracking branch 'ralith/fix-newlines' | Konstantinos Sideris | 2017-11-07 | 1 | -4/+4 | |
|\ | ||||||
| * | Fix wacky newline/linkification interaction | Benjamin Saunders | 2017-11-05 | 1 | -4/+4 | |
| | | ||||||
* | | Parse unsigned key | Konstantinos Sideris | 2017-11-06 | 3 | -117/+181 | |
| | | ||||||
* | | Adjust appveyor configuration | Konstantinos Sideris | 2017-11-06 | 1 | -12/+10 | |
| | | ||||||
* | | Update ci | Konstantinos Sideris | 2017-11-06 | 7 | -57/+9 | |
| | | ||||||
* | | Windows icon fix and change the installer to QT Installer Framework on ↵ | Marcel | 2017-11-06 | 13 | -244/+367 | |
|/ | | | | Windows (#85) | |||||
* | Update README | Konstantinos Sideris | 2017-11-06 | 1 | -14/+4 | |
| | | | | [ci skip] | |||||
* | Fix newlines not being displayed (#122) | Benjamin Saunders | 2017-11-06 | 1 | -1/+5 | |
| | | | Fixes #64 | |||||
* | Fix a formatting issue that snuck in between PRs (#123) | Benjamin Saunders | 2017-11-06 | 1 | -2/+2 | |
| | ||||||
* | Use nightly as the dev release tag | Konstantinos Sideris | 2017-11-06 | 1 | -1/+0 | |
| | ||||||
* | Adjust release name and description | Konstantinos Sideris | 2017-11-06 | 1 | -0/+3 | |
| | ||||||
* | Encrypt token for appveyor | Konstantinos Sideris | 2017-11-05 | 1 | -1/+1 | |
| | ||||||
* | Don't specify branch on appveyor | Konstantinos Sideris | 2017-11-05 | 1 | -1/+0 | |
| | ||||||
* | Push appveyor builds to github | Konstantinos Sideris | 2017-11-05 | 1 | -0/+10 | |
| | ||||||
* | Use C++11 braced list style (#121) | Benjamin Saunders | 2017-11-05 | 25 | -1515/+1517 | |
| | ||||||
* | Add input history, enable multi-line input, refactor commands (#119) | Benjamin Saunders | 2017-11-05 | 2 | -61/+135 | |
| | | | | | | | | | This also fixes the transmission of mis-typed commands as messages, fixes inability to send messages that start with a command, and does some initial work towards automatically resizing the input field to fit the input message. | |||||
* | Fix .travis.yml format | Konstantinos Sideris | 2017-11-05 | 1 | -20/+20 | |
| | ||||||
* | Specify artifacts per build | Konstantinos Sideris | 2017-11-05 | 3 | -13/+24 | |
| | ||||||
* | Don't use make app | Konstantinos Sideris | 2017-11-05 | 1 | -1/+1 | |
| | ||||||
* | Add build script for nheko.dmg | Konstantinos Sideris | 2017-11-05 | 3 | -1/+17 | |
| | ||||||
* | Remove auto tagging | Konstantinos Sideris | 2017-11-05 | 1 | -7/+1 | |
| | ||||||
* | Add build script for AppImage | Konstantinos Sideris | 2017-11-05 | 3 | -1/+40 | |
| | ||||||
* | Exclude modifier keys from triggering typing notifications | Konstantinos Sideris | 2017-11-05 | 1 | -4/+7 | |
| | | | | fixes #116 | |||||
* | Simple SOCKS proxy support (#110) | Jani Mustonen | 2017-11-04 | 1 | -0/+29 | |
| | ||||||
* | Reset the sender's name when paginating backwards | Konstantinos Sideris | 2017-11-03 | 1 | -0/+4 | |
| | | | | | | | | The first message of the timeline would have an avatar and the rest of the messages would use the previous to be configured (whether or not should have an avatar). fixes #63 | |||||
* | Improvements to the quick switcher (#109) | Jani Mustonen | 2017-11-03 | 6 | -13/+31 | |
| | | | | | | | | - Ghetto disambiguation for the quick switcher - Fix the Ctrl+K shortcut - Fix keyboard focus when the quick switcher is closed fixes #114 | |||||
* | Update issue template | Konstantinos Sideris | 2017-11-02 | 2 | -1/+3 | |
| | ||||||
* | Implement a setting for the tray icon (#108) | Jani Mustonen | 2017-11-02 | 4 | -8/+15 | |
| | ||||||
* | Add issue template | Konstantinos Sideris | 2017-11-02 | 1 | -0/+19 | |
| | ||||||
* | Add dummy settings menu | Konstantinos Sideris | 2017-11-02 | 11 | -6/+581 | |
| | ||||||
* | Implemented sending of typing notifications (#105) | Thomas Herzog | 2017-10-31 | 6 | -6/+130 | |
| | ||||||
* | Add missing headers | Konstantinos Sideris | 2017-10-28 | 4 | -2/+3 | |
| | ||||||
* | Display user avatar changes | Konstantinos Sideris | 2017-10-28 | 8 | -26/+38 | |
| | ||||||
* | Save the changes between syncs in cache | Konstantinos Sideris | 2017-10-28 | 12 | -118/+242 | |
| | | | | | | - Fixes high cpu issues caused by the serialization of the whole in-memory state. - Display name changes are now visible in the timeline. | |||||
* | Clean up headers | Konstantinos Sideris | 2017-10-28 | 71 | -195/+196 | |
| | ||||||
* | Add scroll-down button | Konstantinos Sideris | 2017-10-27 | 8 | -0/+152 | |
| | ||||||
* | Adjust scrollbar only after pagination (#94) | Konstantinos Sideris | 2017-10-27 | 2 | -1/+12 | |
| | | | | | The scrollbar will stay in the same position if new messages are added to the bottom of the timeline. |