Nicolas Werner
872b00807f
Make newline behave consistently in markdown mode
...
by always sending as formatted when a newline is in the body
2023-01-28 10:50:39 +01:00
Nicolas Werner
ec3ba352c0
Support strikethrough via ~~
2023-01-28 10:36:47 +01:00
ShootingStarDragons
e84e2b0aaa
chore: remove button check
2023-01-28 17:10:45 +08:00
Nicolas Werner
47e3257963
Get rid of shadowing even if the shadowing there is probably the safer solution
2023-01-28 09:04:36 +01:00
Nicolas Werner
60b1a595e1
Support simplified spoiler input using || tags
...
relates to #1231
2023-01-28 08:51:33 +01:00
Weblate
7c8bb14f22
Translated using Weblate (Ukrainian)
...
Currently translated at 33.6% (316 of 940 strings)
Co-authored-by: NullPointerException <kigen745@gmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/uk/
Translation: Nheko/nheko
2023-01-27 18:36:42 +00:00
Weblate
13163699bc
Translated using Weblate (Ukrainian)
...
Currently translated at 28.1% (265 of 940 strings)
Co-authored-by: NullPointerException <kigen745@gmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/uk/
Translation: Nheko/nheko
2023-01-27 17:46:31 +00:00
Weblate
0e4c0c4949
Translated using Weblate (Ukrainian)
...
Currently translated at 28.0% (264 of 940 strings)
Co-authored-by: NullPointerException <kigen745@gmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/uk/
Translation: Nheko/nheko
2023-01-27 17:35:51 +00:00
Weblate
181ea3850e
Translated using Weblate (Ukrainian)
...
Currently translated at 27.2% (256 of 940 strings)
Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/uk/
Translation: Nheko/nheko
2023-01-27 15:28:30 +00:00
Weblate
edba6ad91f
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (940 of 940 strings)
Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/
Translation: Nheko/nheko
2023-01-27 15:28:30 +00:00
Nicolas Werner
213bcf0de6
Fix br tags
2023-01-27 14:03:54 +01:00
ShootingStarDragons
c893dfd102
chore: limit it to linux wayland
2023-01-26 20:34:38 +08:00
Weblate
68bf9c0bfa
Translated using Weblate (French)
...
Currently translated at 68.5% (644 of 940 strings)
Translated using Weblate (French)
Currently translated at 68.5% (644 of 940 strings)
Co-authored-by: CB <chb0@lavache.com>
Co-authored-by: Rick M. G <rick@gnous.eu>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/
Translation: Nheko/nheko
2023-01-24 19:22:10 +00:00
DeepBlueV7.X
f6b976b415
Merge pull request #1299 from enigma9o7/patch-1
...
Merge Debian/Ubuntu Dependencies
2023-01-24 06:36:38 +01:00
Joseph Donofry
d511814caf
Fix free-ing invalid pointer in call devices. From Jason Volk <jason@zemos.net>
2023-01-23 16:34:24 -05:00
enigma9o7
3f846fbdba
remove unneeded font tags
2023-01-23 09:33:46 -08:00
ShootingStarDragons
7d95ac23ce
feat: hide all popup menus when press leftbutton on somewhere else
...
Log: according to the bug on https://bugreports.qt.io/browse/QTBUG-83972 , The menu will always stay if not click one of the item. So I try to make a hack for it, wait qt solve it someday
2023-01-23 20:15:43 +08:00
DeepBlueV7.X
d59f0768f0
Merge pull request #1317 from tastytea/fix-zsh-completion
...
update Zsh completion
2023-01-22 23:29:49 +01:00
tastytea
b17cc41645
update Zsh completion
...
- add new command line switches
- prevent duplication in argument descriptions
- load helper function before using it (fixes error with Zsh 5.9)
2023-01-22 23:22:01 +01:00
Nicolas Werner
15d7a2f021
Make code tags preserve whitespace
2023-01-22 17:36:23 +01:00
Nicolas Werner
1d8fc18304
Warn when no secret can be requested
2023-01-22 05:31:33 +01:00
Jason Volk
0253aa59c7
Skip empty requests for cross-signing keys when user only has one device.
...
Cause: Request button pressed in user settings.
Result: Request body is jsNull; sendToDevice requires jsObject.
2023-01-22 05:26:10 +01:00
Nicolas Werner
7f9af9016d
Fix a few minor leaks (or just memory showing up as not freed in tools)
2023-01-22 05:02:10 +01:00
DeepBlueV7.X
2157ebb614
Merge pull request #1304 from Decodetalkers/imagesave
...
chore: when save file, hide ImageOverlay window
2023-01-22 00:54:44 +01:00
Nicolas Werner
47da48f6f2
Fix creating DMs from pasting an mxid
2023-01-21 21:02:46 +01:00
Nicolas Werner
4c34f4bfee
Work around multiple destructor calls after consteval construction in full expression
...
I have no idea, if this is our fault or not, but Jason traced it back to
the consteval on the {fmt} format string constructor.
Specifically when a consteval constructor call happens in the statement,
the destructor call is moved to the end of the block. Inside the switch
statement that means, the destructor is called multiple times, which
corrupts the use count and crashes Nheko because of a double free.
I am assuming this is a bug in clang, but this will need to be
investigated more.
fixes #1292
2023-01-21 20:45:32 +01:00
ShootingStarDragons
abe4f8eb3c
chore: when save file, hide ImageOverlay window
...
Log: on wm like sway, it will cover the whole screen, and I cannot get
the file save dialog, then the program will stay there, I must kill it,
so I think hide it is better, because after, it will be closed
2023-01-20 22:10:22 +08:00
Weblate
b4c0581948
Translated using Weblate (Russian)
...
Currently translated at 32.9% (310 of 940 strings)
Translated using Weblate (Russian)
Currently translated at 32.9% (310 of 940 strings)
Co-authored-by: Evgeny <mister.lameni@yandex.ru>
Co-authored-by: SOT-TECH <sblazhko@sot-te.ch>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/
Translation: Nheko/nheko
2023-01-20 10:59:42 +00:00
Weblate
b1439ac8ae
Translated using Weblate (Finnish)
...
Currently translated at 96.4% (907 of 940 strings)
Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/
Translation: Nheko/nheko
2023-01-20 10:59:42 +00:00
Weblate
24f09ed426
Translated using Weblate (Estonian)
...
Currently translated at 97.7% (919 of 940 strings)
Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/
Translation: Nheko/nheko
2023-01-20 10:59:42 +00:00
Nicolas Werner
c98231bac1
Make it more obvious that the add reaction button is not an emoji
...
fixes #1301
2023-01-19 06:51:51 +01:00
Nicolas Werner
33e9c80c1b
Fix html in sidebar again
2023-01-18 19:20:32 +01:00
Nicolas Werner
bbb551f222
Try building only the qml gstreamer plugin in flatpak package
2023-01-18 06:43:43 +01:00
enigma9o7
4f7bb8fa8c
Merge Debian/Ubuntu Dependencies
...
Debian 10 too old for QT5. Ubuntu dependencies tested and work fine on Debian.
Increase header size of distro title & moved Gentoo into alphabetical order
2023-01-17 16:13:09 -08:00
Joseph Donofry
05bfc2893f
Errata
2023-01-16 08:21:19 -05:00
tastytea
02b900f86b
update Ubuntu dependency list for building from source ( #1294 )
...
tested in a fresh 22.04 VM today
2023-01-15 19:05:50 -05:00
Joseph Donofry
c13a9d3b16
v0.11.1
2023-01-15 18:55:32 -05:00
squid-f
e6f87882f3
Update README.md ( #1287 )
...
Add instruction to install on Mageia, as Nheko is now part of the official repo of the distribution.
2023-01-15 00:39:21 -05:00
Weblate
cec9584f80
Translated using Weblate (Finnish)
...
Currently translated at 94.2% (886 of 940 strings)
Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/
Translation: Nheko/nheko
2023-01-14 21:19:20 +00:00
Weblate
d45a084ffb
Translated using Weblate (Portuguese (Portugal))
...
Currently translated at 48.9% (460 of 940 strings)
Co-authored-by: Tmpod <tmpod@pm.me>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/
Translation: Nheko/nheko
2023-01-14 21:19:20 +00:00
Joseph Donofry
8835040db6
Pause ParticleEmitter when not in use ( #1284 )
...
* Pause ParticleEmitter when not in use
* Use timer instead to pause particle system
2023-01-14 02:23:07 +01:00
Weblate
e25fd5f4fc
Translated using Weblate (Japanese)
...
Currently translated at 9.3% (88 of 940 strings)
Translated using Weblate (Japanese)
Currently translated at 9.3% (88 of 940 strings)
Co-authored-by: kyoberry <kyo@tilde.pink>
Co-authored-by: srr24x7 <sven.r.richter@protonmail.ch>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ja/
Translation: Nheko/nheko
2023-01-13 16:45:44 +00:00
Weblate
05e06f84ec
Translated using Weblate (German)
...
Currently translated at 100.0% (940 of 940 strings)
Co-authored-by: 123 <fof300f@posteo.net>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/
Translation: Nheko/nheko
2023-01-13 16:45:44 +00:00
Weblate
698030be62
Translated using Weblate (Finnish)
...
Currently translated at 94.1% (885 of 940 strings)
Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/
Translation: Nheko/nheko
2023-01-13 16:45:44 +00:00
Nicolas Werner
c32081727a
Add missing translations to README
2023-01-13 01:17:44 +01:00
Nicolas Werner
aff6ee3844
Remove dead code
2023-01-12 23:53:22 +01:00
Nicolas Werner
ba56c9f408
There was always supposed to be a failed state for events
2023-01-12 23:51:22 +01:00
Nicolas Werner
3507698ea5
v0.11.0
2023-01-12 22:06:30 +01:00
Nicolas Werner
0c6a2fb706
Fix white bar above sticker picker
2023-01-12 22:06:30 +01:00
Weblate
c38c4b47c8
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (940 of 940 strings)
Co-authored-by: Tirifto <tirifto@posteo.cz>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/
Translation: Nheko/nheko
2023-01-12 19:27:06 +00:00