summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Allow setting a scale factor on WindowsNicolas Werner2024-06-202-2/+3
| | | | Fixes #1756
* Fix tray icon badge count not getting updated since ↵Nicolas Werner2024-06-203-19/+21
| | | | 838b091acd07b681fc52f6f705b2bee8ce8519d5
* Fix QT_CONFIG check for wayland is only available since Qt6.7Nicolas Werner2024-06-202-3/+7
|
* Fix compilation on systems without specific platform interfacesNicolas Werner2024-06-202-4/+4
| | | | fixes #1749
* Fix crash on empty mxid in ignore commandsNicolas Werner2024-06-201-2/+7
| | | | fixes #1753
* Merge pull request #1748 from flexxyfluxx/patch-1DeepBlueV7.X2024-06-161-1/+29
|\ | | | | | | Readme: Clarify and fill in missing information for Nix(OS) install instructions
| * add further clarification to `nix-shell` install methodflexxyfluxx2024-06-111-0/+2
| |
| * Improve NixOS install instructions in Readmeflexxyfluxx2024-06-111-1/+27
| |
* | Merge pull request #1747 from ell1e/patch-1DeepBlueV7.X2024-06-161-1/+1
|\ \ | | | | | | | | | Fix LMDB link in the README since the previous one led to an error page
| * | Fix LMDB link README (the previous one led to an error page)Ellie2024-06-061-1/+1
| | |
* | | Prefill status message dialog with current statusNicolas Werner2024-06-142-0/+4
| | |
* | | Generate event links only using room idsNicolas Werner2024-06-141-2/+3
| | |
* | | Fix avatar change renderingNicolas Werner2024-06-141-1/+3
| | |
* | | Fix disabling a room pingNicolas Werner2024-06-131-8/+7
| | |
* | | Workaround fuzzy matching on package list APINicolas Werner2024-06-131-1/+3
| | |
* | | Try updating flatpak dependencies and cleanup styleNicolas Werner2024-06-121-31/+34
| | |
* | | Add stable Nheko appinstallerNicolas Werner2024-06-122-0/+13
| | |
* | | Bump version to 0.12.0Nicolas Werner2024-06-118-144/+27
| | |
* | | Bump jdenticon versionNicolas Werner2024-06-111-2/+2
| | |
* | | Optimistically replace package names with qt6 versions and im.nheko.NhekoNicolas Werner2024-06-111-26/+29
| |/ |/|
* | Bump mtxclient version to 0.10.0Nicolas Werner2024-06-112-4/+4
| |
* | Update changelogNicolas Werner2024-06-103-2/+191
| |
* | lintNicolas Werner2024-06-091-5/+5
| |
* | Prevent shortcuts from inserting unprintable characters by accidentNicolas Werner2024-06-091-1/+3
| |
* | Properly restore room mentions state after editNicolas Werner2024-06-091-0/+6
|/
* Fix emojis in avatarsNicolas Werner2024-06-061-1/+1
|
* Support authenticated mediaNicolas Werner2024-06-063-5/+5
|
* Fix marking newly created rooms as DM automaticallyNicolas Werner2024-06-041-1/+18
| | | | fixes #1718
* Prevent opening empty profilesNicolas Werner2024-06-041-0/+6
| | | | Should fix 1707
* Update translationsNicolas Werner2024-06-022-12/+15
|
* fix mentions with markdown and in editsNicolas Werner2024-05-317-18/+50
|
* Disable image loaded workaround for Qt 6.7 and upNicolas Werner2024-05-271-1/+4
| | | | (since it is fixed there)
* fix marking messages as read by scrollingNicolas Werner2024-05-274-3/+24
|
* Fix an empty profile name allowing you to open a profile twiceNicolas Werner2024-05-271-28/+14
|
* Merge pull request #1727 from checkraisefold/test_linux_fixDeepBlueV7.X2024-05-241-9/+4
|\ | | | | | | Fix OpenGL video sinkchain crash
| * Fix OpenGL video sinkchain crashcheckraisefold2024-05-171-9/+4
| |
* | Bump mtxclient for better mentions support on older serversNicolas Werner2024-05-172-2/+2
| |
* | Remove cirrus CINicolas Werner2024-05-161-26/+0
| |
* | Merge pull request #1731 from q234rty/masterDeepBlueV7.X2024-05-161-1/+4
|\ \ | | | | | | | | | Use `XDG_ACTIVATION_TOKEN` from environment variables by default
| * | Use XDG_ACTIVATION_TOKEN from environment variables by defaultq234rty2024-05-161-1/+4
| |/
* / Don't show spoilers in sidebar or notifications if possibleNicolas Werner2024-05-1637-1133/+2376
|/ | | | fixes #1247
* Windows screenshare/video call support, general call improvements (#1725)checkraisefold2024-05-108-68/+255
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Update flat-manager-clientNicolas Werner2024-05-101-39/+133
|
* Implement MSC4142, mention via repliesNicolas Werner2024-05-091-0/+10
|
* Merge pull request #1720 from TheDrawingCoder-Gamer/emoji-shortcodes-2DeepBlueV7.X2024-05-0912-457/+1268
|\ | | | | | | Update emoji shortcodes, rework how codegen works
| * fix naming issues with emoji, edit how codegen worksTheDrawingCoding-Gamer2024-05-0812-457/+1268
| |
* | Validate appdata.xml in CINicolas Werner2024-05-093-2/+9
| |
* | Merge pull request #1709 from TheComputerGuy96/flatpak/fix-appdataDeepBlueV7.X2024-05-081-6/+0
|\ \ | | | | | | | | | Fix AppData XML to make it pass validation
| * | Fix AppData XML to make it pass validationEcho J2024-04-101-6/+0
| | | | | | | | | | | | | | | | | | | | | - The translation key needs the .qm files to be included to work (so it's useless right now; the CMake script needs to be adjusted to install those files and make this key work properly) - The Purism custom keys don't seem to be relevant anymore (so that's another useless thing) - The donation key needs an URL to be useful (the FIXME is still left so it can be readded later)
* | | Fix room mentions warning being displayed even without permissionsNicolas Werner2024-05-073-3/+3
| | |
* | | Fix possible pagination issue when a sync returns an empty limited timelineNicolas Werner2024-05-071-3/+3
| |/ |/|
* | 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