summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | update russian translatekirillpt2020-12-0318-577/+564
|/ / /
* | | Merge pull request #348 from trilene/masterDeepBlueV7.X2020-11-301-0/+8
|\ \ \ | | | | | | | | Add GStreamer requirements to README
| * | | List needed gstreamer plugins explicitlytrilene2020-11-301-2/+5
| | | |
| * | | Add GStreamer requirements to READMEtrilene2020-11-301-0/+5
| | | |
* | | | Improve Register page (#346)Kirillpt2020-11-3025-522/+647
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add username error label, add word wrapping for error labels * make lint * last commits * remove font, and remove some lambdas * add QRegularExpression for regex * improve review things * add isModified() for checkFields() * add check isModified() for all fields in checkFields * Update src/RegisterPage.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * remove emit call for showError Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
* | | | Merge pull request #347 from kamathmanu/avatarFullViewSupportDeepBlueV7.X2020-11-302-0/+9
|\ \ \ \ | | | | | | | | | | Add support for viewing avatar images in full size
| * | | | Lint codekamathmanu2020-11-301-1/+1
| | | | |
| * | | | Update resources/qml/Avatar.qmlkamathmanu2020-11-301-2/+0
| | | | | | | | | | | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
| * | | | Update resources/qml/Avatar.qmlkamathmanu2020-11-301-3/+1
| | | | | | | | | | | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
| * | | | Lint codekamathmanu2020-11-301-1/+3
| | | | |
| * | | | Add support for viewing avatar images in full sizekamathmanu2020-11-302-0/+11
| | | | |
* | | | | Fix selection in input area by mouseNicolas Werner2020-11-302-13/+56
| | | | |
* | | | | Fix shadow variableNicolas Werner2020-11-301-3/+3
| | | | |
* | | | | Properly share and rotate sessions on member and device changesNicolas Werner2020-11-306-92/+286
| | | | |
* | | | | Remove outbound session storageNicolas Werner2020-11-306-101/+44
| | | | |
* | | | | Load sessions lazily from dbNicolas Werner2020-11-306-33/+42
| |/ / / |/| | |
* | | | Use proper flatpak sdkNicolas Werner2020-11-271-2/+2
| |_|/ |/| |
* | | Bump Qt versionNicolas Werner2020-11-271-1/+1
| | |
* | | SkipEmptyParts was only added in Qt 5.14Nicolas Werner2020-11-261-4/+6
| | |
* | | Remove unnecessary capture of thisNicolas Werner2020-11-261-3/+2
| | |
* | | Merge pull request #344 from Kirillpt/fix/togglebutton_usingDeepBlueV7.X2020-11-263-37/+40
|\ \ \ | | | | | | | | Fix toggles in the remaining dialogues
| * | | fix encryption toggleskirillpt2020-11-272-32/+33
| | | |
| * | | change Toggle behaviorkirillpt2020-11-263-15/+17
|/ / /
* | | Merge pull request #343 from Kirillpt/fix/textFieldvalidationDeepBlueV7.X2020-11-261-0/+1
|\ \ \ | | | | | | | | fix validation feature in TextInput
| * | | fix validation feature in TextInput, it was trouble in password field in the ↵kirillpt2020-11-261-0/+1
|/ / / | | | | | | | | | login page
* | | Update translationsNicolas Werner2020-11-2618-82/+82
| | |
* | | Fix variable shadowingNicolas Werner2020-11-261-5/+5
| | |
* | | Merge pull request #341 from Kirillpt/issue_329DeepBlueV7.X2020-11-262-3/+3
|\ \ \ | | | | | | | | change 'redacted' for 'removed'
| * | | change 'redacted' for 'removed'kirillpt2020-11-262-3/+3
|/ / /
* | | Bump max dbsNicolas Werner2020-11-261-1/+1
| | |
* | | Update translationsNicolas Werner2020-11-2518-2582/+1332
| | |
* | | Fix race when reading members from dbNicolas Werner2020-11-255-29/+52
| | |
* | | Add some db logging and clean up avatar urls a bitNicolas Werner2020-11-253-18/+14
| | |
* | | Merge pull request #339 from Kirillpt/issue_331DeepBlueV7.X2020-11-253-59/+85
|\ \ \ | | | | | | | | fix #331
| * | | fixed toggle weirdness in settings, after loads added setChecked for ↵kirillpt2020-11-251-0/+23
| | | | | | | | | | | | | | | | Toggles, and fix issues with startInTray
| * | | made this: if Tray become disabled and startInTray was enabled, startInTray ↵kirillpt2020-11-251-2/+4
| | | | | | | | | | | | | | | | before blocks, goes disabled too
| * | | change \!disabled for enabled, because toggled return true if enabledkirillpt2020-11-252-31/+32
| | | |
| * | | maybe fix toggle work in codekirillpt2020-11-252-26/+26
| |/ /
* | | Merge pull request #340 from trilene/fix-call-barDeepBlueV7.X2020-11-251-25/+26
|\ \ \ | | | | | | | | Fix ActiveCallBar
| * \ \ Merge branch 'master' into fix-call-barDeepBlueV7.X2020-11-2559-10160/+1873
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #335 from Nheko-Reborn/qml-text-inputDeepBlueV7.X2020-11-2555-10153/+1801
|\ \ \ \ | |_|/ / |/| | | Qml text input
| * | | Open completer on tabNicolas Werner2020-11-252-6/+30
| | | |
| * | | Fix input focus when pressing reply buttonNicolas Werner2020-11-255-0/+5
| | | |
| * | | Implement Qml drag and dropNicolas Werner2020-11-259-5/+104
| | | |
| * | | Fix enter when no completion availableNicolas Werner2020-11-251-12/+13
| | | |
| * | | Remove redundant user search suggestion codeNicolas Werner2020-11-257-122/+42
| | | |
| * | | Show userid in completerNicolas Werner2020-11-253-0/+9
| | | |
| * | | Linkify username completionNicolas Werner2020-11-251-0/+3
| | | |
| * | | Mouse selection of completionsNicolas Werner2020-11-252-3/+21
| | | |
| * | | Split completion model into header and sourceNicolas Werner2020-11-253-110/+145
| | | |
| * | | Match on each word in the completerNicolas Werner2020-11-251-1/+12
| | | |
| * | | Fix index out of range on backspace in completerNicolas Werner2020-11-251-3/+3
| | | |
| * | | Fix completer fuzzy match not applying after prefix match and insert being ↵Nicolas Werner2020-11-251-19/+9
| | | | | | | | | | | | | | | | broken
| * | | Fix some issues with completerNicolas Werner2020-11-255-68/+144
| | | |
| * | | Fix mimetype of media messagesNicolas Werner2020-11-252-4/+5
| | | |
| * | | Use a trie for filtering completions (not fuzzy yet)Nicolas Werner2020-11-252-74/+131
| | | |
| * | | Remove old TextinputNicolas Werner2020-11-255-681/+0
| | | |
| * | | Qml emoji completerNicolas Werner2020-11-254-12/+62
| | | |
| * | | Simple prefix match for completionsNicolas Werner2020-11-252-5/+5
| | | |
| * | | Custom completer filteringNicolas Werner2020-11-254-3/+107
| | | |
| * | | Working User completerNicolas Werner2020-11-259-38/+83
| | | |
| * | | add per-room user modelJussi Kuokkanen2020-11-253-0/+53
| | | |
| * | | use completion interface in emoji completionsJussi Kuokkanen2020-11-252-5/+19
| | | |
| * | | add completer interface (item roles)Jussi Kuokkanen2020-11-251-0/+15
| | | |
| * | | rename CompletionModel to CompletionProxyModelJussi Kuokkanen2020-11-253-4/+24
| | | |
| * | | WIP Qml completerNicolas Werner2020-11-255-14/+174
| | | |
| * | | Reenable Ctrl+UNicolas Werner2020-11-251-1/+3
| | | |
| * | | Reimplement message historyNicolas Werner2020-11-253-16/+60
| | | |
| * | | Send typing updates from QMLNicolas Werner2020-11-257-93/+56
| | | |
| * | | Move emoji picker to qmlNicolas Werner2020-11-2517-8507/+18
| | | |
| * | | Use old style connection (for Qt5.12)Nicolas Werner2020-11-251-3/+1
| | | |
| * | | Move calls to new input barNicolas Werner2020-11-2510-212/+86
| | | |
| * | | Add file uploadingNicolas Werner2020-11-2517-318/+475
| | | |
| * | | Basic text input in qmlNicolas Werner2020-11-2510-210/+178
| | | |
| * | | Pasteable textinputNicolas Werner2020-11-257-3/+104
| | | |
| * | | Disable scroll helper on mobileNicolas Werner2020-11-251-0/+1
| | | |
* | | | Merge pull request #337 from trilene/masterDeepBlueV7.X2020-11-251-0/+5
|\ \ \ \ | | | | | | | | | | Mitigate webrtc race condition
* \ \ \ \ Merge pull request #334 from Kirillpt/issue_292DeepBlueV7.X2020-11-254-8/+73
|\ \ \ \ \ | |_|/ / / |/| | | | fix #292
| * | | | Apply suggestions from code reviewDeepBlueV7.X2020-11-251-2/+2
| | | | |
| * | | | Update src/ui/TextField.cppDeepBlueV7.X2020-11-251-1/+1
| | | | |
| * | | | remove QFontMEtrics declarationkirillpt2020-11-252-6/+3
| | | | |
| * | | | fixed error_label_ below login button, now it's calculating height and uses ↵kirillpt2020-11-252-5/+14
| | | | | | | | | | | | | | | | | | | | correct word wrapping
| * | | | remove some useless matrixid layout, and move error_label_ under homeserver ↵kirillpt2020-11-242-6/+4
| | | | | | | | | | | | | | | | | | | | input(FIXME)
| * | | | fix word wraping for matrixid error messagekirillpt2020-11-241-0/+1
| | | | |
| * | | | make lintkirillpt2020-11-241-2/+2
| | | | |
| * | | | move error_matrixid label below matrixid input, made hide/show for the ↵kirillpt2020-11-233-2/+25
| | | | | | | | | | | | | | | | | | | | label, made red underline for invalid input, add to TextField class isValid() setValid() for custom validation
| * | | | make lintkirillpt2020-11-231-2/+2
| | | | |
| * | | | Added QLabel for matrixIdError output and added new function which output ↵kirillpt2020-11-232-6/+30
| | | | | | | | | | | | | | | | | | | | input id error, improve code like suggest @deepbluev7, return for error_label setWordWrap
| * | | | make lintkirillpt2020-11-231-1/+1
| | | | |
| * | | | fixed issue 292, but removed wordWrap from error_label_, because hint looks ↵kirillpt2020-11-231-3/+16
|/ / / / | | | | | | | | | | | | bad with it
| | * / Fix ActiveCallBartrilene2020-11-251-25/+26
| |/ /
| * / Mitigate webrtc race conditiontrilene2020-11-241-0/+5
|/ /
* | Merge pull request #332 from Kirillpt/russian-translateDeepBlueV7.X2020-11-2218-1292/+2484
|\ \ | | | | | | Russian translate
| * | make update-translationskirillpt2020-11-2218-1077/+2265
| | |
| * | add more russian translationskirillpt2020-11-221-217/+221
|/ /
* | Make reply background a bit less saturatedNicolas Werner2020-11-211-1/+1
| |
* | Add some padding between scrollbar and messagesNicolas Werner2020-11-211-1/+1
| |
* | Added translation using Weblate (Swedish)Weblate2020-11-191-0/+2297
| | | | | | | | Co-authored-by: Emilie <em@nao.sh>
* | Fix tags and world buttons leaking as communities leaking over the networkNicolas Werner2020-11-181-4/+10
| |
* | Silence signal syntax deprecatedNicolas Werner2020-11-151-1/+4
| |
* | Merge pull request #327 from kamathmanu/qtBackwardsCompatabilityDeepBlueV7.X2020-11-153-12/+12
|\ \ | | | | | | Make compatible with qt 5.12
| * | Make compatible with qt 5.12kamathmanu2020-11-143-12/+12
| | |
* | | Merge pull request #325 from trilene/webrtc-videoDeepBlueV7.X2020-11-137-11/+94
|\ \ \ | | | | | | | | Make incoming call ringtone a user setting
| * | | clang-formattrilene2020-11-133-5/+5
| | | |
| * | | Make incoming call ringtone a user settingtrilene2020-11-124-6/+89
| | | |
* | | | Merge pull request #314 from MayeulC/smoothie-2DeepBlueV7.X2020-11-124-13/+9
|\ \ \ \ | |_|_|/ |/| | | Smooth all the things [v2]
| * | | Simplify PainterHighQualityEnabler codeMayeul Cantan2020-11-071-11/+3
| | | | | | | | | | | | | | | | | | | | There is no need to iterate over a list, flags can be applied and stored simultaneously.
| * | | Smooth avatars in widgetsMayeul Cantan2020-11-071-1/+3
| | | |
| * | | Smooth pictures in timelineMayeul Cantan2020-10-311-0/+2
| | | |
| * | | Smooth Avatars in timelineMayeul Cantan2020-10-311-1/+1
| | | | | | | | | | | | | | | | This helps on low-dpi screens, getting rid of the jaggies.
* | | | Merge pull request #320 from trilene/webrtc-videoDeepBlueV7.X2020-11-097-57/+168
|\ \ \ \ | | |/ / | |/| | Video calls: add local webcam view
| * | | Video calls: add local webcam viewtrilene2020-11-097-57/+168
| | | |
* | | | Merge pull request #319 from HarHarLinks/patch-1DeepBlueV7.X2020-11-091-2/+2
|\ \ \ \ | |_|_|/ |/| | | Update README with element.io
| * | | Update README with element.ioKim Brose2020-11-091-2/+2
|/ / /
* | / Translated using Weblate (French)Weblate2020-11-071-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-textDeepBlueV7.X2020-10-311-1/+1
|\ \ | | | | | | Allow sending text after `shrug`
| * | Allow sending text after `shrug`Mayeul Cantan2020-10-311-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-typoDeepBlueV7.X2020-10-313-7/+7
|\ \ \ | | | | | | | | Improve wording in multiple strings.
| * | | Wording: replace "encrypted room" with "encrypted private chat"Mayeul Cantan2020-10-311-2/+2
| | | | | | | | | | | | | | | | | | | | This is for consistency with "Start a private chat", and is more specific.
| * | | Wording: change "Mobile mode" for "Touchscreen mode"Mayeul Cantan2020-10-311-2/+2
| | | | | | | | | | | | | | | | | | | | This is less ambiguous. Moreover, this mode might be useful on a computer touchscreen.
| * | | Wording: change "trusted users" for "verified users"Mayeul Cantan2020-10-311-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 acceptedMayeul Cantan2020-10-311-2/+2
| |/ / | | | | | | | | | Replace it with "verification process".
* | | Merge pull request #312 from trilene/webrtc-videoDeepBlueV7.X2020-10-311-1/+1
|\ \ \ | | |/ | |/| Fix crash when stun server selected
| * | Fix crash when stun server selectedtrilene2020-10-301-1/+1
|/ /
* | Supress unused var warning for STUN_SERVER (used only if gstreamer supported)Nicolas Werner2020-10-304-6/+6
| |
* | Merge pull request #311 from trilene/webrtc-videoDeepBlueV7.X2020-10-3018-296/+1018
|\ \ | | | | | | Support video calls
| * | Unused variabletrilene2020-10-291-4/+4
| | |
| * | Remove unused variabletrilene2020-10-291-1/+1
| | |
| * | Avoid std::from_chars for nowtrilene2020-10-291-4/+2
| | |
| * | Document better rtp payload typestrilene2020-10-291-3/+9
| | |
| * | Avoid ugly error if pipeline creation failstrilene2020-10-291-2/+4
| | |
| * | Merge remote-tracking branch 'upstream/master' into webrtc-videotrilene2020-10-2837-440/+452
| |\ \
| * | | Fix crash on exittrilene2020-10-277-38/+30
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into webrtc-videotrilene2020-10-2766-2503/+7983
| |\ \ \ | | | |/ | | |/|
| * | | Support video callstrilene2020-10-2718-433/+1157
| | | |
* | | | Fix clipboard image pasting crash on macosJoseph Donofry2020-10-281-1/+1
| |_|/ |/| |
* | | Make back button bigger as it is hard to tap with your thumbNicolas Werner2020-10-281-0/+2
| | |
* | | Merge pull request #308 from Nheko-Reborn/build-optDeepBlueV7.X2020-10-2833-250/+257
|\ \ \ | | | | | | | | Optimize build
| * | | Don't pass around empty timelineNicolas Werner2020-10-286-19/+15
| | | |
| * | | Fix ambiguous namespace on gcc7Nicolas Werner2020-10-272-2/+2
| | | |
| * | | No roomid on leaveNicolas Werner2020-10-271-1/+1
| | | |
| * | | Optimize buildNicolas Werner2020-10-2733-232/+243
| | | |
* | | | Translated using Weblate (Russian)Weblate2020-10-281-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)Weblate2020-10-281-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)Weblate2020-10-281-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)Weblate2020-10-281-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)Weblate2020-10-261-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 issueNicolas Werner2020-10-261-6/+5
| |
* | Run update-translationsJoseph Donofry2020-10-2617-788/+1740
| |
* | Disable new MessageInput, until you can paste imagesNicolas Werner2020-10-264-15/+4
| |
* | Split up TimelineView into separate componentsNicolas Werner2020-10-268-472/+531
| |
* | Qml message input mockupNicolas Werner2020-10-269-228/+327
| |
* | Merge pull request #307 from LorenDB/ctrl-uDeepBlueV7.X2020-10-241-0/+3
|\ \ | | | | | | Delete text on Ctrl-U
| * | Delete text on Ctrl-ULorenDB2020-10-211-0/+3
| | |
* | | Fix loginNicolas Werner2020-10-241-1/+1
| | |
* | | Merge pull request #306 from LorenDB/masterDeepBlueV7.X2020-10-247-24/+69
|\ \ \ | | | | | | | | Add option for separate profiles
| * | | Add option for unique configLorenDB2020-10-247-24/+69
| |/ /
* | | Add mobile mode which improves scrollingNicolas Werner2020-10-243-1/+28
| | |
* | | Fix copying textNicolas Werner2020-10-241-2/+0
| | |
* | | Fix infinite pagination properly now.Nicolas Werner2020-10-234-5/+19
| | |
* | | Fix share keys setting not workingNicolas Werner2020-10-231-0/+6
| | |
* | | Reload message on m.room_keyNicolas Werner2020-10-231-2/+4
| | |
* | | Speed up rendering the timeline by a LOT by reducing clippingNicolas Werner2020-10-222-2/+2
| | | | | | | | | | | | Sadly still required for replies, otherwise this would be perfect.
* | | Trade CPU usage for 30MB of members in RAMNicolas Werner2020-10-227-146/+30
| | |
* | | Merge pull request #303 from LorenDB/masterDeepBlueV7.X2020-10-222-6/+4
|\| | | | | | | | Change the font box to QFontComboBox as per issue 238
| * | Use QFontComboBox as per issue 238 (deleted comments)LorenDB2020-10-212-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_messagesDeepBlueV7.X2020-10-2018-421/+560
|\| | | | | | | | Encrypted device messages
| * | Fix corrupt channel + add additional debuggingNicolas Werner2020-10-203-2/+11
| | |
| * | Clean up key requests + autoreloadNicolas Werner2020-10-2011-56/+84
| | |
| * | Share code for sending encrypted olm messagesNicolas Werner2020-10-204-352/+278
| | |
| * | Store timestamp with olm sessionsNicolas Werner2020-10-209-19/+191
| | |
| * | Hide room name, if not loaded yetNicolas Werner2020-10-182-5/+9
|/ /
* | Actually forward keys using m.forwared_room_keyNicolas Werner2020-10-182-23/+28
| |
* | Automatic key sharing with trusted usersNicolas Werner2020-10-183-23/+62
| |
* | Fix crash on exitNicolas Werner2020-10-177-45/+21
| |
* | Answer key requests for all our sessionsNicolas Werner2020-10-171-7/+10
| |
* | Merge pull request #301 from kamathmanu/issue266-filenameOnHoverDeepBlueV7.X2020-10-161-1/+30
|\ \ | | | | | | Display filename on mouse hover
| * | Make Text element a sibling of the Rectangle to avoid the text from ↵kamathmanu2020-10-151-14/+14
| | | | | | | | | | | | depending on the rectangle's opacity property. Switch to Nheko theme colors
| * | Avoid hardcoded font sizekamathmanu2020-10-141-1/+1
| | |
| * | Display filename on mouse hoverkamathmanu2020-10-131-1/+30
| | |
* | | Translated using Weblate (Estonian)Weblate2020-10-131-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 logicNicolas Werner2020-10-131-1/+1
| | |
* | | Fix emoji filter losing focusNicolas Werner2020-10-121-0/+1
|/ /
* / Update translationsNicolas Werner2020-10-1117-1028/+5244
|/
* Merge branch 'master' of ssh://github.com/Nheko-Reborn/nhekoJoseph Donofry2020-10-091-0/+2004
|\
| * Merge pull request #298 from LorenDB/masterDeepBlueV7.X2020-10-091-0/+2004
| |\ | | | | | | Begin Esperanto translations
| | * Begin Esperanto translationsLorenDB2020-10-071-0/+2004
| | |
* | | Add some try...catch logic around read-only databases so nheko won't crash ↵Joseph Donofry2020-10-091-7/+48
|/ / | | | | | | if the db doesn't exist
* | Merge pull request #299 from Nheko-Reborn/qml-lintingDeepBlueV7.X2020-10-0831-2350/+3034
|\ \ | | | | | | Lint qml with qml-format
| * | Lint qml with qml-formatNicolas Werner2020-10-0831-2350/+3034
|/ /
* | Merge pull request #270 from Chethan2k1/device-verificationDeepBlueV7.X2020-10-0859-319/+3704
|\ \ | |/ |/| Device verification and Cross-Signing
| * Try to fix windows buildNicolas Werner2020-10-081-3/+3
| |
| * More unused variables in bindingsNicolas Werner2020-10-081-1/+3
| |
| * Bump spdlog versionNicolas Werner2020-10-081-2/+2
| |
| * Fix unused variable warnings on old compilersNicolas Werner2020-10-081-3/+12
| |
| * Send master key in verification flow (if we trust it)Nicolas Werner2020-10-082-0/+26
| |
| * Try to please the CI godsNicolas Werner2020-10-082-3/+5
| |
| * Fix issues with old qt and bump to 5.10Nicolas Werner2020-10-084-24/+26
| |
| * Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-10-0821-279/+2228
| |\ | |/ |/|
* | Merge pull request #294 from trilene/masterDeepBlueV7.X2020-10-022-2/+2
|\ \ | | | | | | Bump mtxclient
| * | Bump mtxclienttrilene2020-10-011-1/+1
| | |
| * | Bump mtxclienttrilene2020-10-011-1/+1
| | |
* | | Added translation using Weblate (Portuguese (Portugal))Weblate2020-09-301-0/+1993
| | | | | | | | | | | | Co-authored-by: Tnpod <tmpod@pm.me>
* | | Merge pull request #290 from trilene/masterDeepBlueV7.X2020-09-261-1/+0
|\| | | | | | | | Remove duplicate control from settings page
| * | Remove duplicate control from settings pagetrilene2020-09-261-1/+0
| | |
* | | Merge pull request #289 from trilene/masterDeepBlueV7.X2020-09-2519-278/+235
|\| | | | | | | | Port ActiveCallBar to Qml
| * | Allow button colors overridetrilene2020-09-252-6/+8
| | |
| * | Fix build for those without GStreamertrilene2020-09-251-1/+7
| | |
| * | Move ActiveCallBar Qml to separate filetrilene2020-09-2510-147/+166
| | |
| * | clang-formattrilene2020-09-224-21/+16
| | |
| * | Port ActiveCallBar to Qmltrilene2020-09-2216-277/+212
| | |
| | * Implement signature upload for own master keyNicolas Werner2020-10-084-2/+52
| | |
| | * Calculate verification status from cross-signing sigs and update dynamicallyNicolas Werner2020-10-089-157/+223
| | |
| | * Fix in room verificationNicolas Werner2020-10-065-107/+103
| | |
| | * Show different verification errorsNicolas Werner2020-10-057-20/+35
| | |
| | * Make steps in verification flow explicitNicolas Werner2020-10-0523-796/+699
| | |
| | * Don't fail on missing key for a device and /rotate-megolm-session commandNicolas Werner2020-10-037-0/+40
| | |
| | * Fix nullopt when iterating reactionsNicolas Werner2020-10-031-1/+2
| | |
| | * Clean up verification pages a bitNicolas Werner2020-10-029-122/+17
| | |
| | * Fix room nameNicolas Werner2020-10-021-0/+1
| | |
| | * Fix fetching inexistent batch tokensNicolas Werner2020-10-021-2/+5
| | |
| | * Handle forwarded room keysNicolas Werner2020-10-022-48/+69
| | |
| | * Fix verification start to start with requestNicolas Werner2020-10-024-7/+5
| | |
| | * Clean up verification and key cache a bitNicolas Werner2020-10-0211-318/+399
| | |
| | * Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-09-2443-2085/+8658
| | |\ | |_|/ |/| |
* | | Translated using Weblate (French)Weblate2020-09-231-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)Weblate2020-09-231-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)Weblate2020-09-211-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 translationsNicolas Werner2020-09-201-2/+5
| |
* | Fix binding loop when trying to replyNicolas Werner2020-09-201-1/+2
| |
* | Translated using Weblate (Estonian)Weblate2020-09-191-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)Weblate2020-09-191-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 messagesNicolas Werner2020-09-191-1/+1
| | | | | | | | This disables color emojis for now in filenames
* | Fix cut off english translation.Nicolas Werner2020-09-191-1/+1
| |
* | Merge pull request #285 from Lurkki14/masterDeepBlueV7.X2020-09-191-12/+17
|\ \ | | | | | | Use Rectangle for typing users so it doesn't overlap with the timeline
| * | make typing Rectangle extents cleanerJussi Kuokkanen2020-09-181-3/+3
| | |
| * | Merge branch 'master' of https://github.com/Lurkki14/nhekoJussi Kuokkanen2020-09-181-10/+1
| |\ \
| | * | Set typing Rectangle color directly instead of ConnectionLurkki142020-09-181-10/+1
| | | | | | | | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
| * | | Merge branch 'master' of https://github.com/Nheko-Reborn/nhekoJussi Kuokkanen2020-09-182-24/+121
| |\ \ \ | | |/ / | |/| |
| * | | make Rectangle to fill the gap between input widget and typing usersJussi Kuokkanen2020-09-171-1/+1
| | | |
| * | | simplify check for no typing usersJussi Kuokkanen2020-09-171-2/+1
| | | |
| * | | Merge branch 'master' of https://github.com/Nheko-Reborn/nhekoJussi Kuokkanen2020-09-1729-554/+4192
| |\ \ \
| * | | | use Rectangle for typing users so it doesn't overlap with the timelineJussi Kuokkanen2020-09-171-12/+27
| | | | |
* | | | | Translated using Weblate (Estonian)Weblate2020-09-191-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)Weblate2020-09-191-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)Weblate2020-09-191-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)Weblate2020-09-191-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)Weblate2020-09-191-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)Weblate2020-09-191-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)Weblate2020-09-191-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