Commit graph

5314 commits

Author SHA1 Message Date
Nicolas Werner
3b8a1f85e6
Fix avatar change being rendered as a join 2023-03-09 21:51:22 +01:00
Loren Burkholder
3b3d9dff83 Only enlarge emoji if the setting is on 2023-03-09 15:36:15 -05:00
Nicolas Werner
d0d33660ba
Cleanup table rendering
fixes #1406
2023-03-09 21:08:18 +01:00
Loren Burkholder
b266185ce8 Handle incomplete commands better 2023-03-07 19:17:26 -05:00
DeepBlueV7.X
b0e4cce065
Merge pull request #1403 from LcsTen/update-archlinux-instructions
Update Arch Linux installation instructions
2023-03-05 18:37:32 +00:00
LcsTen
eb1d874918 Add reference to nheko-git development package 2023-03-05 13:07:30 +01:00
LcsTen
51e350c6c7 Update Arch Linux installation instructions
nheko Arch Linux package is now available in community repository, AUR
isn't needed anymore to install it.
2023-03-05 10:49:33 +01:00
Weblate
5bce1b043c Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (942 of 942 strings)

Co-authored-by: Chen Shaoju <oshirisu.red@gmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/
Translation: Nheko/nheko
2023-03-03 12:23:59 +00:00
Loren Burkholder
9429e3c000 Scroll farther on PgUp/PgDn 2023-03-02 13:35:14 -05:00
Loren Burkholder
7bb509005c Add leave button to space preview 2023-03-02 10:30:59 -05:00
Loren Burkholder
2dc7492456 make lint 2023-03-01 18:04:36 -05:00
Loren Burkholder
9616ee51b3 Use QSet<QString> instead of QStringList 2023-03-01 18:01:02 -05:00
Loren Burkholder
ec8820ac64 Fix some nitpicks 2023-03-01 17:04:17 -05:00
Loren Burkholder
1e701d411b Don't double-show encryption dialog 2023-03-01 14:39:16 -05:00
Loren Burkholder
3245b119be Make switches respect accent color 2023-03-01 10:49:17 -05:00
Loren Burkholder
0df306e68b Make emoji larger in the timeline by default 2023-02-28 20:47:03 -05:00
Loren Burkholder
cf06ce846a make lint 2023-02-28 20:40:22 -05:00
Loren Burkholder
24d401365e Always open the invite dialog properly from the member list 2023-02-28 20:40:22 -05:00
Loren Burkholder
f3ab0abadf Change members button color when hovered 2023-02-28 20:40:22 -05:00
Loren Burkholder
eced5c83b4 Elide nicks and userids in read reciepts dialog 2023-02-28 20:40:22 -05:00
Loren Burkholder
0e3453660f Prevent long nicks/userids from breaking roomlist layout
Fixes #1297
2023-02-28 20:40:22 -05:00
Loren Burkholder
a731402816 Use the nheko spinner everywhere 2023-02-28 20:40:22 -05:00
Loren Burkholder
c27407bfab Don't show timeline behind warnings 2023-02-28 20:10:25 -05:00
Loren Burkholder
b4f8d4947f Simplify code a bit 2023-02-28 20:10:25 -05:00
Loren Burkholder
22ac5d861e Move command calculation logic into InputBar 2023-02-28 20:10:25 -05:00
Loren Burkholder
b6ef00b5ee Show warning when invalid command is entered
Fixes #1363

Please note that this doesn't prompt when you try to send a message with a bad command.
2023-02-28 20:10:25 -05:00
Loren Burkholder
9043087c80 Enhance appearance of room ping warning 2023-02-28 20:10:25 -05:00
Weblate
f8285f165e Translated using Weblate (Ukrainian)
Currently translated at 47.8% (451 of 942 strings)

Co-authored-by: NullPointerException <kigen745@gmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/uk/
Translation: Nheko/nheko
2023-02-28 23:41:02 +00:00
Joseph Donofry
9bc50fa908
Merge pull request #1382 from Nheko-Reborn/gitlab_artifact_updates
Create github release from tags and upload artifacts as assets
2023-02-28 22:50:13 +00:00
Joseph Donofry
e727538603
Remove test configurations 2023-02-28 17:44:22 -05:00
Joseph Donofry
7a8bfe4940
Fix macOS artifact names and fix jq quotes issue 2023-02-28 16:16:24 -05:00
Joseph Donofry
40ab6f5ce9
Fix typo in flatpak name for amd64 2023-02-28 14:10:55 -05:00
Joseph Donofry
3737da0b67
Fix dependencies 2023-02-28 13:48:21 -05:00
Joseph Donofry
9a1a065c61
Put releasable artifacts into artifacts dir 2023-02-28 13:39:11 -05:00
Joseph Donofry
51c9245c6a
Fix upload_url json key 2023-02-28 12:53:27 -05:00
Joseph Donofry
701058ef21
Release notes are already quoted 2023-02-28 12:04:55 -05:00
Joseph Donofry
4fc14b62cf
Add more logging to CI script 2023-02-28 10:59:47 -05:00
Joseph Donofry
b4148d9ca5
Maybe fix key naming issue 2023-02-27 18:02:31 -05:00
Joseph Donofry
caa1c4c565
Add perl 2023-02-27 17:34:31 -05:00
Joseph Donofry
86083d644d
Install curl from apk 2023-02-27 16:55:48 -05:00
Joseph Donofry
8691e029b5
Fix ci rule 2023-02-27 16:25:47 -05:00
Joseph Donofry
9a0320dd50
Make github script executable 2023-02-27 16:21:39 -05:00
Joseph Donofry
b4cfb63029
Test pattern for validation of functionality 2023-02-27 15:09:07 -05:00
Nicolas Werner
9399e68fda
Fix bug that prevented storing member events in the same database as the rest 2023-02-25 23:47:24 +01:00
DeepBlueV7.X
d8df6de6ab
Merge pull request #1392 from Mikaela/readme-download-stable
README.md: fix link of stable download badge
2023-02-25 17:28:18 +00:00
Aminda Suomalainen
7321d70100
README.md: fix link of stable download badge 2023-02-25 19:06:45 +02:00
Nicolas Werner
0839c64150
Disable qml diskcache by default
Since this causes crashes on some qml module updates.

Fixes #1383
Fixes #1132
2023-02-25 01:47:38 +01:00
DeepBlueV7.X
952afc8e59
Merge pull request #1389 from Nheko-Reborn/deletions
Delete some unneeded stuff
2023-02-24 17:39:03 +00:00
Loren Burkholder
5540ba34c7 Delete some unneeded stuff 2023-02-23 23:10:23 -05:00
Nicolas Werner
3c895ecd17
add missing license header 2023-02-24 02:55:56 +01:00