Integral
1ab3a37056
Add dialog for repeating password when exporting keys
2024-05-19 13:25:18 -07:00
Nicolas Werner
f3c8fb089a
Bump mtxclient for better mentions support on older servers
2024-05-17 01:14:56 +02:00
Nicolas Werner
12501bfe02
Remove cirrus CI
2024-05-16 13:34:43 +02:00
DeepBlueV7.X
f1f7f8e730
Merge pull request #1731 from q234rty/master
...
Use `XDG_ACTIVATION_TOKEN` from environment variables by default
2024-05-16 11:32:02 +00:00
Nicolas Werner
6150979270
Don't show spoilers in sidebar or notifications if possible
...
fixes #1247
2024-05-16 13:12:37 +02:00
q234rty
2a6cd88b7a
Use XDG_ACTIVATION_TOKEN from environment variables by default
2024-05-16 19:00:55 +08:00
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>
2024-05-10 15:22:58 -04:00
Nicolas Werner
cc75c930fc
Update flat-manager-client
2024-05-10 13:36:56 +02:00
Nicolas Werner
cf373c016a
Implement MSC4142, mention via replies
2024-05-09 23:42:36 +02:00
DeepBlueV7.X
7d9e3039fc
Merge pull request #1720 from TheDrawingCoder-Gamer/emoji-shortcodes-2
...
Update emoji shortcodes, rework how codegen works
2024-05-09 00:57:40 +00:00
Nicolas Werner
3bdf89c185
Validate appdata.xml in CI
2024-05-09 02:43:37 +02:00
DeepBlueV7.X
6e8f0cbf76
Merge pull request #1709 from TheComputerGuy96/flatpak/fix-appdata
...
Fix AppData XML to make it pass validation
2024-05-08 22:40:32 +00:00
TheDrawingCoding-Gamer
a6090f4a1c
fix naming issues with emoji, edit how codegen works
2024-05-08 18:32:09 -04:00
Nicolas Werner
82d9e57b6a
Fix room mentions warning being displayed even without permissions
2024-05-07 23:26:29 +02:00
Nicolas Werner
821390c7d6
Fix possible pagination issue when a sync returns an empty limited timeline
2024-05-07 23:26:28 +02:00
DeepBlueV7.X
f465a5b52f
Merge pull request #1717 from Integral-Tech/optimize-qstring
...
refactor: replace QString constructors with QStringLiteral
2024-04-28 16:44:42 +00:00
Integral
c890aebf72
refactor: replace QString constructors with QStringLiteral
2024-04-26 13:34:51 -07:00
DeepBlueV7.X
9f2f1c62de
Merge pull request #1708 from NepNep21/windows-image-copying
...
Fix image copying on windows
2024-04-24 22:58:52 +00:00
NepNep21
4810c2a2bc
Lint
2024-04-23 19:58:14 -03:00
DeepBlueV7.X
a0fcb9458e
Merge pull request #1715 from br4yd/fix-settings-cutoff
...
Fix room settings and emoji verification being cut off
2024-04-23 22:53:49 +00:00
Brayd
4522507cc8
Fix emoji verification dialogue being cut off
2024-04-19 22:54:05 +02:00
Brayd
70eabc3276
Fix room settings being cut off
2024-04-19 22:31:37 +02:00
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)
2024-04-10 15:44:46 +03:00
NepNep21
3f05df19a1
Fix image copying on windows
2024-04-09 12:47:02 -03:00
Joseph Donofry
df88eccfb7
Workaround re2 cmake issue on AS runner
2024-04-07 13:38:32 -04:00
Nicolas Werner
d871b07fca
Use more cores on windows builds
2024-04-07 18:46:40 +02:00
Nicolas Werner
df46f531b7
Try to fix missing resources.pri
2024-04-06 03:43:49 +02:00
Nicolas Werner
5b989194c6
Fix makepri parameters
2024-04-06 00:45:23 +02:00
Nicolas Werner
8ca908058e
Use makepri and makeappx from path
2024-04-05 23:53:32 +02:00
Nicolas Werner
b077596704
Fix lint
2024-04-05 22:47:09 +02:00
Nicolas Werner
1765fdcb41
Another stab at using unplated icons on windows
...
This time also generate the pri files, whatever they are.
2024-04-05 22:42:39 +02:00
Nicolas Werner
a415b39bf9
Color conversion seems to be redundant before the sink (upload too, but removing that breaks stuff)
2024-04-05 04:15:29 +02:00
Nicolas Werner
f1722d5f64
Add some voip debugging hoops
2024-04-05 03:57:28 +02:00
Nicolas Werner
a5f99b50eb
Hopefully fix the jump when replying after scrolling
2024-04-05 02:52:45 +02:00
Nicolas Werner
779d5e9fae
Try harder to make transparency for windows icon work
2024-03-25 00:38:45 +01:00
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
2024-03-23 01:07:17 +01:00
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
2024-03-20 21:53:20 +01:00
Nicolas Werner
30ac76e942
Fix presence not being per profile
...
fixes #1699
2024-03-19 01:55:53 +01:00
DeepBlueV7.X
6d44c8e30d
Merge pull request #1695 from q234rty/patch-2
...
Remove reference to unmaintained AUR helper
2024-03-16 10:51:32 +00:00
Nicolas Werner
aef9617d1e
Make a few headers forward declarations
2024-03-16 11:50:39 +01:00
Nicolas Werner
06927cd3c2
Include moc files for a tiny speedup on incremental builds
2024-03-16 01:34:23 +01:00
Nicolas Werner
d2009428b6
workaround broken platform dialogs on macos
...
See https://bugreports.qt.io/browse/QTBUG-102078
2024-03-14 01:01:12 +01:00
q234rty
bd0133e139
Remove reference to unmaintained AUR helper
...
https://github.com/rmarquis/pacaur is long unmaintained.
2024-03-11 21:42:26 +08:00
DeepBlueV7.X
82631619b9
Merge pull request #1692 from jjdredd/patch-1
...
Update README.md to reflect the keyring use flag for qtkeychain
2024-03-11 00:03:53 +00:00
Nicolas Werner
f25a1b5c36
Work around the duplicate right click menus on KDE
2024-03-10 22:21:40 +01:00
jjdredd
edf4a8dd92
Update README.md to reflect the keyring use flag for qtkeychain on Gentoo
2024-03-09 16:28:25 -07:00
Nicolas Werner
eaf9ae315c
Update translations
2024-03-08 19:23:29 +01:00
Weblate
78bfa845dd
Translated using Weblate (Portuguese (Portugal))
...
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
2024-03-08 18:14:13 +00:00
Weblate
128bed9431
Translated using Weblate (Polish)
...
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
2024-03-08 18:14:13 +00:00
Weblate
e19660aca8
Translated using Weblate (Dutch)
...
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
2024-03-08 18:14:13 +00:00