Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefill status message dialog with current status | Nicolas Werner | 2024-06-14 | 2 | -0/+4 |
| | |||||
* | Prevent shortcuts from inserting unprintable characters by accident | Nicolas Werner | 2024-06-09 | 1 | -1/+3 |
| | |||||
* | Fix emojis in avatars | Nicolas Werner | 2024-06-06 | 1 | -1/+1 |
| | |||||
* | fix marking messages as read by scrolling | Nicolas Werner | 2024-05-27 | 4 | -3/+24 |
| | |||||
* | Windows screenshare/video call support, general call improvements (#1725) | checkraisefold | 2024-05-10 | 3 | -2/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial support for d3d11 qml video item * Windows screenshare support, D3D11 * misc fixes * further window visibility checks * preview updates * fix qml preview * fix compositor * add libnice plugin dep * re-run formatter * final formatter fix [skip ci] * fix tumbleweed build --------- Co-authored-by: Joseph Donofry <rubberduckie3554@gmail.com> | ||||
* | Fix emoji verification dialogue being cut off | Brayd | 2024-04-19 | 1 | -1/+1 |
| | |||||
* | Fix room settings being cut off | Brayd | 2024-04-19 | 1 | -0/+1 |
| | |||||
* | Hopefully fix the jump when replying after scrolling | Nicolas Werner | 2024-04-05 | 2 | -6/+16 |
| | |||||
* | workaround broken platform dialogs on macos | Nicolas Werner | 2024-03-14 | 5 | -6/+18 |
| | | | | See https://bugreports.qt.io/browse/QTBUG-102078 | ||||
* | Work around the duplicate right click menus on KDE | Nicolas Werner | 2024-03-10 | 2 | -2/+40 |
| | |||||
* | Add support for intentional mentions | Nicolas Werner | 2024-03-08 | 6 | -16/+64 |
| | | | | | | This is still a bit flaky around when to remove a mention, but it should work in most cases. Might add a toggle in the future to disable these though. | ||||
* | Fix buttons vanishing on the kde themes in the settings page | Nicolas Werner | 2024-03-06 | 1 | -1/+1 |
| | |||||
* | Fix redaction label color | Nicolas Werner | 2024-03-06 | 1 | -0/+1 |
| | |||||
* | Remove debug label | Nicolas Werner | 2024-03-06 | 1 | -5/+0 |
| | |||||
* | Make image in overlay fit into viewer again | Nicolas Werner | 2024-03-06 | 1 | -2/+9 |
| | |||||
* | Prevent big images from becoming square in overlay | Nicolas Werner | 2024-03-05 | 1 | -2/+2 |
| | |||||
* | Fix a few label colors | Nicolas Werner | 2024-03-05 | 2 | -0/+2 |
| | |||||
* | Fix completer size on plasma6 | Nicolas Werner | 2024-03-05 | 4 | -6/+4 |
| | |||||
* | Fix binding loop warning | Nicolas Werner | 2024-03-02 | 1 | -2/+1 |
| | |||||
* | HiDPI Fixes | q234rty | 2024-02-16 | 7 | -16/+34 |
| | | | | | | | | Fix various downscaled icons by removing undeeded multiplications by devicePixelRatio in sourceSize. Fix downscaled PL indicator in the timeline by using the actual size as sourceSize. Fix various blurry icons by specifying sourceSize. | ||||
* | Try to fix the blurry encryption indicator on high dpi | Nicolas Werner | 2024-02-15 | 1 | -0/+3 |
| | |||||
* | Fix some top bar sizing issues | Nicolas Werner | 2024-02-02 | 1 | -2/+4 |
| | |||||
* | Fix report message dialog | Nicolas Werner | 2024-01-29 | 1 | -1/+1 |
| | |||||
* | Fix verification with multiple devices in parallel | Nicolas Werner | 2024-01-15 | 1 | -0/+2 |
| | | | | Fixes #1125 | ||||
* | Fix some keyboard shortcuts on macOS that involved arrow keys | Joseph Donofry | 2024-01-09 | 5 | -9/+9 |
| | |||||
* | Merge pull request #1656 from Bubu/show_pw_button | DeepBlueV7.X | 2024-01-08 | 1 | -8/+29 |
|\ | | | | | Add show/hide password button on login page | ||||
| * | LoginPage: add button to show/hide the password | Marcus Hoffmann | 2024-01-08 | 1 | -8/+29 |
| | | |||||
* | | Disable reuseItems again, since it still breaks on room switch | Nicolas Werner | 2024-01-08 | 1 | -1/+1 |
| | | |||||
* | | Fix lag when media messages are shown and fix media controls | Nicolas Werner | 2024-01-08 | 2 | -28/+18 |
| | | |||||
* | | Speedup room switching by forcing a bigger initial item size | Nicolas Werner | 2024-01-08 | 4 | -3/+8 |
| | | |||||
* | | Merge pull request #1649 from duarm/swipe-toggle | DeepBlueV7.X | 2024-01-07 | 2 | -1/+2 |
|\ \ | | | | | | | disable swipe motions toggle | ||||
| * | | disable swipe motions toggle | duarm | 2023-12-31 | 2 | -1/+2 |
| |/ | |||||
* | | Merge pull request #1635 from NepNep21/ignore-command | DeepBlueV7.X | 2024-01-06 | 1 | -0/+10 |
|\ \ | |/ |/| | | | Add /ignore, fixes #1634 | ||||
| * | Multiple changes | NepNep21 | 2023-12-17 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | More consistent language with similar description strings Add manpage entry Add /unignore Add ignore & decline button in the invite page Add invite rejection to all ignore methods | ||||
* | | Fix red outline alignment in default style | Nicolas Werner | 2023-12-22 | 1 | -2/+3 |
| | | |||||
* | | move destroyOnClose into ImagePackSettingsDialog | FallenValkyrie | 2023-12-19 | 2 | -1/+1 |
| | | |||||
* | | make ImagePackDialog text translatable | FallenValkyrie | 2023-12-16 | 1 | -1/+1 |
| | | |||||
* | | Fix review issues | FallenValkyrie | 2023-12-16 | 1 | -3/+2 |
| | | |||||
* | | remove unnecessary destryoOnClose | FallenValkyrie | 2023-12-16 | 1 | -1/+0 |
| | | |||||
* | | Integrate ImagePackDeleteDialog in ImagePackSettingsDialog as delete ↵ | FallenValkyrie | 2023-12-16 | 1 | -9/+27 |
| | | | | | | | | confirmation | ||||
* | | Create ImagePackDeleteDialog component | FallenValkyrie | 2023-12-16 | 1 | -0/+25 |
|/ | |||||
* | Fix joined spaces having no description | Nicolas Werner | 2023-12-10 | 1 | -2/+9 |
| | |||||
* | Upgrade trust of megolm sessions when receiving RoomKey | Nicolas Werner | 2023-11-19 | 1 | -1/+4 |
| | | | | | | | Before we only did that, when we basically didn't have the key yet. But since we usually get sent a RoomKey when a new message is sent after we sign in, we were discarding, that those messages should usually now be trusted. | ||||
* | Fix shadow for spinner | Nicolas Werner | 2023-11-11 | 1 | -1/+1 |
| | |||||
* | Fix crash during calls | Nicolas Werner | 2023-11-05 | 1 | -1/+7 |
| | |||||
* | Fix gstreamer element names | Nicolas Werner | 2023-11-02 | 1 | -2/+2 |
| | |||||
* | Fix pending reply sizing | Nicolas Werner | 2023-11-01 | 2 | -1/+9 |
| | |||||
* | Spaces are now bold | Nicolas Werner | 2023-11-01 | 1 | -0/+2 |
| | |||||
* | Bring back double tap and drag to reply | Nicolas Werner | 2023-10-27 | 2 | -0/+42 |
| | |||||
* | Enable even more qml linter warnings | Nicolas Werner | 2023-10-26 | 12 | -16/+9 |
| | |||||
* | More qml cleanups | Nicolas Werner | 2023-10-26 | 39 | -284/+198 |
| | |||||
* | Merge pull request #1539 from Nheko-Reborn/issue1410 | DeepBlueV7.X | 2023-10-26 | 2 | -0/+101 |
|\ | | | | | Add report message functionality | ||||
| * | Add report message functionality | Loren Burkholder | 2023-10-25 | 2 | -0/+101 |
| | | |||||
* | | Fix some qml warnings | Nicolas Werner | 2023-10-26 | 24 | -120/+101 |
| | | |||||
* | | Merge pull request #1541 from NepNep21/ignore-users | DeepBlueV7.X | 2023-10-25 | 3 | -1/+113 |
|\ \ | |/ |/| | | | Support (un)ignoring users (#546) | ||||
| * | Switch to X icon and add close button | NepNep21 | 2023-10-25 | 1 | -1/+14 |
| | | |||||
| * | Move dialog to settings page and add avatar image to delegate | NepNep21 | 2023-10-24 | 3 | -31/+30 |
| | | |||||
| * | Cleanup ignore user functionality slightly | Nicolas Werner | 2023-10-24 | 1 | -5/+4 |
| | | |||||
| * | Merge branch 'ignore-users' of github.com:NepNep21/nheko into ignore-users | Nicolas Werner | 2023-10-23 | 2 | -0/+101 |
| |\ | |||||
| | * | Fix license lint... | NepNep21 | 2023-10-01 | 1 | -0/+1 |
| | | | |||||
| | * | Use properties | NepNep21 | 2023-10-01 | 2 | -10/+5 |
| | | | |||||
| | * | Move comments to proper reviews | NepNep21 | 2023-10-01 | 1 | -2/+0 |
| | | | |||||
| | * | UI improvements | NepNep21 | 2023-10-01 | 1 | -4/+14 |
| | | | |||||
| | * | Rebase | NepNep21 | 2023-10-01 | 2 | -0/+97 |
| | | | |||||
* | | | Allow setting presence state again | Nicolas Werner | 2023-10-25 | 1 | -0/+34 |
|/ / | |||||
* | | prevent overscroll in roomlist and communities list | Nicolas Werner | 2023-10-23 | 2 | -10/+12 |
| | | |||||
* | | Fix scroll position jumping when replying or resizing the window | Nicolas Werner | 2023-10-23 | 1 | -0/+7 |
| | | |||||
* | | Small qml fixes | Nicolas Werner | 2023-10-18 | 4 | -11/+8 |
| | | |||||
* | | Fix (hopefully) HiDPI scaling issues with edit and encryption icons | Joseph Donofry | 2023-10-13 | 2 | -3/+4 |
| | | |||||
* | | Fix forward completer after delegate rework | Nicolas Werner | 2023-10-11 | 1 | -4/+4 |
| | | |||||
* | | Fix chat effect particles sometimes getting 'stuck' on screen | Joseph Donofry | 2023-10-09 | 2 | -1/+9 |
| | | |||||
* | | Try to fix 'PowerlevelIndicator is not a type' | Nicolas Werner | 2023-10-10 | 1 | -6/+8 |
| | | |||||
* | | Fix reply and topic colors | Nicolas Werner | 2023-10-10 | 2 | -5/+7 |
| | | |||||
* | | fix click to go to reply after merge | Nicolas Werner | 2023-10-10 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'delegate-rework' | Nicolas Werner | 2023-10-10 | 25 | -1757/+1490 |
|\ \ | |||||
| * | | Restore reply context menu | Nicolas Werner | 2023-10-10 | 3 | -15/+31 |
| | | | |||||
| * | | Attach reactions on the right for our own bubbled messages | Nicolas Werner | 2023-10-09 | 1 | -1/+1 |
| | | | |||||
| * | | Make effect messages stand out more | Nicolas Werner | 2023-10-09 | 1 | -2/+1 |
| | | | |||||
| * | | Add threads display and prettier highlight to bubbles style | Nicolas Werner | 2023-10-09 | 1 | -2/+4 |
| | | | |||||
| * | | Remove old TimelineRow | Nicolas Werner | 2023-10-09 | 1 | -347/+0 |
| | | | |||||
| * | | cleanups | Nicolas Werner | 2023-10-09 | 1 | -1/+1 |
| | | | |||||
| * | | Shrink replies | Nicolas Werner | 2023-10-09 | 4 | -4/+4 |
| | | | |||||
| * | | Basic bubble style | Nicolas Werner | 2023-10-09 | 4 | -71/+443 |
| | | | |||||
| * | | Fix missing property showAcceptKnockButton | Nicolas Werner | 2023-10-09 | 1 | -2/+2 |
| | | | |||||
| * | | Start working on bubble delegate | Nicolas Werner | 2023-10-09 | 2 | -5/+13 |
| | | | |||||
| * | | Fix high CPU use caused by ItemParticle | Nicolas Werner | 2023-10-09 | 1 | -11/+35 |
| | | | |||||
| * | | Fixup reply and state event rendering | Nicolas Werner | 2023-10-08 | 7 | -840/+55 |
| | | | |||||
| * | | Switch to manual polishing of event delegates | Nicolas Werner | 2023-10-08 | 4 | -42/+41 |
| | | | |||||
| * | | Reimplement mention highlight and scroll to highlight | Nicolas Werner | 2023-09-20 | 2 | -0/+56 |
| | | | |||||
| * | | Move message styles to their own files and work around hover not propagating ↵ | Nicolas Werner | 2023-09-20 | 5 | -467/+528 |
| | | | | | | | | | | | | to siblings | ||||
| * | | Fix alignment of file messages and redactions | Nicolas Werner | 2023-09-17 | 3 | -7/+12 |
| | | | |||||
| * | | Fix power level indicator size | Nicolas Werner | 2023-09-12 | 1 | -0/+6 |
| | | | |||||
| * | | Fix timeline menus | Nicolas Werner | 2023-09-08 | 1 | -4/+37 |
| | | | |||||
| * | | Reenable status part of timeline messages | Nicolas Werner | 2023-08-28 | 2 | -27/+108 |
| | | | |||||
| * | | Improve image size limiting | Nicolas Werner | 2023-08-27 | 2 | -0/+2 |
| | | | |||||
| * | | Fix reply backgrounds in images | Nicolas Werner | 2023-08-26 | 1 | -0/+15 |
| | | | |||||
| * | | Fix some reply layouting loops | Nicolas Werner | 2023-08-25 | 4 | -7/+5 |
| | | | |||||
| * | | Reimplement reply delegate by moving out the timeline event without layout | Nicolas Werner | 2023-08-25 | 12 | -460/+351 |
| | | | |||||
| * | | Show reactions again | Nicolas Werner | 2023-08-25 | 1 | -2/+38 |
| | | | |||||
| * | | Remaining events apart from verification | Nicolas Werner | 2023-08-25 | 5 | -52/+249 |
| | | | |||||
| * | | Get rid of redundant constructions and make room implicit | Nicolas Werner | 2023-08-25 | 2 | -6/+7 |
| | | | |||||
| * | | Port redacted messages | Nicolas Werner | 2023-08-25 | 2 | -13/+31 |
| | | | |||||
| * | | Port state events and images | Nicolas Werner | 2023-08-25 | 4 | -10/+93 |
| | | | |||||
| * | | Working text messages in delegate rework | Nicolas Werner | 2023-08-25 | 3 | -31/+164 |
| | | | |||||
| * | | Create an EventDelegateChooser | Nicolas Werner | 2023-08-25 | 3 | -191/+27 |
| | | | |||||
* | | | Merge pull request #1575 from Nheko-Reborn/plindicator | DeepBlueV7.X | 2023-10-04 | 2 | -4/+4 |
|\ \ \ | | | | | | | | | | | | | Fix powerlevel indicator size in the timeline | ||||
| * | | | Fix powerlevel indicator size in the timeline | Loren Burkholder | 2023-10-02 | 2 | -4/+4 |
| | |/ | |/| | |||||
* / | | Fix reply text color | Loren Burkholder | 2023-10-02 | 1 | -1/+3 |
|/ / | |||||
* | | Add missing QML import | Loren Burkholder | 2023-10-01 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #1571 from Nheko-Reborn/directory | DeepBlueV7.X | 2023-10-01 | 1 | -3/+23 |
|\ \ | | | | | | | | | | Add close button and room open button to room directory dialog | ||||
| * | | Add close button and room open button to room directory dialog | Loren Burkholder | 2023-09-29 | 1 | -3/+23 |
| |/ | |||||
* | | Merge pull request #1537 from Nheko-Reborn/issue1426 | DeepBlueV7.X | 2023-10-01 | 1 | -0/+18 |
|\ \ | | | | | | | | | | Allow configuring global hidden event settings | ||||
| * | | Allow configuring global hidden event settings | Loren Burkholder | 2023-09-23 | 1 | -0/+18 |
| |/ | |||||
* | | Merge pull request #1534 from Nheko-Reborn/issue1494 | DeepBlueV7.X | 2023-10-01 | 2 | -5/+5 |
|\ \ | | | | | | | | | | Use @user:example.com for all sample mxids | ||||
| * | | Use @user:example.com for all sample mxids | Loren Burkholder | 2023-09-23 | 2 | -5/+5 |
| | | | |||||
* | | | Qt 6.4 properly supports scrolling text with touch | Loren Burkholder | 2023-09-30 | 5 | -20/+16 |
| |/ |/| | |||||
* | | Merge pull request #1535 from Nheko-Reborn/powerlevelsInTimeline | DeepBlueV7.X | 2023-08-10 | 3 | -34/+60 |
|\ \ | | | | | | | Show an indicator in the timeline for mods and admins | ||||
| * | | Swap PL indicator location | Nicolas Werner | 2023-08-10 | 1 | -8/+12 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/powerlevelsInTimeline' | Nicolas Werner | 2023-08-10 | 3 | -33/+55 |
| |\ \ | |||||
| | * | | Show an indicator in the timeline for mods and admins | Loren Burkholder | 2023-07-23 | 3 | -33/+55 |
| | |/ | |||||
* | | | Merge pull request #1523 from Nheko-Reborn/qmlFallbackAuth | DeepBlueV7.X | 2023-08-10 | 2 | -0/+75 |
|\ \ \ | |/ / |/| | | QML the fallback auth dialog | ||||
| * | | QML the fallback auth dialog | Loren Burkholder | 2023-07-14 | 2 | -0/+75 |
| | | | |||||
* | | | Merge pull request #1531 from Nheko-Reborn/smootherReactions | DeepBlueV7.X | 2023-07-28 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Use mipmap on custom reactions | ||||
| * | | | Use mipmap on custom reactions | Loren Burkholder | 2023-07-22 | 1 | -0/+1 |
| | |/ | |/| | |||||
* / | | Add mark as read entry to the roomlist right-click menu | Loren Burkholder | 2023-07-22 | 1 | -0/+5 |
|/ / | |||||
* | | Merge pull request #1518 from Decodetalkers/duplicateid | DeepBlueV7.X | 2023-07-12 | 1 | -5/+0 |
|\ \ | |/ |/| | fix: duplicate id | ||||
| * | fix: duplicate id | ShootingStarDragons | 2023-07-12 | 1 | -5/+0 |
| | | |||||
* | | Fix the color on the insufficient powerlevel warning | Loren Burkholder | 2023-07-08 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #1501 from Nheko-Reborn/qmlRecaptcha | DeepBlueV7.X | 2023-07-06 | 2 | -9/+76 |
|\ | | | | | QML the reCAPTCHA dialog | ||||
| * | Remove duplicate UIA error display | Loren Burkholder | 2023-07-06 | 1 | -9/+0 |
| | | |||||
| * | Port the reCAPTCHA dialog to QML | Loren Burkholder | 2023-07-06 | 2 | -0/+76 |
| | | |||||
* | | Add an early out cache for event expiration | Nicolas Werner | 2023-07-06 | 1 | -2/+2 |
| | | |||||
* | | Add experimental event expiration | Nicolas Werner | 2023-07-05 | 2 | -0/+185 |
| | | | | | | | | Currently disabled by default. | ||||
* | | Disable mipmaps for avatars | Nicolas Werner | 2023-07-04 | 1 | -2/+0 |
|/ | |||||
* | Rework how history settings are represented | Nicolas Werner | 2023-06-28 | 1 | -51/+124 |
| | |||||
* | Allow viewing and changing the history visibility | Nicolas Werner | 2023-06-24 | 1 | -0/+31 |
| | |||||
* | Fix some sizes in layouts | Nicolas Werner | 2023-06-19 | 2 | -3/+3 |
| | |||||
* | More linter fixes | Nicolas Werner | 2023-06-19 | 6 | -11/+12 |
| | |||||
* | Fix screenshare selection | Nicolas Werner | 2023-06-19 | 1 | -1/+1 |
| | |||||
* | Some qmllint fixes | Nicolas Werner | 2023-06-19 | 3 | -8/+6 |
| | |||||
* | Fix completer size | Nicolas Werner | 2023-06-19 | 1 | -1/+1 |
| | |||||
* | Temporarily revert TextArea change until I find a proper fix for the binding ↵ | Nicolas Werner | 2023-06-19 | 1 | -13/+13 |
| | | | | loop | ||||
* | Fix dialog paths | Nicolas Werner | 2023-06-19 | 4 | -33/+37 |
| | |||||
* | Move to automatic type registration | Nicolas Werner | 2023-06-19 | 27 | -68/+55 |
| | |||||
* | Remove explicit link styling | Nicolas Werner | 2023-06-18 | 1 | -1/+0 |
| | |||||
* | Use TextArea for message text | Nicolas Werner | 2023-06-10 | 1 | -1/+16 |
| | | | | | | | Allows double click with the middle mouse button to reply and fixed the theming. fixes #1462 | ||||
* | Show some generic message for ACL changes | Nicolas Werner | 2023-06-10 | 1 | -0/+14 |
| | | | | fixes #1476 | ||||
* | Add inviter to the invite reason | Nicolas Werner | 2023-06-10 | 1 | -1/+24 |
| | | | | fixes #622 | ||||
* | Fix binding loop in roomlist | Nicolas Werner | 2023-06-09 | 2 | -35/+43 |
| | |||||
* | Fix toggle placement in user settings | Nicolas Werner | 2023-06-09 | 1 | -5/+5 |
| | |||||
* | Fix scrolling in image dialog | Nicolas Werner | 2023-06-09 | 1 | -2/+6 |
| | |||||
* | Make settings combobox width dependent on content | Nicolas Werner | 2023-06-08 | 2 | -3/+3 |
| | | | | fixes #1164 | ||||
* | Fix communites sidebar color | Nicolas Werner | 2023-06-08 | 2 | -3/+6 |
| | |||||
* | Fix theme in cross-signing setup | Nicolas Werner | 2023-06-08 | 6 | -10/+19 |
| | |||||
* | Replace some binding loops with others | Nicolas Werner | 2023-06-08 | 5 | -6/+7 |
| | |||||
* | Fix palette in popups | Nicolas Werner | 2023-06-08 | 5 | -6/+18 |
| | |||||
* | Fix playable media playback | Nicolas Werner | 2023-06-08 | 2 | -25/+24 |
| | |||||
* | Fix some undefined variables in the UploadBox | Nicolas Werner | 2023-06-08 | 1 | -2/+3 |
| | |||||
* | Fix member event binding loop | Nicolas Werner | 2023-06-08 | 1 | -1/+1 |
| | |||||
* | Fix username label eliding loop | Nicolas Werner | 2023-06-08 | 2 | -5/+11 |
| | |||||
* | Fix request for empty image | Nicolas Werner | 2023-06-08 | 4 | -4/+8 |
| | |||||
* | Bump mtxclient dep | Nicolas Werner | 2023-06-08 | 1 | -1/+1 |
| | |||||
* | Fix message height | Nicolas Werner | 2023-06-08 | 1 | -2/+1 |
| | |||||
* | Improve timestamp layouting in room list | Nicolas Werner | 2023-06-08 | 1 | -13/+13 |
| | |||||
* | Format qml | Nicolas Werner | 2023-06-08 | 27 | -2691/+2353 |
| | |||||
* | Get rid of scrollhelper | Nicolas Werner | 2023-06-08 | 17 | -185/+2 |
| | |||||
* | Fix palette access and QMediaPlayer errors | Nicolas Werner | 2023-06-08 | 85 | -465/+410 |
| | |||||
* | First runnable qt6 Nheko | Nicolas Werner | 2023-06-08 | 7 | -47/+44 |
| | |||||
* | Show custom reactions in reaction history | Nicolas Werner | 2023-05-31 | 1 | -5/+50 |
| | | | | fixes #1467 | ||||
* | Add goto button to hover menu when searching | Nicolas Werner | 2023-05-30 | 1 | -9/+18 |
| | | | | fixes #1457 | ||||
* | Right click option to go to event while searching | Sateallia | 2023-05-30 | 1 | -0/+10 |
| | |||||
* | Render custom reactions | Nicolas Werner | 2023-05-27 | 1 | -6/+12 |
| | |||||
* | Fix emoji unicodename in tooltip | Nicolas Werner | 2023-05-25 | 1 | -1/+1 |
| | |||||
* | Make default completer complete custom emoji | Nicolas Werner | 2023-05-25 | 2 | -35/+19 |
| | |||||
* | Get rid of old emoji picker | Nicolas Werner | 2023-05-25 | 5 | -320/+14 |
| | |||||
* | Make emoji picker use the grid view | Nicolas Werner | 2023-05-25 | 3 | -16/+66 |
| | |||||
* | Workaround a WM bug that switches the focus incorrectly after initiating a ↵ | Sateallia | 2023-05-23 | 1 | -1/+1 |
| | | | | search | ||||
* | Allow editing stickers from stickerpicker | Nicolas Werner | 2023-05-20 | 1 | -0/+18 |
| | |||||
* | Allow scrolling to specific sections and order packs in sticker search by ↵ | Nicolas Werner | 2023-05-20 | 1 | -24/+48 |
| | | | | match quality | ||||
* | Fix StickerPicker padding and names of unnamed packs | Nicolas Werner | 2023-05-20 | 1 | -27/+31 |
| | |||||
* | Fix adding duplicate stickers and strip file extension | Nicolas Werner | 2023-05-20 | 1 | -2/+7 |
| | |||||
* | Add rows to stickerpicker | Nicolas Werner | 2023-05-20 | 2 | -12/+42 |
| | |||||
* | Type keypresses that focus the input bar | Loren Burkholder | 2023-05-12 | 1 | -1/+6 |
| | |||||
* | Sort rooms in completer by 'activity' and make tombstoned rooms italic | Nicolas Werner | 2023-05-06 | 1 | -0/+2 |
| | |||||
* | Copy image to clipboard | Nicolas Werner | 2023-04-23 | 1 | -0/+36 |
| | | | | Fixes #599 | ||||
* | Use the new mtxclient special effects refactoring | Loren Burkholder | 2023-04-11 | 1 | -1/+1 |
| | |||||
* | Rain, rain, go away sooner | Loren Burkholder | 2023-04-08 | 1 | -1/+1 |
| | |||||
* | Don't apply gravity to rain | Loren Burkholder | 2023-04-08 | 1 | -0/+1 |
| | | | | It makes the rain look wacky. | ||||
* | Move effects into a separate file | Loren Burkholder | 2023-04-08 | 2 | -90/+116 |
| | |||||
* | Use particle groups to separate effects | Loren Burkholder | 2023-04-08 | 1 | -13/+10 |
| | |||||
* | Add rainfall effect | Loren Burkholder | 2023-04-08 | 1 | -3/+59 |
| | | | | | This is a proof-of-concept example of inplementing a msgtype not found in the spec. | ||||
* | Implement unknown msgtype functionality | Loren Burkholder | 2023-04-08 | 1 | -1/+15 |
| | |||||
* | Add a more obvious thread indicator | Nicolas Werner | 2023-04-04 | 1 | -3/+23 |
| | |||||
* | Make the profile buttons a bit bigger | Nicolas Werner | 2023-04-04 | 1 | -2/+10 |
| | |||||
* | Improve choosing screen share type | David Elsing | 2023-03-30 | 1 | -29/+9 |
| | |||||
* | Support screen sharing with xdg-desktop-portal | David Elsing | 2023-03-30 | 2 | -1/+56 |
| | |||||
* | Merge pull request #1409 from Nheko-Reborn/uiTweaks | DeepBlueV7.X | 2023-03-25 | 1 | -7/+60 |
|\ | | | | | | | Overhaul switch appearance | ||||
| * | Overhaul switch appearance | Loren Burkholder | 2023-03-24 | 1 | -7/+60 |
| | | |||||
* | | Delay some delegate removals to reduce CPU spent on recalculating sizes | Nicolas Werner | 2023-03-25 | 2 | -0/+3 |
| | | |||||
* | | make name and attribution in image pack settings plain text | tastytea | 2023-03-24 | 1 | -0/+2 |
| | | | | | | | | Otherwise, <foo> would be swallowed. | ||||
* | | Add width to PowerLevelEditor, fixes 0/1px wide window on tiling WMs | 0xDEADCADE | 2023-03-22 | 1 | -0/+1 |
| | | | | | | Same fix as device verification window | ||||
* | | Add width to device verification window | 0xDEADCADE | 2023-03-21 | 1 | -0/+1 |
| | | | | | | Fixes the device verification window being 0 or 1 pixels wide on some tiling window managers. | ||||
* | | Fix space-community wording | Nicolas Werner | 2023-03-18 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1404 from LcsTen/dont-show-private-rooms-in-space | DeepBlueV7.X | 2023-03-18 | 1 | -2/+2 |
|\ \ | |/ |/| | Don't show inaccessible private rooms in spaces | ||||
| * | Check isPreviewFetched property for hints | LcsTen | 2023-03-18 | 1 | -2/+2 |
| | | |||||
| * | Show an appropriate hint if the room is inaccessible | LcsTen | 2023-03-11 | 1 | -1/+1 |
| | | |||||
* | | make scroll-down button (toEndButton) focus message input | tastytea | 2023-03-12 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1388 from Nheko-Reborn/command | DeepBlueV7.X | 2023-03-10 | 4 | -39/+63 |
|\ | | | | | Warn if an invalid command is entered | ||||
| * | Handle incomplete commands better | Loren Burkholder | 2023-03-07 | 2 | -3/+10 |
| | | |||||
| * | Don't show timeline behind warnings | Loren Burkholder | 2023-02-28 | 2 | -7/+7 |
| | | |||||
| * | Simplify code a bit | Loren Burkholder | 2023-02-28 | 1 | -1/+0 |
| | | |||||
| * | Move command calculation logic into InputBar | Loren Burkholder | 2023-02-28 | 1 | -11/+2 |
| | | |||||
| * | Show warning when invalid command is entered | Loren Burkholder | 2023-02-28 | 3 | -4/+29 |
| | | | | | | | | | | | | Fixes #1363 Please note that this doesn't prompt when you try to send a message with a bad command. | ||||
| * | Enhance appearance of room ping warning | Loren Burkholder | 2023-02-28 | 1 | -7/+9 |
| | | |||||
* | | Merge pull request #1394 from Nheko-Reborn/uiTweaks | DeepBlueV7.X | 2023-03-09 | 12 | -110/+51 |
|\ \ | | | | | | | Some small UI changes | ||||
| * | | Scroll farther on PgUp/PgDn | Loren Burkholder | 2023-03-02 | 1 | -2/+2 |
| | | | |||||
| * | | Add leave button to space preview | Loren Burkholder | 2023-03-02 | 1 | -0/+7 |
| | | | |||||
| * | | Don't double-show encryption dialog | Loren Burkholder | 2023-03-01 | 1 | -1/+2 |
| | | | |||||
| * | | Make switches respect accent color | Loren Burkholder | 2023-03-01 | 1 | -1/+1 |
| | | | |||||
| * | | Always open the invite dialog properly from the member list | Loren Burkholder | 2023-02-28 | 2 | -5/+1 |
| | | | |||||
| * | | Change members button color when hovered | Loren Burkholder | 2023-02-28 | 2 | -20/+22 |
| | | | |||||
| * | | Elide nicks and userids in read reciepts dialog | Loren Burkholder | 2023-02-28 | 1 | -6/+9 |
| | | | |||||
| * | | Prevent long nicks/userids from breaking roomlist layout | Loren Burkholder | 2023-02-28 | 1 | -4/+3 |
| | | | | | | | | | | | | Fixes #1297 | ||||
| * | | Use the nheko spinner everywhere | Loren Burkholder | 2023-02-28 | 2 | -71/+4 |
| |/ | |||||
* / | Cleanup table rendering | Nicolas Werner | 2023-03-09 | 1 | -3/+3 |
|/ | | | | fixes #1406 | ||||
* | add missing license header | Nicolas Werner | 2023-02-24 | 1 | -0/+4 |
| | |||||
* | Show rooms you share with someone | Nicolas Werner | 2023-02-24 | 3 | -130/+205 |
| | |||||
* | Merge pull request #1374 from Nheko-Reborn/private_images | DeepBlueV7.X | 2023-02-23 | 5 | -40/+105 |
|\ | | | | | | | Blur images properly | ||||
| * | Fade in images when fully recieved | Loren Burkholder | 2023-02-22 | 2 | -27/+8 |
| | | |||||
| * | Properly handle images without blurhashes | Loren Burkholder | 2023-02-20 | 2 | -36/+99 |
| | | |||||
| * | Use a single, reversible privacy screen transition | Loren Burkholder | 2023-02-20 | 2 | -34/+4 |
| | | |||||
| * | Animate transition to blurhash | Loren Burkholder | 2023-02-20 | 1 | -0/+44 |
| | | |||||
| * | Blurhash images when the privacy screen is active | Loren Burkholder | 2023-02-20 | 5 | -17/+24 |
| | | |||||
* | | print errors on failed dialog creation | Marcus Hoffmann | 2023-02-22 | 3 | -101/+195 |
| | | | | | | | | Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu> | ||||
* | | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 102 | -291/+102 |
| | | | | | | | | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/ | ||||
* | | Fix newlines in status messages | Nicolas Werner | 2023-02-21 | 1 | -3/+3 |
| | | |||||
* | | Simplify status message in profile a bit | Nicolas Werner | 2023-02-21 | 1 | -7/+4 |
| | | |||||
* | | UserProfile: add padding to device list | Marcus Hoffmann | 2023-02-21 | 1 | -0/+2 |
| | | | | | | | | | | | | Add the same padding as is applied to long status messages. Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu> | ||||
* | | UserProfile: fix status message overflowing | Marcus Hoffmann | 2023-02-21 | 1 | -3/+10 |
| | | | | | | | | Also style the "Status:" prefix bold. | ||||
* | | UserProfile: reduce spacing by a bit | Marcus Hoffmann | 2023-02-21 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu> | ||||
* | | UserProfile: display status message | Marcus Hoffmann | 2023-02-21 | 1 | -0/+15 |
| | | | | | | | | Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu> | ||||
* | | MessageView: Add ToolTip to status message | Marcus Hoffmann | 2023-02-21 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | Show the user that this is a status text on hover. We need to change the status text label width to be it's implicitWidth (or the maximum width as specified before), otherwise the tooltip is wildly off-centered. Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu> | ||||
* | | MessageView: improve styling of presence status | Marcus Hoffmann | 2023-02-21 | 1 | -0/+3 |
|/ | | | | | | | | Significantly reduce the font size as to visually indicate this is additional information and not part of the username or message text. Align the text with the username field besides it. Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu> | ||||
* | Explicitly set parent for scrollbars to prevent them from showing on some ↵ | Nicolas Werner | 2023-02-16 | 2 | -6/+6 |
| | | | | platforms | ||||
* | Make scrollbars optional and disabled by default | Nicolas Werner | 2023-02-14 | 2 | -7/+11 |
| | | | | Also add them to the communities sidebar | ||||
* | Room list: add scrollbar when not collapsed | Alexander Bantyev | 2023-02-14 | 1 | -1/+7 |
| | |||||
* | Focus text input when quick switcher is closed | Loren Burkholder | 2023-02-14 | 1 | -0/+1 |
| | | | | Fixes #1065 | ||||
* | Merge pull request #1359 from Nheko-Reborn/encryption_delegate | DeepBlueV7.X | 2023-02-14 | 2 | -3/+62 |
|\ | | | | | Add a fancy delegate when encryption is enabled | ||||
| * | Update resources/qml/delegates/EncryptionEnabled.qml | Loren Burkholder | 2023-02-14 | 1 | -1/+1 |
| | | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | ||||
| * | Limit max width of blurb | Loren Burkholder | 2023-02-13 | 1 | -1/+2 |
| | |