summary refs log tree commit diff
path: root/src/SingleImagePackModel.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-25Release v0.9.3Nicolas Werner4-12/+9
2022-03-25Update CHANGELOGNicolas Werner1-0/+49
2022-03-24Don't send thumbnails that are larger than the originaltastytea1-31/+39
- Set PNG compression to maximum - Don't upload thumbnail if it is not at least 10% smaller than the original
2022-03-23Translated using Weblate (Indonesian)Weblate1-5/+7
Currently translated at 100.0% (702 of 702 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko
2022-03-23Translated using Weblate (Estonian)Weblate1-6/+8
Currently translated at 100.0% (702 of 702 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko
2022-03-24Better touch scrolling (#1012)Malte E4-110/+91
2022-03-23Remove brew upgrade now that the VM is updatedJoseph Donofry1-3/+0
2022-03-23Update qt5 for macos in notarize stepNicolas Werner1-0/+1
2022-03-23Upgrade qt in CINicolas Werner1-1/+1
2022-03-23Make overlap of actionMenu a bit smaller againNicolas Werner1-1/+1
2022-03-22Properly enable hovering on message action menuNicolas Werner1-0/+1
2022-03-22Make hover menu inset slightlyNicolas Werner1-1/+1
2022-03-22Default body to shortcode if unset and sending stickerNicolas Werner2-1/+7
2022-03-22Add a default filename for clipboard pastes againNicolas Werner1-1/+6
2022-03-22Try to improve thumbnailing on macOSNicolas Werner1-1/+5
2022-03-22Fix thumbnails of received encrypted imagesNicolas Werner2-3/+8
2022-03-22Update translationsNicolas Werner25-1269/+1103
2022-03-21Translated using Weblate (Finnish)Weblate1-102/+102
Currently translated at 78.6% (554 of 704 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko
2022-03-21Translated using Weblate (Estonian)Weblate1-33/+35
Currently translated at 100.0% (704 of 704 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko
2022-03-22Small fixes to video thumbnailingNicolas Werner1-34/+17
2022-03-21Actually pass the mimetype we intendedNicolas Werner1-1/+1
2022-03-21Properly fix image uploads without image/* formatNicolas Werner1-2/+9
2022-03-21Fix potential crash if there is no image format pastedNicolas Werner1-1/+2
2022-03-21Reword tooltip for Open{Image,Video}Externaltastytea1-6/+6
2022-03-21Fix thumbnails for encrypted files and factor upload box outNicolas Werner8-83/+182
2022-03-21Show some previews in upload windowNicolas Werner9-7/+104
2022-03-21Please clazyNicolas Werner1-3/+3
2022-03-21Also stop audio playerNicolas Werner1-1/+5
2022-03-21Thumbnail videoNicolas Werner2-83/+172
2022-03-21Add duration and resolution to filesNicolas Werner12-9/+230
2022-03-20Move uploads to InputBarNicolas Werner6-427/+303
2022-03-20Don't send on Enter when inputMethod.visible ( == OSK active assumed)Malte E1-2/+4
2022-03-20