Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Fix enter when no completion available | Nicolas Werner | 2020-11-25 | 1 | -12/+13 | |
| | | | | ||||||
| * | | | Remove redundant user search suggestion code | Nicolas Werner | 2020-11-25 | 7 | -122/+42 | |
| | | | | ||||||
| * | | | Show userid in completer | Nicolas Werner | 2020-11-25 | 3 | -0/+9 | |
| | | | | ||||||
| * | | | Linkify username completion | Nicolas Werner | 2020-11-25 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | Mouse selection of completions | Nicolas Werner | 2020-11-25 | 2 | -3/+21 | |
| | | | | ||||||
| * | | | Split completion model into header and source | Nicolas Werner | 2020-11-25 | 3 | -110/+145 | |
| | | | | ||||||
| * | | | Match on each word in the completer | Nicolas Werner | 2020-11-25 | 1 | -1/+12 | |
| | | | | ||||||
| * | | | Fix index out of range on backspace in completer | Nicolas Werner | 2020-11-25 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Fix completer fuzzy match not applying after prefix match and insert being ↵ | Nicolas Werner | 2020-11-25 | 1 | -19/+9 | |
| | | | | | | | | | | | | | | | | broken | |||||
| * | | | Fix some issues with completer | Nicolas Werner | 2020-11-25 | 5 | -68/+144 | |
| | | | | ||||||
| * | | | Fix mimetype of media messages | Nicolas Werner | 2020-11-25 | 2 | -4/+5 | |
| | | | | ||||||
| * | | | Use a trie for filtering completions (not fuzzy yet) | Nicolas Werner | 2020-11-25 | 2 | -74/+131 | |
| | | | | ||||||
| * | | | Remove old Textinput | Nicolas Werner | 2020-11-25 | 5 | -681/+0 | |
| | | | | ||||||
| * | | | Qml emoji completer | Nicolas Werner | 2020-11-25 | 4 | -12/+62 | |
| | | | | ||||||
| * | | | Simple prefix match for completions | Nicolas Werner | 2020-11-25 | 2 | -5/+5 | |
| | | | | ||||||
| * | | | Custom completer filtering | Nicolas Werner | 2020-11-25 | 4 | -3/+107 | |
| | | | | ||||||
| * | | | Working User completer | Nicolas Werner | 2020-11-25 | 9 | -38/+83 | |
| | | | | ||||||
| * | | | add per-room user model | Jussi Kuokkanen | 2020-11-25 | 3 | -0/+53 | |
| | | | | ||||||
| * | | | use completion interface in emoji completions | Jussi Kuokkanen | 2020-11-25 | 2 | -5/+19 | |
| | | | | ||||||
| * | | | add completer interface (item roles) | Jussi Kuokkanen | 2020-11-25 | 1 | -0/+15 | |
| | | | | ||||||
| * | | | rename CompletionModel to CompletionProxyModel | Jussi Kuokkanen | 2020-11-25 | 3 | -4/+24 | |
| | | | | ||||||
| * | | | WIP Qml completer | Nicolas Werner | 2020-11-25 | 5 | -14/+174 | |
| | | | | ||||||
| * | | | Reenable Ctrl+U | Nicolas Werner | 2020-11-25 | 1 | -1/+3 | |
| | | | | ||||||
| * | | | Reimplement message history | Nicolas Werner | 2020-11-25 | 3 | -16/+60 | |
| | | | | ||||||
| * | | | Send typing updates from QML | Nicolas Werner | 2020-11-25 | 7 | -93/+56 | |
| | | | | ||||||
| * | | | Move emoji picker to qml | Nicolas Werner | 2020-11-25 | 17 | -8507/+18 | |
| | | | | ||||||
| * | | | Use old style connection (for Qt5.12) | Nicolas Werner | 2020-11-25 | 1 | -3/+1 | |
| | | | | ||||||
| * | | | Move calls to new input bar | Nicolas Werner | 2020-11-25 | 10 | -212/+86 | |
| | | | | ||||||
| * | | | Add file uploading | Nicolas Werner | 2020-11-25 | 17 | -318/+475 | |
| | | | | ||||||
| * | | | Basic text input in qml | Nicolas Werner | 2020-11-25 | 10 | -210/+178 | |
| | | | | ||||||
| * | | | Pasteable textinput | Nicolas Werner | 2020-11-25 | 7 | -3/+104 | |
| | | | | ||||||
| * | | | Disable scroll helper on mobile | Nicolas Werner | 2020-11-25 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Merge pull request #337 from trilene/master | DeepBlueV7.X | 2020-11-25 | 1 | -0/+5 | |
|\ \ \ \ | | | | | | | | | | | Mitigate webrtc race condition | |||||
* \ \ \ \ | Merge pull request #334 from Kirillpt/issue_292 | DeepBlueV7.X | 2020-11-25 | 4 | -8/+73 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | fix #292 | |||||
| * | | | | Apply suggestions from code review | DeepBlueV7.X | 2020-11-25 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Update src/ui/TextField.cpp | DeepBlueV7.X | 2020-11-25 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | remove QFontMEtrics declaration | kirillpt | 2020-11-25 | 2 | -6/+3 | |
| | | | | | ||||||
| * | | | | fixed error_label_ below login button, now it's calculating height and uses ↵ | kirillpt | 2020-11-25 | 2 | -5/+14 | |
| | | | | | | | | | | | | | | | | | | | | correct word wrapping | |||||
| * | | | | remove some useless matrixid layout, and move error_label_ under homeserver ↵ | kirillpt | 2020-11-24 | 2 | -6/+4 | |
| | | | | | | | | | | | | | | | | | | | | input(FIXME) | |||||
| * | | | | fix word wraping for matrixid error message | kirillpt | 2020-11-24 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | make lint | kirillpt | 2020-11-24 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | move error_matrixid label below matrixid input, made hide/show for the ↵ | kirillpt | 2020-11-23 | 3 | -2/+25 | |
| | | | | | | | | | | | | | | | | | | | | label, made red underline for invalid input, add to TextField class isValid() setValid() for custom validation | |||||
| * | | | | make lint | kirillpt | 2020-11-23 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Added QLabel for matrixIdError output and added new function which output ↵ | kirillpt | 2020-11-23 | 2 | -6/+30 | |
| | | | | | | | | | | | | | | | | | | | | input id error, improve code like suggest @deepbluev7, return for error_label setWordWrap | |||||
| * | | | | make lint | kirillpt | 2020-11-23 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | fixed issue 292, but removed wordWrap from error_label_, because hint looks ↵ | kirillpt | 2020-11-23 | 1 | -3/+16 | |
|/ / / / | | | | | | | | | | | | | bad with it | |||||
| | * / | Fix ActiveCallBar | trilene | 2020-11-25 | 1 | -25/+26 | |
| |/ / | ||||||
| * / | Mitigate webrtc race condition | trilene | 2020-11-24 | 1 | -0/+5 | |
|/ / | ||||||
* | | Merge pull request #332 from Kirillpt/russian-translate | DeepBlueV7.X | 2020-11-22 | 18 | -1292/+2484 | |
|\ \ | | | | | | | Russian translate | |||||
| * | | make update-translations | kirillpt | 2020-11-22 | 18 | -1077/+2265 | |
| | | | ||||||
| * | | add more russian translations | kirillpt | 2020-11-22 | 1 | -217/+221 | |
|/ / | ||||||
* | | Make reply background a bit less saturated | Nicolas Werner | 2020-11-21 | 1 | -1/+1 | |
| | | ||||||
* | | Add some padding between scrollbar and messages | Nicolas Werner | 2020-11-21 | 1 | -1/+1 | |
| | | ||||||
* | | Added translation using Weblate (Swedish) | Weblate | 2020-11-19 | 1 | -0/+2297 | |
| | | | | | | | | Co-authored-by: Emilie <em@nao.sh> | |||||
* | | Fix tags and world buttons leaking as communities leaking over the network | Nicolas Werner | 2020-11-18 | 1 | -4/+10 | |
| | | ||||||
* | | Silence signal syntax deprecated | Nicolas Werner | 2020-11-15 | 1 | -1/+4 | |
| | | ||||||
* | | Merge pull request #327 from kamathmanu/qtBackwardsCompatability | DeepBlueV7.X | 2020-11-15 | 3 | -12/+12 | |
|\ \ | | | | | | | Make compatible with qt 5.12 | |||||
| * | | Make compatible with qt 5.12 | kamathmanu | 2020-11-14 | 3 | -12/+12 | |
| | | | ||||||
* | | | Merge pull request #325 from trilene/webrtc-video | DeepBlueV7.X | 2020-11-13 | 7 | -11/+94 | |
|\ \ \ | | | | | | | | | Make incoming call ringtone a user setting | |||||
| * | | | clang-format | trilene | 2020-11-13 | 3 | -5/+5 | |
| | | | | ||||||
| * | | | Make incoming call ringtone a user setting | trilene | 2020-11-12 | 4 | -6/+89 | |
| | | | | ||||||
* | | | | Merge pull request #314 from MayeulC/smoothie-2 | DeepBlueV7.X | 2020-11-12 | 4 | -13/+9 | |
|\ \ \ \ | |_|_|/ |/| | | | Smooth all the things [v2] | |||||
| * | | | Simplify PainterHighQualityEnabler code | Mayeul Cantan | 2020-11-07 | 1 | -11/+3 | |
| | | | | | | | | | | | | | | | | | | | | There is no need to iterate over a list, flags can be applied and stored simultaneously. | |||||
| * | | | Smooth avatars in widgets | Mayeul Cantan | 2020-11-07 | 1 | -1/+3 | |
| | | | | ||||||
| * | | | Smooth pictures in timeline | Mayeul Cantan | 2020-10-31 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Smooth Avatars in timeline | Mayeul Cantan | 2020-10-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | This helps on low-dpi screens, getting rid of the jaggies. | |||||
* | | | | Merge pull request #320 from trilene/webrtc-video | DeepBlueV7.X | 2020-11-09 | 7 | -57/+168 | |
|\ \ \ \ | | |/ / | |/| | | Video calls: add local webcam view | |||||
| * | | | Video calls: add local webcam view | trilene | 2020-11-09 | 7 | -57/+168 | |
| | | | | ||||||
* | | | | Merge pull request #319 from HarHarLinks/patch-1 | DeepBlueV7.X | 2020-11-09 | 1 | -2/+2 | |
|\ \ \ \ | |_|_|/ |/| | | | Update README with element.io | |||||
| * | | | Update README with element.io | Kim Brose | 2020-11-09 | 1 | -2/+2 | |
|/ / / | ||||||
* | / | Translated using Weblate (French) | Weblate | 2020-11-07 | 1 | -1/+1 | |
| |/ |/| | | | | | | | | | | | | | Currently translated at 100.0% (411 of 411 strings) Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | |||||
* | | Merge pull request #313 from MayeulC/shrug-text | DeepBlueV7.X | 2020-10-31 | 1 | -1/+1 | |
|\ \ | | | | | | | Allow sending text after `shrug` | |||||
| * | | Allow sending text after `shrug` | Mayeul Cantan | 2020-10-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ¯\_(ツ)_/¯ IDK, I like to write something after, sometimes Allow sending: ¯\_(ツ)_/¯ some text By entering: /shrug some text It's supported in Element. If you did it in nheko, you just used to lose the extra text. Not putting text is still supported, a ternary operator makes sure a space is only inserted if the text isn't empty, to avoid having a trailing space. | |||||
* | | | Merge pull request #310 from MayeulC/fix-typo | DeepBlueV7.X | 2020-10-31 | 3 | -7/+7 | |
|\ \ \ | | | | | | | | | Improve wording in multiple strings. | |||||
| * | | | Wording: replace "encrypted room" with "encrypted private chat" | Mayeul Cantan | 2020-10-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | This is for consistency with "Start a private chat", and is more specific. | |||||
| * | | | Wording: change "Mobile mode" for "Touchscreen mode" | Mayeul Cantan | 2020-10-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | This is less ambiguous. Moreover, this mode might be useful on a computer touchscreen. | |||||
| * | | | Wording: change "trusted users" for "verified users" | Mayeul Cantan | 2020-10-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is less ambiguous, as it aligns with the other uses. Trusted might refer to something else, like the reputation project. You can trust a user you haven't verified. Also mention devices as this shares keys with verified devices, for when device verification was performed without cross-signing. | |||||
| * | | | Wording: Verification request isn't a request anymore once accepted | Mayeul Cantan | 2020-10-31 | 1 | -2/+2 | |
| |/ / | | | | | | | | | | Replace it with "verification process". | |||||
* | | | Merge pull request #312 from trilene/webrtc-video | DeepBlueV7.X | 2020-10-31 | 1 | -1/+1 | |
|\ \ \ | | |/ | |/| | Fix crash when stun server selected | |||||
| * | | Fix crash when stun server selected | trilene | 2020-10-30 | 1 | -1/+1 | |
|/ / | ||||||
* | | Supress unused var warning for STUN_SERVER (used only if gstreamer supported) | Nicolas Werner | 2020-10-30 | 4 | -6/+6 | |
| | | ||||||
* | | Merge pull request #311 from trilene/webrtc-video | DeepBlueV7.X | 2020-10-30 | 18 | -296/+1018 | |
|\ \ | | | | | | | Support video calls | |||||
| * | | Unused variable | trilene | 2020-10-29 | 1 | -4/+4 | |
| | | | ||||||
| * | | Remove unused variable | trilene | 2020-10-29 | 1 | -1/+1 | |
| | | | ||||||
| * | | Avoid std::from_chars for now | trilene | 2020-10-29 | 1 | -4/+2 | |
| | | | ||||||
| * | | Document better rtp payload types | trilene | 2020-10-29 | 1 | -3/+9 | |
| | | | ||||||
| * | | Avoid ugly error if pipeline creation fails | trilene | 2020-10-29 | 1 | -2/+4 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'upstream/master' into webrtc-video | trilene | 2020-10-28 | 37 | -440/+452 | |
| |\ \ | ||||||
| * | | | Fix crash on exit | trilene | 2020-10-27 | 7 | -38/+30 | |
| | | | | ||||||
| * | | | Merge remote-tracking branch 'upstream/master' into webrtc-video | trilene | 2020-10-27 | 66 | -2503/+7983 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| * | | | Support video calls | trilene | 2020-10-27 | 18 | -433/+1157 | |
| | | | | ||||||
* | | | | Fix clipboard image pasting crash on macos | Joseph Donofry | 2020-10-28 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | Make back button bigger as it is hard to tap with your thumb | Nicolas Werner | 2020-10-28 | 1 | -0/+2 | |
| | | | ||||||
* | | | Merge pull request #308 from Nheko-Reborn/build-opt | DeepBlueV7.X | 2020-10-28 | 33 | -250/+257 | |
|\ \ \ | | | | | | | | | Optimize build | |||||
| * | | | Don't pass around empty timeline | Nicolas Werner | 2020-10-28 | 6 | -19/+15 | |
| | | | | ||||||
| * | | | Fix ambiguous namespace on gcc7 | Nicolas Werner | 2020-10-27 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | No roomid on leave | Nicolas Werner | 2020-10-27 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Optimize build | Nicolas Werner | 2020-10-27 | 33 | -232/+243 | |
| | | | | ||||||
* | | | | Translated using Weblate (Russian) | Weblate | 2020-10-28 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 31.3% (129 of 411 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/ Translation: Nheko/nheko | |||||
* | | | | Translated using Weblate (Finnish) | Weblate | 2020-10-28 | 1 | -58/+58 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 50.1% (206 of 411 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko | |||||
* | | | | Translated using Weblate (French) | Weblate | 2020-10-28 | 1 | -100/+100 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (411 of 411 strings) Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | |||||
* | | | | Translated using Weblate (Estonian) | Weblate | 2020-10-28 | 1 | -56/+56 | |
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (411 of 411 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko | |||||
* | | | Translated using Weblate (English) | Weblate | 2020-10-26 | 1 | -60/+60 | |
|/ / | | | | | | | | | | | | | | | Currently translated at 100.0% (411 of 411 strings) Co-authored-by: Joseph Donofry <rubberduckie3554@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/en/ Translation: Nheko/nheko | |||||
* | | Fix small scope issue | Nicolas Werner | 2020-10-26 | 1 | -6/+5 | |
| | | ||||||
* | | Run update-translations | Joseph Donofry | 2020-10-26 | 17 | -788/+1740 | |
| | | ||||||
* | | Disable new MessageInput, until you can paste images | Nicolas Werner | 2020-10-26 | 4 | -15/+4 | |
| | | ||||||
* | | Split up TimelineView into separate components | Nicolas Werner | 2020-10-26 | 8 | -472/+531 | |
| | | ||||||
* | | Qml message input mockup | Nicolas Werner | 2020-10-26 | 9 | -228/+327 | |
| | | ||||||
* | | Merge pull request #307 from LorenDB/ctrl-u | DeepBlueV7.X | 2020-10-24 | 1 | -0/+3 | |
|\ \ | | | | | | | Delete text on Ctrl-U | |||||
| * | | Delete text on Ctrl-U | LorenDB | 2020-10-21 | 1 | -0/+3 | |
| | | | ||||||
* | | | Fix login | Nicolas Werner | 2020-10-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #306 from LorenDB/master | DeepBlueV7.X | 2020-10-24 | 7 | -24/+69 | |
|\ \ \ | | | | | | | | | Add option for separate profiles | |||||
| * | | | Add option for unique config | LorenDB | 2020-10-24 | 7 | -24/+69 | |
| |/ / | ||||||
* | | | Add mobile mode which improves scrolling | Nicolas Werner | 2020-10-24 | 3 | -1/+28 | |
| | | | ||||||
* | | | Fix copying text | Nicolas Werner | 2020-10-24 | 1 | -2/+0 | |
| | | | ||||||
* | | | Fix infinite pagination properly now. | Nicolas Werner | 2020-10-23 | 4 | -5/+19 | |
| | | | ||||||
* | | | Fix share keys setting not working | Nicolas Werner | 2020-10-23 | 1 | -0/+6 | |
| | | | ||||||
* | | | Reload message on m.room_key | Nicolas Werner | 2020-10-23 | 1 | -2/+4 | |
| | | | ||||||
* | | | Speed up rendering the timeline by a LOT by reducing clipping | Nicolas Werner | 2020-10-22 | 2 | -2/+2 | |
| | | | | | | | | | | | | Sadly still required for replies, otherwise this would be perfect. | |||||
* | | | Trade CPU usage for 30MB of members in RAM | Nicolas Werner | 2020-10-22 | 7 | -146/+30 | |
| | | | ||||||
* | | | Merge pull request #303 from LorenDB/master | DeepBlueV7.X | 2020-10-22 | 2 | -6/+4 | |
|\| | | | | | | | | Change the font box to QFontComboBox as per issue 238 | |||||
| * | | Use QFontComboBox as per issue 238 (deleted comments) | LorenDB | 2020-10-21 | 2 | -6/+4 | |
| | | | | | | | | | | | | | | | Note: I have deleted commented code as per the suggestion of @utkarsh2102. Note 2: I have fixed all the diffs, etc. | |||||
* | | | Merge pull request #305 from Nheko-Reborn/encrypted_device_messages | DeepBlueV7.X | 2020-10-20 | 18 | -421/+560 | |
|\| | | | | | | | | Encrypted device messages | |||||
| * | | Fix corrupt channel + add additional debugging | Nicolas Werner | 2020-10-20 | 3 | -2/+11 | |
| | | | ||||||
| * | | Clean up key requests + autoreload | Nicolas Werner | 2020-10-20 | 11 | -56/+84 | |
| | | | ||||||
| * | | Share code for sending encrypted olm messages | Nicolas Werner | 2020-10-20 | 4 | -352/+278 | |
| | | | ||||||
| * | | Store timestamp with olm sessions | Nicolas Werner | 2020-10-20 | 9 | -19/+191 | |
| | | | ||||||
| * | | Hide room name, if not loaded yet | Nicolas Werner | 2020-10-18 | 2 | -5/+9 | |
|/ / | ||||||
* | | Actually forward keys using m.forwared_room_key | Nicolas Werner | 2020-10-18 | 2 | -23/+28 | |
| | | ||||||
* | | Automatic key sharing with trusted users | Nicolas Werner | 2020-10-18 | 3 | -23/+62 | |
| | | ||||||
* | | Fix crash on exit | Nicolas Werner | 2020-10-17 | 7 | -45/+21 | |
| | | ||||||
* | | Answer key requests for all our sessions | Nicolas Werner | 2020-10-17 | 1 | -7/+10 | |
| | | ||||||
* | | Merge pull request #301 from kamathmanu/issue266-filenameOnHover | DeepBlueV7.X | 2020-10-16 | 1 | -1/+30 | |
|\ \ | | | | | | | Display filename on mouse hover | |||||
| * | | Make Text element a sibling of the Rectangle to avoid the text from ↵ | kamathmanu | 2020-10-15 | 1 | -14/+14 | |
| | | | | | | | | | | | | depending on the rectangle's opacity property. Switch to Nheko theme colors | |||||
| * | | Avoid hardcoded font size | kamathmanu | 2020-10-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | Display filename on mouse hover | kamathmanu | 2020-10-13 | 1 | -1/+30 | |
| | | | ||||||
* | | | Translated using Weblate (Estonian) | Weblate | 2020-10-13 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 90.2% (363 of 402 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko | |||||
* | | | Fix small typo in robustness logic | Nicolas Werner | 2020-10-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix emoji filter losing focus | Nicolas Werner | 2020-10-12 | 1 | -0/+1 | |
|/ / | ||||||
* / | Update translations | Nicolas Werner | 2020-10-11 | 17 | -1028/+5244 | |
|/ | ||||||
* | Merge branch 'master' of ssh://github.com/Nheko-Reborn/nheko | Joseph Donofry | 2020-10-09 | 1 | -0/+2004 | |
|\ | ||||||
| * | Merge pull request #298 from LorenDB/master | DeepBlueV7.X | 2020-10-09 | 1 | -0/+2004 | |
| |\ | | | | | | | Begin Esperanto translations | |||||
| | * | Begin Esperanto translations | LorenDB | 2020-10-07 | 1 | -0/+2004 | |
| | | | ||||||
* | | | Add some try...catch logic around read-only databases so nheko won't crash ↵ | Joseph Donofry | 2020-10-09 | 1 | -7/+48 | |
|/ / | | | | | | | if the db doesn't exist | |||||
* | | Merge pull request #299 from Nheko-Reborn/qml-linting | DeepBlueV7.X | 2020-10-08 | 31 | -2350/+3034 | |
|\ \ | | | | | | | Lint qml with qml-format | |||||
| * | | Lint qml with qml-format | Nicolas Werner | 2020-10-08 | 31 | -2350/+3034 | |
|/ / | ||||||
* | | Merge pull request #270 from Chethan2k1/device-verification | DeepBlueV7.X | 2020-10-08 | 59 | -319/+3704 | |
|\ \ | |/ |/| | Device verification and Cross-Signing | |||||
| * | Try to fix windows build | Nicolas Werner | 2020-10-08 | 1 | -3/+3 | |
| | | ||||||
| * | More unused variables in bindings | Nicolas Werner | 2020-10-08 | 1 | -1/+3 | |
| | | ||||||
| * | Bump spdlog version | Nicolas Werner | 2020-10-08 | 1 | -2/+2 | |
| | | ||||||
| * | Fix unused variable warnings on old compilers | Nicolas Werner | 2020-10-08 | 1 | -3/+12 | |
| | | ||||||
| * | Send master key in verification flow (if we trust it) | Nicolas Werner | 2020-10-08 | 2 | -0/+26 | |
| | | ||||||
| * | Try to please the CI gods | Nicolas Werner | 2020-10-08 | 2 | -3/+5 | |
| | | ||||||
| * | Fix issues with old qt and bump to 5.10 | Nicolas Werner | 2020-10-08 | 4 | -24/+26 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' into cross-signing | Nicolas Werner | 2020-10-08 | 21 | -279/+2228 | |
| |\ | |/ |/| | ||||||
* | | Merge pull request #294 from trilene/master | DeepBlueV7.X | 2020-10-02 | 2 | -2/+2 | |
|\ \ | | | | | | | Bump mtxclient | |||||
| * | | Bump mtxclient | trilene | 2020-10-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | Bump mtxclient | trilene | 2020-10-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | Added translation using Weblate (Portuguese (Portugal)) | Weblate | 2020-09-30 | 1 | -0/+1993 | |
| | | | | | | | | | | | | Co-authored-by: Tnpod <tmpod@pm.me> | |||||
* | | | Merge pull request #290 from trilene/master | DeepBlueV7.X | 2020-09-26 | 1 | -1/+0 | |
|\| | | | | | | | | Remove duplicate control from settings page | |||||
| * | | Remove duplicate control from settings page | trilene | 2020-09-26 | 1 | -1/+0 | |
| | | | ||||||
* | | | Merge pull request #289 from trilene/master | DeepBlueV7.X | 2020-09-25 | 19 | -278/+235 | |
|\| | | | | | | | | Port ActiveCallBar to Qml | |||||
| * | | Allow button colors override | trilene | 2020-09-25 | 2 | -6/+8 | |
| | | | ||||||
| * | | Fix build for those without GStreamer | trilene | 2020-09-25 | 1 | -1/+7 | |
| | | | ||||||
| * | | Move ActiveCallBar Qml to separate file | trilene | 2020-09-25 | 10 | -147/+166 | |
| | | | ||||||
| * | | clang-format | trilene | 2020-09-22 | 4 | -21/+16 | |
| | | | ||||||
| * | | Port ActiveCallBar to Qml | trilene | 2020-09-22 | 16 | -277/+212 | |
| | | | ||||||
| | * | Implement signature upload for own master key | Nicolas Werner | 2020-10-08 | 4 | -2/+52 | |
| | | | ||||||
| | * | Calculate verification status from cross-signing sigs and update dynamically | Nicolas Werner | 2020-10-08 | 9 | -157/+223 | |
| | | | ||||||
| | * | Fix in room verification | Nicolas Werner | 2020-10-06 | 5 | -107/+103 | |
| | | | ||||||
| | * | Show different verification errors | Nicolas Werner | 2020-10-05 | 7 | -20/+35 | |
| | | | ||||||
| | * | Make steps in verification flow explicit | Nicolas Werner | 2020-10-05 | 23 | -796/+699 | |
| | | | ||||||
| | * | Don't fail on missing key for a device and /rotate-megolm-session command | Nicolas Werner | 2020-10-03 | 7 | -0/+40 | |
| | | | ||||||
| | * | Fix nullopt when iterating reactions | Nicolas Werner | 2020-10-03 | 1 | -1/+2 | |
| | | | ||||||
| | * | Clean up verification pages a bit | Nicolas Werner | 2020-10-02 | 9 | -122/+17 | |
| | | | ||||||
| | * | Fix room name | Nicolas Werner | 2020-10-02 | 1 | -0/+1 | |
| | | | ||||||
| | * | Fix fetching inexistent batch tokens | Nicolas Werner | 2020-10-02 | 1 | -2/+5 | |
| | | | ||||||
| | * | Handle forwarded room keys | Nicolas Werner | 2020-10-02 | 2 | -48/+69 | |
| | | | ||||||
| | * | Fix verification start to start with request | Nicolas Werner | 2020-10-02 | 4 | -7/+5 | |
| | | | ||||||
| | * | Clean up verification and key cache a bit | Nicolas Werner | 2020-10-02 | 11 | -318/+399 | |
| | | | ||||||
| | * | Merge remote-tracking branch 'origin/master' into cross-signing | Nicolas Werner | 2020-09-24 | 43 | -2085/+8658 | |
| | |\ | |_|/ |/| | | ||||||
* | | | Translated using Weblate (French) | Weblate | 2020-09-23 | 1 | -161/+174 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (359 of 359 strings) Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | |||||
* | | | Translated using Weblate (French) | Weblate | 2020-09-23 | 1 | -142/+146 | |
|/ / | | | | | | | | | | | | | | | Currently translated at 57.9% (208 of 359 strings) Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | |||||
* | | Translated using Weblate (Estonian) | Weblate | 2020-09-21 | 1 | -3/+6 | |
| | | | | | | | | | | | | | | | | Currently translated at 100.0% (359 of 359 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko | |||||
* | | Fix some missing english translations | Nicolas Werner | 2020-09-20 | 1 | -2/+5 | |
| | | ||||||
* | | Fix binding loop when trying to reply | Nicolas Werner | 2020-09-20 | 1 | -1/+2 | |
| | | ||||||
* | | Translated using Weblate (Estonian) | Weblate | 2020-09-19 | 1 | -78/+86 | |
| | | | | | | | | | | | | | | | | Currently translated at 99.1% (356 of 359 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko | |||||
* | | Translated using Weblate (German) | Weblate | 2020-09-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Currently translated at 76.0% (273 of 359 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko | |||||
* | | Fix emoji escape in file messages | Nicolas Werner | 2020-09-19 | 1 | -1/+1 | |
| | | | | | | | | This disables color emojis for now in filenames | |||||
* | | Fix cut off english translation. | Nicolas Werner | 2020-09-19 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #285 from Lurkki14/master | DeepBlueV7.X | 2020-09-19 | 1 | -12/+17 | |
|\ \ | | | | | | | Use Rectangle for typing users so it doesn't overlap with the timeline | |||||
| * | | make typing Rectangle extents cleaner | Jussi Kuokkanen | 2020-09-18 | 1 | -3/+3 | |
| | | | ||||||
| * | | Merge branch 'master' of https://github.com/Lurkki14/nheko | Jussi Kuokkanen | 2020-09-18 | 1 | -10/+1 | |
| |\ \ | ||||||
| | * | | Set typing Rectangle color directly instead of Connection | Lurkki14 | 2020-09-18 | 1 | -10/+1 | |
| | | | | | | | | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | |||||
| * | | | Merge branch 'master' of https://github.com/Nheko-Reborn/nheko | Jussi Kuokkanen | 2020-09-18 | 2 | -24/+121 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| * | | | make Rectangle to fill the gap between input widget and typing users | Jussi Kuokkanen | 2020-09-17 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | simplify check for no typing users | Jussi Kuokkanen | 2020-09-17 | 1 | -2/+1 | |
| | | | | ||||||
| * | | | Merge branch 'master' of https://github.com/Nheko-Reborn/nheko | Jussi Kuokkanen | 2020-09-17 | 29 | -554/+4192 | |
| |\ \ \ | ||||||
| * | | | | use Rectangle for typing users so it doesn't overlap with the timeline | Jussi Kuokkanen | 2020-09-17 | 1 | -12/+27 | |
| | | | | | ||||||
* | | | | | Translated using Weblate (Estonian) | Weblate | 2020-09-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 77.9% (280 of 359 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko | |||||
* | | | | | Translated using Weblate (English) | Weblate | 2020-09-19 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 99.4% (357 of 359 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/en/ Translation: Nheko/nheko | |||||
* | | | | | Translated using Weblate (English) | Weblate | 2020-09-19 | 1 | -24/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 97.7% (351 of 359 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/en/ Translation: Nheko/nheko | |||||
* | | | | | Translated using Weblate (English) | Weblate | 2020-09-19 | 1 | -32/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 91.0% (327 of 359 strings) Translated using Weblate (English) Currently translated at 91.0% (327 of 359 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Mihai Fufezan <fufexan@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/en/ Translation: Nheko/nheko | |||||
* | | | | | Translated using Weblate (Estonian) | Weblate | 2020-09-19 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 86.0% (309 of 359 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko | |||||
* | | | | | Translated using Weblate (English) | Weblate | 2020-09-19 | 1 | -22/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 82.1% (295 of 359 strings) Translated using Weblate (English) Currently translated at 82.1% (295 of 359 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Mihai Fufezan <fufexan@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/en/ Translation: Nheko/nheko | |||||
* | | | | | Translated using Weblate (German) | Weblate | 2020-09-19 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 93.8% (337 of 359 strings) Translated using Weblate (German) Currently translated at 93.8% (337 of 359 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Mr. X <shop.news@posteo.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko | |||||
* | | | | | Fix typo in encryption error message | Nicolas Werner | 2020-09-19 | 16 | -18/+18 | |
| | | | | | ||||||
* | | | | | Translated using Weblate (German) | Weblate | 2020-09-19 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 99.1% (356 of 359 strings) Co-authored-by: Mr. X <shop.news@posteo.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko | |||||
* | | | | | Update translations | Nicolas Werner | 2020-09-19 | 16 | -1379/+4167 | |
| | | | | | ||||||
* | | | | | Translated using Weblate (Estonian) | Weblate | 2020-09-19 | 1 | -156/+161 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 99.4% (332 of 334 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko | |||||
* | | | | | Translated using Weblate (Finnish) | Weblate | 2020-09-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 60.7% (203 of 334 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko | |||||
* | | | | | Translated using Weblate (German) | Weblate | 2020-09-18 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 97.3% (325 of 334 strings) Translated using Weblate (German) Currently translated at 97.3% (325 of 334 strings) Co-authored-by: Marlon Kern <nheko@marlon-kern.de> Co-authored-by: Mr. X <shop.news@posteo.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko | |||||
* | | | | | Translated using Weblate (Estonian) | Weblate | 2020-09-18 | 1 | -42/+42 | |
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 53.2% (178 of 334 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko | |||||
* | | | | Merge pull request #286 from trilene/voip | DeepBlueV7.X | 2020-09-17 | 2 | -24/+121 | |
|\ \ \ \ | |_|/ / |/| | | | Adapt device monitoring for GStreamer 1.18 | |||||
| * | | | Remove GStreamer version test | trilene | 2020-09-17 | 1 | -2/+0 | |
| | | | | ||||||
| * | | | clang-format | trilene | 2020-09-17 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fix preprocessor directive | trilene | 2020-09-17 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Adapt device monitoring for GStreamer 1.18 | trilene | 2020-09-17 | 2 | -24/+123 | |
| | | | | ||||||
* | | | | Merge pull request #284 from Nheko-Reborn/hidden-events | DeepBlueV7.X | 2020-09-17 | 21 | -531/+459 | |
|\ \ \ \ | | | | | | | | | | | Hidden events backend | |||||
| * | | | | Actually use room account data | Nicolas Werner | 2020-09-16 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fix avatars in notifications | Nicolas Werner | 2020-09-16 | 2 | -13/+22 | |
| | | | | | ||||||
| * | | | | Fix some images not showing up | Nicolas Werner | 2020-09-16 | 1 | -6/+13 | |
| | | | | | ||||||
| * | | | | Update blurhash | Nicolas Werner | 2020-09-16 | 1 | -3/+4 | |
| | | | | | ||||||
| * | | | | Fix null errors in qml | Nicolas Werner | 2020-09-16 | 8 | -21/+24 | |
| | | | | | ||||||
| * | | | | Reenable top bar room settings menus on avatar or title clicks | Nicolas Werner | 2020-09-16 | 6 | -15/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes a bug with an empty room settings window introduced in the port. | |||||
| * | | | | Port top bar to Qml | Nicolas Werner | 2020-09-16 | 12 | -448/+267 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes some resize issues with stupid workarounds to our resize logic. This really needs to be cleaned up at some point! | |||||
| * | | | | Save account data and allow hiding events via account data | Nicolas Werner | 2020-09-08 | 4 | -32/+107 | |
| | | | | | ||||||
* | | | | | Merge pull request #283 from trilene/voip | DeepBlueV7.X | 2020-09-16 | 2 | -5/+8 | |
|\ \ \ \ \ | | |/ / / | |/| | | | Remove bus watch when call ends | |||||
| * | | | | Remove bus watch when call ends | trilene | 2020-09-16 | 2 | -5/+8 | |
| | | | | | ||||||
* | | | | | Translated using Weblate (Estonian) | Weblate | 2020-09-15 | 1 | -85/+85 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 40.7% (136 of 334 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko | |||||
* | | | | | Translated using Weblate (Estonian) | Weblate | 2020-09-15 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 16.1% (54 of 334 strings) Translated using Weblate (Estonian) Currently translated at 16.1% (54 of 334 strings) Co-authored-by: Joseph Donofry <rubberduckie3554@gmail.com> Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko | |||||
* | | | | | Merge branch 'master' of github.com:Nheko-Reborn/nheko | Weblate | 2020-09-15 | 2 | -6/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | Merge pull request #281 from trilene/voip | DeepBlueV7.X | 2020-09-14 | 2 | -6/+0 | |
| |\| | | | | | | | | | | | | | | | | Don't show default audio source in settings | |||||
| | * | | | | Don't show default audio source in settings | trilene | 2020-09-14 | 2 | -6/+0 | |
| | | | | | | ||||||
* | | | | | | Added translation using Weblate (Estonian) | Weblate | 2020-09-15 | 1 | -0/+1858 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joseph Donofry <rubberduckie3554@gmail.com> | |||||
* | | | | | | Update translation files | Weblate | 2020-09-15 | 1 | -10/+0 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated by "Cleanup translation files" hook in Weblate. Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ Translation: Nheko/nheko | |||||
* | | | | | Merge branch 'master' of github.com:Nheko-Reborn/nheko | Weblate | 2020-09-13 | 39 | -1221/+2459 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge pull request #275 from Chethan2k1/master | DeepBlueV7.X | 2020-09-13 | 1 | -0/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix Issue #274 | |||||
| | * | | | | | Update README.md | Chethan | 2020-09-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | |||||
| | * | | | | | Fix Readme | Chethan2k1 | 2020-09-05 | 1 | -0/+1 | |
| | | |/ / / | | |/| | | | ||||||
| * | | | | | Merge pull request #280 from trilene/voip | DeepBlueV7.X | 2020-09-13 | 1 | -2/+6 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | Ignore empty remote ICE candidates | |||||
| | * | | | | Ignore empty remote ICE candidates | trilene | 2020-09-13 | 1 | -2/+6 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #279 from Lurkki14/master | DeepBlueV7.X | 2020-09-13 | 1 | -1/+2 | |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | reset filter string when emoji completer is opened | |||||
| | * | | | | reset filter string when emoji completer is opened | Jussi Kuokkanen | 2020-09-13 | 1 | -1/+2 | |
| |/ / / / | ||||||
| * | / / | Merge pull request #278 from trilene/voip | DeepBlueV7.X | 2020-09-10 | 1 | -4/+6 | |
| |\| | | | | |/ / | |/| | | Fix earlier commit + GStreamer v1.18 released | |||||
| | * | | GStreamer v1.18.0 released | trilene | 2020-09-10 | 1 | -4/+4 | |
| | | | | ||||||
| | * | | Fix earlier commit when GStreamer < v1.17 | trilene | 2020-09-10 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Add simpified chinese translations | Weblate | 2020-09-13 | 1 | -0/+1860 | |
| | | | | ||||||
| | | * | Simplify outbound session setup | Nicolas Werner | 2020-09-20 | 9 | -214/+209 | |
| | | | | | | | | | | | | | | | | Don't send inbound session to self and claim and send all keys at once. | |||||
| | | * | Split qml part of Device Verification | CH Chethan Reddy | 2020-09-14 | 18 | -710/+757 | |
| | | | |