summary refs log tree commit diff
path: root/src/timeline (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-08Speedup room switching by forcing a bigger initial item sizeNicolas Werner7-11/+14
2024-01-07Faster blurhash decodeNicolas Werner1-2/+9
2024-01-07Remove appveyor badgeNicolas Werner1-1/+0
2024-01-07try cross-platform builds on amd64 docker runnersNicolas Werner2-7/+13
2023-12-31lintduarm1-3/+3
2023-12-31disable swipe motions toggleduarm5-1/+43
2023-12-27Translated using Weblate (Portuguese (Portugal))Weblate1-6/+10
Currently translated at 40.5% (420 of 1037 strings) Co-authored-by: Tmpod <tom@tmpod.dev> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/ Translation: Nheko/nheko
2023-12-22Reshuffle installation badgesNicolas Werner1-6/+18
2023-12-22Fix red outline alignment in default styleNicolas Werner1-2/+3
2023-12-21deleteLater() on failureNepNep211-1/+2
2023-12-22Translated using Weblate (Chinese (Simplified))Weblate1-3/+3
Currently translated at 100.0% (1037 of 1037 strings) Co-authored-by: Integral <integral@murena.io> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko
2023-12-20Bump minimum Windows version to possibly fix msixNicolas Werner1-1/+1
2023-12-19Fix memory leak and invite filteringNepNep212-10/+12
2023-12-19Other occurencesNepNep212-3/+3
2023-12-19Improve namingNep Nep1-1/+1
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
2023-12-20Add appinstaller for windows nightliesNicolas Werner2-2/+38
2023-12-20Upload windows nightliesNicolas Werner1-4/+21
2023-12-19move destroyOnClose into ImagePackSettingsDialogFallenValkyrie2-1/+1
2023-12-19Implement account pack deletionFallenValkyrie1-0/+15
2023-12-19Fix apple silicon pipelineNicolas Werner1-1/+3
2023-12-19Fix backslashes escapesNicolas Werner1-5/+5
(And shrug losing arms in replies)
2023-12-17Multiple changesNepNep218-11/+60
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
2023-12-17Trigger less QEvent::ApplicationPaletteChangeq234rty2-0/+8
The event seems to be very expensive on certain platform theme plugins. Fixes #1639
2023-12-16make ImagePackDialog text translatableFallenValkyrie1-1/+1
2023-12-16Fix review issuesFallenValkyrie1-3/+2
2023-12-16remove unnecessary destryoOnCloseFallenValkyrie1-1/+0
2023-12-16Integrate ImagePackDeleteDialog in ImagePackSettingsDialog as delete ↵FallenValkyrie1-9/+27
confirmation
2023-12-16Create ImagePackDeleteDialog componentFallenValkyrie2-0/+26
2023-12-16Factor out the logic to delete an ImagePackFallenValkyrie2-12/+19
2023-12-14Add windows code signingNicolas Werner3-1/+28
2023-12-13Fix windows job ruleNicolas Werner1-0/+2
2023-12-13Enable faster zip compression and automatic job sectionsNicolas Werner1-14/+2
2023-12-13Work around clazy claiming we connect a lambdaNicolas Werner3-4/+9
2023-12-13Don't fail if cache existsNicolas Werner1-1/+1
2023-12-12fix macos packagesNicolas Werner1-1/+1
2023-12-12Allow clicking notifications on WindowsNicolas Werner4-9/+30
2023-12-12Remove background color in msixNicolas Werner1-1/+1
2023-12-11Add /ignoreNepNep215-1/+28
2023-12-11Try to make windows notifications prettierNicolas Werner5-12/+35
2023-12-10Fix joined spaces having no descriptionNicolas Werner1-2/+9
2023-12-09Add gitlab windows buildNicolas Werner4-12/+84
2023-12-04Fix urls in widgets being double encodedNicolas Werner1-1/+3
See https://bugreports.qt.io/browse/QTBUG-110446
2023-11-29Fix profile argument parsing bugLoren Burkholder1-1/+1
2023-11-28Fix state event rendering for join rules and emojisNicolas Werner2-14/+10
2023-11-27Unset hidden space when space is leftNicolas Werner1-0/+11
2023-11-22flatpak: update gstreamer to 1.22.7Francesco Gazzetta1-3/+5
* Remove -Dqt6 from gstreamer itself, since qmlgl is only part of gst-plugins-good * Add necessary flags to gst-plugins-good
2023-11-21Spanish translation completedCM0use1-153/+156
I was lazy to make the changes in the weblate page, I hope this is not a problem. question: I am new to github, why am I not listed in the contributors list (just out of curiosity)?
2023-11-21Update Arch Linux package URL in README.mdFelix Yan1-1/+1
The old URL returns 404 now.
2023-11-20Fix voip defaults being incorrect because OS constants are not definedNicolas Werner1-2/+2
2023-11-20Support activation tokens for notificationsNicolas Werner4-0/+22
2023-11-20Support window activation on waylandNicolas Werner3-3/+53
This is a bit hacky, because we open a window to actually get a valid activation token, but...
2023-11-20Haiku build fixesBegasus1-1/+5
2023-11-20Switch to KDSingleApplicationNicolas Werner36-2844/+69
2023-11-19Automatically increase database limits when hitNicolas Werner1-7/+64
2023-11-19Fix some round images being persisted as not roundNicolas Werner1-1/+1
2023-11-19Upgrade trust of megolm sessions when receiving RoomKeyNicolas Werner6-29/+72
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.
2023-11-18Translated using Weblate (Chinese (Simplified))Weblate1-14/+14
Currently translated at 100.0% (1037 of 1037 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (1037 of 1037 strings) Co-authored-by: Eric <alchemillatruth@purelymail.com> Co-authored-by: Integral <integral@murena.io> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko
2023-11-15Spanish translation updateCM0use1-642/+663
A lot of text translated and improved In a few days I will translate this again looking for errors and some things I missed. Enjoy!
2023-11-11Fix shadow for spinnerNicolas Werner1-1/+1
2023-11-10Speedup qt install on macosNicolas Werner1-1/+1
2023-11-10Fix cmake builds missing libicudataNicolas Werner1-0/+2
2023-11-10Translated using Weblate (Finnish)Weblate1-1/+1
Currently translated at 82.4% (855 of 1037 strings) Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko
2023-11-09Fix Nheko freezing after stopping a call on WaylandNicolas Werner2-1/+17
2023-11-09Fix call only ringing the second timeNicolas Werner1-2/+3
2023-11-09Get rid of useless captureNicolas Werner1-1/+1
2023-11-09Replace mediafilesNicolas Werner8-8/+7
fixes #1590
2023-11-06Fix macos builds with newer icuNicolas Werner4-10/+13
2023-11-05Fix crash during callsNicolas Werner1-1/+7
2023-11-05Fix active user checkNicolas Werner1-3/+3
2023-11-02Make clazy happyNicolas Werner1-2/+2
2023-11-02Use sha256 to encode the database name instead of just hex encoding itNicolas Werner1-14/+39
2023-11-02Fix gstreamer element namesNicolas Werner2-5/+5
2023-11-01Fix pending reply sizingNicolas Werner4-6/+23
2023-11-01Spaces are now boldNicolas Werner5-0/+8
2023-11-01Possibly fix pagination in searchNicolas Werner1-3/+1
2023-11-01Possibly fix crash when room is cleared on event delegateNicolas Werner1-49/+60
2023-11-01Fix trailing whitespaceNicolas Werner1-1/+0
2023-11-01Remove unused functionNicolas Werner1-29/+0
2023-11-01Throttle sync processing if the window is unfocused for a whileNicolas Werner2-3/+26
2023-11-01Save profile when explicitly specifiedNicolas Werner1-2/+4
Not just when any setting is modified... fixes #1563
2023-11-01Downgrade self verification status logging to debugNicolas Werner1-1/+1
fixes #1560
2023-11-01Fix decrypt notification settings persistent under the wrong keyNicolas Werner1-135/+118
fixes #1561
2023-11-01Fix hidden event types empty string means unsupportedNicolas Werner2-2/+2
fixes #1600
2023-10-31Fix schannel support on WindowsNicolas Werner2-7/+37
2023-10-31Update nlohmann/json in flatpakNicolas Werner1-2/+2
2023-10-31Cleanup headers a bit moreNicolas Werner20-269/+226
2023-10-31Fix version code having too many segmentsNicolas Werner1-2/+1
2023-10-31A few more small speedupsNicolas Werner8-120/+103
2023-10-31Save appveyor cache on failureNicolas Werner1-2/+1
2023-10-31Try to fix notification in packaged appNicolas Werner1-1/+2
2023-10-31Speed up compilation a bitNicolas Werner42-257/+320
2023-10-31Set version in msixNicolas Werner1-2/+4
2023-10-31Update German TranslationNicolas Werner2-152/+156
2023-10-31Fix hunter curl version stringNicolas Werner1-2/+2
2023-10-31Fix a few conversionsNicolas Werner4-8/+10
2023-10-31Update dependenciesNicolas Werner2-20/+5
2023-10-31Add basic unsigned msixNicolas Werner2-1/+49
2023-10-31Change appid to im.nheko.NhekoMiika Tuominen1-1/+1
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
2023-10-30Translated using Weblate (Estonian)Weblate1-129/+133
Currently translated at 100.0% (1037 of 1037 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
2023-10-30Translated using Weblate (Indonesian)Weblate1-129/+133
Currently translated at 100.0% (1037 of 1037 strings) Co-authored-by: Linerly <linerly@proton.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko
2023-10-30Translated using Weblate (Chinese (Simplified))Weblate1-133/+137
Currently translated at 100.0% (1037 of 1037 strings) Co-authored-by: Poesty Li <poesty7450@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko
2023-10-28Update translationsNicolas Werner31-9245/+15452
2023-10-28fix room name calculation with 3 membersNicolas Werner1-2/+17
fixes #1598
2023-10-28Translated using Weblate (Finnish)Weblate1-52/+54
Currently translated at 93.5% (935 of 1000 strings) Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko
2023-10-28Translated using Weblate (French)Weblate1-2/+2
Currently translated at 67.7% (677 of 1000 strings) Co-authored-by: CB <chb0@lavache.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
2023-10-27Bring back double tap and drag to replyNicolas Werner2-0/+42
2023-10-26Enable even more qml linter warningsNicolas Werner13-36/+30
2023-10-26Add basic qml linter configNicolas Werner3-1/+77
2023-10-26More qml cleanupsNicolas Werner39-284/+198
2023-10-25Add report message functionalityLoren Burkholder6-2/+114
2023-10-26Fix some qml warningsNicolas Werner25-122/+107
2023-10-26Fix macos not supporting emplace of aggregates yetNicolas Werner1-1/+1
2023-10-26Add missing includeNicolas Werner1-0/+1
2023-10-25Switch to X icon and add close buttonNepNep211-1/+14
2023-10-26Update to Qt6.6 in the flatpakNicolas Werner1-3/+3
2023-10-25Allow setting presence state againNicolas Werner5-26/+58
2023-10-25Fix lintingNicolas Werner1-5/+6
2023-10-25Properly close cursors before commit and db deletionNicolas Werner1-0/+2
2023-10-25Fix double free on commit database migrationmips64-el1-1/+3
2023-10-24Move dialog to settings page and add avatar image to delegateNepNep215-31/+38
2023-10-24Cleanup ignore user functionality slightlyNicolas Werner7-46/+102
2023-10-23prevent overscroll in roomlist and communities listNicolas Werner2-10/+12