summary refs log tree commit diff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-22Fix a few minor leaks (or just memory showing up as not freed in tools)Nicolas Werner4-5/+28
2023-01-21Fix creating DMs from pasting an mxidNicolas Werner1-2/+3
2023-01-21Work around multiple destructor calls after consteval construction in full ↵Nicolas Werner1-5/+5
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-20chore: when save file, hide ImageOverlay windowShootingStarDragons1-0/+1
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-20Translated using Weblate (Russian)Weblate1-3/+3
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-20Translated using Weblate (Finnish)Weblate1-21/+21
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-20Translated using Weblate (Estonian)Weblate1-80/+83
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-19Make it more obvious that the add reaction button is not an emojiNicolas Werner3-1/+3
fixes #1301
2023-01-18Fix html in sidebar againNicolas Werner1-1/+1
2023-01-18Try building only the qml gstreamer plugin in flatpak packageNicolas Werner2-1/+36
2023-01-16ErrataJoseph Donofry1-1/+1
2023-01-15update Ubuntu dependency list for building from source (#1294)tastytea1-5/+12
tested in a fresh 22.04 VM today
2023-01-15v0.11.1Joseph Donofry4-6/+14
2023-01-15Update README.md (#1287)squid-f1-0/+5
Add instruction to install on Mageia, as Nheko is now part of the official repo of the distribution.
2023-01-14Translated using Weblate (Finnish)Weblate1-1/+1
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-14Translated using Weblate (Portuguese (Portugal))Weblate1-21/+21
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-14Pause ParticleEmitter when not in use (#1284)Joseph Donofry3-21/+45
* Pause ParticleEmitter when not in use * Use timer instead to pause particle system
2023-01-13Translated using Weblate (Japanese)Weblate1-8/+8
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-13Translated using Weblate (German)Weblate1-1/+1
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-13Translated using Weblate (Finnish)Weblate1-22/+22
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-13Add missing translations to READMENicolas Werner1-0/+1
2023-01-12Remove dead codeNicolas Werner3-74/+0
2023-01-12There was always supposed to be a failed state for eventsNicolas Werner2-4/+11
2023-01-12v0.11.0Nicolas Werner5-16/+17
2023-01-12Fix white bar above sticker pickerNicolas Werner2-35/+17
2023-01-12Translated using Weblate (Esperanto)Weblate1-5/+5
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-12Fix weirdly big spinnerNicolas Werner1-2/+2
2023-01-12Fix white bar above emoji pickerNicolas Werner1-35/+19
2023-01-12Update changelogNicolas Werner1-2/+2
2023-01-12Try to fix binding loop in emoji pickerNicolas Werner1-2/+2
2023-01-12Update changelog for 0.11.0Nicolas Werner2-2/+100
2023-01-12Translated using Weblate (Chinese (Simplified))Weblate1-2/+2
Currently translated at 100.0% (940 of 940 strings) Co-authored-by: ling <xll520yzl@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko
2023-01-12Bump mtxclient versionNicolas Werner4-67/+65
2023-01-12Log registration flowsNicolas Werner4-115/+6
2023-01-10Translated using Weblate (Ukrainian)NullPointerException1-246/+249
Currently translated at 25.5% (240 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/uk/
2023-01-10Translated using Weblate (Indonesian)Linerly1-93/+95
Currently translated at 100.0% (940 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/
2023-01-10Translated using Weblate (Portuguese (Brazil))Terry Cukerberg1-5/+5
Currently translated at 7.9% (75 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_BR/
2023-01-10Translated using Weblate (Portuguese (Brazil))Daimar Stein1-29/+29
Currently translated at 7.9% (75 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_BR/
2023-01-10Translated using Weblate (Portuguese (Brazil))zerowhy1-4/+4
Currently translated at 7.9% (75 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_BR/
2023-01-10Translated using Weblate (Esperanto)Tirifto1-358/+375
Currently translated at 99.4% (935 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/
2023-01-10Translated using Weblate (Estonian)Priit Jõerüüt1-53/+53
Currently translated at 89.3% (840 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/
2023-01-10Translated using Weblate (Finnish)Lurkki141-8/+10
Currently translated at 91.8% (863 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/
2023-01-10Translated using Weblate (Chinese (Simplified))Chen Shaoju1-27/+30
Currently translated at 100.0% (940 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/
2023-01-10Translated using Weblate (Chinese (Simplified))Poesty Li1-131/+134
Currently translated at 100.0% (940 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/
2023-01-10Translated using Weblate (Chinese (Simplified))ling1-11/+13
Currently translated at 100.0% (940 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/
2023-01-10Translated using Weblate (Russian)SOT-TECH1-2/+2
Currently translated at 32.6% (307 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/
2023-01-10Translated using Weblate (Polish)Przemysław Romanik1-95/+95
Currently translated at 93.2% (877 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
2023-01-10Translated using Weblate (Dutch)Jaron Viëtor1-153/+162
Currently translated at 100.0% (940 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/
2023-01-10Update supported Matrix versionNicolas Werner30-2949/+2951
2023-01-10Properly regenerate emoji using regional indicatorsNicolas Werner2-2/+106
fixes #1245 closes #1246
2023-01-09Try to make clang-format happyNicolas Werner1-1/+1
2023-01-09Document Safari workaroundNicolas Werner1-1/+4
2023-01-09Possibly fix paste from SafariNicolas Werner1-1/+7
2023-01-09Add some more error loggingNicolas Werner3-26/+18
2023-01-09Make server connection errors more usefulNicolas Werner2-15/+10
2023-01-08Fix potential crash from the room directoryNicolas Werner2-18/+48
2023-01-07Speedup quick switcherNicolas Werner5-38/+57
2023-01-07Fix clear button stylingNicolas Werner1-20/+7
2023-01-07Fix html in usernamesNicolas Werner2-2/+2
2023-01-07Navigate to space when room is selectedNicolas Werner5-3/+11
fixes #1260
2023-01-07Fix crash in migrations during secrets deletionNicolas Werner3-18/+53
We need to block the migrations returning until the migrations are done. Fixes #1258
2023-01-05Update .gitlab-ci.ymlDeepBlueV7.X1-0/+2
2023-01-05Update AppImageBuilder.ymlZhymabek Roman1-0/+8
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
2023-01-05Try to fix blank screen in AppImage buildZhymabek Roman1-0/+1
2023-01-05Try to fix blank screen in AppImage buildZhymabek Roman1-2/+2
2023-01-05Fix stupid typo in AppImageZhymabek Roman1-0/+4