summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Update nheko and nixpkgs HEAD github/master masterRory&2024-06-271-3/+3
* Update upstreamsRory&2024-06-271-9/+9
* Rebase on NixOS 23.11Rory&2024-06-272-6/+12
* NixRory&2024-06-273-0/+234
* Merge pull request #1761 from Begasus/haikuDeepBlueV7.X2024-06-251-1/+2
|\
| * 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: Re-enable the kimageformats stuffEcho J2024-06-171-30/+40
| * 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
|\ \
| * | Place repeatedPassword after first check & remove unnecessary empty checkIntegral2024-06-171-10/+5
| * | Update src/UserSettingsPage.cppIntegral2024-05-261-0/+5
| * | 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
* | | Allow setting a scale factor on WindowsNicolas Werner2024-06-202-2/+3
* | | Fix tray icon badge count not getting updated since 838b091acd07b681fc52f6f70...Nicolas Werner2024-06-203-19/+21
* | | 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
* | | Fix crash on empty mxid in ignore commandsNicolas Werner2024-06-201-2/+7
| |/ |/|
* | Merge pull request #1748 from flexxyfluxx/patch-1DeepBlueV7.X2024-06-161-1/+29
|\ \
| * | 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 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
* | Prevent opening empty profilesNicolas Werner2024-06-041-0/+6
* | 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
* | 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 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 defaultq234rty2024-05-161-1/+4
| |/
* / Don't show spoilers in sidebar or notifications if possibleNicolas Werner2024-05-1637-1133/+2376
|/
* Windows screenshare/video call support, general call improvements (#1725)checkraisefold2024-05-108-68/+255
* 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
|\
| * 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 validationEcho J2024-04-101-6/+0
* | | 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 QStringLiteralIntegral2024-04-264-9/+9
|/ /
* | Merge pull request #1708 from NepNep21/windows-image-copyingDeepBlueV7.X2024-04-241-1/+5
|\ \
| * | 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 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
* Color conversion seems to be redundant before the sink (upload too, but remov...Nicolas Werner2024-04-051-6/+2
* 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
* Remove attributes on del tagsNicolas Werner2024-03-201-7/+13
* Fix presence not being per profileNicolas Werner2024-03-191-12/+12
* Merge pull request #1695 from q234rty/patch-2DeepBlueV7.X2024-03-161-1/+1
|\
| * Remove reference to unmaintained AUR helperq234rty2024-03-111-1/+1
* | 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
|/
* Merge pull request #1692 from jjdredd/patch-1DeepBlueV7.X2024-03-111-1/+1
|\
| * 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
* Translated using Weblate (Polish)Weblate2024-03-081-3/+3
* Translated using Weblate (Dutch)Weblate2024-03-081-98/+102
* Translated using Weblate (Turkish)Weblate2024-03-081-22/+26
* Added translation using Weblate (Chinese (Traditional))Weblate2024-03-081-0/+5651
* Translated using Weblate (Russian)Weblate2024-03-081-1/+1
* Translated using Weblate (English)Weblate2024-03-081-1/+1
* Translated using Weblate (Indonesian)Weblate2024-03-081-1/+1
* Translated using Weblate (Esperanto)Weblate2024-03-081-191/+201
* Translated using Weblate (Estonian)Weblate2024-03-081-1/+1
* Bump supported matrix versions to 1.9Nicolas Werner2024-03-082-2/+12
* Add support for intentional mentionsNicolas Werner2024-03-0815-53/+244
* 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
* Merge pull request #1689 from Nheko-Reborn/fixswitchDeepBlueV7.X2024-03-021-2/+2
|\
| * 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 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 RunnerJoe Donofry2024-02-274-17/+35
|/
* 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 Fixesq234rty2024-02-167-16/+34
|/
* 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 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
|\
| * 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 t...Nicolas Werner2024-01-161-1/+10
* Fix verification with multiple devices in parallelNicolas Werner2024-01-153-5/+39
* Fix gstreamer deinitNepNep212024-01-141-0/+4
* Translated using Weblate (French)Weblate2024-01-141-112/+131
* Translated using Weblate (French)Weblate2024-01-141-1/+1
* Translated using Weblate (French)Weblate2024-01-141-2/+2
* Translated using Weblate (French)Weblate2024-01-141-2/+2
* Translated using Weblate (French)Weblate2024-01-141-1/+1
* Translated using Weblate (French)Weblate2024-01-141-1/+1
* Translated using Weblate (French)Weblate2024-01-141-7/+7
* Translated using Weblate (French)Weblate2024-01-141-3/+3
* Translated using Weblate (French)Weblate2024-01-141-4/+4
* Translated using Weblate (French)Weblate2024-01-141-2/+2
* Translated using Weblate (French)Weblate2024-01-141-2/+2
* Translated using Weblate (French)Weblate2024-01-141-7/+7
* Translated using Weblate (French)Weblate2024-01-141-17/+17
* Translated using Weblate (French)Weblate2024-01-141-21/+21
* Translated using Weblate (French)Weblate2024-01-141-231/+237
* 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
* Translated using Weblate (Esperanto)Weblate2024-01-131-18/+20
* Translated using Weblate (Polish)Weblate2024-01-131-81/+81
* Translated using Weblate (Polish)Weblate2024-01-121-2/+2
* Translated using Weblate (Polish)Weblate2024-01-121-7/+9
* Translated using Weblate (Polish)Weblate2024-01-121-2/+2
* Translated using Weblate (Polish)Weblate2024-01-121-4/+4
* Translated using Weblate (Polish)Weblate2024-01-121-4/+4
* Translated using Weblate (Polish)Weblate2024-01-121-2/+2
* Translated using Weblate (Polish)Weblate2024-01-121-14/+17
* Translated using Weblate (Indonesian)Weblate2024-01-121-10/+10
* Translated using Weblate (Estonian)Weblate2024-01-121-10/+10
* Translated using Weblate (French)Weblate2024-01-121-67/+67
* Make volume control logarithmic againNicolas Werner2024-01-112-2/+4
* Translated using Weblate (Dutch)Weblate2024-01-111-28/+28
* Translated using Weblate (Dutch)Weblate2024-01-111-8/+5
* Translated using Weblate (Dutch)Weblate2024-01-111-2/+9
* Translated using Weblate (Dutch)Weblate2024-01-111-2/+2
* Translated using Weblate (Dutch)Weblate2024-01-111-6/+6
* Translated using Weblate (Dutch)Weblate2024-01-111-2/+2
* Translated using Weblate (Dutch)Weblate2024-01-111-2/+2
* Translated using Weblate (Dutch)Weblate2024-01-111-10/+10
* Translated using Weblate (Chinese (Simplified))Weblate2024-01-111-8/+8
* Translated using Weblate (Dutch)Weblate2024-01-111-36/+36
* Translated using Weblate (Chinese (Simplified))Weblate2024-01-111-5/+5
* Translated using Weblate (Dutch)Weblate2024-01-111-2/+3
* Translated using Weblate (Dutch)Weblate2024-01-111-3/+3
* Translated using Weblate (Dutch)Weblate2024-01-111-4/+4
* Translated using Weblate (Dutch)Weblate2024-01-111-2/+2
* Translated using Weblate (Dutch)Weblate2024-01-111-2/+2
* Translated using Weblate (Dutch)Weblate2024-01-111-6/+6
* Translated using Weblate (Polish)Weblate2024-01-111-4/+5
* Translated using Weblate (Dutch)Weblate2024-01-111-4/+4
* Update translationsNicolas Werner2024-01-1031-1941/+3593
* Translated using Weblate (Estonian)Weblate2024-01-101-0/+5
* 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
|\
| * LoginPage: add button to show/hide the passwordMarcus Hoffmann2024-01-084-8/+35
* | Translated using Weblate (Chinese (Simplified))Weblate2024-01-081-0/+5
* | Translated using Weblate (Indonesian)Weblate2024-01-081-0/+5
* | Translated using Weblate (Italian)Weblate2024-01-081-11/+11
* | Merge pull request #1657 from q234rty/use-dynamic-propertiesDeepBlueV7.X2024-01-082-7/+2
|\ \
| * | Use dynamic properties for NhekoFixupPaletteEventFilterq234rty2024-01-082-7/+2
|/ /
* | 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
|\ \
| * | 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
|\ \ | |/ |/|
| * 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
| * | Merge branch 'Nheko-Reborn:master' into ignore-commandNep Nep2023-12-1713-37/+111
| |\ \
| * | | Multiple changesNepNep212023-12-178-11/+60
| * | | Add /ignoreNepNep212023-12-115-1/+28
* | | | Translated using Weblate (Portuguese (Portugal))Weblate2023-12-271-6/+10
* | | | 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
* | | | Merge pull request #1630 from FallenValkyrie/allow_sticker_pack_removalDeepBlueV7.X2023-12-225-21/+85
|\ \ \ \ | |_|_|/ |/| | |
| * | | 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 confirma...FallenValkyrie2023-12-161-9/+27
| * | | 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.7Francesco Gazzetta2023-11-221-3/+5
* | | | | Fix apple silicon pipelineNicolas Werner2023-12-191-1/+3
* | | | | Fix backslashes escapesNicolas Werner2023-12-191-5/+5
| |_|_|/ |/| | |
* | | | Merge pull request #1640 from q234rty/fix-slow-new-window-plasma-6DeepBlueV7.X2023-12-172-0/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Trigger less QEvent::ApplicationPaletteChangeq234rty2023-12-172-0/+8
|/ / /
* | | Add windows code signingNicolas Werner2023-12-143-1/+28