Loren Burkholder
cf09a6aa2f
Begin adding space child management
3 years ago
Loren Burkholder
d3c6bcd43c
Allow creating spaces
3 years ago
Krille Fear
07be49ba22
chore: Add missing ubuntu dependencies
3 years ago
Nicolas Werner
c21711830f
Fix pinned messages getting clipped
3 years ago
Nicolas Werner
eeb48749ae
Fix filtering without using regex
3 years ago
Nicolas Werner
8c66945be9
Don't use deprecated filterRegExp
3 years ago
Nicolas Werner
a8a3df23ab
Fix use of deprecated QRegExp in MemberList filter
3 years ago
Loren Burkholder
6672e765d7
Search room members ( #1049 )
3 years ago
DeepBlueV7.X
c637989ac0
Merge pull request #1054 from tastytea/image-pack-changes/pack-id
...
Show pack Id for image pack changes in timeline
3 years ago
Loren Burkholder
9cf0e3ca55
Add member list and settings buttons to spaces ( #1051 )
...
* Add member list and settings buttons to spaces
* Un-buttonify the member list button
* Properly button settings *and* members
3 years ago
Nicolas Werner
c8e8546315
Fix flatpak CI
3 years ago
Weblate
912a918f51
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (702 of 702 strings)
Co-authored-by: Linerly <linerly@protonmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/
Translation: Nheko/nheko
3 years ago
Nicolas Werner
f7ffaac63d
Fix PLs for DMs
3 years ago
tastytea
ffc5426e87
Show pack Id for image pack changes in timeline
...
Show either pack name, state key or (empty).
3 years ago
Nicolas Werner
3b2f47c56f
Show changes in image packs in timeline
3 years ago
Nicolas Werner
7138c7a49e
Explicitly install the configured files
3 years ago
Nicolas Werner
98d06f8dd5
Fix install of desktop file in flatpak
3 years ago
DeepBlueV7.X
ffb8dfc034
Merge pull request #1050 from Nheko-Reborn/uiTweaks
...
Focus room search
3 years ago
Loren Burkholder
5dc94447b9
Focus room search
3 years ago
Nicolas Werner
97aff7b646
Add more explanations to desktop file
3 years ago
Nicolas Werner
a02da356ba
Make Nheko discoverable using appdata
3 years ago
Nicolas Werner
a2da4b6df3
Fix linting
3 years ago
Loren Burkholder
da6b3eb8f4
D-Bus fixes ( #1048 )
...
According to LorenDB's First Law of Software Development, once a developer has committed or merged a new feature, he will find at least one problem with the implementation.
I realized that I was constructing the room info items with some parameters out of order, which required a rather urgent fix. Furthermore, I fixed the image decoding algorithms in the QDBusArgument operator. Finally, I switched the API version parameter back to QString, since passing it as a QVersionNumber would create a problem for non-Qt API users.
On the general improvements side of things, I added some handy wrappers for D-Bus calls so that other devs that copy the NhekoDBusApi files to use for their own applications won't have to go to the effort of making the D-Bus calls themselves.
3 years ago
DeepBlueV7.X
8cf3f1c077
Merge pull request #1046 from tastytea/zsh-completion
...
add Zsh completion
3 years ago
Nicolas Werner
01019450cf
Fix grayscale bug AGAIN
3 years ago
tastytea
9d15bfae99
add Zsh completion
...
Installs into the default site-wide Zsh directory.
3 years ago
Joseph Donofry
f688e15379
Fix cursor not being closed before txn was committed
3 years ago
Nicolas Werner
c3efab43fb
Cleanup some random dbus stuff
3 years ago
Loren Burkholder
686ebfdbec
Add D-Bus API ( #916 )
...
This adds functionality for viewing joined rooms and activating rooms.
3 years ago
Weblate
3329b7aab2
Translated using Weblate (Finnish)
...
Currently translated at 90.0% (632 of 702 strings)
Co-authored-by: Aminda Suomalainen <suomalainen+git@mikaela.info>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/
Translation: Nheko/nheko
3 years ago
Nicolas Werner
060a03e055
Fix accidental shadowing
3 years ago
Nicolas Werner
0a405a7446
Store notification counts across restarts
3 years ago
Weblate
5306a4ecac
Translated using Weblate (Finnish)
...
Currently translated at 90.0% (632 of 702 strings)
Co-authored-by: Aminda Suomalainen <suomalainen+git@mikaela.info>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/
Translation: Nheko/nheko
3 years ago
Nicolas Werner
3ea8a1d452
fix lint
3 years ago
Marcel
a8810ad016
Add specific powerlevel messages ( #852 )
...
fixes #136
3 years ago
Nicolas Werner
85f0ffb6bf
Remove boundary handling in image overlay
...
They hurt more than they are helping
3 years ago
Nicolas Werner
557e60990d
Make sender_key in key requests optional
3 years ago
Nicolas Werner
5dbbf3db4c
Fix sending sender_key in key requests
3 years ago
Nicolas Werner
864b4b2646
Fix SSSS if another client used the wrong base64 format
3 years ago
Nicolas Werner
cf38e6974a
Fix typo in key export
3 years ago
Nicolas Werner
f316dbed43
Fix a few issues with receiving to_device messages in initial sync
3 years ago
Nicolas Werner
66b7ff639c
Remove sender key from megolm session index
...
implements MSC3700
see https://github.com/matrix-org/matrix-spec-proposals/pull/3700
3 years ago
Weblate
a5e0e47a81
Translated using Weblate (Finnish)
...
Currently translated at 89.8% (631 of 702 strings)
Co-authored-by: Aminda Suomalainen <suomalainen+git@mikaela.info>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/
Translation: Nheko/nheko
3 years ago
Weblate
d53411920c
Translated using Weblate (Finnish)
...
Currently translated at 89.3% (627 of 702 strings)
Co-authored-by: Aminda Suomalainen <suomalainen+git@mikaela.info>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/
Translation: Nheko/nheko
3 years ago
DeepBlueV7.X
d3c7b0358c
Merge pull request #1037 from Nheko-Reborn/closeOnCtrlW
...
Close current room on Ctrl+W
3 years ago
Loren Burkholder
35e6cf003d
Close current room on Ctrl+W
3 years ago
DeepBlueV7.X
747fe6408d
Merge pull request #1036 from Nheko-Reborn/fixCreateDirectChat
...
Don't treat a space as a direct chat
3 years ago
Loren Burkholder
3bb00aa96c
Don't treat a space as a direct chat
3 years ago
DeepBlueV7.X
a100a5b2f0
Merge pull request #1033 from Apurv404/fix-room-alias-issue
...
Fix room alias issue (#354 )
3 years ago
Apurv404
9eddee75ca
Fix room alias issue ( #354 )
3 years ago