summary refs log tree commit diff
path: root/src/WebRTCSession.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-13Ignore empty remote ICE candidatestrilene1-2/+6
2020-09-13reset filter string when emoji completer is openedJussi Kuokkanen1-1/+2
2020-09-10GStreamer v1.18.0 releasedtrilene1-4/+4
2020-09-10Fix earlier commit when GStreamer < v1.17trilene1-0/+2
2020-09-02Fix endless pagination, when old history is inaccessibleNicolas Werner1-1/+1
2020-08-31remove unused includes and use QRegularExpressionJussi Kuokkanen2-8/+5
2020-08-31remove commentJussi Kuokkanen1-15/+0
2020-08-31get completion string based on trigger position instead of current wordJussi Kuokkanen2-10/+19
2020-08-31ignore enter keypress when completion is selectedJussi Kuokkanen1-6/+7
2020-08-29don't select emoji completion by default and add minimum string length before...Jussi Kuokkanen1-7/+8
2020-08-29undo changes to emoji_codegen.pyJussi Kuokkanen1-6/+3
2020-08-29fix build and remove commented codeJussi Kuokkanen4-15/+8
2020-08-28lintJussi Kuokkanen4-124/+137
2020-08-28add emoji completer to text inputJussi Kuokkanen5-3/+182
2020-08-28Link GStreamer elements before syncing statetrilene1-2/+1
2020-08-25Add some log messages, that migrations are in progressNicolas Werner1-0/+2
2020-08-25Speedup db a bit, but loose some crash resiliencyNicolas Werner1-1/+4
2020-08-22Under GStreamer >= 1.17 gather all candidates before sending offer/answertrilene1-3/+5
2020-08-22Update README.mdTony O1-0/+8
2020-08-17Bump mtxclientNicolas Werner2-2/+2
2020-08-17Stop SendFile and Call buttons swapping places on file uploadtrilene1-2/+2
2020-08-17