| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #128 from adasauce/no-setstylesheet | DeepBlueV7.X | 2020-02-22 | 8 | -28/+28 |
|\ |
|
| * | remove setStyleSheet calls directly from widget code | Adasauce | 2020-02-21 | 8 | -28/+28 |
|/ |
|
* | Merge pull request #127 from adasauce/cleanup-dark-qss | DeepBlueV7.X | 2020-02-21 | 3 | -229/+108 |
|\ |
|
| * | clean up the light and system themes too | Adasauce | 2020-02-20 | 3 | -91/+47 |
| * | cleanup, re-order, de-duplicate, re-dry qss for dark | Adasauce | 2020-02-20 | 1 | -138/+61 |
|/ |
|
* | Fix opaque widget in community list | Nicolas Werner | 2020-02-21 | 2 | -5/+2 |
* | Merge pull request #125 from adasauce/118-dark-theme-issues | DeepBlueV7.X | 2020-02-20 | 4 | -2/+12 |
|\ |
|
| * | Tooltip and Combobox bugs with Breeze / Dark theme | Adasauce | 2020-02-20 | 4 | -2/+12 |
* | | Reset user colors on theme change (in qml timeline) | Nicolas Werner | 2020-02-20 | 12 | -89/+20 |
* | | Clear user colors on theme change | Nicolas Werner | 2020-02-20 | 1 | -0/+3 |
|/ |
|
* | Fix html messages sent as just plain text | Nicolas Werner | 2020-02-20 | 1 | -1/+1 |
* | Merge pull request #122 from adasauce/usersettings-formlayout | DeepBlueV7.X | 2020-02-20 | 2 | -182/+103 |
|\ |
|
| * | Use spacing for layouting settings | Nicolas Werner | 2020-02-20 | 2 | -27/+6 |
| * | Remove constant width, that was wrong. | Adasauce | 2020-02-20 | 2 | -7/+8 |
| * | Clean up variable format | Adasauce | 2020-02-20 | 1 | -4/+4 |
| * | Add constexpr for the minimum formlayout width | Adasauce | 2020-02-20 | 2 | -7/+9 |
| * | FormLayout cleanup | Adasauce | 2020-02-19 | 1 | -4/+4 |
| * | Clean up placeholder string | Adasauce | 2020-02-19 | 1 | -2/+1 |
| * | Review changes to UserSettingsPage | Adasauce | 2020-02-18 | 2 | -63/+67 |
| * | Replace QHBoxLayout with QFormLayout in UserSettings | Adasauce | 2020-02-18 | 2 | -138/+74 |
* | | Merge pull request #123 from cloudrac3r/ubuntu-19.10-dependencies | DeepBlueV7.X | 2020-02-19 | 1 | -1/+8 |
|\ \
| |/
|/| |
|
| * | Remove some hopefully unneeded dependencies on ubuntu 19.10 | DeepBlueV7.X | 2020-02-19 | 1 | -6/+2 |
| * | Add Ubuntu 19.10 build requirements to README | Cadence Fish | 2020-02-19 | 1 | -1/+12 |
|/ |
|
* | Paginationg != Paginating in debug message | Adasauce | 2020-02-17 | 1 | -1/+1 |
* | Don't delete messages received out of order (fixup the flickering fix) | Nicolas Werner | 2020-02-16 | 1 | -11/+1 |
* | 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 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 |
* | | 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 |
|\ \
| |/
|/| |
|
| * | Change the initial of the proper noun to uppercase | Shun Sakai | 2020-02-14 | 11 | -12/+12 |
| * | Add Japanese translation | Shun Sakai | 2020-02-13 | 10 | -90/+1458 |
| * | Fix typo in CONTRIBUTING.md | Shun Sakai | 2020-02-11 | 1 | -2/+2 |
* | | 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 |
|\ \
| |/
|/| |
|
| * | show image dialog fullscreen instead of resizing to the size of the first des... | Nicolas Werner | 2020-02-13 | 3 | -13/+7 |
| * | Remove move() in ImageOverlay | Adasauce | 2020-02-12 | 1 | -1/+0 |
|/ |
|
* | 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 |
|\ |
|
| * | 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 |
| * | 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 |
| |\| |
|
| | * | 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 0.7.... | Joseph Donofry | 2020-01-27 | 0 | -0/+0 |
|\ \ |
|
| * \ | 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 setti... | Joseph Donofry | 2019-09-01 | 1 | -1/+1 |
* | | | | | | | 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 setti... | Joseph Donofry | 2020-01-23 | 1 | -1/+1 |
* | | | | | | Remove third party fonts from readme | Nicolas Werner | 2020-01-23 | 1 | -6/+0 |
* | | | | | | 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 |
* | | | | | | 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 |
* | | | | | | 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 |
* | | | | | | 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 |
* | | | | | | 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 |
* | | | | | | 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 |
* | | | | | | 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 |
* | | | | | | 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 |
* | | | | | | 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 |
* | | | | | 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 |
|\ \ \ \ \ |
|
| * | | | | | 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 |
| * | | | | | 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 |
|\ \ \ \ \ |
|
| * | | | | | 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 |
| * | | | | | 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 |
| * | | | | | 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 |
| * | | | | | 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 |
| * | | | | | 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 |
| * | | | | | 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 |
| * | | | | | 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 |
| * | | | | | 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 |