Nicolas Werner
ce0e9624fe
Update translations
6 months ago
Nicolas Werner
ec9af40fc5
fix mentions with markdown and in edits
6 months ago
Nicolas Werner
1c5f747856
Disable image loaded workaround for Qt 6.7 and up
...
(since it is fixed there)
6 months ago
Nicolas Werner
643be19b64
fix marking messages as read by scrolling
6 months ago
Nicolas Werner
3ad0f15f6d
Fix an empty profile name allowing you to open a profile twice
6 months ago
Integral
95dc80ddec
Update src/UserSettingsPage.cpp
...
Co-authored-by: Urszula <u.wnuk@proton.me>
6 months ago
DeepBlueV7.X
d3561d7939
Merge pull request #1727 from checkraisefold/test_linux_fix
...
Fix OpenGL video sinkchain crash
6 months ago
Integral
1ab3a37056
Add dialog for repeating password when exporting keys
6 months ago
checkraisefold
8a35cf4c5a
Fix OpenGL video sinkchain crash
6 months ago
Nicolas Werner
f3c8fb089a
Bump mtxclient for better mentions support on older servers
6 months ago
Nicolas Werner
12501bfe02
Remove cirrus CI
6 months ago
DeepBlueV7.X
f1f7f8e730
Merge pull request #1731 from q234rty/master
...
Use `XDG_ACTIVATION_TOKEN` from environment variables by default
6 months ago
Nicolas Werner
6150979270
Don't show spoilers in sidebar or notifications if possible
...
fixes #1247
6 months ago
q234rty
2a6cd88b7a
Use XDG_ACTIVATION_TOKEN from environment variables by default
6 months ago
checkraisefold
e7d28b96da
Windows screenshare/video call support, general call improvements ( #1725 )
...
* 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>
7 months ago
Nicolas Werner
cc75c930fc
Update flat-manager-client
7 months ago
Nicolas Werner
cf373c016a
Implement MSC4142, mention via replies
7 months ago
DeepBlueV7.X
7d9e3039fc
Merge pull request #1720 from TheDrawingCoder-Gamer/emoji-shortcodes-2
...
Update emoji shortcodes, rework how codegen works
7 months ago
Nicolas Werner
3bdf89c185
Validate appdata.xml in CI
7 months ago
DeepBlueV7.X
6e8f0cbf76
Merge pull request #1709 from TheComputerGuy96/flatpak/fix-appdata
...
Fix AppData XML to make it pass validation
7 months ago
TheDrawingCoding-Gamer
a6090f4a1c
fix naming issues with emoji, edit how codegen works
7 months ago
Nicolas Werner
82d9e57b6a
Fix room mentions warning being displayed even without permissions
7 months ago
Nicolas Werner
821390c7d6
Fix possible pagination issue when a sync returns an empty limited timeline
7 months ago
DeepBlueV7.X
f465a5b52f
Merge pull request #1717 from Integral-Tech/optimize-qstring
...
refactor: replace QString constructors with QStringLiteral
7 months ago
Integral
c890aebf72
refactor: replace QString constructors with QStringLiteral
7 months ago
DeepBlueV7.X
9f2f1c62de
Merge pull request #1708 from NepNep21/windows-image-copying
...
Fix image copying on windows
7 months ago
NepNep21
4810c2a2bc
Lint
7 months ago
DeepBlueV7.X
a0fcb9458e
Merge pull request #1715 from br4yd/fix-settings-cutoff
...
Fix room settings and emoji verification being cut off
7 months ago
Brayd
4522507cc8
Fix emoji verification dialogue being cut off
7 months ago
Brayd
70eabc3276
Fix room settings being cut off
7 months ago
Echo J
72c00a70f5
Fix AppData XML to make it pass validation
...
- 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)
8 months ago
NepNep21
3f05df19a1
Fix image copying on windows
8 months ago
Joseph Donofry
df88eccfb7
Workaround re2 cmake issue on AS runner
8 months ago
Nicolas Werner
d871b07fca
Use more cores on windows builds
8 months ago
Nicolas Werner
df46f531b7
Try to fix missing resources.pri
8 months ago
Nicolas Werner
5b989194c6
Fix makepri parameters
8 months ago
Nicolas Werner
8ca908058e
Use makepri and makeappx from path
8 months ago
Nicolas Werner
b077596704
Fix lint
8 months ago
Nicolas Werner
1765fdcb41
Another stab at using unplated icons on windows
...
This time also generate the pri files, whatever they are.
8 months ago
Nicolas Werner
a415b39bf9
Color conversion seems to be redundant before the sink (upload too, but removing that breaks stuff)
8 months ago
Nicolas Werner
f1722d5f64
Add some voip debugging hoops
8 months ago
Nicolas Werner
a5f99b50eb
Hopefully fix the jump when replying after scrolling
8 months ago
Nicolas Werner
779d5e9fae
Try harder to make transparency for windows icon work
8 months ago
Nicolas Werner
6934c131d9
Hopefully fix Windows icon background color
...
See https://learn.microsoft.com/en-us/windows/msix/desktop/desktop-to-uwp-manual-conversion#optional-add-target-based-unplated-assets
8 months ago
Nicolas Werner
9656304e24
Remove attributes on del tags
...
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
8 months ago
Nicolas Werner
30ac76e942
Fix presence not being per profile
...
fixes #1699
8 months ago
DeepBlueV7.X
6d44c8e30d
Merge pull request #1695 from q234rty/patch-2
...
Remove reference to unmaintained AUR helper
8 months ago
Nicolas Werner
aef9617d1e
Make a few headers forward declarations
8 months ago
Nicolas Werner
06927cd3c2
Include moc files for a tiny speedup on incremental builds
8 months ago
Nicolas Werner
d2009428b6
workaround broken platform dialogs on macos
...
See https://bugreports.qt.io/browse/QTBUG-102078
9 months ago