Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Escape html in topics and show line breaks in the settings | Nicolas Werner | 2021-04-19 | 3 | -8/+15 | |
| | | ||||||
* | | Use one CompletionProxy for everything including EmojiPicker | Nicolas Werner | 2021-04-18 | 7 | -150/+91 | |
| | | ||||||
* | | Prevent warning on empty user requests | Nicolas Werner | 2021-04-18 | 1 | -0/+3 | |
| | | ||||||
* | | Fix display name referenced for incorrect event types | Joseph Donofry | 2021-04-18 | 1 | -3/+4 | |
| | | ||||||
* | | change display name wording | targetakhil | 2021-04-18 | 1 | -5/+8 | |
|/ | ||||||
* | Fix broken olm channels automatically | Nicolas Werner | 2021-04-13 | 1 | -0/+20 | |
| | ||||||
* | Store state events with state keys | Nicolas Werner | 2021-04-13 | 2 | -9/+47 | |
| | ||||||
* | add notice and rainbownotice commands | LordMZTE | 2021-04-11 | 2 | -0/+34 | |
| | ||||||
* | Improve sorting a bit and fix some bugs in edge cases | Nicolas Werner | 2021-04-09 | 2 | -38/+55 | |
| | | | | makes nheko appear at the top, if you search for it as well as TWIM match the twim room | |||||
* | Fix crash on exit | Nicolas Werner | 2021-04-09 | 1 | -4/+12 | |
| | ||||||
* | Fix a weird edge case with persisted empty event ids | Nicolas Werner | 2021-04-08 | 1 | -8/+11 | |
| | | | | No idea, how that happened and where it came from | |||||
* | Fix small leak in TrayIcon | Nicolas Werner | 2021-04-08 | 1 | -4/+4 | |
| | ||||||
* | Don't use direct image response objects anymore | Nicolas Werner | 2021-04-05 | 2 | -28/+40 | |
| | ||||||
* | Fix exif rotation in unencrypted rooms | Nicolas Werner | 2021-04-04 | 3 | -3/+16 | |
| | ||||||
* | Fix rainbow replies and add rainbowme | Nicolas Werner | 2021-04-01 | 2 | -7/+9 | |
| | ||||||
* | Tweak rainbow slightly | Nicolas Werner | 2021-03-28 | 1 | -1/+4 | |
| | ||||||
* | Fix emojis being split by rainbows | Nicolas Werner | 2021-03-28 | 1 | -5/+5 | |
| | ||||||
* | Merge pull request #535 from LordMZTE/feature/rainbow | DeepBlueV7.X | 2021-03-28 | 4 | -9/+96 | |
|\ | | | | | add /rainbow command | |||||
| * | run formatter | LordMZTE | 2021-03-28 | 2 | -2/+2 | |
| | | ||||||
| * | Update src/timeline/InputBar.cpp | DeepBlueV7.X | 2021-03-28 | 1 | -1/+1 | |
| | | ||||||
| * | Use QRegularExpression | DeepBlueV7.X | 2021-03-28 | 1 | -1/+1 | |
| | | ||||||
| * | fix command parsing | LordMZTE | 2021-03-28 | 1 | -3/+2 | |
| | | ||||||
| * | commands now also work with newline after them | LordMZTE | 2021-03-28 | 1 | -0/+2 | |
| | | ||||||
| * | use QString as buf in rainbowifyer | LordMZTE | 2021-03-28 | 1 | -5/+4 | |
| | | ||||||
| * | implement requested changes | LordMZTE | 2021-03-28 | 2 | -11/+8 | |
| | | ||||||
| * | remove incorrect include | LordMZTE | 2021-03-27 | 1 | -1/+0 | |
| | | ||||||
| * | use QString to format in rainbow function | LordMZTE | 2021-03-27 | 1 | -6/+5 | |
| | | ||||||
| * | rainbow now works with unicode! | LordMZTE | 2021-03-27 | 1 | -7/+15 | |
| | | ||||||
| * | use qtextboundary finder to rainbowify. (not working for unicode chars yet) | LordMZTE | 2021-03-27 | 1 | -5/+13 | |
| | | ||||||
| * | fix size type | LordMZTE | 2021-03-27 | 1 | -1/+2 | |
| | | ||||||
| * | add /rainbow command | LordMZTE | 2021-03-26 | 4 | -8/+83 | |
| | | ||||||
* | | Lint Code | Anjani Kumar | 2021-03-28 | 1 | -2/+2 | |
| | | ||||||
* | | Fix build: refactor variables to avoid same names in a scope | Anjani Kumar | 2021-03-28 | 1 | -4/+4 | |
| | | ||||||
* | | Add part/leave command | Loren Burkholder | 2021-03-25 | 1 | -0/+2 | |
|/ | ||||||
* | Pressing escape hides PreviewUploadOverlay | salahmak | 2021-03-20 | 1 | -4/+5 | |
| | ||||||
* | Pressing escape hides PreviewUploadOverlay | salahmak | 2021-03-20 | 2 | -0/+11 | |
| | ||||||
* | Reserve memory for rooms in completer | Nicolas Werner | 2021-03-19 | 1 | -0/+4 | |
| | ||||||
* | Merge pull request #475 from LorenDB/htmlFormattedNotifs | DeepBlueV7.X | 2021-03-18 | 20 | -463/+589 | |
|\ | | | | | Better notifications | |||||
| * | Make CI happy | Nicolas Werner | 2021-03-17 | 2 | -19/+15 | |
| | | ||||||
| * | Fix shadowing | Nicolas Werner | 2021-03-17 | 1 | -7/+10 | |
| | | ||||||
| * | Add missing QPointer include | Nicolas Werner | 2021-03-17 | 1 | -0/+1 | |
| | | ||||||
| * | Fix licenses | Nicolas Werner | 2021-03-17 | 3 | -0/+13 | |
| | | ||||||
| * | Clean up notification code a bit | Nicolas Werner | 2021-03-17 | 16 | -477/+207 | |
| | | ||||||
| * | Refactor image download code to be reusable | Nicolas Werner | 2021-03-17 | 2 | -95/+166 | |
| | | ||||||
| * | Simplify image loading | Loren Burkholder | 2021-03-17 | 3 | -16/+6 | |
| | | ||||||
| * | Don't create a QImage every time | Loren Burkholder | 2021-03-17 | 1 | -5/+2 | |
| | | ||||||
| * | Simplify macOS checks for a null image | Loren Burkholder | 2021-03-17 | 2 | -2/+15 | |
| | | ||||||
| * | make lint | Loren Burkholder | 2021-03-17 | 1 | -13/+12 | |
| | | ||||||
| * | Block notifications until the image has been downloaded | Loren Burkholder | 2021-03-17 | 1 | -9/+21 | |
| | | ||||||
| * | Only try to display images if they exist | Loren Burkholder | 2021-03-17 | 3 | -7/+14 | |
| | | ||||||
| * | Use better method of resizing images | Loren Burkholder | 2021-03-17 | 1 | -7/+7 | |
| | | ||||||
| * | Switch readImage to take a reference instead of a pointer | Loren Burkholder | 2021-03-17 | 5 | -10/+10 | |
| | | | | | | | | There was nowhere that an actual pointer was passed, and I wanted to do references for something else. | |||||
| * | Simplify regex | Loren Burkholder | 2021-03-17 | 3 | -3/+3 | |
| | | ||||||
| * | Simplify formatting on Windows | Loren Burkholder | 2021-03-17 | 2 | -29/+22 | |
| | | ||||||
| * | Better handle encrypted notifications | Loren Burkholder | 2021-03-17 | 3 | -18/+56 | |
| | | ||||||
| * | Remove unnecessary header | Loren Burkholder | 2021-03-17 | 1 | -1/+0 | |
| | | ||||||
| * | Rewrite notification posting logic | Nicolas Werner | 2021-03-17 | 6 | -86/+264 | |
| | | | | | | | | This does away with the nice abstraction layers in order to easily get the best-looking notifications for each platform. | |||||
| * | Add regex to remove replies in notifications | Loren Burkholder | 2021-03-17 | 3 | -5/+16 | |
| | | ||||||
| * | Fix when "replied" is displayed | Loren Burkholder | 2021-03-17 | 1 | -3/+3 | |
| | | | | | | | | I accidentally put it in backwards. | |||||
| * | Get event text in event parser function | Loren Burkholder | 2021-03-17 | 5 | -9/+15 | |
| | | ||||||
| * | Add "replied" marker to regular reply messages | Loren Burkholder | 2021-03-17 | 1 | -1/+8 | |
| | | ||||||
| * | Create function for processing whether a message is a reply | Loren Burkholder | 2021-03-17 | 3 | -1/+11 | |
| | | ||||||
| * | Simplify message body construction | Loren Burkholder | 2021-03-17 | 1 | -8/+5 | |
| | | ||||||
| * | Simplify determination of whether markup is supported | Loren Burkholder | 2021-03-17 | 1 | -8/+14 | |
| | | | | | | | | This should also result in a speed increase (however slight), since the capabilities are now sorted through only once. | |||||
| * | Only HTML-format the body if it should be formatted | Loren Burkholder | 2021-03-17 | 1 | -2/+4 | |
| | | ||||||
| * | Format notifications according to the FreeDesktop specification | Loren Burkholder | 2021-03-17 | 1 | -2/+13 | |
| | | ||||||
| * | Fix Linux HTML notifications | Loren Burkholder | 2021-03-17 | 1 | -5/+6 | |
| | | ||||||
| * | Fix colon spacing | Loren Burkholder | 2021-03-17 | 1 | -1/+1 | |
| | | ||||||
| * | Don't run markdownToHtml on messages | Loren Burkholder | 2021-03-17 | 3 | -4/+4 | |
| | | ||||||
| * | Disable HTML on macOS | Loren Burkholder | 2021-03-17 | 1 | -1/+1 | |
| | | ||||||
| * | Move data parsing into a dedicated function | Loren Burkholder | 2021-03-17 | 6 | -73/+99 | |
| | | | | | | | | Actually posting the notification is now the responsibility of a private function | |||||
| * | make lint | Loren Burkholder | 2021-03-17 | 1 | -2/+2 | |
| | | ||||||
| * | Use the class D-Bus member | Loren Burkholder | 2021-03-17 | 1 | -9/+3 | |
| | | ||||||
| * | Use plaintext for Windows notifications | Loren Burkholder | 2021-03-17 | 1 | -1/+3 | |
| | | ||||||
| * | Only pass formatted text if it is supported (Linux) | Loren Burkholder | 2021-03-17 | 1 | -4/+9 | |
| | | ||||||
| * | Parse markdown overrides during replies | Loren Burkholder | 2021-03-17 | 1 | -1/+3 | |
| | | | | | | | | I apparently missed this when I originally added the overrides. | |||||
| * | Format markdown as HTML in notifications | Loren Burkholder | 2021-03-17 | 3 | -6/+12 | |
| | | ||||||
* | | Prevent EventType::Unsupported type events to be saved in db, avoiding ↵ | Anjani Kumar | 2021-03-18 | 1 | -1/+1 | |
|/ | | | | exceptions | |||||
* | Move check for duplicate /sync responses to the same thread | Nicolas Werner | 2021-03-16 | 2 | -14/+15 | |
| | ||||||
* | Don't send markdown links in body | Nicolas Werner | 2021-03-15 | 3 | -4/+36 | |
| | | | | fixes #422 | |||||
* | Store all state events | Nicolas Werner | 2021-03-15 | 3 | -51/+38 | |
| | ||||||
* | Merge pull request #523 from Jedi18/master | DeepBlueV7.X | 2021-03-15 | 1 | -0/+8 | |
|\ | | | | | Fix windows video bug | |||||
| * | prepend file:// for linux and macos | targetakhil | 2021-03-15 | 1 | -0/+8 | |
| | | ||||||
* | | Rotate session keys properly | Nicolas Werner | 2021-03-15 | 4 | -68/+119 | |
| | | ||||||
* | | Merge pull request #525 from salahmak/image-upload-dialog | DeepBlueV7.X | 2021-03-15 | 1 | -0/+6 | |
|\ \ | | | | | | | Pressing return on image upload dialog sends the message | |||||
| * | | Pressing return on image upload dialog sends the message | salahmak | 2021-03-15 | 1 | -0/+6 | |
| | | | ||||||
* | | | Remove some more allocations | Nicolas Werner | 2021-03-14 | 4 | -14/+18 | |
|/ / | ||||||
* / | Reduce allocations when escaping emoji | Nicolas Werner | 2021-03-14 | 1 | -6/+15 | |
|/ | ||||||
* | Improve sorting and sizing of completions a bit | Nicolas Werner | 2021-03-14 | 2 | -5/+20 | |
| | ||||||
* | Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into ↵ | Nicolas Werner | 2021-03-13 | 11 | -258/+82 | |
|\ | | | | | | | Jedi18-quickswitcher_qml | |||||
| * | change allowed mistakes, fix minor style issues, remove old completer ↵ | Jedi18 | 2021-03-07 | 5 | -44/+31 | |
| | | | | | | | | function from inputbar | |||||
| * | remove old quick switcher | Jedi18 | 2021-02-24 | 5 | -239/+0 | |
| | | ||||||
| * | fix timeline focus | Jedi18 | 2021-02-23 | 2 | -0/+7 | |
| | | ||||||
| * | enter key now works, fix room highlighting and add overlay | Jedi18 | 2021-02-23 | 4 | -0/+14 | |
| | | ||||||
| * | add room alias delegate, fix some quickswitcher ui problems | Jedi18 | 2021-02-22 | 1 | -0/+5 | |
| | | ||||||
| * | add quick switcher qml file and moved completerFor from inputbar to timeline ↵ | Jedi18 | 2021-02-21 | 2 | -0/+26 | |
| | | | | | | | | view class | |||||
* | | Fix a few db access crashes | Nicolas Werner | 2021-03-12 | 2 | -5/+14 | |
| | | ||||||
* | | Disable room pings in replies | Nicolas Werner | 2021-03-12 | 1 | -0/+2 | |
| | | ||||||
* | | Fix disable certificate validation on login page | Nicolas Werner | 2021-03-08 | 1 | -3/+4 | |
| | | ||||||
* | | Add config option to disable tls validation | Nicolas Werner | 2021-03-06 | 5 | -2/+40 | |
| | | ||||||
* | | Add linebreaks to fingerprint | Nicolas Werner | 2021-03-06 | 1 | -3/+7 | |
| | | ||||||
* | | Bump mtxclient | trilene | 2021-03-05 | 1 | -7/+7 | |
| | | ||||||
* | | Fix unused variable | Nicolas Werner | 2021-03-05 | 1 | -1/+0 | |
| | | ||||||
* | | fix linting | Nicolas Werner | 2021-03-05 | 5 | -132/+137 | |
| | | ||||||
* | | Fix a few join confirmations too many | Nicolas Werner | 2021-03-05 | 2 | -8/+13 | |
| | | ||||||
* | | Remove tweeny | Nicolas Werner | 2021-03-05 | 2 | -14/+26 | |
| | | ||||||
* | | Merge pull request #505 from Nheko-Reborn/license-headers | DeepBlueV7.X | 2021-03-05 | 172 | -633/+691 | |
|\ \ | | | | | | | License headers | |||||
| * | | Update license headers | Nicolas Werner | 2021-03-05 | 172 | -633/+691 | |
| | | | ||||||
* | | | Fix linting | Joseph Donofry | 2021-03-04 | 11 | -161/+152 | |
| | | | ||||||
* | | | Properly format matrix errors in spdlog statements | Joseph Donofry | 2021-03-04 | 3 | -7/+7 | |
|/ / | ||||||
* | | Fix reply relating to the wrong id of edited event | Nicolas Werner | 2021-03-03 | 1 | -1/+1 | |
| | | ||||||
* | | Add comment to mark db keys as such | Nicolas Werner | 2021-03-03 | 1 | -0/+1 | |
| | | ||||||
* | | Update to new lmdbxx version | Nicolas Werner | 2021-03-03 | 2 | -491/+353 | |
| | | ||||||
* | | Don't ask to join joined rooms when clicking matrix uri | Nicolas Werner | 2021-03-01 | 1 | -2/+2 | |
| | | ||||||
* | | Restore voice/video calls | trilene | 2021-02-25 | 1 | -1/+2 | |
| | | ||||||
* | | Add missing translation mark | trilene | 2021-02-25 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'upstream/master' into screenshare-x11 | trilene | 2021-02-25 | 23 | -1119/+1060 | |
|\ \ | ||||||
| * | | Fix unaligned reads | Nicolas Werner | 2021-02-25 | 1 | -16/+30 | |
| | | | ||||||
| * | | Merge pull request #494 from Jedi18/minor_issue_fixes | DeepBlueV7.X | 2021-02-25 | 5 | -6/+24 | |
| |\ \ | | | | | | | | | Fix registration bug and navigate to created room | |||||
| | * | | change mtxclient url, fix login page assert failure and dendrite ↵ | Jedi18 | 2021-02-25 | 3 | -4/+11 | |
| | | | | | | | | | | | | | | | | registration bug | |||||
| | * | | navigate to newly created rooms | Jedi18 | 2021-02-25 | 2 | -2/+13 | |
| | | | | ||||||
| * | | | Fix text input restoring after edits | Nicolas Werner | 2021-02-25 | 3 | -20/+25 | |
| | | | | ||||||
| * | | | Allow editing via up and down arrows | Nicolas Werner | 2021-02-24 | 2 | -2/+22 | |
| |/ / | ||||||
| * | | Ensure we ask for confirmation when clicking on a matrix uri | Nicolas Werner | 2021-02-24 | 1 | -3/+17 | |
| | | | ||||||
| * | | Fix unused capture | Nicolas Werner | 2021-02-23 | 1 | -1/+1 | |
| | | | ||||||
| * | | Linkify topic in room settings and use non-deprecated MessageDialog | Nicolas Werner | 2021-02-22 | 1 | -2/+2 | |
| |/ | ||||||
| * | Avoid some copies when sorting the room list | Nicolas Werner | 2021-02-20 | 2 | -4/+6 | |
| | | ||||||
| * | Fix login with SSO and Password supported | Nicolas Werner | 2021-02-19 | 2 | -23/+35 | |
| | | ||||||
| * | Merge pull request #479 from Jedi18/add_rooms_model_completer | DeepBlueV7.X | 2021-02-19 | 3 | -0/+108 | |
| |\ | | | | | | | Add rooms completion model | |||||
| | * | check for empty alias and percent encoding for alias in url | Jedi18 | 2021-02-19 | 1 | -3/+8 | |
| | | | ||||||
| | * | added bool to choose between showing only rooms with aliases and all of the ↵ | Jedi18 | 2021-02-17 | 3 | -13/+20 | |
| | | | | | | | | | | | | rooms | |||||
| | * | add matrix link for completed item | Jedi18 | 2021-02-17 | 1 | -1/+1 | |
| | | | ||||||
| | * | add rooms model, add room delegate for completer | Jedi18 | 2021-02-16 | 3 | -0/+96 | |
| | | | ||||||
| * | | Merge pull request #474 from Jedi18/room_settings_qml | DeepBlueV7.X | 2021-02-19 | 10 | -1032/+777 | |
| |\ \ | | | | | | | | | Shifted Room Settings Dialog to QML | |||||
| | * | | Replace rowlayouts with gridlayout and fix room settings initializer list | Jedi18 | 2021-02-14 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Merge branch 'master' into room_settings_qml | Akhil Nair | 2021-02-14 | 35 | -657/+1194 | |
| | |\| | ||||||
| | * | | replaced with togglebutton using qtquickcontrols2 | Jedi18 | 2021-02-13 | 3 | -6/+5 | |
| | | | | ||||||
| | * | | added room topic | Jedi18 | 2021-02-13 | 2 | -18/+34 | |
| | | | | ||||||
| | * | | added changing of name through edit modal, removed old roomsettings | Jedi18 | 2021-02-12 | 10 | -1037/+207 | |
| | | | | ||||||
| | * | | fix avatar update on timeline sync | Jedi18 | 2021-02-11 | 6 | -8/+12 | |
| | | | | ||||||
| | * | | shifted room avatar changing | Jedi18 | 2021-02-11 | 4 | -20/+198 | |
| | | | | ||||||
| | * | | added roomversion, roomid etc | Jedi18 | 2021-02-11 | 2 | -0/+24 | |
| | | | | ||||||
| | * | | added notifications and encryption for the new roomsettings | Jedi18 | 2021-02-11 | 4 | -4/+294 | |
| | | | | ||||||
| | * | | ui almost looks the same, midway between transition from old room settings ↵ | Jedi18 | 2021-02-10 | 8 | -33/+94 | |
| | | | | | | | | | | | | | | | | to new room settings | |||||
| | * | | added room settings qml | Jedi18 | 2021-02-09 | 2 | -2/+5 | |
| | | | | ||||||
| * | | | Adapt to changes in MSC2312 | Nicolas Werner | 2021-02-17 | 1 | -7/+7 | |
| | | | | ||||||
| * | | | Make inline images work a bit better | Nicolas Werner | 2021-02-17 | 1 | -2/+10 | |
| | | | | ||||||
| * | | | Fix crash from logging unset indices (leftover after debugging) | Nicolas Werner | 2021-02-17 | 1 | -5/+0 | |
| | | | | ||||||
* | | | | Add screen sharing window preview | trilene | 2021-02-25 | 2 | -4/+93 | |
| | | | | ||||||
* | | | | Allow choice of single window when sharing screen | trilene | 2021-02-24 | 4 | -18/+95 | |
| | | | | ||||||
* | | | | Display screen sharing content locally | trilene | 2021-02-21 | 4 | -61/+80 | |
| | | | | ||||||
* | | | | Refine X11 test | trilene | 2021-02-20 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Require GStreamer 1.18 for voip support | trilene | 2021-02-20 | 6 | -93/+1 | |
| | | | | ||||||
* | | | | Screen sharing (X11): support picture-in-picture | trilene | 2021-02-20 | 4 | -103/+189 | |
| | | | | ||||||
* | | | | Screen sharing (X11): add hide mouse cursor option | trilene | 2021-02-18 | 3 | -3/+24 | |
| | | | | ||||||
* | | | | Support desktop screen sharing on X11 | trilene | 2021-02-18 | 6 | -74/+200 | |
|/ / / | ||||||
* | | | trim invite input text | Jedi18 | 2021-02-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix room list updating on adding to hidden tag or removing tag | Jedi18 | 2021-02-14 | 2 | -0/+4 | |
| | | | ||||||
* | | | Fix two room leaving related bugs and add invite user on clicking invite | Jedi18 | 2021-02-14 | 2 | -2/+13 | |
| |/ |/| | ||||||
* | | Fix hover handling in the timeline | Nicolas Werner | 2021-02-14 | 3 | -1/+54 | |
| | | ||||||
* | | Include notifications header instead of responses header | Loren Burkholder | 2021-02-13 | 4 | -4/+4 | |
| | | ||||||
* | | Move notification parsing into postNotification | Loren Burkholder | 2021-02-13 | 5 | -62/+59 | |
| | | ||||||
* | | Fix typo | Loren Burkholder | 2021-02-13 | 1 | -1/+1 | |
| | | ||||||
* | | Display notifications for emote messages properly | Loren Burkholder | 2021-02-13 | 5 | -12/+37 | |
| | | ||||||
* | | Mark messages as read, when Nheko gets focused | Nicolas Werner | 2021-02-13 | 1 | -3/+3 | |
| | | | | | | | | fixes #235 | |||||
* | | Fix crash when editing an edited message pointing to itself | Nicolas Werner | 2021-02-12 | 1 | -7/+9 | |
| | | ||||||
* | | Prevent edits of unsent messages | Nicolas Werner | 2021-02-10 | 2 | -0/+6 | |
| | | ||||||
* | | Fix messages sometimes not being rendered, when they are too large | Nicolas Werner | 2021-02-10 | 1 | -4/+0 | |
| | | ||||||
* | | Fix UI allowing edits of foreign messages in some cases | Nicolas Werner | 2021-02-10 | 1 | -4/+6 | |
| | | ||||||
* | | Use fully read marker and fix stuck read marker with edits | Nicolas Werner | 2021-02-10 | 1 | -18/+19 | |
| | | ||||||
* | | Fix stuck notifications because of edits | Nicolas Werner | 2021-02-10 | 5 | -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. | |||||
* | | Implement message editing | Nicolas Werner | 2021-02-09 | 4 | -10/+65 | |
| | | | | | | | | | | | | The UI still looks ugly, but I have no good idea atm. fixes #134 | |||||
* | | Display edits correctly | Nicolas Werner | 2021-02-09 | 5 | -10/+83 | |
| | | ||||||
* | | Fix edited replies | Nicolas Werner | 2021-02-09 | 3 | -4/+38 | |
| | | ||||||
* | | Render edits | Nicolas Werner | 2021-02-09 | 4 | -4/+86 | |
| | | ||||||
* | | Switch to new relations format | Nicolas Werner | 2021-02-09 | 10 | -141/+110 | |
| | | ||||||
* | | Fix wrong font used in emoji escape | Nicolas Werner | 2021-02-09 | 1 | -1/+1 | |
| | | ||||||
* | | Fix linting | Nicolas Werner | 2021-02-09 | 1 | -11/+11 | |
| | | ||||||
* | | Remove unused variables | Nicolas Werner | 2021-02-09 | 1 | -3/+1 | |
| | | ||||||
* | | Clean up config names a bit | Nicolas Werner | 2021-02-09 | 2 | -8/+5 | |
| | | ||||||
* | | Merge pull request #459 from Jedi18/minor_fixes | DeepBlueV7.X | 2021-02-09 | 4 | -5/+33 | |
|\ \ | | | | | | | Fix emoji related issues | |||||
| * | | linting fix | Jedi18 | 2021-02-07 | 2 | -4/+4 | |
| | | | ||||||
| * | | emoji default translation fix | Jedi18 | 2021-02-07 | 2 | -5/+24 | |
| | | | ||||||
| * | | translation fix for default text in emoji combo | Jedi18 | 2021-02-06 | 1 | -3/+3 | |
| | | | ||||||
| * | | focus message input on adding emoji/reacting to a message | Jedi18 | 2021-02-05 | 2 | -0/+8 | |
| | | | ||||||
| * | | close emoji autocompleter if space typed after : issue #433 and adds default ↵ | Jedi18 | 2021-02-05 | 1 | -0/+1 | |
| |/ | | | | | | | option for emoji font family settings | |||||
* | | Merge pull request #450 from kallisti5/haiku-fixes | DeepBlueV7.X | 2021-02-09 | 1 | -3/+3 | |
|\ \ | | | | | | | Haiku fixes | |||||
| * | | notifications/mananger: Follow Linux code paths on Haiku as well | Alexander von Gluck IV | 2021-02-03 | 1 | -3/+3 | |
| |/ | ||||||
* | | make lint | trilene | 2021-02-07 | 2 | -5/+5 | |
| | | ||||||
* | | Add Duplex call devices | trilene | 2021-02-07 | 1 | -0/+4 | |
| | | ||||||
* | | Move call device handling out of WebRTCSession | trilene | 2021-02-07 | 7 | -396/+507 | |
| | | ||||||
* | | Native rendering breaks kerning | Nicolas Werner | 2021-02-07 | 1 | -4/+0 | |
| | | ||||||
* | | Merge pull request #455 from LorenDB/fixLogoutIssues | DeepBlueV7.X | 2021-02-05 | 3 | -20/+12 | |
|\ \ | | | | | | | Fix issues with logout | |||||
| * | | Don't attempt to begin group "" | Loren Burkholder | 2021-02-04 | 1 | -3/+5 | |
| | | | ||||||
| * | | Set profile to "" if it's the default for compatibility | Loren Burkholder | 2021-02-04 | 1 | -2/+2 | |
| | | | ||||||
| * | | Use UserSettings where possible | Loren Burkholder | 2021-02-04 | 1 | -11/+3 | |
| | | | ||||||
| * | | Fix bug on logout of non-default profile | Loren Burkholder | 2021-02-04 | 1 | -7/+5 | |
| |/ | ||||||
* / | Fix scheme handler not passing arguments | Nicolas Werner | 2021-02-04 | 1 | -1/+1 | |
|/ | ||||||
* | Merge branch 'master' into avatar_username_feature | DeepBlueV7.X | 2021-02-03 | 12 | -29/+148 | |
|\ | ||||||
| * | Fix unused capture warning | Nicolas Werner | 2021-02-02 | 1 | -2/+2 | |
| | | ||||||
| * | Update wording on settings page for privacy timer | Joseph Donofry | 2021-02-01 | 1 | -1/+1 | |
| | | ||||||
| * | Small UX fixes | Joseph Donofry | 2021-02-01 | 1 | -2/+2 | |
| | | ||||||
| * | Merge remote-tracking branch 'nheko-im/master' into privacy_screen | Joseph Donofry | 2021-02-01 | 36 | -3551/+5652 | |
| |\ | ||||||
| | * | Fix emojis with fe0f in the middle | Nicolas Werner | 2021-02-01 | 1 | -2/+1 | |
| | | | ||||||
| | * | Merge pull request #431 from Jedi18/avatar_username_feature | DeepBlueV7.X | 2021-02-01 | 7 | -6/+92 | |
| | |\ | | | | | | | | | Username editing (room specific and global) | |||||
| | * | | make lint | Loren Burkholder | 2021-01-29 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | Fix warning about non-NOTIFYable property | Loren Burkholder | 2021-01-29 | 1 | -4/+4 | |
| | | | | ||||||
| | * | | Center user info dialog on the screen | Loren Burkholder | 2021-01-29 | 2 | -1/+10 | |
| | | | | ||||||
| | * | | Fix crash, when keys for no events were requested | Nicolas Werner | 2021-01-27 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | Fix request key loops | Nicolas Werner | 2021-01-27 | 1 | -2/+5 | |
| | | | | ||||||
| | * | | Add a few missing strings on the login page to translations | Nicolas Werner | 2021-01-27 | 1 | -7/+7 | |
| | | | | ||||||
| * | | | Implement Privacy Screen | Joseph Donofry | 2021-01-26 | 6 | -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 formatting | Joseph Donofry | 2021-01-26 | 2 | -17/+16 | |
| | | | | ||||||
| * | | | Initial commit for privacy screen | Joseph Donofry | 2021-01-25 | 2 | -1/+75 | |
| | | | | | | | | | | | | | | | | Missing window focus event and knowing when room is encryption | |||||
* | | | | fixed global avatar updation in the dialog | Jedi18 | 2021-02-02 | 2 | -11/+28 | |
| | | | | ||||||
* | | | | add loading indicator | Jedi18 | 2021-02-02 | 3 | -11/+39 | |
| | | | | ||||||
* | | | | add error message and update avatars on avatar change in timeline and user ↵ | Jedi18 | 2021-02-02 | 3 | -4/+9 | |
| | | | | | | | | | | | | | | | | profile dialog | |||||
* | | | | update room and global avatar through user profile | Jedi18 | 2021-02-01 | 2 | -12/+97 | |
| |_|/ |/| | | ||||||
* | | | shifted isUsernameEditingAllowed to qml from c++ | Jedi18 | 2021-01-29 | 2 | -23/+2 | |
| | | | ||||||
* | | | made requeste changes | Jedi18 | 2021-01-29 | 4 | -12/+8 | |
| | | | ||||||
* | | | fix linting 2 | Jedi18 | 2021-01-29 | 2 | -3/+3 | |
| | | | ||||||
* | | | Shifted fetching of global username fom timeline model to user profile | Jedi18 | 2021-01-29 | 4 | -21/+34 | |
| | | | ||||||
* | | | fix linting | Jedi18 | 2021-01-28 | 4 | -8/+8 | |
| | | | ||||||
* | | | Changed edit method from double clicking to an edit button | Jedi18 | 2021-01-28 | 4 | -5/+26 | |
| | | | ||||||
* | | | Username can be edited by double clicking on text, added global user profile ↵ | Jedi18 | 2021-01-28 | 6 | -34/+71 | |
| | | | | | | | | | | | | menu action in user info widget | |||||
* | | | update room specific username from userprofile | Jedi18 | 2021-01-27 | 4 | -3/+43 | |
| |/ |/| | ||||||
* | | Use correct syntax for emoji generation script | Loren Burkholder | 2021-01-25 | 1 | -3733/+3883 | |
| | | ||||||
* | | Make lint | Loren Burkholder | 2021-01-25 | 1 | -1/+0 | |
| | | ||||||
* | | Use new enum structure in emoji generation script | Loren Burkholder | 2021-01-25 | 1 | -6/+0 | |
| | | ||||||
* | | Get category switching working | Loren Burkholder | 2021-01-25 | 3 | -23/+24 | |
| | | ||||||
* | | Reload the timeline after key import | Nicolas Werner | 2021-01-25 | 1 | -0/+1 | |
| | | ||||||
* | | Make matrix link chat invites direct chats | Nicolas Werner | 2021-01-25 | 1 | -2/+4 | |
| | | ||||||
* | | Treat empty secrets as no secret | Nicolas Werner | 2021-01-25 | 1 | -0/+4 | |
| | | ||||||
* | | Fix old messages being played back after limit reset | Nicolas Werner | 2021-01-24 | 1 | -0/+9 | |
| | | ||||||
* | | Merge pull request #405 from rnhmjoj/move-state | DeepBlueV7.X | 2021-01-24 | 2 | -4/+27 | |
|\ \ | | | | | | | Write database to the DataLocation | |||||
| * | | Write database to the DataLocation | rnhmjoj | 2021-01-24 | 2 | -4/+27 | |
| | | | ||||||
* | | | Merge pull request #406 from rnhmjoj/open-in | DeepBlueV7.X | 2021-01-24 | 2 | -8/+33 | |
|\ \ \ | | | | | | | | | Add "open in external program" action | |||||
| * | | | Add "open in external program" action | rnhmjoj | 2021-01-24 | 2 | -8/+33 | |
| |/ / | ||||||
* | | | Fix emoji update script | Nicolas Werner | 2021-01-23 | 2 | -75/+1700 | |
| | | | ||||||
* | | | Request unknown message indices | Nicolas Werner | 2021-01-23 | 3 | -7/+21 | |
|/ / | ||||||
* | | Merge pull request #395 from LorenDB/master | DeepBlueV7.X | 2021-01-23 | 1 | -0/+0 | |
|\ \ | | | | | | | A few small things | |||||
| * | | Rename Provider_new.cpp to Provider.cpp | Loren Burkholder | 2021-01-21 | 1 | -0/+0 | |
| | | | | | | | | | | | | It isn't new any more. | |||||
* | | | Merge pull request #393 from LorenDB/mdCommands | DeepBlueV7.X | 2021-01-23 | 2 | -3/+16 | |
|\ \ \ | | | | | | | | | Markdown setting override commands | |||||
| * | | | Remove useless parentheses | DeepBlueV7.X | 2021-01-23 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Clarify how markdown is determined | Loren Burkholder | 2021-01-20 | 2 | -3/+3 | |
| | | | | ||||||
| * | | | Make lint | Loren Burkholder | 2021-01-20 | 2 | -6/+8 | |
| | | | | ||||||
| * | | | Add commands to override Markdown setting | Loren Burkholder | 2021-01-20 | 2 | -3/+14 | |
| | | | | ||||||
* | | | | Fix Qt < 5.14 compat | Nicolas Werner | 2021-01-23 | 1 | -1/+5 | |
| | | | | ||||||
* | | | | Persist hidden tags | Nicolas Werner | 2021-01-23 | 3 | -0/+22 | |
| | | | | ||||||
* | | | | Allow users to hide rooms with specific tags | Nicolas Werner | 2021-01-23 | 10 | -45/+155 | |
| | | | |