summary refs log tree commit diff
path: root/src/WelcomePage.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
5 daysUpdate nheko and nixpkgsRory&1-3/+3
5 daysUpdate upstreamsRory&1-9/+9
5 daysRebase on NixOS 23.11Rory&2-6/+12
5 daysNixRory&3-0/+234
2024-12-18Fix "redacts" power level editingNicolas Werner2-0/+10
2024-11-30Fix video thumbnails for small videosNicolas Werner1-1/+1
2024-11-20Disable cmake re2 workaround on macNicolas Werner1-5/+0
2024-11-20Try to force parallel hunter build on macosNicolas Werner1-1/+3
2024-11-20Upgrade macos apple silicon CI imageNicolas Werner1-4/+1
2024-11-17Undo log artifact uploadJoseph Donofry2-5/+0
2024-11-17Make sure to upload on failureJoseph Donofry1-0/+1
2024-11-17Temporarily upload notarization error logJoseph Donofry2-1/+4
2024-11-17Fix broken homebrew in macos-as CINicolas Werner1-1/+1
2024-11-17Get rid of reply fallback in text messages since MSC2781 is mergedNicolas Werner3-82/+5
2024-11-17Update translationsNicolas Werner32-1334/+1178
2024-11-17Try to improve the native menu situation on Qt 6.8Nicolas Werner5-10/+51
2024-10-19refactor: use fmt lib to avoid back-and-forth conversionIntegral1-2/+3
2024-10-13Add profile name to tooltip & fix message countIntegral1-7/+19
2024-10-09Fix media deletion of animated filesNicolas Werner4-16/+41
2024-10-08Disable http3 support by default and warn if users enable itNicolas Werner1-3/+12
2024-10-08Fix menu positionsNicolas Werner5-15/+24
2024-10-08Get rid of platform dialogs/menus now that Qt6.8 supports native menus ↵Nicolas Werner9-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.
2024-10-08Bump qt version in apple silicon buildNicolas Werner1-1/+1
2024-10-08Move more templates out of the cache private headerNicolas Werner2-449/+507
2024-10-08Limit status messages to 255 bytesNicolas Werner1-2/+8
2024-09-29update message to preserve meaningLaevos33-33/+33
2024-09-25Remove manual menu bar mangling on macosNicolas Werner4-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!
2024-09-24Do not fetch Qt from Debian experimental when building for Qt6Povilas Kanapickas1-2/+1
Qt version in Debian Trixie is 6.6 as of September 2024. Therefore there is no need to use experimental repositories.
2024-09-17grammar fix for untrusted source messageLaevos33-1562/+3900
2024-09-09Fix default insets on Qt6.7 in room and communities listNicolas Werner2-0/+10
2024-09-06Remove boost referencesNicolas Werner1-3/+2
2024-08-21Allow loading image only after explicit interactionsNicolas Werner10-8/+132
2024-08-17Warn about room name and topic not being encryptedNicolas Werner3-34/+77
2024-08-14Always allow sending messages by enter even with IMEsq234rty1-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
2024-08-06Add fmt to dependencies in READMENicolas Werner1-0/+1
2024-08-05Suppress warning for unused previousCount on macOSNicolas Werner1-0/+2
2024-08-05Bump mtxclient to fix fmt build errorsNicolas Werner2-3/+3
2024-08-05Depend on libfmt explicitlyNicolas Werner2-3/+22
Since otherwise the include might not be visible and we need those now.
2024-08-05Fix license check in lint jobNicolas Werner1-1/+1
2024-07-28Use %n to make the plural forms work properlyIntegral1-1/+1
2024-07-16Fixed build against fmt 11.Vitaly3-0/+4
2024-07-07Add number of unread messages to tray icon toolIipIntegral1-0/+7
2024-06-28Nlohmann is in brew repos now so remove tapJoseph Donofry1-2/+1
2024-06-24No wayland on Haiku, fixes build errorsSchrijvers Luc1-1/+2
2024-06-23Pin clang-format to version 17 in CI (hopefully temporarily)Nicolas Werner2-4/+5
2024-06-23Mention old appid in metadataNicolas Werner1-0/+3
2024-06-20Skip users we don't share a room with in invite dialogNicolas Werner1-2/+5
Fixes #1757
2024-06-20Allow setting a scale factor on WindowsNicolas Werner2-2/+3
Fixes #1756
2024-06-20Fix tray icon badge count not getting updated since ↵Nicolas Werner3-19/+21
838b091acd07b681fc52f6f705b2bee8ce8519d5
2024-06-20Fix QT_CONFIG check for wayland is only available since Qt6.7Nicolas Werner2-3/+7
2024-06-20Fix compilation on systems without specific platform interfacesNicolas Werner2-4/+4
fixes #1749
2024-06-20Fix crash on empty mxid in ignore commandsNicolas Werner1-2/+7
fixes #1753
2024-06-17Flatpak: Re-enable the kimageformats stuffEcho J1-30/+40
KImageFormats v6.0.0 is now available (which should be Qt 6-compatible)
2024-06-17Flatpak: Update most of the dependenciesEcho J1-26/+30
2024-06-17Place repeatedPassword after first check & remove unnecessary empty checkIntegral1-10/+5
2024-06-14Prefill status message dialog with current statusNicolas Werner2-0/+4
2024-06-14Generate event links only using room idsNicolas Werner1-2/+3
2024-06-14Fix avatar change renderingNicolas Werner1-1/+3
2024-06-13Fix disabling a room pingNicolas Werner1-8/+7
2024-06-13Workaround fuzzy matching on package list APINicolas Werner1-1/+3
2024-06-12Try updating flatpak dependencies and cleanup styleNicolas Werner1-31/+34
2024-06-12Add stable Nheko appinstallerNicolas Werner2-0/+13
2024-06-11Bump version to 0.12.0Nicolas Werner8-144/+27
2024-06-11add further clarification to `nix-shell` install methodflexxyfluxx1-0/+2
2024-06-11Improve NixOS install instructions in Readmeflexxyfluxx1-1/+27
2024-06-11Bump jdenticon versionNicolas Werner1-2/+2
2024-06-11Optimistically replace package names with qt6 versions and im.nheko.NhekoNicolas Werner1-26/+29
2024-06-11Bump mtxclient version to 0.10.0Nicolas Werner2-4/+4
2024-06-10Update changelogNicolas Werner3-2/+191
2024-06-09lintNicolas Werner1-5/+5
2024-06-09Prevent shortcuts from inserting unprintable characters by accidentNicolas Werner1-1/+3
2024-06-09Properly restore room mentions state after editNicolas Werner1-0/+6
2024-06-06Fix LMDB link README (the previous one led to an error page)Ellie1-1/+1
2024-06-06Fix emojis in avatarsNicolas Werner1-1/+1
2024-06-06Support authenticated mediaNicolas Werner3-5/+5
2024-06-04Fix marking newly created rooms as DM automaticallyNicolas Werner1-1/+18
fixes #1718
2024-06-04Prevent opening empty profilesNicolas Werner1-0/+6
Should fix 1707
2024-06-02Update translationsNicolas Werner2-12/+15
2024-05-31fix mentions with markdown and in editsNicolas Werner7-18/+50
2024-05-27Disable image loaded workaround for Qt 6.7 and upNicolas Werner1-1/+4
(since it is fixed there)
2024-05-27fix marking messages as read by scrollingNicolas Werner4-3/+24
2024-05-27Fix an empty profile name allowing you to open a profile twiceNicolas Werner1-28/+14
2024-05-26Update src/UserSettingsPage.cppIntegral1-0/+5
Co-authored-by: Urszula <u.wnuk@proton.me>
2024-05-19Add dialog for repeating password when exporting keysIntegral1-0/+14
2024-05-17Fix OpenGL video sinkchain crashcheckraisefold1-9/+4
2024-05-17Bump mtxclient for better mentions support on older serversNicolas Werner2-2/+2
2024-05-16Remove cirrus CINicolas Werner1-26/+0
2024-05-16Don't show spoilers in sidebar or notifications if possibleNicolas Werner37-1133/+2376
fixes #1247
2024-05-16Use XDG_ACTIVATION_TOKEN from environment variables by defaultq234rty1-1/+4
2024-05-10Windows screenshare/video call support, general call improvements (#1725)checkraisefold8-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>
2024-05-10Update flat-manager-clientNicolas Werner1-39/+133
2024-05-09Implement MSC4142, mention via repliesNicolas Werner1-0/+10
2024-05-09Validate appdata.xml in CINicolas Werner3-2/+9
2024-05-08fix naming issues with emoji, edit how codegen worksTheDrawingCoding-Gamer12-457/+1268
2024-05-07Fix room mentions warning being displayed even without permissionsNicolas Werner3-3/+3
2024-05-07Fix possible pagination issue when a sync returns an empty limited timelineNicolas Werner1-3/+3
2024-04-26refactor: replace QString constructors with QStringLiteralIntegral4-9/+9
2024-04-23LintNepNep211-1/+2
2024-04-19Fix emoji verification dialogue being cut offBrayd1-1/+1
2024-04-19Fix room settings being cut offBrayd1-0/+1
2024-04-10Fix AppData XML to make it pass validationEcho J1-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)
2024-04-09Fix image copying on windowsNepNep211-1/+4
2024-04-07Workaround re2 cmake issue on AS runnerJoseph Donofry1-0/+5
2024-04-07Use more cores on windows buildsNicolas Werner1-1/+1
2024-04-06Try to fix missing resources.priNicolas Werner1-2/+4
2024-04-06Fix makepri parametersNicolas Werner1-1/+1
2024-04-05Use makepri and makeappx from pathNicolas Werner1-3/+3
2024-04-05Fix lintNicolas Werner1-5/+5
2024-04-05Another stab at using unplated icons on windowsNicolas Werner1-0/+5
This time also generate the pri files, whatever they are.
2024-04-05Color conversion seems to be redundant before the sink (upload too, but ↵Nicolas Werner1-6/+2
removing that breaks stuff)
2024-04-05Add some voip debugging hoopsNicolas Werner1-0/+16
2024-04-05Hopefully fix the jump when replying after scrollingNicolas Werner2-6/+16
2024-03-25Try harder to make transparency for windows icon workNicolas Werner4-2/+6
2024-03-23Hopefully fix Windows icon background colorNicolas Werner1-0/+1
See https://learn.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-manual-conversion#optional-add-target-based-unplated-assets
2024-03-20Remove attributes on del tagsNicolas Werner1-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
2024-03-19Fix presence not being per profileNicolas Werner1-12/+12
fixes #1699
2024-03-16Make a few headers forward declarationsNicolas Werner39-118/+198
2024-03-16Include moc files for a tiny speedup on incremental buildsNicolas Werner72-17/+335
2024-03-14workaround broken platform dialogs on macosNicolas Werner5-6/+18
See https://bugreports.qt.io/browse/QTBUG-102078
2024-03-11Remove reference to unmaintained AUR helperq234rty1-1/+1
https://github.com/rmarquis/pacaur is long unmaintained.
2024-03-10Work around the duplicate right click menus on KDENicolas Werner2-2/+40
2024-03-09Update README.md to reflect the keyring use flag for qtkeychain on Gentoojjdredd1-1/+1
2024-03-08Update translationsNicolas Werner32-985/+2185
2024-03-08