summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Update license headersNicolas Werner2021-03-05225-653/+911
* Avoid some duplicate property queriesNicolas Werner2021-03-032-2/+2
* Fix avatar fallback in roomsNicolas Werner2021-03-031-0/+1
* Fix reply relating to the wrong id of edited eventNicolas Werner2021-03-031-1/+1
* Merge pull request #504 from Nheko-Reborn/new-lmdbxxDeepBlueV7.X2021-03-035-495/+371
|\
| * Fix the include path for lmdb from hunterNicolas Werner2021-03-031-0/+3
| * Download single file for lmdb++.hppNicolas Werner2021-03-031-2/+2
| * Add comment to mark db keys as suchNicolas Werner2021-03-031-0/+1
| * Update to new lmdbxx versionNicolas Werner2021-03-035-495/+367
|/
* Translated using Weblate (German)Weblate2021-03-021-2/+2
* Fix indentationNicolas Werner2021-03-011-1/+1
* Use one after_build in appveyorNicolas Werner2021-03-011-3/+1
* Fix appveyor uploadNicolas Werner2021-03-011-1/+2
* Don't ask to join joined rooms when clicking matrix uriNicolas Werner2021-03-011-2/+2
* Translated using Weblate (French)Weblate2021-02-261-57/+57
* Translated using Weblate (Swedish)Weblate2021-02-261-5/+5
* Use toggles for screen share settingsNicolas Werner2021-02-251-27/+38
* Merge pull request #484 from trilene/screenshare-x11DeepBlueV7.X2021-02-2519-280/+833
|\
| * Restore voice/video callstrilene2021-02-251-1/+2
| * add_feature_info for screen sharing window selectiontrilene2021-02-251-1/+6
| * Add missing translation marktrilene2021-02-251-1/+1
| * Merge remote-tracking branch 'upstream/master' into screenshare-x11trilene2021-02-2540-1175/+2313
| |\ | |/ |/|
* | Fix unaligned readsNicolas Werner2021-02-251-16/+30
* | Merge branch 'master' of github.com:Nheko-Reborn/nhekoNicolas Werner2021-02-257-8/+26
|\ \
| * \ Merge pull request #494 from Jedi18/minor_issue_fixesDeepBlueV7.X2021-02-257-8/+26
| |\ \
| | * | change mtxclient url, fix login page assert failure and dendrite registration...Jedi182021-02-255-6/+13
| | * | navigate to newly created roomsJedi182021-02-252-2/+13
* | | | Fix potential issue with modifiers and edit shortcutsNicolas Werner2021-02-251-2/+2
|/ / /
* | | Fix text input restoring after editsNicolas Werner2021-02-254-22/+25
* | | Allow editing via up and down arrowsNicolas Werner2021-02-243-2/+55
|/ /
* | Ensure we ask for confirmation when clicking on a matrix uriNicolas Werner2021-02-241-3/+17
* | Add missing dependency to appimageNicolas Werner2021-02-241-0/+1
* | Copy upload steps from flathubNicolas Werner2021-02-241-1/+3
* | Use flatpakref from repoNicolas Werner2021-02-241-1/+1
* | Update flat-manager-clientNicolas Werner2021-02-231-16/+22
* | commit and publish flatpak in one commandNicolas Werner2021-02-231-2/+1
* | Add nightly flatpak repoNicolas Werner2021-02-231-0/+8
* | Remove unused linkNicolas Werner2021-02-231-2/+1
* | Make flatpak ref autodownloadNicolas Werner2021-02-231-0/+1
* | Add flatpak nightly repositoryNicolas Werner2021-02-235-2/+804
* | Fix unused captureNicolas Werner2021-02-231-1/+1
* | Fix qml formattingNicolas Werner2021-02-231-9/+9
* | Merge pull request #488 from Nheko-Reborn/scroll-view-thingyDeepBlueV7.X2021-02-221-41/+14
|\ \
| * | Use scrollview again for inputNicolas Werner2021-02-221-41/+14
* | | Linkify topic in room settings and use non-deprecated MessageDialogNicolas Werner2021-02-223-13/+19
|/ /
* | Fix miscalculation of padding in timelineNicolas Werner2021-02-204-39/+48
* | Avoid some copies when sorting the room listNicolas Werner2021-02-202-4/+6
* | Fix login with SSO and Password supportedNicolas Werner2021-02-192-23/+35
* | Merge pull request #479 from Jedi18/add_rooms_model_completerDeepBlueV7.X2021-02-196-0/+142
|\ \
| * | check for empty alias and percent encoding for alias in urlJedi182021-02-191-3/+8
| * | added bool to choose between showing only rooms with aliases and all of the r...Jedi182021-02-173-13/+20
| * | add matrix link for completed itemJedi182021-02-171-1/+1
| * | add rooms model, add room delegate for completerJedi182021-02-166-0/+130
* | | Merge pull request #474 from Jedi18/room_settings_qmlDeepBlueV7.X2021-02-1917-1038/+1109
|\ \ \
| * | | fixed roomsettings spacing and toggle button right align bugJedi182021-02-162-2/+17
| * | | change togglebutton size, set textarea color to colors.textJedi182021-02-162-4/+7
| * | | Replace rowlayouts with gridlayout and fix room settings initializer listJedi182021-02-142-38/+27
| * | | Merge branch 'master' into room_settings_qmlAkhil Nair2021-02-1476-1487/+3780
| |\| |
| * | | replaced with togglebutton using qtquickcontrols2Jedi182021-02-134-19/+28
| * | | added togglebutton stylingJedi182021-02-132-8/+19
| * | | fix roomsetting layoutJedi182021-02-132-31/+18
| * | | added room topicJedi182021-02-134-23/+68
| * | | added changing of name through edit modal, removed old roomsettingsJedi182021-02-1214-1046/+214
| * | | fix avatar update on timeline syncJedi182021-02-117-9/+13
| * | | shifted room avatar changingJedi182021-02-115-23/+242
| * | | added roomversion, roomid etcJedi182021-02-113-5/+28
| * | | added notifications and encryption for the new roomsettingsJedi182021-02-116-6/+352
| * | | ui almost looks the same, midway between transition from old room settings t...Jedi182021-02-1012-37/+112
| * | | added room settings qmlJedi182021-02-095-2/+179
* | | | Adapt to changes in MSC2312Nicolas Werner2021-02-171-7/+7
* | | | Make inline images work a bit betterNicolas Werner2021-02-171-2/+10
* | | | Fix crash from logging unset indices (leftover after debugging)Nicolas Werner2021-02-171-5/+0
* | | | Merge pull request #482 from eltociear/patch-1DeepBlueV7.X2021-02-171-1/+1
|\ \ \ \
| * | | | GitHub formatIkko Ashimine2021-02-161-1/+1
|/ / / /
| | | * Add screen sharing window previewtrilene2021-02-253-4/+100
| | | * Allow choice of single window when sharing screentrilene2021-02-246-24/+131
| | | * Display screen sharing content locallytrilene2021-02-217-68/+90
| | | * Refine X11 testtrilene2021-02-201-1/+1
| | | * Require GStreamer 1.18 for voip supporttrilene2021-02-209-97/+3
| | | * Screen sharing (X11): support picture-in-picturetrilene2021-02-205-103/+201
| | | * Screen sharing (X11): add hide mouse cursor optiontrilene2021-02-184-3/+35
| | | * Support desktop screen sharing on X11trilene2021-02-1815-90/+376
| |_|/ |/| |
* | | Translated using Weblate (Hungarian)Weblate2021-02-151-26/+27
* | | Merge pull request #476 from Jedi18/masterDeepBlueV7.X2021-02-154-2/+17
|\ \ \ | |_|/ |/| |
| * | trim invite input textJedi182021-02-161-1/+1
| * | Fix room list updating on adding to hidden tag or removing tagJedi182021-02-142-0/+4
| * | Fix two room leaving related bugs and add invite user on clicking inviteJedi182021-02-142-2/+13
|/ /
* | Add double tap to reply featureNicolas Werner2021-02-141-0/+1
* | Fix hover handling in the timelineNicolas Werner2021-02-1416-67/+127
* | Improve scroll to message a bit by using a ScrollViewNicolas Werner2021-02-131-166/+168
* | Merge pull request #471 from LorenDB/emoteNotifDeepBlueV7.X2021-02-135-49/+71
|\ \
| * | Include notifications header instead of responses headerLoren Burkholder2021-02-134-4/+4
| * | Move notification parsing into postNotificationLoren Burkholder2021-02-135-62/+59
| * | Fix typoLoren Burkholder2021-02-131-1/+1
| * | Display notifications for emote messages properlyLoren Burkholder2021-02-135-12/+37
|/ /
* | Mark messages as read, when Nheko gets focusedNicolas Werner2021-02-132-4/+17
* | Revert keeping whitespace in html, it breaks listsNicolas Werner2021-02-121-1/+1
* | Fix crash when editing an edited message pointing to itselfNicolas Werner2021-02-121-7/+9
* | Translated using Weblate (Hungarian)Weblate2021-02-111-27/+32
* | Translated using Weblate (Finnish)Weblate2021-02-111-11/+11
* | Translated using Weblate (Estonian)Weblate2021-02-101-15/+18
* | Prevent edits of unsent messagesNicolas Werner2021-02-102-0/+6
* | Fix cancel edit order on Escape keyNicolas Werner2021-02-101-3/+3
* | Update translationsNicolas Werner2021-02-1020-540/+2183
* | Fix messages sometimes not being rendered, when they are too largeNicolas Werner2021-02-102-5/+0
* | Try to avoid QTBUG-89568Nicolas Werner2021-02-102-2/+2
* | Fix UI allowing edits of foreign messages in some casesNicolas Werner2021-02-106-12/+20
* | Merge pull request #420 from Nheko-Reborn/render-editsDeepBlueV7.X2021-02-1022-169/+555
|\ \
| * | Abort -> CancelNicolas Werner2021-02-101-1/+1
| * | Use fully read marker and fix stuck read marker with editsNicolas Werner2021-02-101-18/+19
| * | Fix stuck notifications because of editsNicolas Werner2021-02-105-5/+121
| * | Add edit shortcuts and fix some focus stuffNicolas Werner2021-02-095-7/+30
| * | Implement message editingNicolas Werner2021-02-099-15/+90
| * | Display edits correctlyNicolas Werner2021-02-098-12/+99
| * | Fix edited repliesNicolas Werner2021-02-093-4/+38
| * | Render editsNicolas Werner2021-02-094-4/+86
| * | Switch to new relations formatNicolas Werner2021-02-0912-144/+112
|/ /
* | Fix wrong font used in emoji escapeNicolas Werner2021-02-091-1/+1
* | Merge pull request #468 from tverrbjelke/missing_dep_for_debianDeepBlueV7.X2021-02-091-1/+1
|\ \
| * | Fixes issue 463tverrbjelke2021-02-091-1/+1
* | | Fix lintingNicolas Werner2021-02-091-11/+11
* | | Remove unused variablesNicolas Werner2021-02-091-3/+1
* | | Clean up config names a bitNicolas Werner2021-02-092-8/+5
* | | Merge pull request #459 from Jedi18/minor_fixesDeepBlueV7.X2021-02-096-5/+44
|\ \ \
| * | | linting fixJedi182021-02-072-4/+4
| * | | emoji default translation fixJedi182021-02-072-5/+24
| * | | translation fix for default text in emoji comboJedi182021-02-061-3/+3
| * | | focus message input on adding emoji/reacting to a messageJedi182021-02-054-0/+15
| * | | close emoji autocompleter if space typed after : issue #433 and adds default ...Jedi182021-02-052-0/+5
| | |/ | |/|
* | | Merge pull request #450 from kallisti5/haiku-fixesDeepBlueV7.X2021-02-092-4/+4
|\ \ \
| * | | notifications/mananger: Follow Linux code paths on Haiku as wellAlexander von Gluck IV2021-02-031-3/+3
| * | | cmake: Don't build with Werror on HaikuAlexander von Gluck IV2021-02-031-1/+1
| |/ /
* | | Merge pull request #465 from trilene/call-devicesDeepBlueV7.X2021-02-0912-407/+530
|\ \ \
| * | | make linttrilene2021-02-074-11/+17
| * | | Add Duplex call devicestrilene2021-02-071-0/+4
| * | | Move call device handling out of WebRTCSessiontrilene2021-02-078-396/+509
|/ / /
* | | Native rendering breaks kerningNicolas Werner2021-02-071-4/+0
* | | Translated using Weblate (Hungarian)Weblate2021-02-051-47/+49
* | | Merge pull request #455 from LorenDB/fixLogoutIssuesDeepBlueV7.X2021-02-053-20/+12
|\ \ \ | |_|/ |/| |
| * | 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-042-2/+2
|/
* Merge pull request #445 from Jedi18/avatar_username_featureDeepBlueV7.X2021-02-035-26/+207
|\
| * Merge branch 'master' into avatar_username_featureDeepBlueV7.X2021-02-0346-632/+1742
| |\ | |/ |/|
* | Cleanup privacy screen, no more grabImageNicolas Werner2021-02-033-35/+13
* | Merge pull request #446 from LorenDB/masterDeepBlueV7.X2021-02-031-4/+4
|\ \
| * | Fix QML layout warningsLoren Burkholder2021-02-021-4/+4
|/ /
* | Change matrix to guru overlayNicolas Werner2021-02-021-1/+1
* | Merge branch 'privacy_screen' into 'master'Nicolas Werner2021-02-0214-26/+306
|\ \
| * \ Merge branch 'master' into 'privacy_screen'Nicolas Werner2021-02-022-6/+4
| |\ \ | |/ / |/| |
* | | Merge pull request #444 from LorenDB/dragDropTimelineDeepBlueV7.X2021-02-022-7/+4
|\ \ \
| * | | Allow drag/drop of files on whole timelineLoren Burkholder2021-02-012-7/+4
| | * | Fix unused capture warningNicolas Werner2021-02-021-2/+2
| | * | Update format script againJoseph Donofry2021-02-022-4/+5
| | * | Try to fix format script and fix lintingJoseph Donofry2021-02-023-15/+14
| | * | Change bash variable checkJoseph Donofry2021-02-011-1/+1
| | * | Update wording on settings page for privacy timerJoseph Donofry2021-02-011-1/+1
| | * | Small UX fixesJoseph Donofry2021-02-012-3/+5
| | * | Merge remote-tracking branch 'nheko-im/master' into privacy_screenJoseph Donofry2021-02-0174-8494/+14314
| | |\ \ | |_|/ / |/| | |
* | | | Fix emojis with fe0f in the middleNicolas Werner2021-02-011-2/+1
|/ / /
* | | Merge pull request #431 from Jedi18/avatar_username_featureDeepBlueV7.X2021-02-018-8/+124
|\ \ \
* | | | Translated using Weblate (Hungarian)Weblate2021-01-311-42/+42
* | | | Translated using Weblate (Russian)Weblate2021-01-291-6/+6
* | | | Translated using Weblate (Hungarian)Weblate2021-01-291-45/+53
* | | | Merge pull request #381 from LorenDB/centerUserInfoDeepBlueV7.X2021-01-303-1/+17
|\ \ \ \
| * | | | Close user profile dialog on EscLoren Burkholder2021-01-291-0/+5
| * | | | 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-293-1/+12
|/ / / /
* | | | Translated using Weblate (Estonian)Weblate2021-01-271-4/+4
* | | | Bump version to 0.8.1Nicolas Werner2021-01-275-10/+12
* | | | Update changelogNicolas Werner2021-01-271-0/+38
* | | | Fix crash, when keys for no events were requestedNicolas Werner2021-01-271-1/+2
* | | | Fix request key loopsNicolas Werner2021-01-271-2/+5
* | | | Fix username completion deleting characters before itNicolas Werner2021-01-271-1/+4
* | | | Update new translationsNicolas Werner2021-01-272-8/+8
* | | | Translated using Weblate (Estonian)Weblate2021-01-271-4/+4
* | | | Only select elements in completer when mouse is movedNicolas Werner2021-01-272-3/+4
* | | | Add a few missing strings on the login page to translationsNicolas Werner2021-01-2721-87/+547
* | | | Autoclose completer when space is pressed and no suggestion availableNicolas Werner2021-01-273-1/+5
* | | | Translate some of the new messagesNicolas Werner2021-01-272-8/+8
* | | | Update translationsNicolas Werner2021-01-2720-372/+691
* | | | Translated using Weblate (Hungarian)Weblate2021-01-271-39/+39
* | | | Translated using Weblate (Hungarian)Weblate2021-01-271-25/+26
| | * | Remove redundant import and fix visible warningJoseph Donofry2021-02-012-5/+6
| | * | Implement Privacy ScreenJoseph Donofry2021-01-268-35/+137
| | * | Fix formattingJoseph Donofry2021-01-265-27/+44
| | * | Initial commit for privacy screenJoseph Donofry2021-01-256-2/+159
| | | * fixed global avatar updation in the dialogJedi182021-02-022-11/+28
| | | * add loading indicatorJedi182021-02-024-11/+46
| | | * add error message and update avatars on avatar change in timeline and user pr...Jedi182021-02-025-4/+48
| | | * update room and global avatar through user profileJedi182021-02-013-13/+98
| | |/ | |/|
| * | focus and select text on clicking edit buttonJedi182021-01-301-0/+2
| * | shifted isUsernameEditingAllowed to qml from c++Jedi182021-01-293-28/+14
| * | made requeste changesJedi182021-01-295-17/+13
| * | 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-285-12/+41
| * | Username can be edited by double clicking on text, added global user profile ...Jedi182021-01-287-70/+86
| * | update room specific username from userprofileJedi182021-01-275-3/+77
|/ /
* | Merge pull request #419 from LorenDB/masterDeepBlueV7.X2021-01-263-7911/+8494
|\ \
| * | Use updated emoji-test.txtLoren Burkholder2021-01-251-4177/+4610
| * | Use correct syntax for emoji generation scriptLoren Burkholder2021-01-252-3734/+3884
|/ /
* | Merge pull request #418 from LorenDB/fixEmojiCategoriesDeepBlueV7.X2021-01-265-48/+42
|\ \
| * | 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-254-41/+42
|/ /
* | Translated using Weblate (Hungarian)Weblate2021-01-251-66/+66
* | Reload the timeline after key importNicolas Werner2021-01-251-0/+1
* | Remove test log messageNicolas Werner2021-01-251-4/+1
* | Focus input area on room switch and reply change againNicolas Werner2021-01-252-31/+41
* | 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 DataLocationrnhmjoj2021-01-242-4/+27
* | | Merge pull request #406 from rnhmjoj/open-inDeepBlueV7.X2021-01-243-8/+39
|\ \ \
| * | | Add "open in external program" actionrnhmjoj2021-01-243-8/+39
| |/ /
* | | Merge pull request #409 from Nheko-Reborn/appveyor-pythonDeepBlueV7.X2021-01-242-5/+4
|\ \ \
| * | | Add python 3 to path in appveyorNicolas Werner2021-01-242-5/+4
|/ / /
* | | Merge pull request #403 from LorenDB/fixEmojiCategoriesDeepBlueV7.X2021-01-233-97/+1701
|\ \ \
| * | | Fix emoji update scriptNicolas Werner2021-01-233-97/+1701
* | | | Translated using Weblate (Malayalam)Weblate2021-01-231-57/+57
* | | | Translated using Weblate (Hungarian)Weblate2021-01-231-13/+13
* | | | Translated using Weblate (Dutch)Weblate2021-01-231-4/+4
|/ / /
* / / Request unknown message indicesNicolas Werner2021-01-235-10/+23
|/ /
* | Merge pull request #395 from LorenDB/masterDeepBlueV7.X2021-01-235-3/+6
|\ \
| * | Use colors.mid for Completer borderLoren Burkholder2021-01-221-2/+1
| * | Fix UserProfile's behavior in dark themeLoren Burkholder2021-01-221-0/+1
| * | Move profile item to SystemLoren Burkholder2021-01-221-10/+1
| * | Rename Provider_new.cpp to Provider.cppLoren Burkholder2021-01-212-1/+1
| * | Add border to Completer to distinguish it from the windowLoren Burkholder2021-01-211-2/+4
| * | Add item for reporting whether profiles are usedLoren Burkholder2021-01-211-0/+10
* | | Merge pull request #393 from LorenDB/mdCommandsDeepBlueV7.X2021-01-232-3/+16
|\ \ \
| * | | 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-2313-47/+160
* | | | Fix font tags showing up in playable media messagesNicolas Werner2021-01-232-2/+2
* | | | Merge pull request #398 from Jedi18/masterDeepBlueV7.X2021-01-221-3/+4
|\ \ \ \
| * | | | Fix assert failure due to calling versionOk on a different threadJedi182021-01-221-3/+4
* | | | | Added translation using Weblate (Malayalam)Weblate2021-01-221-0/+2413
* | | | | Translated using Weblate (Hungarian)Weblate2021-01-221-37/+41
|/ / / /
* | | | Translated using Weblate (Finnish)Weblate2021-01-211-5/+5