| Commit message (Expand) | Author | Files | Lines |
2021-02-23 | Fix qml formatting | Nicolas Werner | 1 | -9/+9 |
2021-02-22 | Use scrollview again for input | Nicolas Werner | 1 | -41/+14 |
2021-02-22 | Linkify topic in room settings and use non-deprecated MessageDialog | Nicolas Werner | 3 | -13/+19 |
2021-02-20 | Fix miscalculation of padding in timeline | Nicolas Werner | 4 | -39/+48 |
2021-02-20 | Avoid some copies when sorting the room list | Nicolas Werner | 2 | -4/+6 |
2021-02-19 | Fix login with SSO and Password supported | Nicolas Werner | 2 | -23/+35 |
2021-02-19 | check for empty alias and percent encoding for alias in url | Jedi18 | 1 | -3/+8 |
2021-02-17 | Adapt to changes in MSC2312 | Nicolas Werner | 1 | -7/+7 |
2021-02-17 | Make inline images work a bit better | Nicolas Werner | 1 | -2/+10 |
2021-02-17 | Fix crash from logging unset indices (leftover after debugging) | Nicolas Werner | 1 | -5/+0 |
2021-02-17 | added bool to choose between showing only rooms with aliases and all of the r... | Jedi18 | 3 | -13/+20 |
2021-02-17 | add matrix link for completed item | Jedi18 | 1 | -1/+1 |
2021-02-16 | fixed roomsettings spacing and toggle button right align bug | Jedi18 | 2 | -2/+17 |
2021-02-16 | GitHub format | Ikko Ashimine | 1 | -1/+1 |
2021-02-16 | change togglebutton size, set textarea color to colors.text | Jedi18 | 2 | -4/+7 |
2021-02-15 | Translated using Weblate (Hungarian) | Weblate | 1 | -26/+27 |
2021-02-16 | trim invite input text | Jedi18 | 1 | -1/+1 |
2021-02-16 | add rooms model, add room delegate for completer | Jedi18 | 6 | -0/+130 |
2021-02-14 | Fix room list updating on adding to hidden tag or removing tag | Jedi18 | 2 | -0/+4 |
2021-02-14 | Fix two room leaving related bugs and add invite user on clicking invite | Jedi18 | 2 | -2/+13 |
2021-02-14 | Replace rowlayouts with gridlayout and fix room settings initializer list | Jedi18 | 2 | -38/+27 |
2021-02-14 | Add double tap to reply feature | Nicolas Werner | 1 | -0/+1 |
2021-02-14 | Fix hover handling in the timeline | Nicolas Werner | 16 | -67/+127 |
2021-02-13 | Improve scroll to message a bit by using a ScrollView | Nicolas Werner | 1 | -166/+168 |
2021-02-13 | Include notifications header instead of responses header | Loren Burkholder | 4 | -4/+4 |
2021-02-13 | Move notification parsing into postNotification | Loren Burkholder | 5 | -62/+59 |
2021-02-13 | replaced with togglebutton using qtquickcontrols2 | Jedi18 | 4 | -19/+28 |
2021-02-13 | Fix typo | Loren Burkholder | 1 | -1/+1 |
2021-02-13 | Display notifications for emote messages properly | Loren Burkholder | 5 | -12/+37 |
2021-02-13 | added togglebutton styling | Jedi18 | 2 | -8/+19 |
2021-02-13 | fix roomsetting layout | Jedi18 | 2 | -31/+18 |
2021-02-13 | added room topic | Jedi18 | 4 | -23/+68 |
2021-02-13 | Mark messages as read, when Nheko gets focused | Nicolas Werner | 2 | -4/+17 |
2021-02-12 | Revert keeping whitespace in html, it breaks lists | Nicolas Werner | 1 | -1/+1 |
2021-02-12 | Fix crash when editing an edited message pointing to itself | Nicolas Werner | 1 | -7/+9 |
2021-02-12 | added changing of name through edit modal, removed old roomsettings | Jedi18 | 14 | -1046/+214 |
2021-02-11 | Translated using Weblate (Hungarian) | Weblate | 1 | -27/+32 |
2021-02-11 | Translated using Weblate (Finnish) | Weblate | 1 | -11/+11 |
2021-02-11 | fix avatar update on timeline sync | Jedi18 | 7 | -9/+13 |
2021-02-11 | shifted room avatar changing | Jedi18 | 5 | -23/+242 |
2021-02-11 | added roomversion, roomid etc | Jedi18 | 3 | -5/+28 |
2021-02-11 | added notifications and encryption for the new roomsettings | Jedi18 | 6 | -6/+352 |
2021-02-10 | Translated using Weblate (Estonian) | Weblate | 1 | -15/+18 |
2021-02-10 | Prevent edits of unsent messages | Nicolas Werner | 2 | -0/+6 |
2021-02-10 | Fix cancel edit order on Escape key | Nicolas Werner | 1 | -3/+3 |
2021-02-10 | ui almost looks the same, midway between transition from old room settings t... | Jedi18 | 12 | -37/+112 |
2021-02-10 | Update translations | Nicolas Werner | 20 | -540/+2183 |
2021-02-10 | Fix messages sometimes not being rendered, when they are too large | Nicolas Werner | 2 | -5/+0 |
2021-02-10 | Try to avoid QTBUG-89568 | Nicolas Werner | 2 | -2/+2 |
2021-02-10 | Fix UI allowing edits of foreign messages in some cases | Nicolas Werner | 6 | -12/+20 |
2021-02-10 | Abort -> Cancel | Nicolas Werner | 1 | -1/+1 |
2021-02-10 | Use fully read marker and fix stuck read marker with edits | Nicolas Werner | 1 | -18/+19 |
2021-02-10 | Fix stuck notifications because of edits | Nicolas Werner | 5 | -5/+121 |
2021-02-09 | Add edit shortcuts and fix some focus stuff | Nicolas Werner | 5 | -7/+30 |
2021-02-09 | Implement message editing | Nicolas Werner | 9 | -15/+90 |
2021-02-09 | Display edits correctly | Nicolas Werner | 8 | -12/+99 |
2021-02-09 | Fix edited replies | Nicolas Werner | 3 | -4/+38 |
2021-02-09 | Render edits | Nicolas Werner | 4 | -4/+86 |
2021-02-09 | Switch to new relations format | Nicolas Werner | 12 | -144/+112 |
2021-02-09 | Fix wrong font used in emoji escape | Nicolas Werner | 1 | -1/+1 |
2021-02-09 | added room settings qml | Jedi18 | 5 | -2/+179 |
2021-02-09 | Fix linting | Nicolas Werner | 1 | -11/+11 |
2021-02-09 | Remove unused variables | Nicolas Werner | 1 | -3/+1 |
2021-02-09 | Clean up config names a bit | Nicolas Werner | 2 | -8/+5 |
2021-02-09 | Fixes issue 463 | tverrbjelke | 1 | -1/+1 |
2021-02-07 | make lint | trilene | 4 | -11/+17 |
2021-02-07 | Add Duplex call devices | trilene | 1 | -0/+4 |
2021-02-07 | linting fix | Jedi18 | 2 | -4/+4 |
2021-02-07 | Move call device handling out of WebRTCSession | trilene | 8 | -396/+509 |
2021-02-07 | emoji default translation fix | Jedi18 | 2 | -5/+24 |
2021-02-07 | Native rendering breaks kerning | Nicolas Werner | 1 | -4/+0 |
2021-02-06 | translation fix for default text in emoji combo | Jedi18 | 1 | -3/+3 |
2021-02-05 | Translated using Weblate (Hungarian) | Weblate | 1 | -47/+49 |
2021-02-05 | focus message input on adding emoji/reacting to a message | Jedi18 | 4 | -0/+15 |
2021-02-05 | close emoji autocompleter if space typed after : issue #433 and adds default ... | Jedi18 | 2 | -0/+5 |
2021-02-04 | Don't attempt to begin group "" | Loren Burkholder | 1 | -3/+5 |
2021-02-04 | Set profile to "" if it's the default for compatibility | Loren Burkholder | 1 | -2/+2 |
2021-02-04 | Use UserSettings where possible | Loren Burkholder | 1 | -11/+3 |
2021-02-04 | Fix bug on logout of non-default profile | Loren Burkholder | 1 | -7/+5 |
2021-02-04 | Fix scheme handler not passing arguments | Nicolas Werner | 2 | -2/+2 |
2021-02-03 | notifications/mananger: Follow Linux code paths on Haiku as well | Alexander von Gluck IV | 1 | -3/+3 |
2021-02-03 | cmake: Don't build with Werror on Haiku | Alexander von Gluck IV | 1 | -1/+1 |
2021-02-03 | Cleanup privacy screen, no more grabImage | Nicolas Werner | 3 | -35/+13 |
2021-02-02 | Fix QML layout warnings | Loren Burkholder | 1 | -4/+4 |
2021-02-02 | Change matrix to guru overlay | Nicolas Werner | 1 | -1/+1 |
2021-02-02 | Fix unused capture warning | Nicolas Werner | 1 | -2/+2 |
2021-02-02 | Update format script again | Joseph Donofry | 2 | -4/+5 |
2021-02-02 | Try to fix format script and fix linting | Joseph Donofry | 3 | -15/+14 |
2021-02-02 | fixed global avatar updation in the dialog | Jedi18 | 2 | -11/+28 |
2021-02-02 | add loading indicator | Jedi18 | 4 | -11/+46 |
2021-02-02 | add error message and update avatars on avatar change in timeline and user pr... | Jedi18 | 5 | -4/+48 |
2021-02-01 | Change bash variable check | Joseph Donofry | 1 | -1/+1 |
2021-02-01 | Allow drag/drop of files on whole timeline | Loren Burkholder | 2 | -7/+4 |
2021-02-01 | Update wording on settings page for privacy timer | Joseph Donofry | 1 | -1/+1 |
2021-02-01 | Small UX fixes | Joseph Donofry | 2 | -3/+5 |
2021-02-01 | Remove redundant import and fix visible warning | Joseph Donofry | 2 | -5/+6 |
2021-02-01 | Fix emojis with fe0f in the middle | Nicolas Werner | 1 | -2/+1 |
2021-02-01 | update room and global avatar through user profile | Jedi18 | 3 | -13/+98 |
2021-01-31 | Translated using Weblate (Hungarian) | Weblate | 1 | -42/+42 |
2021-01-30 | focus and select text on clicking edit button | Jedi18 | 1 | -0/+2 |
2021-01-29 | Translated using Weblate (Russian) | Weblate | 1 | -6/+6 |
2021-01-29 | Translated using Weblate (Hungarian) | Weblate | 1 | -45/+53 |
2021-01-29 | Close user profile dialog on Esc | Loren Burkholder | 1 | -0/+5 |
2021-01-29 | make lint | Loren Burkholder | 1 | -3/+3 |
2021-01-29 | Fix warning about non-NOTIFYable property | Loren Burkholder | 1 | -4/+4 |
2021-01-29 | Center user info dialog on the screen | Loren Burkholder | 3 | -1/+12 |
2021-01-29 | shifted isUsernameEditingAllowed to qml from c++ | Jedi18 | 3 | -28/+14 |
2021-01-29 | made requeste changes | Jedi18 | 5 | -17/+13 |
2021-01-29 | fix linting 2 | Jedi18 | 2 | -3/+3 |
2021-01-29 | Shifted fetching of global username fom timeline model to user profile | Jedi18 | 4 | -21/+34 |
2021-01-28 | fix linting | Jedi18 | 4 | -8/+8 |
2021-01-28 | Changed edit method from double clicking to an edit button | Jedi18 | 5 | -12/+41 |
2021-01-28 | Username can be edited by double clicking on text, added global user profile ... | Jedi18 | 7 | -70/+86 |
2021-01-27 | Translated using Weblate (Estonian) | Weblate | 1 | -4/+4 |
2021-01-27 | Bump version to 0.8.1 | Nicolas Werner | 5 | -10/+12 |
2021-01-27 | Update changelog | Nicolas Werner | 1 | -0/+38 |
2021-01-27 | Fix crash, when keys for no events were requested | Nicolas Werner | 1 | -1/+2 |
2021-01-27 | Fix request key loops | Nicolas Werner | 1 | -2/+5 |
2021-01-27 | Fix username completion deleting characters before it | Nicolas Werner | 1 | -1/+4 |
2021-01-27 | Update new translations | Nicolas Werner | 2 | -8/+8 |
2021-01-27 | Translated using Weblate (Estonian) | Weblate | 1 | -4/+4 |
2021-01-27 | Only select elements in completer when mouse is moved | Nicolas Werner | 2 | -3/+4 |
2021-01-27 | Add a few missing strings on the login page to translations | Nicolas Werner | 21 | -87/+547 |
2021-01-27 | Autoclose completer when space is pressed and no suggestion available | Nicolas Werner | 3 | -1/+5 |
2021-01-27 | Translate some of the new messages | Nicolas Werner | 2 | -8/+8 |
2021-01-27 | Update translations | Nicolas Werner | 20 | -372/+691 |
2021-01-27 | Translated using Weblate (Hungarian) | Weblate | 1 | -39/+39 |
2021-01-27 | Translated using Weblate (Hungarian) | Weblate | 1 | -25/+26 |
2021-01-27 | update room specific username from userprofile | Jedi18 | 5 | -3/+77 |
2021-01-26 | Implement Privacy Screen | Joseph Donofry | 8 | -35/+137 |
2021-01-26 | Fix formatting | Joseph Donofry | 5 | -27/+44 |
2021-01-25 | Initial commit for privacy screen | Joseph Donofry | 6 | -2/+159 |
2021-01-25 | Use updated emoji-test.txt | Loren Burkholder | 1 | -4177/+4610 |
2021-01-25 | Use correct syntax for emoji generation script | Loren Burkholder | 2 | -3734/+3884 |
2021-01-25 | Make lint | Loren Burkholder | 1 | -1/+0 |
2021-01-25 | Use new enum structure in emoji generation script | Loren Burkholder | 1 | -6/+0 |
2021-01-25 | Get category switching working | Loren Burkholder | 4 | -41/+42 |
2021-01-25 | Translated using Weblate (Hungarian) | Weblate | 1 | -66/+66 |
2021-01-25 | Reload the timeline after key import | Nicolas Werner | 1 | -0/+1 |
2021-01-25 | Remove test log message | Nicolas Werner | 1 | -4/+1 |
2021-01-25 | Focus input area on room switch and reply change again | Nicolas Werner | 2 | -31/+41 |
2021-01-25 | Make matrix link chat invites direct chats | Nicolas Werner | 1 | -2/+4 |
2021-01-25 | Treat empty secrets as no secret | Nicolas Werner | 1 | -0/+4 |
2021-01-24 | Fix old messages being played back after limit reset | Nicolas Werner | 1 | -0/+9 |
2021-01-24 | Add python 3 to path in appveyor | Nicolas Werner | 2 | -5/+4 |
2021-01-24 | Add "open in external program" action | rnhmjoj | 3 | -8/+39 |
2021-01-24 | Write database to the DataLocation | rnhmjoj | 2 | -4/+27 |
2021-01-23 | Fix emoji update script | Nicolas Werner | 3 | -97/+1701 |
2021-01-23 | Translated using Weblate (Malayalam) | Weblate | 1 | -57/+57 |
2021-01-23 | Translated using Weblate (Hungarian) | Weblate | 1 | -13/+13 |
2021-01-23 | Translated using Weblate (Dutch) | Weblate | 1 | -4/+4 |
2021-01-23 | Request unknown message indices | Nicolas Werner | 5 | -10/+23 |
2021-01-22 | Use colors.mid for Completer border | Loren Burkholder | 1 | -2/+1 |
2021-01-23 | Remove useless parentheses | DeepBlueV7.X | 1 | -2/+2 |
2021-01-23 | Fix Qt < 5.14 compat | Nicolas Werner | 1 | -1/+5 |
2021-01-22 | Fix UserProfile's behavior in dark theme | Loren Burkholder | 1 | -0/+1 |
2021-01-23 | Persist hidden tags | Nicolas Werner | 3 | -0/+22 |
2021-01-23 | Allow users to hide rooms with specific tags | Nicolas Werner | 13 | -47/+160 |
2021-01-23 | |