Commit Graph

3092 Commits

Author SHA1 Message Date
Nicolas Werner 801af1864c
Fix off-by-1 in insertRows when loading room list from initial sync 2021-07-12 01:07:10 +02:00
Nicolas Werner 68851ee5aa
Update Qt version in README 2021-07-12 00:55:44 +02:00
Nicolas Werner 92d6b9c5f1
Install deps for add-apt-repo 2021-07-12 00:54:11 +02:00
Nicolas Werner cee73d7598
Try to update qt in CI 2021-07-12 00:49:58 +02:00
Nicolas Werner bd26624ed8
Prepare for reuseItems in timeline
The actual reuseItems is still blocked on a few upstream bugs.
2021-07-12 00:24:33 +02:00
Nicolas Werner f7ffcb4846
Use required properties and delegate pooling for room list 2021-07-10 20:28:46 +02:00
Nicolas Werner d61a9c718a
Fix high CPU usage when a room is open 2021-07-10 17:21:15 +02:00
Nicolas Werner b064eb34aa
Fix lint 2021-07-10 16:14:24 +02:00
Nicolas Werner c755d54243
Remove db bottleneck by caching ro txn for 100 requests 2021-07-10 16:12:38 +02:00
Nicolas Werner f38650edf0
Add additional device verification logging 2021-07-10 16:11:33 +02:00
Nicolas Werner d163809551
Fix blurhash discoloration on decode 2021-07-09 23:35:27 +02:00
Nicolas Werner 2f08f5181c
Redesign invites and room preview joins 2021-07-09 11:36:34 +02:00
Nicolas Werner c318adbf21 Merge branch 'nheko_loading_spinner' into 'master'
Nheko loading spinner

See merge request nheko-reborn/nheko!9
2021-07-09 07:48:50 +00:00
Joseph Donofry 16e9332aec
Remove commented code 2021-07-08 22:41:36 -04:00
Joseph Donofry 8871f7e9d8
Fixes from code review 2021-07-08 22:39:27 -04:00
Joe Donofry f5d3804476 Merge branch 'windows_coeurl' into 'master'
Get SChannel CURL backend working for coeurl on Windows

See merge request nheko-reborn/nheko!8
2021-07-09 01:35:29 +00:00
Joseph Donofry 425f02b800
Remove EmojiEmitter 2021-07-08 21:28:10 -04:00
Joseph Donofry 1d204ce94c
Merge remote-tracking branch 'origin/master' into nheko_loading_spinner 2021-07-08 21:15:50 -04:00
Joseph Donofry d25f020d79
Fix linter issue 2021-07-08 21:07:45 -04:00
Joe d05253a740 Add missing include to Utils 2021-07-08 00:39:11 -04:00
Joe 9a96a0ba5d Update mtxclient with coeurl fixes 2021-07-07 22:56:44 -04:00
Joe 4ff0775a22 Get SChannel CURL backend working for coeurl on Windows 2021-07-07 17:05:39 -04:00
Joe 82088fa0d7 Fix cmake template define issue 2021-07-07 09:48:13 -04:00
Joe 478c3b3e0b Fix Backtrace define error for Windows 2021-07-07 00:26:20 -04:00
Weblate 4a9a35e717 Translated using Weblate (Finnish)
Currently translated at 47.4% (234 of 493 strings)

Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/
Translation: Nheko/nheko
2021-07-06 14:53:18 -04:00
Weblate fdbb894929 Translated using Weblate (Estonian)
Currently translated at 100.0% (493 of 493 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
2021-07-06 06:21:26 -04:00
Nicolas Werner f23fd5f822
Fix a few embarrassing bugs with device list updates 2021-07-06 11:39:29 +02:00
Nicolas Werner 9540d704e0
Show previews for space rooms 2021-07-04 23:06:50 +02:00
Nicolas Werner ecd57df6e2
Explicitly state that online keybackup is unsupported rn 2021-07-03 23:25:28 +02:00
Nicolas Werner 9f30a30e53
Update E2EE note 2021-07-03 23:17:17 +02:00
Nicolas Werner f6f5d2615a
Make emoji picker follow theme 2021-07-03 22:45:36 +02:00
Nicolas Werner 683a24d2aa
Fix community sidebar toggle 2021-07-02 12:36:33 +02:00
Nicolas Werner d2ba0b6603
Update translations 2021-07-02 09:47:43 +02:00
Nicolas Werner 5b016cbc68
Remove dead code to calculate last message 2021-07-01 12:45:47 +02:00
Nicolas Werner 568ec845da
Fix mouse cursor on reply delegates 2021-06-30 22:54:58 +02:00
DeepBlueV7.X 25461b20eb
Merge pull request #626 from Nheko-Reborn/curl
Use coeurl for networking
2021-06-30 20:22:06 +00:00
Nicolas Werner bebe330035
Install libevent dev dependency for appimage 2021-06-30 15:48:55 +02:00
Nicolas Werner 66e69d7f2b
Ignore return value of write() in signal handler 2021-06-30 15:48:54 +02:00
Nicolas Werner e5776f7177
Add libevent in flatpak 2021-06-30 15:12:38 +02:00
Nicolas Werner 9f7064676c
Get rid of boost dependency for stacktraces 2021-06-30 15:01:41 +02:00
Nicolas Werner a2c4d0875c
Update mtxclient and add coeurl to flatpak 2021-06-30 13:05:18 +02:00
Nicolas Werner 94e21ea2ea
Add curl deps to CI 2021-06-30 13:01:26 +02:00
Nicolas Werner 590395a08b
Fix too many newlines in reply fallback 2021-06-30 12:22:22 +02:00
Nicolas Werner 2c307a4dee
Fix error message for /sync 2021-06-30 12:21:57 +02:00
Nicolas Werner 00f251753e
Use coeurl for networking
Something is still wrong on shutdown, need to debug that.
And CI will fail.
2021-06-30 02:43:36 +02:00
Nicolas Werner 78c69a8f7b
Fix tags going missing if you join communities 2021-06-26 23:56:34 +02:00
DeepBlueV7.X fddc558b23
Merge pull request #624 from Cadair/inline_img_single_quote
Add another regex to match inline img tags using single quotes
2021-06-25 17:27:15 +00:00
Nicolas Werner 7fdd00a5c1
Try to fix appveyor 2021-06-25 18:57:45 +02:00
Stuart Mumford 7fab2925b4
Apply suggestions from code review 2021-06-25 15:44:15 +01:00
Stuart Mumford 9194b87bdc
Update src/timeline/TimelineModel.cpp 2021-06-25 15:21:04 +01:00