summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update nix HEAD masterRory&2025-01-051-9/+9
|
* Update nheko and nixpkgsRory&2025-01-051-3/+3
|
* Update upstreamsRory&2025-01-051-9/+9
|
* Rebase on NixOS 23.11Rory&2025-01-052-6/+12
|
* NixRory&2025-01-053-0/+234
|
* Fix "redacts" power level editingNicolas Werner2024-12-182-0/+10
|
* Fix video thumbnails for small videosNicolas Werner2024-11-301-1/+1
|
* Disable cmake re2 workaround on macNicolas Werner2024-11-201-5/+0
|
* Try to force parallel hunter build on macosNicolas Werner2024-11-201-1/+3
|
* Upgrade macos apple silicon CI imageNicolas Werner2024-11-201-4/+1
|
* Undo log artifact uploadJoseph Donofry2024-11-172-5/+0
|
* Make sure to upload on failureJoseph Donofry2024-11-171-0/+1
|
* Temporarily upload notarization error logJoseph Donofry2024-11-172-1/+4
|
* Fix broken homebrew in macos-as CINicolas Werner2024-11-171-1/+1
|
* Get rid of reply fallback in text messages since MSC2781 is mergedNicolas Werner2024-11-173-82/+5
|
* Update translationsNicolas Werner2024-11-1732-1334/+1178
|
* Try to improve the native menu situation on Qt 6.8Nicolas Werner2024-11-175-10/+51
|
* Merge pull request #1804 from Laevos/laevos/fix-untrusted-source-messageDeepBlueV7.X2024-11-1733-1562/+3900
|\ | | | | | | grammar fix for untrusted source message
| * update message to preserve meaningLaevos2024-09-2933-33/+33
| |
| * grammar fix for untrusted source messageLaevos2024-09-1733-1562/+3900
| |
* | Merge pull request #1833 from Integral-Tech/refactor-string-conversionDeepBlueV7.X2024-10-301-2/+3
|\ \ | | | | | | | | | refactor: use fmt lib to avoid back-and-forth conversion
| * | refactor: use fmt lib to avoid back-and-forth conversionIntegral2024-10-191-2/+3
|/ /
* | Merge pull request #1825 from Integral-Tech/fix-tooltipDeepBlueV7.X2024-10-131-7/+19
|\ \ | | | | | | | | | Add profile name to tooltip & fix message count
| * | Add profile name to tooltip & fix message countIntegral2024-10-131-7/+19
|/ /
* | Fix media deletion of animated filesNicolas Werner2024-10-094-16/+41
| |
* | Disable http3 support by default and warn if users enable itNicolas Werner2024-10-081-3/+12
| |
* | Fix menu positionsNicolas Werner2024-10-085-15/+24
| |
* | Get rid of platform dialogs/menus now that Qt6.8 supports native menus ↵Nicolas Werner2024-10-089-99/+94
| | | | | | | | | | | | | | without them This will look bad on some platforms and older versions for now, but should fix a lot of crashes and we can report the rest as bugs.
* | Bump qt version in apple silicon buildNicolas Werner2024-10-081-1/+1
| |
* | Move more templates out of the cache private headerNicolas Werner2024-10-082-449/+507
| |
* | Limit status messages to 255 bytesNicolas Werner2024-10-081-2/+8
| |
* | Remove manual menu bar mangling on macosNicolas Werner2024-09-254-47/+2
| | | | | | | | | | | | This is causing probably more issues nowadays than it fixes. Qt should be adding those menus for us now, so let's remove it and see, what breaks!
* | Merge pull request #1795 from q234rty/remove-virtual-keyboard-checkDeepBlueV7.X2024-09-241-2/+2
|\ \ | | | | | | | | | Always allow sending messages by enter even with IMEs
| * | Always allow sending messages by enter even with IMEsq234rty2024-08-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Qt.inputMethod.visible is true in kwin_wayland when maliit is enabled and activated, however kwin does not actually show maliit w/o touch input [1]. Moreover, having send by enter might still be desired even for virtual keyboards. Remove the check for virtual keyboards as suggested by @deepbluev7, people could still use Settings.invertEnterKey for newlines. [1]: https://invent.kde.org/plasma/kwin/-/blob/v6.1.4/src/inputmethod.cpp?ref_type=tags#L185
* | | Merge pull request #1816 from p12tic/readme-debian-requirementsDeepBlueV7.X2024-09-241-2/+1
|\ \ \ | |_|/ |/| | | | | Do not fetch Qt from Debian experimental when building for Qt6
| * | Do not fetch Qt from Debian experimental when building for Qt6Povilas Kanapickas2024-09-241-2/+1
|/ / | | | | | | | | Qt version in Debian Trixie is 6.6 as of September 2024. Therefore there is no need to use experimental repositories.
* | Fix default insets on Qt6.7 in room and communities listNicolas Werner2024-09-092-0/+10
| |
* | Remove boost referencesNicolas Werner2024-09-061-3/+2
| |
* | Allow loading image only after explicit interactionsNicolas Werner2024-08-2110-8/+132
| |
* | Warn about room name and topic not being encryptedNicolas Werner2024-08-173-34/+77
| |
* | Add fmt to dependencies in READMENicolas Werner2024-08-061-0/+1
|/
* Suppress warning for unused previousCount on macOSNicolas Werner2024-08-051-0/+2
|
* Bump mtxclient to fix fmt build errorsNicolas Werner2024-08-052-3/+3
|
* Depend on libfmt explicitlyNicolas Werner2024-08-052-3/+22
| | | | Since otherwise the include might not be visible and we need those now.
* Fix license check in lint jobNicolas Werner2024-08-051-1/+1
|
* Merge pull request #1774 from Integral-Tech/add-trayicon-tooltipDeepBlueV7.X2024-08-041-0/+7
|\ | | | | | | Add number of unread messages to tray icon toolTip
| * Use %n to make the plural forms work properlyIntegral2024-07-281-1/+1
| |
| * Add number of unread messages to tray icon toolIipIntegral2024-07-071-0/+7
| |
* | Merge pull request #1776 from xvitaly/fmt11DeepBlueV7.X2024-07-253-0/+4
|\ \ | |/ |/| | | Fixed build against fmt 11
| * Fixed build against fmt 11.Vitaly2024-07-163-0/+4
|/
* Nlohmann is in brew repos now so remove tapJoseph Donofry2024-06-281-2/+1
|
* Merge pull request #1761 from Begasus/haikuDeepBlueV7.X2024-06-251-1/+2
|\ | | | | | | No wayland on Haiku, fixes build errors
| * No wayland on Haiku, fixes build errorsSchrijvers Luc2024-06-241-1/+2
|/
* Pin clang-format to version 17 in CI (hopefully temporarily)Nicolas Werner2024-06-232-4/+5
|
* Mention old appid in metadataNicolas Werner2024-06-231-0/+3
|
* Merge pull request #1710 from TheComputerGuy96/flatpak/dep-updateDeepBlueV7.X2024-06-201-56/+70
|\ | | | | | | Flatpak: Dependency update
| * Flatpak: Re-enable the kimageformats stuffEcho J2024-06-171-30/+40
| | | | | | | | KImageFormats v6.0.0 is now available (which should be Qt 6-compatible)
| * Flatpak: Update most of the dependenciesEcho J2024-06-171-26/+30
| |
* | Merge pull request #1734 from Integral-Tech/confirm-passwdDeepBlueV7.X2024-06-201-0/+14
|\ \ | | | | | | | | | Add dialog for repeating password when exporting keys
| * | Place repeatedPassword after first check & remove unnecessary empty checkIntegral2024-06-171-10/+5
| | |
| * | Update src/UserSettingsPage.cppIntegral2024-05-261-0/+5
| | | | | | | | | Co-authored-by: Urszula <u.wnuk@proton.me>
| * | Add dialog for repeating password when exporting keysIntegral2024-05-191-0/+14
| | |
* | | Skip users we don't share a room with in invite dialogNicolas Werner2024-06-201-2/+5
| | | | | | | | | | | | Fixes #1757
* | | 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
| |