Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try to fix flickering, if sync return event before send completes | Nicolas Werner | 2020-02-16 | 3 | -0/+36 |
| | |||||
* | Quick hack to enable touch scrolling in settings and room list | Nicolas Werner | 2020-02-15 | 2 | -0/+6 |
| | |||||
* | Lower general settings margins, if the window is narrow | Nicolas Werner | 2020-02-15 | 1 | -1/+12 |
| | |||||
* | Merge pull request #117 from adasauce/file-download-path | DeepBlueV7.X | 2020-02-15 | 4 | -8/+19 |
|\ | | | | | use the standard system download path for file downloads | ||||
| * | use QStandardPaths locations for all file dialogs. | Adasauce | 2020-02-14 | 4 | -6/+15 |
| | | |||||
| * | use the standard system download path for downloads | Adasauce | 2020-02-14 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | QFileDialog's dir arg (which was set to the incoming file name from the Matrix download) can take a full path to suggest. By prepending QStandardPaths::DownloadLocation, it opens to the system's download folder and proposes the filename as the download name. Using QStandardPaths should make this work on other platforms, and from what I read, its possible for this to return an empty string on platforms where it doesn't support it, so this should essentially revert to the previous functionality if Qt can't determine the system's download location. | ||||
* | | Try to override asio backend on arm in flatpak | Nicolas Werner | 2020-02-15 | 1 | -0/+7 |
| | | |||||
* | | Merge pull request #116 from sorairolake/feature/japanese-translation | DeepBlueV7.X | 2020-02-14 | 12 | -102/+1470 |
|\ \ | |/ |/| | Add Japanese translation | ||||
| * | Change the initial of the proper noun to uppercase | Shun Sakai | 2020-02-14 | 11 | -12/+12 |
| | | | | | | | | markdown -> Markdown | ||||
| * | Add Japanese translation | Shun Sakai | 2020-02-13 | 10 | -90/+1458 |
| | | |||||
| * | Fix typo in CONTRIBUTING.md | Shun Sakai | 2020-02-11 | 1 | -2/+2 |
| | | | | | | | | The ISO 639-1 code of Japanese is not "jp" but "ja". | ||||
* | | Bump boost version to try to fix some arm crashes | Nicolas Werner | 2020-02-14 | 1 | -2/+2 |
| | | |||||
* | | Add arm build for nightly flatpaks | Nicolas Werner | 2020-02-14 | 1 | -1/+17 |
| | | |||||
* | | try out flatpak nightly build | Nicolas Werner | 2020-02-14 | 6 | -9/+238 |
| | | |||||
* | | Merge pull request #114 from adasauce/image-overlay-fix | DeepBlueV7.X | 2020-02-13 | 3 | -14/+7 |
|\ \ | |/ |/| | | | | | Fix image overlay appearing on the wrong screen. thanks adasauce! | ||||
| * | show image dialog fullscreen instead of resizing to the size of the first ↵ | Nicolas Werner | 2020-02-13 | 3 | -13/+7 |
| | | | | | | | | desktop | ||||
| * | Remove move() in ImageOverlay | Adasauce | 2020-02-12 | 1 | -1/+0 |
|/ | | | | | | | it was causing the full screen image overlay to appear on the "primary display" vs. the actual display nheko is running on. removing the move() call makes the overlay follow the window. | ||||
* | Improve styling of emote messages | Nicolas Werner | 2020-02-09 | 3 | -11/+10 |
| | |||||
* | fix c++11 range-loop might detach Qt container | Nicolas Werner | 2020-02-07 | 2 | -2/+2 |
| | |||||
* | Don't leak the full file path when sending file | Nicolas Werner | 2020-02-06 | 1 | -1/+1 |
| | |||||
* | Fix bug in html tag escaping | Nicolas Werner | 2020-02-06 | 1 | -3/+2 |
| | |||||
* | Fix linter issue | Nicolas Werner | 2020-02-05 | 1 | -1/+4 |
| | |||||
* | Bump mtxclient to fix keybackup | Nicolas Werner | 2020-02-05 | 1 | -1/+1 |
| | |||||
* | Fix integer overflow of cachesize on windows | DeepBlueV7.X | 2020-02-05 | 1 | -1/+1 |
| | |||||
* | Make closing the reply popup actually clear the reply message | Joseph Donofry | 2020-02-04 | 4 | -1/+9 |
| | |||||
* | Select first room on startup | Nicolas Werner | 2020-02-04 | 3 | -7/+15 |
| | |||||
* | modernize: use override | Nicolas Werner | 2020-02-04 | 10 | -37/+13 |
| | |||||
* | modernize: raw string literals | Nicolas Werner | 2020-02-04 | 1 | -3/+3 |
| | |||||
* | modernize: use nullptr | Nicolas Werner | 2020-02-04 | 29 | -43/+43 |
| | |||||
* | Improve styling a bit | Nicolas Werner | 2020-02-03 | 6 | -14/+15 |
| | |||||
* | use room rules for mentions | Nicolas Werner | 2020-02-02 | 2 | -22/+32 |
| | |||||
* | Fix <displaynames> | Nicolas Werner | 2020-02-02 | 1 | -1/+1 |
| | |||||
* | Add muting | Nicolas Werner | 2020-02-02 | 3 | -6/+88 |
| | |||||
* | Merge pull request #112 from Nheko-Reborn/sharp-logo | DeepBlueV7.X | 2020-02-02 | 19 | -1/+158 |
|\ | | | | | Update the logo to not be so asymmetric and add a scalable svg. I hope I fixed all the scaling issues, where the logo isn't pixel aligned in most resolutions. Also fixes an issue, where the blue bar seemed to be misaligned in some resolutions? | ||||
| * | Use cleaned up logo | Nicolas Werner | 2020-01-31 | 21 | -371/+158 |
| | | |||||
| * | Moved down a bit | Nicolas Werner | 2020-01-30 | 2 | -13/+19 |
| | | |||||
| * | round variant and sizes changed a bit | Nicolas Werner | 2020-01-30 | 2 | -11/+195 |
| | | |||||
| * | Initial rebuild of logo | Nicolas Werner | 2020-01-30 | 1 | -0/+180 |
| | | |||||
* | | Close popup when clicking outside | Nicolas Werner | 2020-02-02 | 1 | -0/+1 |
| | | |||||
* | | Speed up timeline by using global ToolTip and Menu | Nicolas Werner | 2020-02-02 | 14 | -420/+460 |
| | | |||||
* | | more emojis | Joseph Donofry | 2020-02-01 | 1 | -0/+4 |
| | | |||||
* | | Remove wildcard mtx.hpp includes | Nicolas Werner | 2020-01-31 | 4 | -4/+5 |
| | | |||||
* | | Remove even more headers | Nicolas Werner | 2020-01-31 | 2 | -3/+1 |
| | | |||||
* | | Remove more unneeded headers | Nicolas Werner | 2020-01-31 | 9 | -113/+103 |
| | | |||||
* | | Remove metatypes from headers | Nicolas Werner | 2020-01-31 | 16 | -43/+42 |
| | | |||||
* | | Optimize includes a bit | Nicolas Werner | 2020-01-31 | 41 | -228/+271 |
| | | |||||
* | | Add next/prev room shortcuts | Nicolas Werner | 2020-01-31 | 3 | -0/+80 |
| | | |||||
* | | Make page scrolling half height | Nicolas Werner | 2020-01-31 | 1 | -2/+2 |
| | | |||||
* | | Add scroll page shortcut | Nicolas Werner | 2020-01-30 | 1 | -0/+9 |
|/ | |||||
* | Add explicit size to reply close button | Nicolas Werner | 2020-01-30 | 1 | -0/+2 |
| | |||||
* | Fix build after mtxclient rebase... | Nicolas Werner | 2020-01-30 | 1 | -1/+1 |
| | |||||
* | Enable ban and kick button in UserProfile (and try to fix centering) | Nicolas Werner | 2020-01-30 | 4 | -90/+97 |
| | |||||
* | Fix build with build system optimizations of mtxclient | Nicolas Werner | 2020-01-29 | 3 | -8/+8 |
| | |||||
* | Merge branch '0.7.0-dev' of ssh://github.com/Nheko-Reborn/nheko into 0.7.0-dev | Joseph Donofry | 2020-01-28 | 44 | -1227/+2111 |
|\ | |||||
| * | Remove stale deps folder | Nicolas Werner | 2020-01-29 | 11 | -468/+0 |
| | | | | | | | | Follow up to the dependency and build system changes | ||||
| * | Merge branch 'plain-text-messages' into 0.7.0-dev | Nicolas Werner | 2020-01-29 | 21 | -212/+1006 |
| |\ | |||||
| | * | Add command for invite,kick,ban and unban | Nicolas Werner | 2020-01-29 | 13 | -145/+877 |
| | | | |||||
| | * | Fix newlines in plain text messages again | Nicolas Werner | 2020-01-27 | 1 | -1/+1 |
| | | | |||||
| | * | fix typo in build command in README | Nicolas Werner | 2020-01-27 | 1 | -1/+1 |
| | | | |||||
| | * | Don't send useless formatted_bodies | Nicolas Werner | 2020-01-27 | 2 | -1/+10 |
| | | | |||||
| | * | Fix reply rendering without markdown in riot | Nicolas Werner | 2020-01-27 | 2 | -12/+36 |
| | | | |||||
| | * | Allow sending messages as plain text | Nicolas Werner | 2020-01-27 | 6 | -59/+88 |
| | | | |||||
| * | | Merge pull request #111 from Nheko-Reborn/better-build | DeepBlueV7.X | 2020-01-28 | 15 | -549/+1107 |
| |\| | | | | | | | Improve build system and dependency bundling. | ||||
| | * | Update readme with new build instructions | Nicolas Werner | 2020-01-26 | 1 | -48/+54 |
| | | | |||||
| | * | Polyfill fetchcontent_makeAvailable for cmake < 3.14 | Nicolas Werner | 2020-01-26 | 1 | -0/+26 |
| | | | |||||
| | * | Link bundled cmark dynamically on Windows for now | Nicolas Werner | 2020-01-26 | 2 | -5/+6 |
| | | | |||||
| | * | Disable shared cmark bundled build | Nicolas Werner | 2020-01-26 | 1 | -1/+1 |
| | | | |||||
| | * | Disable olm tests | Nicolas Werner | 2020-01-26 | 1 | -0/+1 |
| | | | |||||
| | * | Bump cmark version in fetch to fix linker issue on windows | Nicolas Werner | 2020-01-26 | 1 | -1/+1 |
| | | | |||||
| | * | Link ntdll needed for lmdb on windows | Nicolas Werner | 2020-01-26 | 1 | -0/+3 |
| | | | |||||
| | * | Use appveyor provided openssl | Nicolas Werner | 2020-01-26 | 1 | -5/+10 |
| | | | |||||
| | * | Remove mingw from appveyor | Nicolas Werner | 2020-01-26 | 1 | -2/+1 |
| | | | |||||
| | * | Use fetch content compatible cmark version as bundled dep | Nicolas Werner | 2020-01-26 | 1 | -1/+1 |
| | | | |||||
| | * | Don't specify hunter build targets on windows CI | Nicolas Werner | 2020-01-26 | 1 | -1/+1 |
| | | | |||||
| | * | Add missing thread include | Nicolas Werner | 2020-01-26 | 1 | -0/+1 |
| | | | |||||
| | * | Only use -Werror for our code | Nicolas Werner | 2020-01-26 | 1 | -315/+316 |
| | | | |||||
| | * | Fix misc ci errors | Nicolas Werner | 2020-01-26 | 4 | -5/+6 |
| | | | |||||
| | * | Set prefix path explicitly on osx | Nicolas Werner | 2020-01-26 | 1 | -1/+2 |
| | | | |||||
| | * | Fix include of lmdb++ with hunter | Nicolas Werner | 2020-01-26 | 2 | -0/+8 |
| | | | |||||
| | * | Port CI to hunter | Nicolas Werner | 2020-01-26 | 4 | -73/+26 |
| | | | |||||
| | * | Use hunter for bundled dependencies | Nicolas Werner | 2020-01-26 | 6 | -137/+689 |
| | | | |||||
* | | | Change tooltip palette settings for QML | Joseph Donofry | 2020-01-28 | 5 | -12/+27 |
|/ / | |||||
* | | Simplify reply popup logic | Nicolas Werner | 2020-01-28 | 4 | -122/+95 |
| | | |||||
* | | Improve styling of reply popup | Nicolas Werner | 2020-01-28 | 1 | -11/+2 |
| | | |||||
* | | Fix resize loop of images in reply popup | Nicolas Werner | 2020-01-28 | 2 | -3/+5 |
| | | |||||
* | | Merge branch '0.7.0-dev' of ocean.joedonofry.com:nheko-reborn/nheko into ↵ | Joseph Donofry | 2020-01-27 | 0 | -0/+0 |
|\ \ | | | | | | | | | | 0.7.0-dev | ||||
| * \ | Merge branch '0.7.0-dev' of ssh://github.com/Nheko-Reborn/nheko into 0.7.0-dev | Joseph Donofry | 2019-12-07 | 82 | -6475/+5420 |
| |\ \ | |||||
| * \ \ | Merge branch '0.7.0-dev' of ssh://github.com/Nheko-Reborn/nheko into 0.7.0-dev | Joseph Donofry | 2019-10-31 | 3 | -3/+22 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch '0.7.0-dev' of ssh://github.com/Nheko-Reborn/nheko into 0.7.0-dev | Joseph Donofry | 2019-09-06 | 6 | -4/+51 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch '0.7.0-dev' of ssh://github.com/Nheko-Reborn/nheko into 0.7.0-dev | Joseph Donofry | 2019-09-03 | 27 | -207/+145 |
| |\ \ \ \ \ | |||||
| * | | | | | | Minor tweak to one instance of QSettings not necessarily using the same ↵ | Joseph Donofry | 2019-09-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | settings as everything else | ||||
* | | | | | | | Add initial QML Reply Popup | Joseph Donofry | 2020-01-27 | 5 | -3/+115 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Update emoji to unicode 13.0 | Nicolas Werner | 2020-01-24 | 5 | -1406/+9177 |
| | | | | | | |||||
* | | | | | | Remove translations from reply fallback | Nicolas Werner | 2020-01-24 | 10 | -225/+9 |
| | | | | | | |||||
* | | | | | | Surpress qt binding warning message until we can depend on qt5.14 | Nicolas Werner | 2020-01-23 | 1 | -0/+8 |
| | | | | | | |||||
* | | | | | | Minor tweak to one instance of QSettings not necessarily using the same ↵ | Joseph Donofry | 2020-01-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | settings as everything else | ||||
* | | | | | | Remove third party fonts from readme | Nicolas Werner | 2020-01-23 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Since they are already removed from the repo | ||||
* | | | | | | Switch around dark theme colors again (after looking at some screenshots) | Nicolas Werner | 2020-01-23 | 1 | -3/+3 |
| | | | | | | |||||
* | | | | | | Translate member events to german | Nicolas Werner | 2020-01-23 | 9 | -92/+812 |
| | | | | | | |||||
* | | | | | | Show event type string in placeholder | Nicolas Werner | 2020-01-23 | 3 | -1/+13 |
| | | | | | | |||||
* | | | | | | Remove loggin of encrypted message body | Nicolas Werner | 2020-01-23 | 1 | -2/+0 |
| | | | | | | |||||
* | | | | | | Implement display of membership events | Nicolas Werner | 2020-01-23 | 3 | -3/+108 |
| | | | | | | |||||
* | | | | | | Actually use the spdlog target | Nicolas Werner | 2020-01-23 | 1 | -1/+2 |
| | | | | | | |||||
* | | | | | | Fix blurry avatars | Nicolas Werner | 2020-01-23 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | They accidentally used the same state key... | ||||
* | | | | | | Increase emoji range | Nicolas Werner | 2020-01-21 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | PixelAlign timeline view | Nicolas Werner | 2020-01-21 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Remove useless logging | Nicolas Werner | 2020-01-21 | 1 | -3/+0 |
| | | | | | | |||||
* | | | | | | Fix room avatars in settings | Nicolas Werner | 2020-01-21 | 2 | -8/+5 |
| | | | | | | |||||
* | | | | | | Account for spacing when checking for bottom message for read status | Nicolas Werner | 2020-01-21 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Fix colors in typing display, when username contains emoji | Nicolas Werner | 2020-01-21 | 4 | -5/+35 |
| | | | | | | |||||
* | | | | | | Improve emoji escaping | Nicolas Werner | 2020-01-21 | 1 | -5/+15 |
| | | | | | | |||||
* | | | | | | Linkify links before sending | Nicolas Werner | 2020-01-21 | 3 | -13/+33 |
| | | | | | | |||||
* | | | | | | Remove use of deprecated enum | Nicolas Werner | 2020-01-19 | 1 | -2/+1 |
| | | | | | | |||||
* | | | | | | Remove libs from windows release zip | Nicolas Werner | 2020-01-17 | 1 | -2/+0 |
| | | | | | | |||||
* | | | | | | Update appveyor.yml | DeepBlueV7.X | 2020-01-17 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Update appveyor.yml | DeepBlueV7.X | 2020-01-17 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Update appveyor to vs2019 and qt5.14 | DeepBlueV7.X | 2020-01-17 | 1 | -6/+6 |
| | | | | | | |||||
* | | | | | | Try to lower map size | DeepBlueV7.X | 2020-01-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Maybe this fixes the 1mb map size in my windows test environment? | ||||
* | | | | | | Move typing display to qml | Nicolas Werner | 2020-01-17 | 18 | -506/+377 |
| | | | | | | |||||
* | | | | | | Remove embedded fonts | Nicolas Werner | 2020-01-16 | 14 | -215/+0 |
| | | | | | | |||||
* | | | | | | Don't require Qt5.12 just for QByteArray::compare | Nicolas Werner | 2020-01-16 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Fix deps | Nicolas Werner | 2020-01-16 | 2 | -5/+5 |
| | | | | | | |||||
* | | | | | | Reduce memory usage and make room switching quicker | Nicolas Werner | 2020-01-14 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | May make scrolling more laggy or jumpy. | ||||
* | | | | | | Try to match old theme better | Nicolas Werner | 2020-01-14 | 2 | -3/+5 |
| | | | | | | |||||
* | | | | | | Fix duplicate messages in timeline after sending | Nicolas Werner | 2020-01-14 | 1 | -0/+11 |
| | | | | | | |||||
* | | | | | | Reduce avatar cache size | Nicolas Werner | 2020-01-14 | 1 | -2/+0 |
| | | | | | | |||||
* | | | | | | Escape blacklisted html tags | Nicolas Werner | 2020-01-14 | 3 | -15/+49 |
| | | | | | | |||||
* | | | | | | Fix replies in encrypted rooms | Nicolas Werner | 2020-01-13 | 4 | -12/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | The relation needs to be unencrypted... | ||||
* | | | | | | Allow replying with an image | Nicolas Werner | 2020-01-12 | 7 | -120/+135 |
| | | | | | | |||||
* | | | | | | Fetch missing events for replies | Nicolas Werner | 2020-01-11 | 4 | -53/+105 |
| | | | | | | |||||
* | | | | | | Disable appveyor .deps cache | Nicolas Werner | 2020-01-11 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Implement fancy reply rendering | Nicolas Werner | 2020-01-11 | 10 | -87/+159 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This currently assumes the event, that is replied to, is already fetched. If it isn't, it will render an empty reply. In the future we should fetch replies before rendering them. | ||||
* | | | | | | try to make appveyor happy | Nicolas Werner | 2020-01-06 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Adapt play buttons to theme and remove accidental message bg | Nicolas Werner | 2020-01-06 | 2 | -3/+4 |
| | | | | | | |||||
* | | | | | | Simplify read message logic with inverted timeline | Nicolas Werner | 2020-01-06 | 2 | -47/+13 |
| | | | | | | |||||
* | | | | | | Use fetchMore for native lazy loading of item model data | Nicolas Werner | 2020-01-06 | 3 | -37/+48 |
| | | | | | | |||||
* | | | | | | invert timeline | Nicolas Werner | 2020-01-06 | 3 | -21/+88 |
| | | | | | | |||||
* | | | | | | Upload windows nightlies to S3 | Joe | 2020-01-04 | 1 | -9/+16 |
| | | | | | | |||||
* | | | | | | Move visitors out of TimelineModel | Nicolas Werner | 2019-12-27 | 4 | -445/+570 |
| | | | | | | |||||
* | | | | | | Bumb mtxclient version | Nicolas Werner | 2019-12-27 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Fix transitive dependencies on iostream | Nicolas Werner | 2019-12-23 | 3 | -7/+9 |
| | | | | | | |||||
* | | | | | | Fix appveyor deps/cmakelist path | Nicolas Werner | 2019-12-15 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Actually include header that provides std::signal instead of signal | Nicolas Werner | 2019-12-15 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Reduce Cache.h includes further via one forward declaration | Nicolas Werner | 2019-12-15 | 9 | -4/+13 |
| | | | | | | |||||
* | | | | | | Reduce includes of MatrixClient.h, as it is the most expensive header | Nicolas Werner | 2019-12-15 | 3 | -8/+20 |
| | | | | | | |||||
* | | | | | | Reduce overhead of Cache.h | Nicolas Werner | 2019-12-15 | 28 | -643/+1403 |
| | | | | | | |||||
* | | | | | | Add qml debugging option | Nicolas Werner | 2019-12-14 | 3 | -1/+10 |
| | | | | | | |||||
* | | | | | | Increase max cache size and remove const from lmdb constants | Nicolas Werner | 2019-12-14 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | fixes compilation issues with last released lmdb++ | ||||
* | | | | | | Reduce some include of Cache.h since it needs 11s on average | Nicolas Werner | 2019-12-14 | 11 | -226/+275 |
| | | | | | | |||||
* | | | | | | Update README | Nicolas Werner | 2019-12-14 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | [skip-ci] | ||||
* | | | | | | Update to c++17 | Nicolas Werner | 2019-12-14 | 17 | -284/+284 |
| | | | | | | |||||
* | | | | | | Clear appveyor cache | Nicolas Werner | 2019-12-13 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Fix position of invite button and elide long button texts | Nicolas Werner | 2019-12-13 | 1 | -3/+7 |
| | | | | | | |||||
* | | | | | | Make invites always stick to the top | Nicolas Werner | 2019-12-13 | 2 | -13/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | This also removes an ugly hack, that was needed before. | ||||
* | | | | | | Make images always fit the timeline | Nicolas Werner | 2019-12-13 | 1 | -2/+7 |
| | | | | | | |||||
* | | | | | | Fix preview of sent encrypted images | Nicolas Werner | 2019-12-13 | 1 | -10/+11 |
| | | | | | | |||||
* | | | | | | Bumb libsodium version, as 1.0.16 is not available anymore | Nicolas Werner | 2019-12-13 | 1 | -4/+4 |
| | | | | | | |||||
* | | | | | | Send encrypted files as generic mimetype and actually set url | Nicolas Werner | 2019-12-12 | 2 | -3/+6 |
| | | | | | | |||||
* | | | | | | cache .deps directory in appveyor | Nicolas Werner | 2019-12-12 | 1 | -1/+3 |
| | | | | | | |||||
* | | | | | | try caching the .deps directory | Nicolas Werner | 2019-12-11 | 1 | -0/+4 |
| | | | | | | |||||
* | | | | | | Update translations | Nicolas Werner | 2019-12-11 | 9 | -9/+189 |
| | | | | | | |||||
* | | | | | | Show topic and name changes in timeline | Nicolas Werner | 2019-12-10 | 4 | -1/+48 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Simplify scroll logic | Nicolas Werner | 2019-12-08 | 1 | -4/+0 |
| | | | | | |||||
* | | | | | Change scroll behaviour of timeline | Nicolas Werner | 2019-12-08 | 3 | -5/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This requires Qt 5.9 (to calculate overshoot). The default scroll behaviour of list views has far too much inertia. This should make scrolling feel more like scrolling the other scroll areas of nheko. | ||||
* | | | | | Try to fix binding loop warning | Nicolas Werner | 2019-12-07 | 1 | -3/+4 |
| | | | | | |||||
* | | | | | Restore linkification of messages | Nicolas Werner | 2019-12-06 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #100 from Nheko-Reborn/file-encryption | Joseph Donofry | 2019-12-05 | 29 | -894/+734 |
|\ \ \ \ \ | | | | | | | | | | | | | Add file encryption / decryption support | ||||
| * | | | | | Update mtxclient to current 0.3.0-dev version | Nicolas Werner | 2019-12-06 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Update translations | Nicolas Werner | 2019-12-05 | 9 | -492/+375 |
| | | | | | | |||||
| * | | | | | Implement sending encrypted files | Nicolas Werner | 2019-12-05 | 6 | -212/+79 |
| | | | | | | |||||
| * | | | | | Implement decryption of images | Nicolas Werner | 2019-12-03 | 6 | -9/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | It is a bit of a hack, but it works... | ||||
| * | | | | | lint | Nicolas Werner | 2019-12-03 | 1 | -1/+0 |
| | | | | | | |||||
| * | | | | | Specify to not use boost static libs via command line in ci | Nicolas Werner | 2019-12-03 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Add debugging to cmake version in ci | Nicolas Werner | 2019-12-03 | 1 | -0/+3 |
| | | | | | | |||||
| * | | | | | Bump required boost and cmake version to match mtxclient | Nicolas Werner | 2019-12-03 | 5 | -11/+12 |
| | | | | | | |||||
| * | | | | | Add encrypted file download | Nicolas Werner | 2019-12-03 | 9 | -172/+210 |
|/ / / / / | |||||
* | | | | | Rename qml namespace from com.github.nheko to im.nheko | Nicolas Werner | 2019-11-30 | 8 | -10/+10 |
| | | | | | |||||
* | | | | | Remove commented out code | Nicolas Werner | 2019-11-30 | 1 | -1/+0 |
| | | | | | |||||
* | | | | | Merge pull request #91 from Nheko-Reborn/qml-timeline | Joseph Donofry | 2019-11-29 | 75 | -6056/+5097 |
|\ \ \ \ \ | | | | | | | | | | | | | Qml timeline | ||||
| * | | | | | Show encryption enabled and use a non zero size for zero size vide | Nicolas Werner | 2019-11-23 | 6 | -6/+16 |
| | | | | | | |||||
| * | | | | | Wrap text in pre tags | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Only mark messages as read, when room is active | Nicolas Werner | 2019-11-23 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Lint | Nicolas Werner | 2019-11-23 | 1 | -5/+3 |
| | | | | | | |||||
| * | | | | | Fix replies to encrypted events | Nicolas Werner | 2019-11-23 | 1 | -1/+5 |
| | | | | | | |||||
| * | | | | | Fix windows build | Nicolas Werner | 2019-11-23 | 3 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | No idea, why apply visitor doesn't work with temporaries? | ||||
| * | | | | | Add loading spinner and restore message send queue | Nicolas Werner | 2019-11-23 | 5 | -45/+123 |
| | | | | | | |||||
| * | | | | | Update translations | Nicolas Werner | 2019-11-23 | 10 | -1010/+1703 |
| | | | | | | |||||
| * | | | | | Show only messages in room list | Nicolas Werner | 2019-11-23 | 1 | -7/+30 |
| | | | | | | |||||
| * | | | | | Remove old timeline | Nicolas Werner | 2019-11-23 | 24 | -5397/+390 |
| | | | | | | |||||
| * | | | | | Use default macOS image | Nicolas Werner | 2019-11-23 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Fix links opening user dialog and in browser | Nicolas Werner | 2019-11-23 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Fix infinite item instantiating loop by using height instead of contentHeight | Nicolas Werner | 2019-11-23 | 1 | -2/+3 |
| | | | | | | |||||
| * | | | | | optionally use QQuickWidget and replace ColorOverlay -> colorImageProvider | Nicolas Werner | 2019-11-23 | 12 | -149/+194 |
| | | | | | | |||||
| * | | | | | Make replies format nicer | Nicolas Werner | 2019-11-23 | 4 | -16/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also lays a bit of groundwork for better reply rendering | ||||
| * | | | | | Enable link handling | Nicolas Werner | 2019-11-23 | 6 | -18/+41 |
| | | | | | | |||||
| * | | | | | Make user clickable and improve button cursor look | Nicolas Werner | 2019-11-23 | 6 | -39/+61 |
| | | | | | | |||||
| * | | | | | Improve avatar look and layouting | Nicolas Werner | 2019-11-23 | 5 | -9/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | Thanks to red_sky for the feedback! | ||||
| * | | | | | fixup bad room list translation commit | Nicolas Werner | 2019-11-23 | 2 | -4/+0 |
| | | | | | | |||||
| * | | | | | Remove unused import | Nicolas Werner | 2019-11-23 | 1 | -1/+0 |
| | | | | | | |||||
| * | | | | | Fix translation of roomlist message preview | Nicolas Werner | 2019-11-23 | 3 | -67/+67 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also makes long messages unreadable, because we don't shorten long usernames anymore. We may eventually want to do that again, but it is hard with translations and we probably want to shorten the displayname more, as before this change the message was only ever as long as the timestamp, which is usually just 5 characters... | ||||
| * | | | | | Actually fix updating roomlist on new messages | Nicolas Werner | 2019-11-23 | 3 | -29/+32 |
| | | | | | | |||||
| * | | | | | break height binding loop | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Show own messages in RoomList | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Redirect qt logger | Nicolas Werner | 2019-11-23 | 2 | -0/+42 |
| | | | | | | |||||
| * | | | | | Organize qml files a bit | Nicolas Werner | 2019-11-23 | 13 | -37/+35 |
| | | | | | | |||||
| * | | | | | Remove unused Qt Module | Nicolas Werner | 2019-11-23 | 1 | -1/+0 |
| | | | | | | |||||
| * | | | | | lint | Nicolas Werner | 2019-11-23 | 2 | -7/+5 |
| | | | | | | |||||
| * | | | | | Incubate delegates asynchronously | Nicolas Werner | 2019-11-23 | 3 | -10/+42 |
| | | | | | | |||||
| * | | | | | Small fixes to delegate chooser implementation | Nicolas Werner | 2019-11-23 | 4 | -50/+10 |
| | | | | | | |||||
| * | | | | | Use a basic implementation of a DelegateChooser for compat with older Qt | Nicolas Werner | 2019-11-23 | 7 | -45/+299 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The interface is taken from Qt/KDE, but the implementation is different, because the Qt implementation depends on some Qt internals. | ||||
| * | | | | | Add native themeing to QML (where possible) | Nicolas Werner | 2019-11-23 | 5 | -23/+91 |
| | | | | | | |||||
| * | | | | | Fix section layout issues and pagination issues | Nicolas Werner | 2019-11-23 | 3 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pagination could get stuck, if the messages request failed. Section height seemes to have been calculated to late, which would make some section overlap the next message in some cases. Fix that by doing the height calculation manually. | ||||
| * | | | | | Load content if no scrollbar is needed | Nicolas Werner | 2019-11-23 | 2 | -1/+10 |
| | | | | | | |||||
| * | | | | | Size images/videos by timeline width | Nicolas Werner | 2019-11-23 | 6 | -12/+46 |
| | | | | | | |||||
| * | | | | | Misc layout fixes | Nicolas Werner | 2019-11-23 | 3 | -1/+7 |
| | | | | | | |||||
| * | | | | | Try out DelegateChooser | Nicolas Werner | 2019-11-23 | 9 | -157/+189 |
| | | | | | | | | | | | | | | | | | | | | | | | | requires Qt5.12+ | ||||
| * | | | | | fix: add missing quickcontrols2 dep | Benedikt Bongartz | 2019-11-23 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Disable autoplayback again | Nicolas Werner | 2019-11-23 | 2 | -1/+1 |
| | | | | | | |||||
| * | | | | | Use win lean and mean to fix WinSock include issue | Nicolas Werner | 2019-11-23 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Fix linting issues | Nicolas Werner | 2019-11-23 | 2 | -2/+1 |
| | | | | | | |||||
| * | | | | | Try to fix windows Winsock.h compilation error | Nicolas Werner | 2019-11-23 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Add required graphicaleffects package | Nicolas Werner | 2019-11-23 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Lower requirement on QtQuick.Layouts version | Nicolas Werner | 2019-11-23 | 3 | -3/+3 |
| | | | | | | |||||
| * | | | | | Use QtQuick.Controls compatible with Qt 5.8 | Nicolas Werner | 2019-11-23 | 6 | -6/+6 |
| | | | | | | |||||
| * | | | | | Try to package qml modules | Nicolas Werner | 2019-11-23 | 2 | -3/+2 |
| | | | | | | |||||
| * | | | | | Enable Sticker and Emote messages | Nicolas Werner | 2019-11-23 | 3 | -9/+14 |
| | | | | | | |||||
| * | | | | | Add basic video messages | Nicolas Werner | 2019-11-23 | 3 | -3/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | Size is fixed for now, otherwise the Video output ends up somewhere... | ||||
| * | | | | | Add progress bar to audio messages | Nicolas Werner | 2019-11-23 | 1 | -68/+110 |
| | | | | | | |||||
| * | | | | | Add simple audio message widget | Nicolas Werner | 2019-11-23 | 6 | -19/+180 |
| | | | | | | |||||
| * | | | | | File messages (qml) | Nicolas Werner | 2019-11-23 | 5 | -2/+84 |
| | | | | | | |||||
| * | | | | | Add basic read_event support (qml) | Nicolas Werner | 2019-11-23 | 2 | -5/+22 |
| | | | | | | |||||
| * | | | | | Update roomlist on new messages | Nicolas Werner | 2019-11-23 | 4 | -4/+32 |
| | | | | | | |||||
| * | | | | | Reenable redactions | Nicolas Werner | 2019-11-23 | 6 | -8/+26 |
| | | | | | | |||||
| * | | | | | Rename initialize to sync, since it does the same thing | Nicolas Werner | 2019-11-23 | 3 | -5/+5 |
| | | | | | | |||||
| * | | | | | Restore saving of media | Nicolas Werner | 2019-11-23 | 9 | -33/+174 |
| | | | | | | |||||
| * | | | | | Reenable ImageOverlay | Nicolas Werner | 2019-11-23 | 3 | -1/+34 |
| | | | | | | |||||
| * | | | | | Add lock to encrypted messages | Nicolas Werner | 2019-11-23 | 5 | -0/+44 |
| | | | | | | |||||
| * | | | | | Remove noisy decrypted message | Nicolas Werner | 2019-11-23 | 1 | -2/+0 |
| | | | | | | |||||
| * | | | | | Reenable encrypted messages | Nicolas Werner | 2019-11-23 | 2 | -16/+342 |
| | | | | | | |||||
| * | | | | | Make avatar in timeline smaller | Nicolas Werner | 2019-11-23 | 1 | -3/+5 |
| | | | | | | |||||
| * | | | | | Fix read indicator | Nicolas Werner | 2019-11-23 | 2 | -4/+15 |
| | | | | | | |||||
| * | | | | | Enable read receipts action and sync read receipts from cache | Nicolas Werner | 2019-11-23 | 5 | -4/+39 |
| | | | | | | |||||
| * | | | | | Add send/received indicator | Nicolas Werner | 2019-11-23 | 5 | -7/+133 |
| | | | | | | |||||
| * | | | | | Implement basic placeholder and disable unimplemented event types | Nicolas Werner | 2019-11-23 | 3 | -12/+23 |
| | | | | | | |||||
| * | | | | | Implement simple scroll state handling | Nicolas Werner | 2019-11-23 | 4 | -2/+77 |
| | | | | | | |||||
| * | | | | | Try to fix CI, no match for QString::arg(QStringRef) | Nicolas Werner | 2019-11-23 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Implement replies in qml timeline | Nicolas Werner | 2019-11-23 | 3 | -0/+57 |
| | | | | | | |||||
| * | | | | | Implement sending other message types in qml timeline | Nicolas Werner | 2019-11-23 | 2 | -9/+83 |
| | | | | | | | | | | | | | | | | | | | | | | | | not using placeholders in timeline for now | ||||
| * | | | | | Reimplement sending basic text messages | Nicolas Werner | 2019-11-23 | 3 | -2/+69 |
| | | | | | | |||||
| * | | | | | Show redactions in qml timeline | Nicolas Werner | 2019-11-23 | 5 | -22/+75 |
| | | | | | |