summaryrefslogtreecommitdiffstats
path: root/resources/qml/dialogs
AgeCommit message (Collapse)Author
2024-04-19Fix room settings being cut offBrayd
2024-03-14workaround broken platform dialogs on macosNicolas Werner
See https://bugreports.qt.io/browse/QTBUG-102078
2024-03-08Add support for intentional mentionsNicolas Werner
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.
2024-03-06Remove debug labelNicolas Werner
2024-03-06Make image in overlay fit into viewer againNicolas Werner
2024-03-05Prevent big images from becoming square in overlayNicolas Werner
2024-02-16HiDPI Fixesq234rty
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.
2024-01-09Fix some keyboard shortcuts on macOS that involved arrow keysJoseph Donofry
2023-12-19move destroyOnClose into ImagePackSettingsDialogFallenValkyrie
2023-12-16make ImagePackDialog text translatableFallenValkyrie
2023-12-16Fix review issuesFallenValkyrie
2023-12-16remove unnecessary destryoOnCloseFallenValkyrie
2023-12-16Integrate ImagePackDeleteDialog in ImagePackSettingsDialog as delete ↵FallenValkyrie
confirmation
2023-12-16Create ImagePackDeleteDialog componentFallenValkyrie
2023-10-26Enable even more qml linter warningsNicolas Werner
2023-10-26More qml cleanupsNicolas Werner
2023-10-26Merge pull request #1539 from Nheko-Reborn/issue1410DeepBlueV7.X
Add report message functionality
2023-10-25Add report message functionalityissue1410Loren Burkholder
2023-10-26Fix some qml warningsNicolas Werner
2023-10-25Switch to X icon and add close buttonNepNep21
2023-10-24Move dialog to settings page and add avatar image to delegateNepNep21
2023-10-24Cleanup ignore user functionality slightlyNicolas Werner
2023-10-23Merge branch 'ignore-users' of github.com:NepNep21/nheko into ignore-usersNicolas Werner
2023-10-18Small qml fixesNicolas Werner
2023-10-01Fix license lint...NepNep21
2023-10-01Use propertiesNepNep21
2023-10-01Move comments to proper reviewsNepNep21
2023-10-01UI improvementsNepNep21
2023-10-01RebaseNepNep21
2023-10-01Merge pull request #1571 from Nheko-Reborn/directoryDeepBlueV7.X
Add close button and room open button to room directory dialog
2023-10-01Merge pull request #1534 from Nheko-Reborn/issue1494DeepBlueV7.X
Use @user:example.com for all sample mxids
2023-09-30Qt 6.4 properly supports scrolling text with touchLoren Burkholder
2023-09-29Add close button and room open button to room directory dialogLoren Burkholder
2023-09-23Use @user:example.com for all sample mxidsLoren Burkholder
2023-08-10Merge pull request #1535 from Nheko-Reborn/powerlevelsInTimelineDeepBlueV7.X
Show an indicator in the timeline for mods and admins
2023-07-23Show an indicator in the timeline for mods and adminsLoren Burkholder
2023-07-14QML the fallback auth dialogLoren Burkholder
2023-07-06Merge pull request #1501 from Nheko-Reborn/qmlRecaptchaDeepBlueV7.X
QML the reCAPTCHA dialog
2023-07-06Add an early out cache for event expirationNicolas Werner
2023-07-06Port the reCAPTCHA dialog to QMLLoren Burkholder
2023-07-05Add experimental event expirationNicolas Werner
Currently disabled by default.
2023-06-28Rework how history settings are representedNicolas Werner
2023-06-24Allow viewing and changing the history visibilityNicolas Werner
2023-06-19Move to automatic type registrationNicolas Werner
2023-06-09Fix scrolling in image dialogNicolas Werner
2023-06-08Fix username label eliding loopNicolas Werner
2023-06-08Get rid of scrollhelperNicolas Werner
2023-06-08Fix palette access and QMediaPlayer errorsNicolas Werner
2023-05-20Fix adding duplicate stickers and strip file extensionNicolas Werner
2023-04-23Copy image to clipboardNicolas Werner
Fixes #599