summary refs log tree commit diff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | close emoji autocompleter if space typed after : issue #433 and adds default ↵Jedi182021-02-051-0/+1
| |/ | | | | | | option for emoji font family settings
* | Merge pull request #450 from kallisti5/haiku-fixesDeepBlueV7.X2021-02-091-3/+3
|\ \ | | | | | | Haiku fixes
| * | notifications/mananger: Follow Linux code paths on Haiku as wellAlexander von Gluck IV2021-02-031-3/+3
| |/
* | make linttrilene2021-02-072-5/+5
| |
* | Add Duplex call devicestrilene2021-02-071-0/+4
| |
* | Move call device handling out of WebRTCSessiontrilene2021-02-077-396/+507
| |
* | Native rendering breaks kerningNicolas Werner2021-02-071-4/+0
| |
* | Merge pull request #455 from LorenDB/fixLogoutIssuesDeepBlueV7.X2021-02-053-20/+12
|\ \ | | | | | | Fix issues with logout
| * | Don't attempt to begin group ""Loren Burkholder2021-02-041-3/+5
| | |
| * | Set profile to "" if it's the default for compatibilityLoren Burkholder2021-02-041-2/+2
| | |
| * | Use UserSettings where possibleLoren Burkholder2021-02-041-11/+3
| | |
| * | Fix bug on logout of non-default profileLoren Burkholder2021-02-041-7/+5
| |/
* / Fix scheme handler not passing argumentsNicolas Werner2021-02-041-1/+1
|/
* Merge branch 'master' into avatar_username_featureDeepBlueV7.X2021-02-0312-29/+148
|\
| * Fix unused capture warningNicolas Werner2021-02-021-2/+2
| |
| * Update wording on settings page for privacy timerJoseph Donofry2021-02-011-1/+1
| |
| * Small UX fixesJoseph Donofry2021-02-011-2/+2
| |
| * Merge remote-tracking branch 'nheko-im/master' into privacy_screenJoseph Donofry2021-02-0136-3551/+5652
| |\
| | * Fix emojis with fe0f in the middleNicolas Werner2021-02-011-2/+1
| | |
| | * Merge pull request #431 from Jedi18/avatar_username_featureDeepBlueV7.X2021-02-017-6/+92
| | |\ | | | | | | | | Username editing (room specific and global)
| | * | make lintLoren Burkholder2021-01-291-3/+3
| | | |
| | * | Fix warning about non-NOTIFYable propertyLoren Burkholder2021-01-291-4/+4
| | | |
| | * | Center user info dialog on the screenLoren Burkholder2021-01-292-1/+10
| | | |
| | * | Fix crash, when keys for no events were requestedNicolas Werner2021-01-271-1/+2
| | | |
| | * | Fix request key loopsNicolas Werner2021-01-271-2/+5
| | | |
| | * | Add a few missing strings on the login page to translationsNicolas Werner2021-01-271-7/+7
| | | |
| * | | Implement Privacy ScreenJoseph Donofry2021-01-266-8/+42
| | | | | | | | | | | | | | | | | | | | | | | | * Add handles for window focus gained / focus lossed and connect to timer * Clean up some of the PrivacyScreen.qml code * Connect settings to PrivacyScreen visibility
| * | | Fix formattingJoseph Donofry2021-01-262-17/+16
| | | |
| * | | Initial commit for privacy screenJoseph Donofry2021-01-252-1/+75
| | | | | | | | | | | | | | | | Missing window focus event and knowing when room is encryption
* | | | fixed global avatar updation in the dialogJedi182021-02-022-11/+28
| | | |
* | | | add loading indicatorJedi182021-02-023-11/+39
| | | |
* | | | add error message and update avatars on avatar change in timeline and user ↵Jedi182021-02-023-4/+9
| | | | | | | | | | | | | | | | profile dialog
* | | | update room and global avatar through user profileJedi182021-02-012-12/+97
| |_|/ |/| |
* | | shifted isUsernameEditingAllowed to qml from c++Jedi182021-01-292-23/+2
| | |
* | | made requeste changesJedi182021-01-294-12/+8
| | |
* | | fix linting 2Jedi182021-01-292-3/+3
| | |
* | | Shifted fetching of global username fom timeline model to user profileJedi182021-01-294-21/+34
| | |
* | | fix lintingJedi182021-01-284-8/+8
| | |
* | | Changed edit method from double clicking to an edit buttonJedi182021-01-284-5/+26
| | |
* | | Username can be edited by double clicking on text, added global user profile ↵Jedi182021-01-286-34/+71
| | | | | | | | | | | | menu action in user info widget
* | | update room specific username from userprofileJedi182021-01-274-3/+43
| |/ |/|
* | Use correct syntax for emoji generation scriptLoren Burkholder2021-01-251-3733/+3883
| |
* | Make lintLoren Burkholder2021-01-251-1/+0
| |
* | Use new enum structure in emoji generation scriptLoren Burkholder2021-01-251-6/+0
| |
* | Get category switching workingLoren Burkholder2021-01-253-23/+24
| |
* | Reload the timeline after key importNicolas Werner2021-01-251-0/+1
| |
* | Make matrix link chat invites direct chatsNicolas Werner2021-01-251-2/+4
| |
* | Treat empty secrets as no secretNicolas Werner2021-01-251-0/+4
| |
* | Fix old messages being played back after limit resetNicolas Werner2021-01-241-0/+9
| |
* | Merge pull request #405 from rnhmjoj/move-stateDeepBlueV7.X2021-01-242-4/+27
|\ \ | | | | | | Write database to the DataLocation
| * | Write database to the DataLocationrnhmjoj2021-01-242-4/+27
| | |
* | | Merge pull request #406 from rnhmjoj/open-inDeepBlueV7.X2021-01-242-8/+33
|\ \ \ | | | | | | | | Add "open in external program" action
| * | | Add "open in external program" actionrnhmjoj2021-01-242-8/+33
| |/ /
* | | Fix emoji update scriptNicolas Werner2021-01-232-75/+1700
| | |
* | | Request unknown message indicesNicolas Werner2021-01-233-7/+21
|/ /
* | Merge pull request #395 from LorenDB/masterDeepBlueV7.X2021-01-231-0/+0
|\ \ | | | | | | A few small things
| * | Rename Provider_new.cpp to Provider.cppLoren Burkholder2021-01-211-0/+0
| | | | | | | | | | | | It isn't new any more.
* | | Merge pull request #393 from LorenDB/mdCommandsDeepBlueV7.X2021-01-232-3/+16
|\ \ \ | | | | | | | | Markdown setting override commands
| * | | Remove useless parenthesesDeepBlueV7.X2021-01-231-2/+2
| | | |
| * | | Clarify how markdown is determinedLoren Burkholder2021-01-202-3/+3
| | | |
| * | | Make lintLoren Burkholder2021-01-202-6/+8
| | | |
| * | | Add commands to override Markdown settingLoren Burkholder2021-01-202-3/+14
| | | |
* | | | Fix Qt < 5.14 compatNicolas Werner2021-01-231-1/+5
| | | |
* | | | Persist hidden tagsNicolas Werner2021-01-233-0/+22
| | | |
* | | | Allow users to hide rooms with specific tagsNicolas Werner2021-01-2310-45/+155
| | | |
* | | | Fix font tags showing up in playable media messagesNicolas Werner2021-01-231-1/+2
| | | |
* | | | Fix assert failure due to calling versionOk on a different threadJedi182021-01-221-3/+4
| | | |
* | | | Fix tagsNicolas Werner2021-01-222-17/+18
| | | |
* | | | Properly skip device, if it has no keysNicolas Werner2021-01-211-0/+1
| | | |
* | | | Actually use stored size in splitter after restartNicolas Werner2021-01-211-3/+5
| |/ / |/| |
* | | Handle devices without keysNicolas Werner2021-01-211-0/+6
|/ /
* | Clean up notification watching a bitNicolas Werner2021-01-201-9/+4
| |
* | Merge branch 'fixBorkedDbus' of https://github.com/LorenDB/nheko into ↵Nicolas Werner2021-01-202-38/+38
|\ \ | |/ |/| | | LorenDB-fixBorkedDbus
| * Fix crashLoren Burkholder2021-01-201-1/+1
| |
| * Fix error in assignment of image/textLoren Burkholder2021-01-201-6/+6
| |
| * Use deleteLater() instead of deleteLoren Burkholder2021-01-201-1/+2
| |
| * Use async call in closeNotificationLoren Burkholder2021-01-201-18/+18
| |
| * Make watcher a pointer so that it doesn't get destroyed too soonLoren Burkholder2021-01-201-5/+6
| |
| * make lintLoren Burkholder2021-01-191-34/+37
| |
| * Remove showNotification functionLoren Burkholder2021-01-192-13/+0
| |
| * Use async callLoren Burkholder2021-01-191-1/+1
| |
| * Keep DBUS from blockingLoren Burkholder2021-01-191-41/+49
| |
* | Simplify section handling a bitNicolas Werner2021-01-192-27/+23
| |
* | Merge pull request #385 from trilene/masterDeepBlueV7.X2021-01-191-1/+10
|\ \ | |/ |/| Support webcams that report [min,max] frame rates
| * Support webcams that report [min,max] frame ratestrilene2021-01-191-1/+10
| |
* | Fix crash when persisting null relationsNicolas Werner2021-01-191-12/+21
|/
* Fix presence unknown type warningNicolas Werner2021-01-192-10/+11
|
* Fix kick translationNicolas Werner2021-01-181-1/+1
|
* Make read markers a bit less confusingNicolas Werner2021-01-161-3/+4
|
* Remove unused fileLoren Burkholder2021-01-152-386/+0
|
* Remove UserItem classLoren Burkholder2021-01-152-82/+0
|
* Update German translationNicolas Werner2021-01-151-1/+1
|
* Merge pull request #374 from trilene/masterDeepBlueV7.X2021-01-151-2/+3
|\ | | | | Add call invite screen for mobile
| * Fix spurious call invite timeouttrilene2021-01-121-2/+3
| |
* | Don't start in tray, if only minimize to tray is enabledNicolas Werner2021-01-141-1/+1
| | | | | | | | fixes #375
* | Allow more font sizes to be selectedNicolas Werner2021-01-131-1/+1
|/ | | | fixes #367
* Make it easier to understand, what button to click for verification from profileNicolas Werner2021-01-123-6/+28
|
* Make device verification request dialogs easier to understand.Nicolas Werner2021-01-122-0/+13
|
* Fix timeline becoming corrupted on backfillNicolas Werner2021-01-123-14/+35
| | | | Fixes #273
* Allow joins via other servers from a matrix: uriNicolas Werner2021-01-113-6/+12
|
* Merge pull request #370 from Nheko-Reborn/matrix-schemeDeepBlueV7.X2021-01-106-17/+215
|\ | | | | Handle matrix scheme
| * Handle matrix schemeNicolas Werner2021-01-106-17/+215
| | | | | | | | | | | | Link opening only works on Linux for now. See https://github.com/matrix-org/matrix-doc/pull/2312
* | Fix call invite declined on another devicetrilene2021-01-101-1/+3
|/
* Fix some nulls in relationsNicolas Werner2021-01-081-7/+6
|
* Fix device discovery under GStreamer 1.16trilene2021-01-072-0/+2
|
* Fix call answered on another devicetrilene2021-01-072-6/+14
|
* Fix Qml control colorstrilene2021-01-071-2/+2
|
* Port PlaceCall dialog to Qmltrilene2021-01-076-224/+1
|
* Fix one-way video callstrilene2021-01-073-1/+26
|
* Make call invites less intrusivetrilene2021-01-077-240/+90
|
* Move call-related properties to CallManagertrilene2021-01-075-81/+47
|
* Fix notification reply build on other platformsNicolas Werner2021-01-072-0/+6
|
* Allow inline replies from notifications on linuxNicolas Werner2021-01-076-11/+58
|
* Remove useless captureNicolas Werner2021-01-061-1/+1
|
* Fix shadowing in LoginPage.cppNicolas Werner2021-01-061-3/+3
|
* Fix typing notifications flickering sometimesNicolas Werner2021-01-052-32/+64
|
* lintNicolas Werner2021-01-011-5/+5
|
* rename login_method -> loginMethod to fit the Nheko coding styled422020-12-311-3/+3
|
* find sso flow in all of the flowsd422020-12-311-4/+8
|
* Fix missing include on WindowsNicolas Werner2020-12-281-0/+2
|
* Fix #359Nicolas Werner2020-12-275-22/+53
| | | | Actually store the login details under the selected profile
* lintNicolas Werner2020-12-252-17/+20
|
* Merge pull request #358 from Nheko-Reborn/windows-fixesDeepBlueV7.X2020-12-2516-53/+63
|\ | | | | Windows fixes
| * lintNicolas Werner2020-12-256-15/+25
| |
| * Fix some compiler warningsNicolas Werner2020-12-2516-50/+50
| |
* | Remove unused variableLoren Burkholder2020-12-241-1/+0
| |
* | Switch profile code to a more flexible methodLorenDB2020-12-246-73/+179
|/ | | | This introduces a new version of SingleApplication as well.
* Merge pull request #355 from Nheko-Reborn/ssssDeepBlueV7.X2020-12-1814-73/+687
|\ | | | | Cross-signing with self and user signing keys
| * Fix unused captureNicolas Werner2020-12-181-1/+1
| |
| * Another shadowed variableNicolas Werner2020-12-181-3/+4
| |
| * Fix some shadow warningsNicolas Werner2020-12-181-20/+20
| |
| * Update deps for keychainNicolas Werner2020-12-181-0/+4
| |
| * Add download keys from secret storageNicolas Werner2020-12-184-1/+131
| |
| * Request secrets after verificationNicolas Werner2020-12-172-52/+61
| |
| * Upload cross-signing signatures after verificationNicolas Werner2020-12-171-2/+57
| |
| * Store secrets in keychainNicolas Werner2020-12-1610-12/+318
| |
| * Fix black cat emojiNicolas Werner2020-12-151-2/+3
| |
| * Fix crash when we don't have device keys cachedNicolas Werner2020-12-151-5/+7
| |
| * Clean up encrypted message handlingNicolas Werner2020-12-151-52/+54
| |
| * Send SSSS requestsNicolas Werner2020-12-153-0/+104
| |
* | Fix scrolling the room list using touchNicolas Werner2020-12-152-22/+24
|/
* React with arbitrary strings via /reactNicolas Werner2020-12-131-0/+6
|
* Don't sync db on every syncNicolas Werner2020-12-131-1/+1
| | | | | | | | This fixes some lag, when Nheko is running, which could affect Nheko and even other applications by excessively calling fsync. This should be fine, since all filesystems seem to guarantee order and in most cases, the modified pages are still written. In the worst case we should only lose the last /sync results or similar.
* lintNicolas Werner2020-12-083-5/+8
|
* Merge branch 'gitlab-ci' into 'master'Nicolas Werner2020-12-082-3/+3
|\ | | | | | | | | Update .gitlab-ci.yml See merge request nheko-reborn/nheko!1
| * Add gitlab ciNicolas Werner2020-11-272-3/+3
| |
* | Merge pull request #349 from LorenDB/iconFromThemeDeepBlueV7.X2020-12-042-3/+2
|\ \ | | | | | | Use system icon where applicable
| * | Use system icon where applicableLoren Burkholder2020-12-032-3/+2
| | |
* | | Improve Register page (#346)Kirillpt2020-11-307-60/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-301-0/+3
|\ \ \ | | | | | | | | Add support for viewing avatar images in full size
| * | | Lint codekamathmanu2020-11-301-1/+1
| | | |
| * | | Lint codekamathmanu2020-11-301-1/+3
| | | |
| * | | Add support for viewing avatar images in full sizekamathmanu2020-11-301-0/+1
| | | |
* | | | 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
| |_|/ |/| |
* | | SkipEmptyParts was only added in Qt 5.14Nicolas Werner2020-11-261-4/+6
| | |
* | | Remove unnecessary capture of thisNicolas Werner2020-11-261-3/+2
| | |
* | | fix encryption toggleskirillpt2020-11-272-32/+33
| | |
* | | change Toggle behaviorkirillpt2020-11-263-15/+17
| | |
* | | fix validation feature in TextInput, it was trouble in password field in the ↵kirillpt2020-11-261-0/+1
| | | | | | | | | | | | login page
* | | Fix variable shadowingNicolas Werner2020-11-261-5/+5
| | |
* | | Bump max dbsNicolas Werner2020-11-261-1/+1
| | |
* | | 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 #335 from Nheko-Reborn/qml-text-inputDeepBlueV7.X2020-11-2541-10107/+1340
|\ \ \ | |/ / |/| | Qml text input
| * | Fix input focus when pressing reply buttonNicolas Werner2020-11-251-0/+1
| | |
| * | Implement Qml drag and dropNicolas Werner2020-11-257-0/+92
| | |
| * | Remove redundant user search suggestion codeNicolas Werner2020-11-257-122/+42
| | |
| * | Show userid in completerNicolas Werner2020-11-252-0/+4
| | |
| * | Linkify username completionNicolas Werner2020-11-251-0/+3
| | |
| * | Split completion model into header and sourceNicolas Werner2020-11-252-110/+144
| | |
| * | Match on each word in the completerNicolas Werner2020-11-251-1/+12
| | |
| * | 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-251-12/+77
| | |
| * | Fix mimetype of media messagesNicolas Werner2020-11-252-4/+5
| | |
| * | Use a trie for filtering completions (not fuzzy yet)Nicolas Werner2020-11-251-72/+129
| | |
| * | Remove old TextinputNicolas Werner2020-11-254-679/+0
| | |
| * | Qml emoji completerNicolas Werner2020-11-252-0/+10
| | |
| * | Simple prefix match for completionsNicolas Werner2020-11-251-4/+4
| | |
| * | Custom completer filteringNicolas Werner2020-11-253-3/+104
| | |
| * | Working User completerNicolas Werner2020-11-256-33/+58
| | |
| * | add per-room user modelJussi Kuokkanen2020-11-252-0/+52
| | |
| * | 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-252-0/+8
| | |
| * | Reimplement message historyNicolas Werner2020-11-252-15/+56
| | |
| * | Send typing updates from QMLNicolas Werner2020-11-257-93/+56
| | |
| * | Move emoji picker to qmlNicolas Werner2020-11-2512-8488/+0
| | |
| * | Move calls to new input barNicolas Werner2020-11-258-209/+72
| | |
| * | Add file uploadingNicolas Werner2020-11-2511-297/+367
| | |
| * | Basic text input in qmlNicolas Werner2020-11-259-208/+171
| | |
| * | Pasteable textinputNicolas Werner2020-11-254-0/+77
| | |
* | | Merge pull request #337 from trilene/masterDeepBlueV7.X2020-11-251-0/+5
|\ \ \ | | | | | | | | Mitigate webrtc race condition
| * | | Mitigate webrtc race conditiontrilene2020-11-241-0/+5
| |/ /
* | | 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 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 #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-122-12/+6
|\ \ \ | |_|/ |/| | 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
| | |
* | | Merge pull request #320 from trilene/webrtc-videoDeepBlueV7.X2020-11-094-57/+151
|\ \ \ | |/ / |/| / | |/ Video calls: add local webcam view
| * Video calls: add local webcam viewtrilene2020-11-094-57/+151
| |
* | 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-312-5/+5
|\ \ \ | |_|/ |/| | 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.
* | 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-3013-291/+977
|\ \ | | | | | | 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-2829-220/+225
| |\ \
| * | | Fix crash on exittrilene2020-10-277-38/+30
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into webrtc-videotrilene2020-10-2724-687/+823
| |\ \ \ | | | |/ | | |/|
| * | | Support video callstrilene2020-10-2713-276/+963
| | | |
* | | | Fix clipboard image pasting crash on macosJoseph Donofry2020-10-281-1/+1
| |_|/ |/| |
* | | Don't pass around empty timelineNicolas Werner2020-10-286-19/+15
| | |
* | | No roomid on leaveNicolas Werner2020-10-271-1/+1
| | |
* | | Optimize buildNicolas Werner2020-10-2730-230/+236
| |/ |/|
* | Qml message input mockupNicolas Werner2020-10-261-9/+11
| |
* | 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
| | |