summary refs log tree commit diff
path: root/src/WebRTCSession.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-23fix matrixtextfield color and quickswitcher font sizeJedi182-4/+5
2021-02-23add matrix text fieldJedi184-13/+85
2021-02-23fix timeline focusJedi183-0/+8
2021-02-23enter key now works, fix room highlighting and add overlayJedi187-1/+30
2021-02-22selecting room in quickswitcher now works, added completionSelected signalJedi182-2/+30
2021-02-22add room alias delegate, fix some quickswitcher ui problemsJedi184-8/+46
2021-02-21add quick switcher qml file and moved completerFor from inputbar to timeline ↵Jedi186-1/+86
view class
2021-02-20Fix miscalculation of padding in timelineNicolas Werner4-39/+48
2021-02-20Avoid some copies when sorting the room listNicolas Werner2-4/+6
2021-02-19Fix login with SSO and Password supportedNicolas Werner2-23/+35
2021-02-19check for empty alias and percent encoding for alias in urlJedi181-3/+8
2021-02-17Adapt to changes in MSC2312Nicolas Werner1-7/+7
2021-02-17Make inline images work a bit betterNicolas Werner1-2/+10
2021-02-17Fix crash from logging unset indices (leftover after debugging)Nicolas Werner1-5/+0
2021-02-17added bool to choose between showing only rooms with aliases and all of the ↵Jedi183-13/+20
rooms
2021-02-17add matrix link for completed itemJedi181-1/+1
2021-02-16fixed roomsettings spacing and toggle button right align bugJedi182-2/+17
2021-02-16GitHub formatIkko Ashimine1-1/+1
Github -> GitHub
2021-02-16change togglebutton size, set textarea color to colors.textJedi182-4/+7
2021-02-15Translated using Weblate (Hungarian)Weblate1-26/+27
Currently translated at 100.0% (457 of 457 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko
2021-02-16trim invite input textJedi181-1/+1
2021-02-16add rooms model, add room delegate for completerJedi186-0/+130
2021-02-14Fix room list updating on adding to hidden tag or removing tagJedi182-0/+4
2021-02-14Fix two room leaving related bugs and add invite user on clicking inviteJedi182-2/+13
2021-02-14Replace rowlayouts with gridlayout and fix room settings initializer listJedi182-38/+27
2021-02-14Add double tap to reply featureNicolas Werner1-0/+1
Does not always work, since Text steals focus... relates to #414
2021-02-14Fix hover handling in the timelineNicolas Werner16-67/+127
2021-02-13Improve scroll to message a bit by using a ScrollViewNicolas Werner1-166/+168
2021-02-13Include notifications header instead of responses headerLoren Burkholder4-4/+4
2021-02-13Move notification parsing into postNotificationLoren Burkholder5-62/+59
2021-02-13replaced with togglebutton using qtquickcontrols2Jedi184-19/+28
2021-02-13Fix typoLoren Burkholder1-1/+1
2021-02-13Display notifications for emote messages properlyLoren Burkholder5-12/+37
2021-02-13added togglebutton stylingJedi182-8/+19
2021-02-13fix roomsetting layoutJedi182-31/+18
2021-02-13added room topicJedi184-23/+68
2021-02-13Mark messages as read, when Nheko gets focusedNicolas Werner2-4/+17
fixes #235
2021-02-12Revert keeping whitespace in html, it breaks listsNicolas Werner1-1/+1
2021-02-12Fix crash when editing an edited message pointing to itselfNicolas Werner1-7/+9
2021-02-12added changing of name through edit modal, removed old roomsettingsJedi1814-1046/+214
2021-02-11Translated using Weblate (Hungarian)Weblate1-27/+32
Currently translated at 94.5% (432 of 457 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko
2021-02-11Translated using Weblate (Finnish)Weblate1-11/+11
Currently translated at 43.9% (201 of 457 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
2021-02-11fix avatar update on timeline syncJedi187-9/+13
2021-02-11shifted room avatar changingJedi185-23/+242
2021-02-11added roomversion, roomid etcJedi183-5/+28
2021-02-11added notifications and encryption for the new roomsettingsJedi186-6/+352
2021-02-10Translated using Weblate (Estonian)Weblate1-15/+18
Currently translated at 100.0% (457 of 457 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
2021-02-10Prevent edits of unsent messagesNicolas Werner2-0/+6
2021-02-10Fix cancel edit order on Escape keyNicolas Werner1-3/+3
2021-02-10ui almost looks the same, midway between transition from old room settings ↵Jedi1812-37/+112
to new room settings
2021-02-10Update translationsNicolas Werner20-540/+2183
2021-02-10Fix messages sometimes not being rendered, when they are too largeNicolas Werner2-5/+0
2021-02-10Try to avoid QTBUG-89568Nicolas Werner2-2/+2
2021-02-10Fix UI allowing edits of foreign messages in some casesNicolas Werner6-12/+20
2021-02-10Abort -> CancelNicolas Werner1-1/+1
2021-02-10Use fully read marker and fix stuck read marker with editsNicolas Werner1-18/+19
2021-02-10Fix stuck notifications because of editsNicolas Werner5-5/+121
Does not fix the read status yet, for that we need to compare read receipts for all events after the last visible event.
2021-02-09Add edit shortcuts and fix some focus stuffNicolas Werner5-7/+30
2021-02-09Implement message editingNicolas Werner9-15/+90
The UI still looks ugly, but I have no good idea atm. fixes #134
2021-02-09Display edits correctlyNicolas Werner8-12/+99
2021-02-09Fix edited repliesNicolas Werner3-4/+38
2021-02-09Render editsNicolas Werner4-4/+86
2021-02-09Switch to new relations formatNicolas Werner12-144/+112
2021-02-09Fix wrong font used in emoji escapeNicolas Werner1-1/+1
2021-02-09added room settings qmlJedi185-2/+179
2021-02-09Fix lintingNicolas Werner1-11/+11
2021-02-09Remove unused variablesNicolas Werner1-3/+1
2021-02-09Clean up config names a bitNicolas Werner2-8/+5
2021-02-09Fixes issue 463tverrbjelke1-1/+1
Installation description for debian (buster) misses package qtdeclarative5-dev modified: README.md
2021-02-07make linttrilene4-11/+17
2021-02-07Add Duplex call devicestrilene1-0/+4
2021-02-07linting fixJedi182-4/+4
2021-02-07Move call device handling out of WebRTCSessiontrilene8-396/+509
2021-02-07emoji default translation fixJedi182-5/+24
2021-02-07Native rendering breaks kerningNicolas Werner1-4/+0
2021-02-06translation fix for default text in emoji comboJedi181-3/+3
2021-02-05Translated using Weblate (Hungarian)Weblate1-47/+49
Currently translated at 91.8% (406 of 442 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko
2021-02-05focus message input on adding emoji/reacting to a messageJedi184-0/+15
2021-02-05close emoji autocompleter if space typed after : issue #433 and adds default ↵Jedi182-0/+5
option for emoji font family settings
2021-02-04Don't attempt to begin group ""Loren Burkholder1-3/+5
2021-02-04Set profile to "" if it's the default for compatibilityLoren Burkholder1-2/+2
2021-02-04Use UserSettings where possibleLoren Burkholder1-11/+3
2021-02-04Fix bug on logout of non-default profileLoren Burkholder1-7/+5
2021-02-04Fix scheme handler not passing argumentsNicolas Werner2-2/+2
2021-02-03notifications/mananger: Follow Linux code paths on Haiku as wellAlexander von Gluck IV1-3/+3
2021-02-03cmake: Don't build with Werror on HaikuAlexander von Gluck IV1-1/+1
2021-02-03Cleanup privacy screen, no more grabImageNicolas Werner3-35/+13
2021-02-02Fix QML layout warningsLoren Burkholder1-4/+4
2021-02-02Change matrix to guru overlayNicolas Werner1-1/+1
fixes #410
2021-02-02Fix unused capture warningNicolas Werner1-2/+2
2021-02-02Update format script againJoseph Donofry2-4/+5
2021-02-02Try to fix format script and fix lintingJoseph Donofry3-15/+14
2021-02-02fixed global avatar updation in the dialogJedi182-11/+28
2021-02-02add loading indicatorJedi184-11/+46
2021-02-02add error message and update avatars on avatar change in timeline and user ↵Jedi185-4/+48
profile dialog
2021-02-01Change bash variable checkJoseph Donofry1-1/+1
2021-02-01Allow drag/drop of files on whole timelineLoren Burkholder2-7/+4
2021-02-01Update wording on settings page for privacy timerJoseph Donofry1-1/+1
2021-02-01Small UX fixesJoseph Donofry2-3/+5
2021-02-01Remove redundant import and fix visible warningJoseph Donofry2-5/+6
2021-02-01Fix emojis with fe0f in the middleNicolas Werner1-2/+1
2021-02-01update room and global avatar through user profileJedi183-13/+98
2021-01-31Translated using Weblate (Hungarian)Weblate1-42/+42
Currently translated at 81.2% (359 of 442 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko
2021-01-30focus and select text on clicking edit buttonJedi181-0/+2
2021-01-29Translated using Weblate (Russian)Weblate1-6/+6
Currently translated at 84.6% (374 of 442 strings) Translated using Weblate (Russian) Currently translated at 84.6% (374 of 442 strings) Co-authored-by: Alexey Murz Korepov <murznn@gmail.com> Co-authored-by: Artem <ego.cordatus@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/ Translation: Nheko/nheko
2021-01-29Translated using Weblate (Hungarian)Weblate1-45/+53
Currently translated at 71.7% (317 of 442 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko
2021-01-29Close user profile dialog on EscLoren Burkholder1-0/+5
2021-01-29make lintLoren Burkholder1-3/+3
2021-01-29Fix warning about non-NOTIFYable propertyLoren Burkholder1-4/+4
2021-01-29Center user info dialog on the screenLoren Burkholder3-1/+12
2021-01-29shifted isUsernameEditingAllowed to qml from c++Jedi183-28/+14
2021-01-29made requeste changesJedi185-17/+13
2021-01-29fix linting 2Jedi182-3/+3
2021-01-29Shifted fetching of global username fom timeline model to user profileJedi184-21/+34
2021-01-28fix lintingJedi184-8/+8
2021-01-28Changed edit method from double clicking to an edit buttonJedi185-12/+41
2021-01-28Username can be edited by double clicking on text, added global user profile ↵Jedi187-70/+86
menu action in user info widget
2021-01-27Translated using Weblate (Estonian)Weblate1-4/+4
Currently translated at 100.0% (442 of 442 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
2021-01-27Bump version to 0.8.1Nicolas Werner5-10/+12
2021-01-27Update changelogNicolas Werner1-0/+38
2021-01-27Fix crash, when keys for no events were requestedNicolas Werner1-1/+2
2021-01-27Fix request key loopsNicolas Werner1-2/+5
2021-01-27Fix username completion deleting characters before itNicolas Werner1-1/+4
fixes #421
2021-01-27Update new translationsNicolas Werner2-8/+8
2021-01-27Translated using Weblate (Estonian)Weblate1-4/+4
Currently translated at 100.0% (438 of 438 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
2021-01-27Only select elements in completer when mouse is movedNicolas Werner2-3/+4
2021-01-27Add a few missing strings on the login page to translationsNicolas Werner21-87/+547
2021-01-27Autoclose completer when space is pressed and no suggestion availableNicolas Werner3-1/+5
2021-01-27Translate some of the new messagesNicolas Werner2-8/+8
2021-01-27Update translationsNicolas Werner20-372/+691
2021-01-27Translated using Weblate (Hungarian)Weblate1-39/+39
Currently translated at 62.7% (273 of 435 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko
2021-01-27Translated using Weblate (Hungarian)Weblate1-25/+26
Currently translated at 53.7% (234 of 435 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko
2021-01-27update room specific username from userprofileJedi185-3/+77
2021-01-26Implement Privacy ScreenJoseph Donofry8-35/+137
* 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
2021-01-26Fix formattingJoseph Donofry5-27/+44
2021-01-25Initial commit for privacy screenJoseph Donofry6-2/+159
Missing window focus event and knowing when room is encryption
2021-01-25Use updated emoji-test.txtLoren Burkholder1-4177/+4610
2021-01-25Use correct syntax for emoji generation scriptLoren Burkholder2-3734/+3884
2021-01-25Make lintLoren Burkholder1-1/+0
2021-01-25Use new enum structure in emoji generation scriptLoren Burkholder1-6/+0
2021-01-25Get category switching workingLoren Burkholder4-41/+42
2021-01-25Translated using Weblate (Hungarian)Weblate1-66/+66
Currently translated at 48.2% (210 of 435 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko
2021-01-25Reload the timeline after key importNicolas Werner1-0/+1
2021-01-25Remove test log messageNicolas Werner1-4/+1
2021-01-25Focus input area on room switch and reply change againNicolas Werner2-31/+41
fixes #412 fixes #413
2021-01-25Make matrix link chat invites direct chatsNicolas Werner1-2/+4
2021-01-25Treat empty secrets as no secretNicolas Werner1-0/+4
2021-01-24Fix old messages being played back after limit resetNicolas Werner1-0/+9
2021-01-24Add python 3 to path in appveyorNicolas Werner2-5/+4
2021-01-24Add "open in external program" actionrnhmjoj3-8/+39
2021-01-24Write database to the DataLocationrnhmjoj2-4/+27
2021-01-23Fix emoji update scriptNicolas Werner3-97/+1701
2021-01-23Translated using Weblate (Malayalam)Weblate1-57/+57
Currently translated at 13.3% (58 of 435 strings) Co-authored-by: vachan-maker <revsamtp@hotmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ml/ Translation: Nheko/nheko
2021-01-23Translated using Weblate (Hungarian)Weblate1-13/+13
Currently translated at 35.6% (155 of 435 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko
2021-01-23Translated using Weblate (Dutch)Weblate1-4/+4
Currently translated at 14.2% (62 of 435 strings) Co-authored-by: Glael <glael@cock.li> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
2021-01-23Request unknown message indicesNicolas Werner5-10/+23
2021-01-22Use colors.mid for Completer borderLoren Burkholder1-2/+1
2021-01-23Remove useless parenthesesDeepBlueV7.X1-2/+2
2021-01-23Fix Qt < 5.14 compatNicolas Werner1-1/+5
2021-01-22Fix UserProfile's behavior in dark themeLoren Burkholder1-0/+1
2021-01-23Persist hidden tagsNicolas Werner3-0/+22
2021-01-23Allow users to hide rooms with specific tagsNicolas Werner13-47/+160