summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1717 from Integral-Tech/optimize-qstringDeepBlueV7.X2024-04-284-9/+9
|\ | | | | | | refactor: replace QString constructors with QStringLiteral
| * refactor: replace QString constructors with QStringLiteralIntegral2024-04-264-9/+9
|/
* Merge pull request #1708 from NepNep21/windows-image-copyingDeepBlueV7.X2024-04-241-1/+5
|\ | | | | | | Fix image copying on windows
| * LintNepNep212024-04-231-1/+2
| |
| * Fix image copying on windowsNepNep212024-04-091-1/+4
| |
* | Merge pull request #1715 from br4yd/fix-settings-cutoffDeepBlueV7.X2024-04-232-1/+2
|\ \ | |/ |/| | | Fix room settings and emoji verification being cut off
| * Fix emoji verification dialogue being cut offBrayd2024-04-191-1/+1
| |
| * Fix room settings being cut offBrayd2024-04-191-0/+1
|/
* Workaround re2 cmake issue on AS runnerJoseph Donofry2024-04-071-0/+5
|
* Use more cores on windows buildsNicolas Werner2024-04-071-1/+1
|
* Try to fix missing resources.priNicolas Werner2024-04-061-2/+4
|
* Fix makepri parametersNicolas Werner2024-04-061-1/+1
|
* Use makepri and makeappx from pathNicolas Werner2024-04-051-3/+3
|
* Fix lintNicolas Werner2024-04-051-5/+5
|
* Another stab at using unplated icons on windowsNicolas Werner2024-04-051-0/+5
| | | | This time also generate the pri files, whatever they are.
* Color conversion seems to be redundant before the sink (upload too, but ↵Nicolas Werner2024-04-051-6/+2
| | | | removing that breaks stuff)
* Add some voip debugging hoopsNicolas Werner2024-04-051-0/+16
|
* Hopefully fix the jump when replying after scrollingNicolas Werner2024-04-052-6/+16
|
* Try harder to make transparency for windows icon workNicolas Werner2024-03-254-2/+6
|
* Hopefully fix Windows icon background colorNicolas Werner2024-03-231-0/+1
| | | | See https://learn.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-manual-conversion#optional-add-target-based-unplated-assets
* Remove attributes on del tagsNicolas Werner2024-03-201-7/+13
| | | | | | | | | | | There is no use case for those afaik and they do break our replacement in the frontend. Let's instead strip them out in the sanitization step, since there are no valid attributes defined for the del tag currenlty. In theory we could also strip out all attributes here, but that seems excessive for now. Fixes https://github.com/Nheko-Reborn/nheko/issues/1693
* Fix presence not being per profileNicolas Werner2024-03-191-12/+12
| | | | fixes #1699
* Merge pull request #1695 from q234rty/patch-2DeepBlueV7.X2024-03-161-1/+1
|\ | | | | | | Remove reference to unmaintained AUR helper
| * Remove reference to unmaintained AUR helperq234rty2024-03-111-1/+1
| | | | | | https://github.com/rmarquis/pacaur is long unmaintained.
* | Make a few headers forward declarationsNicolas Werner2024-03-1639-118/+198
| |
* | Include moc files for a tiny speedup on incremental buildsNicolas Werner2024-03-1672-17/+335
| |
* | workaround broken platform dialogs on macosNicolas Werner2024-03-145-6/+18
|/ | | | See https://bugreports.qt.io/browse/QTBUG-102078
* Merge pull request #1692 from jjdredd/patch-1DeepBlueV7.X2024-03-111-1/+1
|\ | | | | | | Update README.md to reflect the keyring use flag for qtkeychain
| * Update README.md to reflect the keyring use flag for qtkeychain on Gentoojjdredd2024-03-091-1/+1
| |
* | Work around the duplicate right click menus on KDENicolas Werner2024-03-102-2/+40
|/
* Update translationsNicolas Werner2024-03-0832-985/+2185
|
* Translated using Weblate (Portuguese (Portugal))Weblate2024-03-081-124/+125
| | | | | | | | | Currently translated at 51.0% (534 of 1047 strings) Co-authored-by: Tmpod <tom@tmpod.dev> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2024-03-081-3/+3
| | | | | | | | | | | | | Currently translated at 85.2% (893 of 1047 strings) Translated using Weblate (Polish) Currently translated at 85.2% (893 of 1047 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Dutch)Weblate2024-03-081-98/+102
| | | | | | | | | | | | | | | | | | Currently translated at 100.0% (1047 of 1047 strings) Translated using Weblate (Dutch) Currently translated at 100.0% (1047 of 1047 strings) Translated using Weblate (Dutch) Currently translated at 93.2% (976 of 1047 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Co-authored-by: Ruben De Smet <ruben.de.smet@rubdos.be> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* Translated using Weblate (Turkish)Weblate2024-03-081-22/+26
| | | | | | | | Currently translated at 19.6% (206 of 1047 strings) Co-authored-by: Tennouji Misaki <TennoujiMisaki@users.noreply.weblate.nheko.im> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/tr/ Translation: Nheko/nheko
* Added translation using Weblate (Chinese (Traditional))Weblate2024-03-081-0/+5651
| | | | | Co-authored-by: AdrianL40 <adrianleeho@gmail.com> Co-authored-by: Weblate <noreply@weblate.org>
* Translated using Weblate (Russian)Weblate2024-03-081-1/+1
| | | | | | | | | Currently translated at 26.0% (273 of 1047 strings) Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: pizdjuk <benja_krieg@lenta.ru> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/ Translation: Nheko/nheko
* Translated using Weblate (English)Weblate2024-03-081-1/+1
| | | | | | | | | Currently translated at 100.0% (1047 of 1047 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/en/ Translation: Nheko/nheko
* Translated using Weblate (Indonesian)Weblate2024-03-081-1/+1
| | | | | | | | | Currently translated at 100.0% (1047 of 1047 strings) Co-authored-by: Linerly <linerly@proton.me> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko
* Translated using Weblate (Esperanto)Weblate2024-03-081-191/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (1047 of 1047 strings) Translated using Weblate (Esperanto) Currently translated at 99.5% (1042 of 1047 strings) Translated using Weblate (Esperanto) Currently translated at 99.5% (1042 of 1047 strings) Translated using Weblate (Esperanto) Currently translated at 98.2% (1029 of 1047 strings) Translated using Weblate (Esperanto) Currently translated at 96.7% (1013 of 1047 strings) Translated using Weblate (Esperanto) Currently translated at 93.6% (980 of 1047 strings) Translated using Weblate (Esperanto) Currently translated at 87.1% (912 of 1047 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Tirifto <tirifto@posteo.cz> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko
* Translated using Weblate (Estonian)Weblate2024-03-081-1/+1
| | | | | | | | | Currently translated at 100.0% (1047 of 1047 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko
* Bump supported matrix versions to 1.9Nicolas Werner2024-03-082-2/+12
|
* Add support for intentional mentionsNicolas Werner2024-03-0815-53/+244
| | | | | | 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 pageNicolas Werner2024-03-061-1/+1
|
* Fix redaction label colorNicolas Werner2024-03-061-0/+1
|
* Remove debug labelNicolas Werner2024-03-061-5/+0
|
* Make image in overlay fit into viewer againNicolas Werner2024-03-061-2/+9
|
* Fix animated images rendering offscreen for the first frameNicolas Werner2024-03-051-1/+3
|
* Prevent big images from becoming square in overlayNicolas Werner2024-03-051-2/+2
|
* Fix a few label colorsNicolas Werner2024-03-052-0/+2
|
* Fix completer size on plasma6Nicolas Werner2024-03-054-6/+4
|
* Fix too many characters are emojis nowNicolas Werner2024-03-041-1/+1
|
* Force emoji font on a few more charactersNicolas Werner2024-03-031-1/+4
| | | | Looks a bit better and works around some height weirdness on my systems.
* Merge pull request #1689 from Nheko-Reborn/fixswitchDeepBlueV7.X2024-03-021-2/+2
|\ | | | | | | Fix ordering of switch statement
| * Fix ordering of switch statementLoren Burkholder2024-03-011-2/+2
|/
* Merge pull request #1688 from Nheko-Reborn/glitchtextDeepBlueV7.X2024-03-026-0/+91
|\ | | | | | | Add a glitch text command
| * Add a warning that glitching text can, shockingly, corrupt your messageLoren Burkholder2024-02-271-0/+6
| |
| * Add a command to gradually glitch text in a messageLoren Burkholder2024-02-275-8/+57
| |
| * Add a glitch text commandLoren Burkholder2024-02-265-0/+36
| |
* | Fix binding loop warningNicolas Werner2024-03-021-2/+1
| |
* | Merge branch 'gitlab_applesilicon' into 'master'Joe Donofry2024-02-274-17/+35
|\ \ | |/ |/| | | | | Gitlab Apple Silicon Runner See merge request nheko-reborn/nheko!26
| * Gitlab Apple Silicon RunnerJoe Donofry2024-02-274-17/+35
|/ | | | Also update macOS pip usage to pipx due to recent homebrew changes
* Fix gitlab ci syntax errorJoseph Donofry2024-02-171-1/+1
|
* Codesign for ASJoseph Donofry2024-02-171-1/+6
|
* Add apple silicon runner config to gitlab-ciJoseph Donofry2024-02-172-1/+18
|
* Merge pull request #1685 from q234rty/masterDeepBlueV7.X2024-02-177-16/+34
|\ | | | | HiDPI Fixes
| * HiDPI Fixesq234rty2024-02-167-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 dpiNicolas Werner2024-02-151-0/+3
|
* Merge pull request #1679 from enigma9o7/masterDeepBlueV7.X2024-02-141-2/+16
|\ | | | | | | Add Build Instructions for QT6 version on Debian Trixie
| * Add Build Instructions for QT6 version on Debian Trixieenigma9o72024-02-041-2/+16
|/
* Fix some top bar sizing issuesNicolas Werner2024-02-021-2/+4
|
* Fix report message dialogNicolas Werner2024-01-291-1/+1
|
* Merge pull request #1671 from Nheko-Reborn/macos_matrix_urlsDeepBlueV7.X2024-01-282-0/+18
|\ | | | | | | Add Matrix URL handling support to MacOS
| * Change URL to URILoren Burkholder2024-01-271-1/+1
| |
| * Make sure to use our info plist templateJoseph Donofry2024-01-242-0/+7
| |
| * Add Matrix URL handling support to MacOSLoren Burkholder2024-01-221-0/+11
|/
* Disable optimistic pagination to fetch events edited into the thread before ↵Nicolas Werner2024-01-161-1/+10
| | | | | | the threadroot fixes #1661
* Fix verification with multiple devices in parallelNicolas Werner2024-01-153-5/+39
| | | | Fixes #1125
* Fix gstreamer deinitNepNep212024-01-141-0/+4
|
* Translated using Weblate (French)Weblate2024-01-141-112/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (1047 of 1047 strings) Translated using Weblate (French) Currently translated at 100.0% (1047 of 1047 strings) Translated using Weblate (French) Currently translated at 99.4% (1041 of 1047 strings) Translated using Weblate (French) Currently translated at 99.4% (1041 of 1047 strings) Translated using Weblate (French) Currently translated at 99.2% (1039 of 1047 strings) Translated using Weblate (French) Currently translated at 99.2% (1039 of 1047 strings) Translated using Weblate (French) Currently translated at 98.8% (1035 of 1047 strings) Translated using Weblate (French) Currently translated at 98.8% (1035 of 1047 strings) Translated using Weblate (French) Currently translated at 98.3% (1030 of 1047 strings) Translated using Weblate (French) Currently translated at 98.3% (1030 of 1047 strings) Translated using Weblate (French) Currently translated at 98.0% (1027 of 1047 strings) Translated using Weblate (French) Currently translated at 98.0% (1027 of 1047 strings) Translated using Weblate (French) Currently translated at 97.5% (1021 of 1047 strings) Translated using Weblate (French) Currently translated at 97.5% (1021 of 1047 strings) Translated using Weblate (French) Currently translated at 96.9% (1015 of 1047 strings) Translated using Weblate (French) Currently translated at 96.9% (1015 of 1047 strings) Translated using Weblate (French) Currently translated at 96.8% (1014 of 1047 strings) Translated using Weblate (French) Currently translated at 96.5% (1011 of 1047 strings) Translated using Weblate (French) Currently translated at 96.5% (1011 of 1047 strings) Translated using Weblate (French) Currently translated at 96.4% (1010 of 1047 strings) Translated using Weblate (French) Currently translated at 96.4% (1010 of 1047 strings) Translated using Weblate (French) Currently translated at 96.0% (1006 of 1047 strings) Translated using Weblate (French) Currently translated at 95.7% (1002 of 1047 strings) Translated using Weblate (French) Currently translated at 95.7% (1002 of 1047 strings) Translated using Weblate (French) Currently translated at 95.6% (1001 of 1047 strings) Translated using Weblate (French) Currently translated at 95.6% (1001 of 1047 strings) Translated using Weblate (French) Currently translated at 95.5% (1000 of 1047 strings) Translated using Weblate (French) Currently translated at 95.5% (1000 of 1047 strings) Translated using Weblate (French) Currently translated at 95.1% (996 of 1047 strings) Translated using Weblate (French) Currently translated at 95.1% (996 of 1047 strings) Translated using Weblate (French) Currently translated at 94.6% (991 of 1047 strings) Translated using Weblate (French) Currently translated at 94.6% (991 of 1047 strings) Translated using Weblate (French) Currently translated at 94.5% (990 of 1047 strings) Translated using Weblate (French) Currently translated at 94.2% (987 of 1047 strings) Translated using Weblate (French) Currently translated at 94.2% (987 of 1047 strings) Translated using Weblate (French) Currently translated at 94.1% (986 of 1047 strings) Translated using Weblate (French) Currently translated at 94.1% (986 of 1047 strings) Translated using Weblate (French) Currently translated at 93.9% (984 of 1047 strings) Translated using Weblate (French) Currently translated at 93.9% (984 of 1047 strings) Translated using Weblate (French) Currently translated at 93.5% (979 of 1047 strings) Translated using Weblate (French) Currently translated at 93.5% (979 of 1047 strings) Translated using Weblate (French) Currently translated at 93.4% (978 of 1047 strings) Translated using Weblate (French) Currently translated at 93.4% (978 of 1047 strings) Translated using Weblate (French) Currently translated at 93.3% (977 of 1047 strings) Translated using Weblate (French) Currently translated at 93.2% (976 of 1047 strings) Translated using Weblate (French) Currently translated at 93.2% (976 of 1047 strings) Translated using Weblate (French) Currently translated at 92.9% (973 of 1047 strings) Translated using Weblate (French) Currently translated at 92.9% (973 of 1047 strings) Translated using Weblate (French) Currently translated at 92.1% (965 of 1047 strings) Translated using Weblate (French) Currently translated at 92.1% (965 of 1047 strings) Translated using Weblate (French) Currently translated at 92.0% (964 of 1047 strings) Translated using Weblate (French) Currently translated at 92.0% (964 of 1047 strings) Translated using Weblate (French) Currently translated at 91.9% (963 of 1047 strings) Translated using Weblate (French) Currently translated at 91.9% (963 of 1047 strings) Translated using Weblate (French) Currently translated at 91.8% (962 of 1047 strings) Translated using Weblate (French) Currently translated at 91.8% (962 of 1047 strings) Translated using Weblate (French) Currently translated at 91.8% (962 of 1047 strings) Translated using Weblate (French) Currently translated at 91.4% (958 of 1047 strings) Translated using Weblate (French) Currently translated at 91.4% (958 of 1047 strings) Translated using Weblate (French) Currently translated at 91.1% (954 of 1047 strings) Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: luilegeant <nemo@luilegeant.com> Co-authored-by: val <progval+nheko.im@progval.net> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* Translated using Weblate (French)Weblate2024-01-141-1/+1
| | | | | | | | Currently translated at 90.0% (943 of 1047 strings) Co-authored-by: val <progval+nheko.im@progval.net> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* Translated using Weblate (French)Weblate2024-01-141-2/+2
| | | | | | | | Currently translated at 90.0% (943 of 1047 strings) Co-authored-by: luilegeant <nemo@luilegeant.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* Translated using Weblate (French)Weblate2024-01-141-2/+2
| | | | | | | | | | | | | Currently translated at 89.8% (941 of 1047 strings) Translated using Weblate (French) Currently translated at 89.8% (941 of 1047 strings) Co-authored-by: luilegeant <nemo@luilegeant.com> Co-authored-by: val <progval+nheko.im@progval.net> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* Translated using Weblate (French)Weblate2024-01-141-1/+1
| | | | | | | | Currently translated at 89.7% (940 of 1047 strings) Co-authored-by: val <progval+nheko.im@progval.net> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* Translated using Weblate (French)Weblate2024-01-141-1/+1
| | | | | | | | Currently translated at 89.6% (939 of 1047 strings) Co-authored-by: val <progval+nheko.im@progval.net> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* Translated using Weblate (French)Weblate2024-01-141-7/+7
| | | | | | | | | | | | | Currently translated at 89.5% (938 of 1047 strings) Translated using Weblate (French) Currently translated at 89.5% (938 of 1047 strings) Co-authored-by: luilegeant <nemo@luilegeant.com> Co-authored-by: val <progval+nheko.im@progval.net> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* Translated using Weblate (French)Weblate2024-01-141-3/+3
| | | | | | | | | | | | | Currently translated at 89.1% (933 of 1047 strings) Translated using Weblate (French) Currently translated at 89.1% (933 of 1047 strings) Co-authored-by: luilegeant <nemo@luilegeant.com> Co-authored-by: val <progval+nheko.im@progval.net> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* Translated using Weblate (French)Weblate2024-01-141-4/+4
| | | | | | | | | | | | | Currently translated at 89.0% (932 of 1047 strings) Translated using Weblate (French) Currently translated at 89.0% (932 of 1047 strings) Co-authored-by: luilegeant <nemo@luilegeant.com> Co-authored-by: val <progval+nheko.im@progval.net> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* Translated using Weblate (French)Weblate2024-01-141-2/+2
| | | | | | | | | | | | | Currently translated at 88.9% (931 of 1047 strings) Translated using Weblate (French) Currently translated at 88.9% (931 of 1047 strings) Co-authored-by: luilegeant <nemo@luilegeant.com> Co-authored-by: val <progval+nheko.im@progval.net> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* Translated using Weblate (French)Weblate2024-01-141-2/+2
| | | | | | | | Currently translated at 88.8% (930 of 1047 strings) Co-authored-by: val <progval+nheko.im@progval.net> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* Translated using Weblate (French)Weblate2024-01-141-7/+7
| | | | | | | | | | | | | Currently translated at 88.7% (929 of 1047 strings) Translated using Weblate (French) Currently translated at 88.7% (929 of 1047 strings) Co-authored-by: luilegeant <nemo@luilegeant.com> Co-authored-by: val <progval+nheko.im@progval.net> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* Translated using Weblate (French)Weblate2024-01-141-17/+17
| | | | | | | | | | | | | | | | | | Currently translated at 88.4% (926 of 1047 strings) Translated using Weblate (French) Currently translated at 88.4% (926 of 1047 strings) Translated using Weblate (French) Currently translated at 88.4% (926 of 1047 strings) Co-authored-by: CB <chb0@lavache.com> Co-authored-by: luilegeant <nemo@luilegeant.com> Co-authored-by: val <progval+nheko.im@progval.net> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* Translated using Weblate (French)Weblate2024-01-141-21/+21
| | | | | | | | | | | | | Currently translated at 87.1% (912 of 1047 strings) Translated using Weblate (French) Currently translated at 87.1% (912 of 1047 strings) Co-authored-by: luilegeant <nemo@luilegeant.com> Co-authored-by: val <progval+nheko.im@progval.net> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* Translated using Weblate (French)Weblate2024-01-141-231/+237
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 85.3% (894 of 1047 strings) Translated using Weblate (French) Currently translated at 85.3% (894 of 1047 strings) Translated using Weblate (French) Currently translated at 85.3% (894 of 1047 strings) Translated using Weblate (French) Currently translated at 85.3% (894 of 1047 strings) Translated using Weblate (French) Currently translated at 85.3% (894 of 1047 strings) Co-authored-by: CB <chb0@lavache.com> Co-authored-by: Guillaume Girol <symphorien+github@xlumurb.eu> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: luilegeant <nemo@luilegeant.com> Co-authored-by: val <progval+nheko.im@progval.net> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* Support "fixed" mac method in verificationNicolas Werner2024-01-143-63/+50
|
* Use constant for sas verification macNicolas Werner2024-01-141-18/+13
|
* Translated using Weblate (French)Weblate2024-01-131-2/+2
| | | | | | | | | | | | | Currently translated at 63.8% (668 of 1047 strings) Translated using Weblate (French) Currently translated at 63.8% (668 of 1047 strings) Co-authored-by: Pixead <Guillermo.lazaro.s@gmail.com> Co-authored-by: luilegeant <nemo@luilegeant.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* Translated using Weblate (Esperanto)Weblate2024-01-131-18/+20
| | | | | | | | Currently translated at 82.3% (862 of 1047 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2024-01-131-81/+81
| | | | | | | | | | | | | Currently translated at 85.1% (891 of 1047 strings) Translated using Weblate (Polish) Currently translated at 85.1% (891 of 1047 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Vaxry <vaxry@vaxry.net> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2024-01-121-2/+2
| | | | | | | | | | | | | Currently translated at 78.0% (817 of 1047 strings) Translated using Weblate (Polish) Currently translated at 78.0% (817 of 1047 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Vaxry <vaxry@vaxry.net> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2024-01-121-7/+9
| | | | | | | | | | | | | Currently translated at 77.9% (816 of 1047 strings) Translated using Weblate (Polish) Currently translated at 77.9% (816 of 1047 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Vaxry <vaxry@vaxry.net> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2024-01-121-2/+2
| | | | | | | | | | | | | Currently translated at 77.4% (811 of 1047 strings) Translated using Weblate (Polish) Currently translated at 77.4% (811 of 1047 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Vaxry <vaxry@vaxry.net> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2024-01-121-4/+4
| | | | | | | | | | | | | Currently translated at 77.3% (810 of 1047 strings) Translated using Weblate (Polish) Currently translated at 77.3% (810 of 1047 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Vaxry <vaxry@vaxry.net> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2024-01-121-4/+4
| | | | | | | | | | | | | Currently translated at 77.0% (807 of 1047 strings) Translated using Weblate (Polish) Currently translated at 77.0% (807 of 1047 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Vaxry <vaxry@vaxry.net> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2024-01-121-2/+2
| | | | | | | | | | | | | Currently translated at 76.7% (804 of 1047 strings) Translated using Weblate (Polish) Currently translated at 76.7% (804 of 1047 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Vaxry <vaxry@vaxry.net> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2024-01-121-14/+17
| | | | | | | | Currently translated at 76.6% (803 of 1047 strings) Co-authored-by: Vaxry <vaxry@vaxry.net> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Indonesian)Weblate2024-01-121-10/+10
| | | | | | | | Currently translated at 100.0% (1047 of 1047 strings) Co-authored-by: Linerly <linerly@proton.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko
* Translated using Weblate (Estonian)Weblate2024-01-121-10/+10
| | | | | | | | Currently translated at 100.0% (1047 of 1047 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
* Translated using Weblate (French)Weblate2024-01-121-67/+67
| | | | | | | | | | | | | | | | | | | | | | | Currently translated at 63.7% (667 of 1047 strings) Translated using Weblate (French) Currently translated at 63.7% (667 of 1047 strings) Translated using Weblate (French) Currently translated at 63.7% (667 of 1047 strings) Translated using Weblate (French) Currently translated at 63.7% (667 of 1047 strings) Co-authored-by: CB <chb0@lavache.com> Co-authored-by: Guillaume Girol <symphorien+github@xlumurb.eu> Co-authored-by: Mohamad Damaj <mohamad@damaj.tech> Co-authored-by: Tonus <tonus1@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* Make volume control logarithmic againNicolas Werner2024-01-112-2/+4
|
* Translated using Weblate (Dutch)Weblate2024-01-111-28/+28
| | | | | | | | | | | | | Currently translated at 90.8% (951 of 1047 strings) Translated using Weblate (Dutch) Currently translated at 90.8% (951 of 1047 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Co-authored-by: Ruben De Smet <ruben.de.smet@rubdos.be> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* Translated using Weblate (Dutch)Weblate2024-01-111-8/+5
| | | | | | | | | | | | | Currently translated at 88.2% (924 of 1047 strings) Translated using Weblate (Dutch) Currently translated at 88.2% (924 of 1047 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Co-authored-by: Ruben De Smet <ruben.de.smet@rubdos.be> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* Translated using Weblate (Dutch)Weblate2024-01-111-2/+9
| | | | | | | | | | | | | Currently translated at 88.1% (923 of 1047 strings) Translated using Weblate (Dutch) Currently translated at 88.1% (923 of 1047 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Co-authored-by: Ruben De Smet <ruben.de.smet@rubdos.be> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* Translated using Weblate (Dutch)Weblate2024-01-111-2/+2
| | | | | | | | | | | | | Currently translated at 88.0% (922 of 1047 strings) Translated using Weblate (Dutch) Currently translated at 88.0% (922 of 1047 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Co-authored-by: Ruben De Smet <ruben.de.smet@rubdos.be> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* Translated using Weblate (Dutch)Weblate2024-01-111-6/+6
| | | | | | | | | | | | | Currently translated at 87.9% (921 of 1047 strings) Translated using Weblate (Dutch) Currently translated at 87.9% (921 of 1047 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Co-authored-by: Ruben De Smet <ruben.de.smet@rubdos.be> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* Translated using Weblate (Dutch)Weblate2024-01-111-2/+2
| | | | | | | | | | | | | Currently translated at 87.4% (916 of 1047 strings) Translated using Weblate (Dutch) Currently translated at 87.4% (916 of 1047 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Co-authored-by: Ruben De Smet <ruben.de.smet@rubdos.be> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* Translated using Weblate (Dutch)Weblate2024-01-111-2/+2
| | | | | | | | | | | | | Currently translated at 87.3% (915 of 1047 strings) Translated using Weblate (Dutch) Currently translated at 87.3% (915 of 1047 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Co-authored-by: Ruben De Smet <ruben.de.smet@rubdos.be> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* Translated using Weblate (Dutch)Weblate2024-01-111-10/+10
| | | | | | | | | | | | | Currently translated at 87.2% (914 of 1047 strings) Translated using Weblate (Dutch) Currently translated at 87.2% (914 of 1047 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Co-authored-by: Ruben De Smet <ruben.de.smet@rubdos.be> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* Translated using Weblate (Chinese (Simplified))Weblate2024-01-111-8/+8
| | | | | | | | Currently translated at 100.0% (1047 of 1047 strings) Co-authored-by: Poesty Li <poesty7450@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko
* Translated using Weblate (Dutch)Weblate2024-01-111-36/+36
| | | | | | | | | | | | | Currently translated at 86.4% (905 of 1047 strings) Translated using Weblate (Dutch) Currently translated at 86.4% (905 of 1047 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Co-authored-by: Ruben De Smet <ruben.de.smet@rubdos.be> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* Translated using Weblate (Chinese (Simplified))Weblate2024-01-111-5/+5
| | | | | | | | Currently translated at 99.4% (1041 of 1047 strings) Co-authored-by: Poesty Li <poesty7450@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko
* Translated using Weblate (Dutch)Weblate2024-01-111-2/+3
| | | | | | | | | | | | | Currently translated at 83.0% (870 of 1047 strings) Translated using Weblate (Dutch) Currently translated at 83.0% (870 of 1047 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Co-authored-by: Ruben De Smet <ruben.de.smet@rubdos.be> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* Translated using Weblate (Dutch)Weblate2024-01-111-3/+3
| | | | | | | | | | | | | Currently translated at 82.9% (869 of 1047 strings) Translated using Weblate (Dutch) Currently translated at 82.9% (869 of 1047 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Co-authored-by: Ruben De Smet <ruben.de.smet@rubdos.be> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* Translated using Weblate (Dutch)Weblate2024-01-111-4/+4
| | | | | | | | | | | | | Currently translated at 82.8% (867 of 1047 strings) Translated using Weblate (Dutch) Currently translated at 82.8% (867 of 1047 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Co-authored-by: Ruben De Smet <ruben.de.smet@rubdos.be> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* Translated using Weblate (Dutch)Weblate2024-01-111-2/+2
| | | | | | | | | | | | | Currently translated at 82.5% (864 of 1047 strings) Translated using Weblate (Dutch) Currently translated at 82.5% (864 of 1047 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Co-authored-by: Ruben De Smet <ruben.de.smet@rubdos.be> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* Translated using Weblate (Dutch)Weblate2024-01-111-2/+2
| | | | | | | | | | | | | Currently translated at 82.4% (863 of 1047 strings) Translated using Weblate (Dutch) Currently translated at 82.4% (863 of 1047 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Co-authored-by: Ruben De Smet <ruben.de.smet@rubdos.be> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* Translated using Weblate (Dutch)Weblate2024-01-111-6/+6
| | | | | | | | | | | | | Currently translated at 82.3% (862 of 1047 strings) Translated using Weblate (Dutch) Currently translated at 82.3% (862 of 1047 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Co-authored-by: Ruben De Smet <ruben.de.smet@rubdos.be> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2024-01-111-4/+5
| | | | | | | | Currently translated at 75.6% (792 of 1047 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Dutch)Weblate2024-01-111-4/+4
| | | | | | | | | | | | | Currently translated at 81.8% (857 of 1047 strings) Translated using Weblate (Dutch) Currently translated at 81.8% (857 of 1047 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Co-authored-by: Ruben De Smet <ruben.de.smet@rubdos.be> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* Update translationsNicolas Werner2024-01-1031-1941/+3593
|
* Translated using Weblate (Estonian)Weblate2024-01-101-0/+5
| | | | | | | | Currently translated at 100.0% (1038 of 1038 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
* Fix some keyboard shortcuts on macOS that involved arrow keysJoseph Donofry2024-01-095-9/+9
|
* Use macos define everywhereNicolas Werner2024-01-093-11/+11
|
* Fix macOS apple silicon buildNicolas Werner2024-01-091-4/+5
|
* Merge pull request #1656 from Bubu/show_pw_buttonDeepBlueV7.X2024-01-084-8/+35
|\ | | | | Add show/hide password button on login page
| * LoginPage: add button to show/hide the passwordMarcus Hoffmann2024-01-084-8/+35
| |
* | Translated using Weblate (Chinese (Simplified))Weblate2024-01-081-0/+5
| | | | | | | | | | | | | | | | Currently translated at 100.0% (1038 of 1038 strings) Co-authored-by: Poesty Li <poesty7450@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko
* | Translated using Weblate (Indonesian)Weblate2024-01-081-0/+5
| | | | | | | | | | | | | | | | Currently translated at 100.0% (1038 of 1038 strings) Co-authored-by: Linerly <linerly@proton.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko
* | Translated using Weblate (Italian)Weblate2024-01-081-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 17.0% (177 of 1038 strings) Translated using Weblate (Italian) Currently translated at 17.0% (177 of 1038 strings) Translated using Weblate (Italian) Currently translated at 17.0% (177 of 1038 strings) Co-authored-by: DynamoFox <magnacacuti@gmail.com> Co-authored-by: Elia Tomasi <elia.tomasi@pm.me> Co-authored-by: ThePirate42 <git@thepirate42.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/it/ Translation: Nheko/nheko
* | Merge pull request #1657 from q234rty/use-dynamic-propertiesDeepBlueV7.X2024-01-082-7/+2
|\ \ | | | | | | Use dynamic properties for NhekoFixupPaletteEventFilter
| * | Use dynamic properties for NhekoFixupPaletteEventFilterq234rty2024-01-082-7/+2
|/ / | | | | | | | | | | A new window could have the same `QWindow *` value as an already free'ed window, so using a `QSet<QWindow *>` with potentially free'ed windows might not be reliable. Use dynamic properties instead.
* | Disable reuseItems again, since it still breaks on room switchNicolas Werner2024-01-081-1/+1
| |
* | Make clazy happyNicolas Werner2024-01-081-16/+18
| |
* | Fix lag when media messages are shown and fix media controlsNicolas Werner2024-01-084-34/+67
| |
* | Speedup room switching by forcing a bigger initial item sizeNicolas Werner2024-01-087-11/+14
| |
* | Faster blurhash decodeNicolas Werner2024-01-071-2/+9
| |
* | Merge pull request #1649 from duarm/swipe-toggleDeepBlueV7.X2024-01-075-1/+43
|\ \ | | | | | | disable swipe motions toggle
| * | lintduarm2023-12-311-3/+3
| | |
| * | disable swipe motions toggleduarm2023-12-315-1/+43
| |/
* | Remove appveyor badgeNicolas Werner2024-01-071-1/+0
| |
* | try cross-platform builds on amd64 docker runnersNicolas Werner2024-01-072-7/+13
| |
* | Merge pull request #1635 from NepNep21/ignore-commandDeepBlueV7.X2024-01-069-1/+80
|\ \ | |/ |/| | | Add /ignore, fixes #1634
| * deleteLater() on failureNepNep212023-12-211-1/+2
| |
| * Merge branch 'Nheko-Reborn:master' into ignore-commandNep Nep2023-12-205-13/+70
| |\
| * | Fix memory leak and invite filteringNepNep212023-12-192-10/+12
| | |
| * | Other occurencesNepNep212023-12-192-3/+3
| | |
| * | Improve namingNep Nep2023-12-191-1/+1
| | | | | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
| * | Merge branch 'Nheko-Reborn:master' into ignore-commandNep Nep2023-12-1713-37/+111
| |\ \
| * | | Multiple changesNepNep212023-12-178-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
| * | | Add /ignoreNepNep212023-12-115-1/+28
| | | |
* | | | Translated using Weblate (Portuguese (Portugal))Weblate2023-12-271-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
* | | | Reshuffle installation badgesNicolas Werner2023-12-221-6/+18
| | | |
* | | | Fix red outline alignment in default styleNicolas Werner2023-12-221-2/+3
| | | |
* | | | Translated using Weblate (Chinese (Simplified))Weblate2023-12-221-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
* | | | Merge pull request #1630 from FallenValkyrie/allow_sticker_pack_removalDeepBlueV7.X2023-12-225-21/+85
|\ \ \ \ | |_|_|/ |/| | | Allow sticker pack removal
| * | | move destroyOnClose into ImagePackSettingsDialogFallenValkyrie2023-12-192-1/+1
| | | |
| * | | Implement account pack deletionFallenValkyrie2023-12-191-0/+15
| | | |
| * | | make ImagePackDialog text translatableFallenValkyrie2023-12-161-1/+1
| | | |
| * | | Fix review issuesFallenValkyrie2023-12-161-3/+2
| | | |
| * | | remove unnecessary destryoOnCloseFallenValkyrie2023-12-161-1/+0
| | | |
| * | | Integrate ImagePackDeleteDialog in ImagePackSettingsDialog as delete ↵FallenValkyrie2023-12-161-9/+27
| | | | | | | | | | | | | | | | confirmation
| * | | Create ImagePackDeleteDialog componentFallenValkyrie2023-12-162-0/+26
| | | |
| * | | Factor out the logic to delete an ImagePackFallenValkyrie2023-12-162-12/+19
| | | |
* | | | Bump minimum Windows version to possibly fix msixNicolas Werner2023-12-201-1/+1
| | | |
* | | | Add appinstaller for windows nightliesNicolas Werner2023-12-202-2/+38
| | | |
* | | | Upload windows nightliesNicolas Werner2023-12-201-4/+21
| | | |
* | | | Merge pull request #1624 from fgaz/patch-1DeepBlueV7.X2023-12-191-3/+5
|\ \ \ \ | | | | | | | | | | flatpak: update gstreamer to 1.22.7
| * | | | flatpak: update gstreamer to 1.22.7Francesco Gazzetta2023-11-221-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | * Remove -Dqt6 from gstreamer itself, since qmlgl is only part of gst-plugins-good * Add necessary flags to gst-plugins-good
* | | | | Fix apple silicon pipelineNicolas Werner2023-12-191-1/+3
| | | | |
* | | | | Fix backslashes escapesNicolas Werner2023-12-191-5/+5
| |_|_|/ |/| | | | | | | | | | | (And shrug losing arms in replies)
* | | | Merge pull request #1640 from q234rty/fix-slow-new-window-plasma-6DeepBlueV7.X2023-12-172-0/+8
|\ \ \ \ | |_|/ / |/| | | Trigger less QEvent::ApplicationPaletteChange
| * | | Trigger less QEvent::ApplicationPaletteChangeq234rty2023-12-172-0/+8
|/ / / | | | | | | | | | | | | | | | The event seems to be very expensive on certain platform theme plugins. Fixes #1639
* | | Add windows code signingNicolas Werner2023-12-143-1/+28
| | |
* | | Fix windows job ruleNicolas Werner2023-12-131-0/+2
| | |
* | | Enable faster zip compression and automatic job sectionsNicolas Werner2023-12-131-14/+2
| | |
* | | Work around clazy claiming we connect a lambdaNicolas Werner2023-12-133-4/+9
| | |
* | | Don't fail if cache existsNicolas Werner2023-12-131-1/+1
| | |
* | | fix macos packagesNicolas Werner2023-12-121-1/+1
| | |
* | | Allow clicking notifications on WindowsNicolas Werner2023-12-124-9/+30
| | |
* | | Remove background color in msixNicolas Werner2023-12-121-1/+1
| | |
* | | Try to make windows notifications prettierNicolas Werner2023-12-115-12/+35
| |/ |/|
* | Fix joined spaces having no descriptionNicolas Werner2023-12-101-2/+9
| |
* | Add gitlab windows buildNicolas Werner2023-12-094-12/+84
| |
* | Fix urls in widgets being double encodedNicolas Werner2023-12-041-1/+3
| | | | | | | | See https://bugreports.qt.io/browse/QTBUG-110446
* | Merge pull request #1628 from Nheko-Reborn/profile-argDeepBlueV7.X2023-11-301-1/+1
|\ \ | | | | | | | | | Fix profile argument parsing bug
| * | Fix profile argument parsing bugLoren Burkholder2023-11-291-1/+1
|/ /
* | Fix state event rendering for join rules and emojisNicolas Werner2023-11-282-14/+10
| |
* | Unset hidden space when space is leftNicolas Werner2023-11-271-0/+11
| |
* | Merge pull request #1622 from felixonmars/patch-1DeepBlueV7.X2023-11-231-1/+1
|\ \ | | | | | | Update Arch Linux package URL in README.md
| * | Update Arch Linux package URL in README.mdFelix Yan2023-11-211-1/+1
| |/ | | | | The old URL returns 404 now.
* | Merge pull request #1623 from CM0use/masterDeepBlueV7.X2023-11-231-153/+156
|\ \ | |/ |/| Spanish translation completed
| * Spanish translation completedCM0use2023-11-211-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)?
* Fix voip defaults being incorrect because OS constants are not definedNicolas Werner2023-11-201-2/+2
|
* Merge pull request #1618 from Begasus/haikuDeepBlueV7.X2023-11-201-1/+5
|\ | | | | Haiku
| * Haiku build fixesBegasus2023-11-201-1/+5
| |
* | Support activation tokens for notificationsNicolas Werner2023-11-204-0/+22
| |
* | Support window activation on waylandNicolas Werner2023-11-203-3/+53
| | | | | | | | | | This is a bit hacky, because we open a window to actually get a valid activation token, but...
* | Switch to KDSingleApplicationNicolas Werner2023-11-2036-2844/+69
| |
* | Automatically increase database limits when hitNicolas Werner2023-11-191-7/+64
|/
* Fix some round images being persisted as not roundNicolas Werner2023-11-191-1/+1
|
* Upgrade trust of megolm sessions when receiving RoomKeyNicolas Werner2023-11-196-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.
* Translated using Weblate (Chinese (Simplified))Weblate2023-11-181-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
* Merge pull request #1615 from CM0use/spanish-translationDeepBlueV7.X2023-11-151-642/+663
|\ | | | | Spanish translation update
| * Spanish translation updateCM0use2023-11-151-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!
* Fix shadow for spinnerNicolas Werner2023-11-111-1/+1
|
* Speedup qt install on macosNicolas Werner2023-11-101-1/+1
|
* Fix cmake builds missing libicudataNicolas Werner2023-11-101-0/+2
|
* Translated using Weblate (Finnish)Weblate2023-11-101-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
* Fix Nheko freezing after stopping a call on WaylandNicolas Werner2023-11-092-1/+17
|
* Fix call only ringing the second timeNicolas Werner2023-11-091-2/+3
|
* Get rid of useless captureNicolas Werner2023-11-091-1/+1
|
* Replace mediafilesNicolas Werner2023-11-098-8/+7
| | | | fixes #1590
* Fix macos builds with newer icuNicolas Werner2023-11-064-10/+13
|
* Fix crash during callsNicolas Werner2023-11-051-1/+7
|
* Fix active user checkNicolas Werner2023-11-051-3/+3
|
* Make clazy happyNicolas Werner2023-11-021-2/+2
|
* Use sha256 to encode the database name instead of just hex encoding itNicolas Werner2023-11-021-14/+39
|
* Fix gstreamer element namesNicolas Werner2023-11-022-5/+5
|
* Fix pending reply sizingNicolas Werner2023-11-014-6/+23
|
* Spaces are now boldNicolas Werner2023-11-015-0/+8
|
* Possibly fix pagination in searchNicolas Werner2023-11-011-3/+1
|
* Possibly fix crash when room is cleared on event delegateNicolas Werner2023-11-011-49/+60
|
* Fix trailing whitespaceNicolas Werner2023-11-011-1/+0
|
* Remove unused functionNicolas Werner2023-11-011-29/+0
|
* Throttle sync processing if the window is unfocused for a whileNicolas Werner2023-11-012-3/+26
|
* Save profile when explicitly specifiedNicolas Werner2023-11-011-2/+4
| | | | | | Not just when any setting is modified... fixes #1563
* Downgrade self verification status logging to debugNicolas Werner2023-11-011-1/+1
| | | | fixes #1560
* Fix decrypt notification settings persistent under the wrong keyNicolas Werner2023-11-011-135/+118
| | | | fixes #1561
* Fix hidden event types empty string means unsupportedNicolas Werner2023-11-012-2/+2
| | | | fixes #1600
* Fix schannel support on WindowsNicolas Werner2023-10-312-7/+37
|
* Update nlohmann/json in flatpakNicolas Werner2023-10-311-2/+2
|
* Cleanup headers a bit moreNicolas Werner2023-10-3120-269/+226
|
* Fix version code having too many segmentsNicolas Werner2023-10-311-2/+1
|
* A few more small speedupsNicolas Werner2023-10-318-120/+103
|
* Save appveyor cache on failureNicolas Werner2023-10-311-2/+1
|
* Try to fix notification in packaged appNicolas Werner2023-10-311-1/+2
|
* Speed up compilation a bitNicolas Werner2023-10-3142-257/+320
|
* Set version in msixNicolas Werner2023-10-311-2/+4
|
* Update German TranslationNicolas Werner2023-10-312-152/+156
|
* Fix hunter curl version stringNicolas Werner2023-10-311-2/+2
|