Commit graph

5467 commits

Author SHA1 Message Date
Loren Burkholder
bb971b0575
Add report message functionality 2023-10-25 22:24:40 -04:00
Nicolas Werner
bbfbba30b0
Allow setting presence state again 2023-10-25 23:22:39 +02:00
Nicolas Werner
51976cf367
Fix linting 2023-10-25 19:41:53 +02:00
Nicolas Werner
465a67bfaf
Properly close cursors before commit and db deletion 2023-10-25 17:41:40 +02:00
DeepBlueV7.X
7dd90ed6f0
Merge pull request #1594 from mips64-el/master
Fix double free on commit database migration
2023-10-25 15:38:13 +00:00
mips64-el
caba669e88 Fix double free on commit database migration 2023-10-25 01:30:50 +02:00
Nicolas Werner
491809e853
prevent overscroll in roomlist and communities list 2023-10-23 02:05:08 +02:00
Nicolas Werner
e3ad60911d
Fix scroll position jumping when replying or resizing the window 2023-10-23 01:56:53 +02:00
Nicolas Werner
d45dc6c77b
Migrate olm sessions to be stored in one database instead of thousands 2023-10-23 01:40:10 +02:00
Nicolas Werner
724e38e673
hr tags are self closing 2023-10-22 01:02:29 +02:00
DeepBlueV7.X
54ffd335b7
Merge pull request #1585 from Mikaela/gitattributes2
.{gitattributes,editorconfig} take two
2023-10-21 20:51:59 +00:00
Nicolas Werner
3ae5838230
Add a way to compact the database
Can also be used to fix some corruption.
2023-10-21 19:48:32 +02:00
Nicolas Werner
071578923d
Possibly fix a crash in the EventDelegateChooser 2023-10-20 19:40:53 +02:00
Nicolas Werner
78fac7dced
Small qml fixes 2023-10-18 22:43:45 +02:00
Nicolas Werner
fab7805610
Relayout when event delegates change implicit size 2023-10-18 21:37:24 +02:00
Aminda Suomalainen
0fe5721b5b
add .editorconfig based on .clang-format 2023-10-16 13:32:27 +03:00
Aminda Suomalainen
2bfd6a3708
add .gitattributes 2023-10-16 13:23:09 +03:00
Weblate
85556c9e10 Translated using Weblate (French)
Currently translated at 67.5% (675 of 1000 strings)

Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/
Translation: Nheko/nheko
2023-10-14 04:20:16 +00:00
Nicolas Werner
45ecb71444
Qt6.6 compatibility 2023-10-13 23:29:32 +02:00
Joseph Donofry
4ec463bee2
Fix (hopefully) HiDPI scaling issues with edit and encryption icons 2023-10-13 14:20:43 -04:00
Nicolas Werner
07fd58e59f
Fix forward completer after delegate rework 2023-10-11 22:44:31 +02:00
Nicolas Werner
f8041d176a
Remove old messages only when the db is full or on startup
Adds about 40ms of startup delay here, which I think is okay.
2023-10-11 21:07:42 +02:00
Sateallia
13a540646f
Focus to the message input bar after dragging and dropping a file 2023-10-11 20:59:46 +02:00
Joseph Donofry
24389f36f8
Fix chat effect particles sometimes getting 'stuck' on screen 2023-10-09 21:19:43 -04:00
Nicolas Werner
b541f5eb68
Try to fix 'PowerlevelIndicator is not a type' 2023-10-10 02:16:15 +02:00
Nicolas Werner
057e1f5c67
Fix reply and topic colors 2023-10-10 01:10:10 +02:00
Nicolas Werner
c793506dc4
fix click to go to reply after merge 2023-10-10 01:01:37 +02:00
Nicolas Werner
3a0d5788e1
Merge branch 'delegate-rework' 2023-10-10 00:33:39 +02:00
Nicolas Werner
a7af3bb96c
Restore reply context menu 2023-10-10 00:01:02 +02:00
Nicolas Werner
4d2a5d1e9b
Attach reactions on the right for our own bubbled messages 2023-10-09 22:53:53 +02:00
Nicolas Werner
149535efbe
Make effect messages stand out more 2023-10-09 22:50:41 +02:00
Nicolas Werner
f47f66f748
Add threads display and prettier highlight to bubbles style 2023-10-09 22:29:53 +02:00
Nicolas Werner
57a27396ad
Remove old TimelineRow 2023-10-09 22:14:01 +02:00
Nicolas Werner
b29ce3ca44
cleanups 2023-10-09 22:04:01 +02:00
Nicolas Werner
b0df40496d
Shrink replies 2023-10-09 21:41:00 +02:00
Nicolas Werner
a86e364d1a
Basic bubble style 2023-10-09 21:28:39 +02:00
Nicolas Werner
fc7a1bdfba
Fix missing property showAcceptKnockButton 2023-10-09 19:32:06 +02:00
Weblate
5b66dfa8d8 Translated using Weblate (French)
Currently translated at 67.5% (675 of 1000 strings)

Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/
Translation: Nheko/nheko
2023-10-09 07:20:15 +00:00
Nicolas Werner
b03bfa53e4
Fix CPU usage from out of frame animated images 2023-10-09 04:18:16 +02:00
Nicolas Werner
15b5712f9a
Start working on bubble delegate 2023-10-09 03:49:45 +02:00
Nicolas Werner
25f19c11b1
Fix high CPU use caused by ItemParticle 2023-10-09 03:48:58 +02:00
Nicolas Werner
2a687a202a
Fix typing notifications 2023-10-09 00:20:30 +02:00
Nicolas Werner
c4d2ec875d
Fixup reply and state event rendering 2023-10-08 23:52:23 +02:00
Nicolas Werner
6c6370c83f
Switch to manual polishing of event delegates 2023-10-08 20:14:13 +02:00
DeepBlueV7.X
f00b246af1
Merge pull request #1575 from Nheko-Reborn/plindicator
Fix powerlevel indicator size in the timeline
2023-10-04 16:07:50 +00:00
Loren Burkholder
79a47ff9c2 Fix powerlevel indicator size in the timeline 2023-10-02 10:41:38 -04:00
DeepBlueV7.X
29b9e0f750
Merge pull request #1576 from Nheko-Reborn/fixreplies
Fix reply text color
2023-10-02 14:25:51 +00:00
Loren Burkholder
8b05a4facd Fix reply text color 2023-10-02 10:09:04 -04:00
DeepBlueV7.X
2401c211ab
Merge pull request #1573 from Nheko-Reborn/fixqml
Add missing QML import
2023-10-01 20:00:55 +00:00
Loren Burkholder
d049b39ee5
Add missing QML import 2023-10-01 15:49:47 -04:00