Commit graph

  • 29097937e4
    Merge 00f2fe7fe6 into 2f967978f2 Karthik Nishanth 2024-10-20 11:36:20 -0700
  • f63e74012b
    Merge f1ce494b74 into 2f967978f2 Karthik Nishanth 2024-10-20 11:35:51 -0700
  • fe28c7e6da
    Merge b7a5d714c6 into 2f967978f2 Integral 2024-10-19 16:49:23 +0800
  • b7a5d714c6
    refactor: use fmt lib to avoid back-and-forth conversion Integral 2024-10-19 16:49:12 +0800
  • 9668ef4322
    Merge c7e1c554bb into 2f967978f2 Loren Burkholder 2024-10-16 12:49:05 +0200
  • a3ddbb8f51
    Merge 9045caa025 into 2f967978f2 Loren Burkholder 2024-10-14 14:32:34 +0200
  • 2f282a48f4
    Merge ab64a8eaf5 into 2f967978f2 Laevos 2024-10-14 14:32:15 +0200
  • f5009e83a9
    Merge fb610a3d07 into 2f967978f2 Povilas Kanapickas 2024-10-14 14:30:59 +0200
  • 846570990a
    Merge 6843cd7465 into 2f967978f2 Integral 2024-10-13 22:20:14 +0000
  • 2f967978f2
    Merge pull request #1825 from Integral-Tech/fix-tooltip master DeepBlueV7.X 2024-10-13 22:19:09 +0000
  • 6843cd7465
    Use EXIT_FAILURE macro to improve code portability Integral 2024-10-13 21:14:49 +0800
  • 3b0df06629
    Add profile name to tooltip & fix message count Integral 2024-10-13 20:55:58 +0800
  • 27683bedc4
    Fix media deletion of animated files Nicolas Werner 2024-10-09 02:19:35 +0200
  • 4f6c840ed1
    Fix media deletion of animated files test-ci Nicolas Werner 2024-10-09 02:19:35 +0200
  • 80a39cca17
    Disable http3 support by default and warn if users enable it Nicolas Werner 2024-10-08 23:49:29 +0200
  • 5523460f4e
    Fix menu positions Nicolas Werner 2024-10-08 23:35:13 +0200
  • 65c6e96e24
    Get rid of platform dialogs/menus now that Qt6.8 supports native menus without them Nicolas Werner 2024-10-08 23:04:41 +0200
  • 3a3c3def7c
    Bump qt version in apple silicon build Nicolas Werner 2024-10-08 22:37:00 +0200
  • da2d7861d7
    Move more templates out of the cache private header Nicolas Werner 2024-10-08 18:38:08 +0200
  • db68281a28
    Limit status messages to 255 bytes Nicolas Werner 2024-10-08 16:55:07 +0200
  • 4c33d10e19
    Merge d299f7af5c into 048af42780 mauke 2024-10-03 14:55:02 -0400
  • ab64a8eaf5 update message to preserve meaning Laevos 2024-09-29 22:30:18 -0700
  • fe68854dd1
    Merge dee0115daf into 048af42780 Skye Jonke 2024-09-28 01:21:37 +0000
  • 83c162201e
    Merge 50cdcc0376 into 048af42780 lymkwi 2024-09-27 04:40:23 +0000
  • d509ef93d6
    Merge 52346d972e into 048af42780 Loren Burkholder 2024-09-26 03:03:14 +0000
  • 048af42780
    Remove manual menu bar mangling on macos Nicolas Werner 2024-09-25 12:11:01 +0200
  • cc4ace3c12
    Merge pull request #1795 from q234rty/remove-virtual-keyboard-check DeepBlueV7.X 2024-09-24 18:30:52 +0000
  • 3ef92487fd
    Merge pull request #1816 from p12tic/readme-debian-requirements DeepBlueV7.X 2024-09-24 18:29:45 +0000
  • 037d7e6b35 Do not fetch Qt from Debian experimental when building for Qt6 Povilas Kanapickas 2024-09-24 20:06:54 +0300
  • fb610a3d07 Do not prevent login if .well-known response is invalid Povilas Kanapickas 2024-09-24 19:02:55 +0300
  • bb230179b4 grammar fix for untrusted source message Laevos 2024-09-17 14:58:48 -0700
  • 2e40612e19
    Merge 16cce08b43 into 25e552c6fa Marcus 2024-09-12 08:34:32 +0200
  • 25e552c6fa
    Fix default insets on Qt6.7 in room and communities list Nicolas Werner 2024-09-09 23:30:17 +0200
  • 1baf583f15
    Remove boost references Nicolas Werner 2024-09-06 23:43:21 +0200
  • d1eb351975
    Allow loading image only after explicit interactions Nicolas Werner 2024-08-21 00:14:34 +0200
  • c1038a3e4a
    Warn about room name and topic not being encrypted Nicolas Werner 2024-08-17 00:46:01 +0200
  • 87cb63e1fd
    Always allow sending messages by enter even with IMEs q234rty 2024-08-14 16:32:51 +0800
  • b86221bdbe
    Add fmt to dependencies in README Nicolas Werner 2024-08-06 01:05:31 +0200
  • c8c3d1c611
    Suppress warning for unused previousCount on macOS Nicolas Werner 2024-08-05 20:50:26 +0200
  • 2d9142d491
    Bump mtxclient to fix fmt build errors Nicolas Werner 2024-08-05 19:39:15 +0200
  • 0599444552
    Depend on libfmt explicitly Nicolas Werner 2024-08-05 19:30:46 +0200
  • 1aa15af11f
    Fix license check in lint job Nicolas Werner 2024-08-05 19:07:21 +0200
  • 50f9edfe19
    Merge pull request #1774 from Integral-Tech/add-trayicon-tooltip DeepBlueV7.X 2024-08-04 11:56:55 +0000
  • aac96d6f50
    Use %n to make the plural forms work properly Integral 2024-07-28 00:57:25 +0800
  • deba5586a3
    Merge pull request #1776 from xvitaly/fmt11 DeepBlueV7.X 2024-07-25 20:27:07 +0000
  • 8ff2824527
    Fixed build against fmt 11. Vitaly 2024-07-16 12:30:45 +0200
  • 01cc12fede
    Add number of unread messages to tray icon toolIip Integral 2024-07-07 23:28:36 +0800
  • 00f2fe7fe6 wip change how we read parent room Karthik Nishanth 2024-07-04 10:38:32 -0700
  • 9045caa025
    Allow users to hide all pins by default hideAllPins Loren Burkholder 2024-06-29 18:44:35 -0400
  • 0c222689f4
    Nlohmann is in brew repos now so remove tap Joseph Donofry 2024-06-28 18:06:21 -0400
  • 2f17cf6416
    Merge pull request #1761 from Begasus/haiku DeepBlueV7.X 2024-06-25 17:31:12 +0000
  • 019cb11abf No wayland on Haiku, fixes build errors Schrijvers Luc 2024-06-24 20:04:43 +0200
  • f1ce494b74 tie transitions to reduced motion setting Karthik Nishanth 2024-06-23 18:24:39 -0700
  • 3b339a8007 disable ripples when reduced motion is enabled Karthik Nishanth 2024-06-23 18:08:22 -0700
  • 5a19adee34
    Pin clang-format to version 17 in CI (hopefully temporarily) Nicolas Werner 2024-06-23 19:03:52 +0200
  • 03fcf6a661 theme: refactor theme names Karthik Nishanth 2024-06-23 12:46:35 -0700
  • 24762a6326
    Mention old appid in metadata Nicolas Werner 2024-06-23 12:28:43 +0200
  • bca7faf765
    Merge pull request #1710 from TheComputerGuy96/flatpak/dep-update DeepBlueV7.X 2024-06-20 20:11:25 +0000
  • 9eac31627a
    Merge pull request #1734 from Integral-Tech/confirm-passwd DeepBlueV7.X 2024-06-20 20:04:53 +0000
  • 3357dc21a5
    Skip users we don't share a room with in invite dialog Nicolas Werner 2024-06-20 21:56:12 +0200
  • 311d9ad31e
    Allow setting a scale factor on Windows Nicolas Werner 2024-06-20 21:40:53 +0200
  • a486d8d7fc
    Fix tray icon badge count not getting updated since 838b091acd Nicolas Werner 2024-06-20 21:35:55 +0200
  • 941f7f5ed5
    Fix QT_CONFIG check for wayland is only available since Qt6.7 Nicolas Werner 2024-06-20 19:22:20 +0200
  • 492511a2af fixup! linter fixes Karthik Nishanth 2024-06-14 14:10:59 -0700
  • 10cd106063 fixup! remove unnecessary logging Karthik Nishanth 2024-05-28 17:52:07 -0700
  • 7582c6d3a8 Add configuration to display room's parent in room switcher Karthik Nishanth 2024-05-17 17:25:18 -0700
  • 46a8019913 List parent room name next to room names in room switcher Karthik Nishanth 2024-05-13 19:09:02 -0700
  • 2b9e056eaf Remove workaround for QTBUG-93281 Karthik Nishanth 2024-05-13 17:44:42 -0700
  • 2142a8dd9c
    Fix compilation on systems without specific platform interfaces Nicolas Werner 2024-06-20 17:07:30 +0200
  • c7483aed98
    Fix crash on empty mxid in ignore commands Nicolas Werner 2024-06-20 16:59:14 +0200
  • dfd4692fa5 Flatpak: Re-enable the kimageformats stuff Echo J 2024-04-10 16:38:30 +0300
  • 10335ac6f7 Flatpak: Update most of the dependencies Echo J 2024-04-10 16:34:28 +0300
  • 992468d6c1
    Place repeatedPassword after first check & remove unnecessary empty check Integral 2024-06-17 11:00:45 +0800
  • dbdbb5ef75
    Merge pull request #1748 from flexxyfluxx/patch-1 DeepBlueV7.X 2024-06-16 20:21:56 +0000
  • e4e764beed
    Merge pull request #1747 from ell1e/patch-1 DeepBlueV7.X 2024-06-16 20:19:11 +0000
  • 18a43219f5 fix Flathub links saxc 2024-06-16 17:52:25 +0200
  • cb74fe6ede
    Prefill status message dialog with current status Nicolas Werner 2024-06-14 21:26:38 +0200
  • 1d252ae66f
    Generate event links only using room ids Nicolas Werner 2024-06-14 14:53:27 +0200
  • 20f17aaa36
    Fix avatar change rendering Nicolas Werner 2024-06-14 00:05:26 +0200
  • b39ffc2f1a
    Fix disabling a room ping Nicolas Werner 2024-06-13 04:36:34 +0200
  • db2fcdfce8
    Workaround fuzzy matching on package list API Nicolas Werner 2024-06-13 00:34:55 +0200
  • 226c19400e
    Try updating flatpak dependencies and cleanup style Nicolas Werner 2024-06-12 23:32:28 +0200
  • a91e39de30
    Add stable Nheko appinstaller Nicolas Werner 2024-06-12 21:50:59 +0200
  • 24c687d5cd
    Bump version to 0.12.0 v0.12.0 Nicolas Werner 2024-06-11 22:24:35 +0200
  • 49ac5049c3
    add further clarification to nix-shell install method flexxyfluxx 2024-06-11 12:36:44 +0000
  • b072ba1639
    Improve NixOS install instructions in Readme flexxyfluxx 2024-06-11 12:24:00 +0000
  • fab450d373
    Bump jdenticon version Nicolas Werner 2024-06-11 01:17:11 +0200
  • 15d8b4be41
    Optimistically replace package names with qt6 versions and im.nheko.Nheko Nicolas Werner 2024-06-11 00:58:50 +0200
  • 7964ea2d5d
    Bump mtxclient version to 0.10.0 Nicolas Werner 2024-06-11 00:25:23 +0200
  • 64bba3736d
    Update changelog Nicolas Werner 2024-06-10 02:16:20 +0200
  • 96a066f246
    lint Nicolas Werner 2024-06-09 15:56:09 +0200
  • 4723b677d5
    Prevent shortcuts from inserting unprintable characters by accident Nicolas Werner 2024-06-09 15:36:09 +0200
  • 3533f104bd
    Properly restore room mentions state after edit Nicolas Werner 2024-06-09 15:30:30 +0200
  • 35f9ea1b74
    Fix LMDB link README (the previous one led to an error page) Ellie 2024-06-06 15:20:52 +0200
  • 80ab0394cd
    Fix emojis in avatars Nicolas Werner 2024-06-06 01:04:54 +0200
  • 777c41daa1
    Support authenticated media Nicolas Werner 2024-06-06 01:01:21 +0200
  • d0d95df89d
    Fix marking newly created rooms as DM automatically Nicolas Werner 2024-06-04 00:37:23 +0200
  • 9f5982e180
    Prevent opening empty profiles Nicolas Werner 2024-06-04 00:18:38 +0200
  • ce0e9624fe
    Update translations Nicolas Werner 2024-06-02 21:40:03 +0200
  • ec9af40fc5
    fix mentions with markdown and in edits Nicolas Werner 2024-05-31 18:17:35 +0200