Nicolas Werner
908f62159a
Properly mark image node as dirty on size update
3 years ago
Nicolas Werner
90da39313f
Use right linter
3 years ago
Nicolas Werner
a6b2be112b
More image dialog fixes
3 years ago
Nicolas Werner
8f6ed458a6
Add mtxclient to logging
3 years ago
Nicolas Werner
a0f722f2a4
Fix header order...
3 years ago
Nicolas Werner
9910244f6b
Fix potential crash when opening separate rooms
3 years ago
Nicolas Werner
87070289fd
Activate window that already has the room open if possible
3 years ago
Nicolas Werner
62bf1b253e
Rework focus handling
3 years ago
Nicolas Werner
803bc8cf76
Fix notification for focus room in main window
3 years ago
Nicolas Werner
21584cd91d
fix indentation
3 years ago
Nicolas Werner
db1bcd7b5a
Show powerlevels in memberlist
3 years ago
Nicolas Werner
535ad22b7d
Fixup some small emoji things
3 years ago
Nicolas Werner
b75ef07896
Add basic support for multiple windows
3 years ago
Nicolas Werner
e4f8d32a72
Don't crash on corrupt animated images
3 years ago
TheDrawingCoding-Gamer
ba57b01b9d
Fix triumph mapping
3 years ago
Nicolas Werner
b30211f43c
Fix scaling of animated images in fullscreen image viewer
3 years ago
BulbyVR
4129d58b6d
Change name to codepoint
3 years ago
Nicolas Werner
a0526044ef
Fix scaling of animated images in fullscreen image viewer
3 years ago
BulbyVR
97105ebc5f
More codes and rules
3 years ago
BulbyVR
64882fd6de
Unhardcode qml
3 years ago
BulbyVR
876645544c
forgot to lint
3 years ago
BulbyVR
b629882793
Properly add regional indicators, with ZWNJ
3 years ago
BulbyVR
209865e882
Add more aliases, start on regional indicators
3 years ago
BulbyVR
22f90874cc
Forgot linting
3 years ago
BulbyVR
79ed520d59
Allow search with unicode names
3 years ago
BulbyVR
dabde88e1c
Remove sequences of _
3 years ago
BulbyVR
90b88eb592
Keep old codes alongside new ones
...
Signed-off-by: BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com>
3 years ago
BulbyVR
79399d8118
Run make lint
...
Signed-off-by: BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com>
3 years ago
BulbyVR
7d3a98af67
Add transforms and shortcodes to emoji
...
Signed-off-by: BulbyVR <26726264+TheDrawingCoder-Gamer@users.noreply.github.com>
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
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
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
Nicolas Werner
01019450cf
Fix grayscale bug AGAIN
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
Nicolas Werner
060a03e055
Fix accidental shadowing
3 years ago
Nicolas Werner
0a405a7446
Store notification counts across restarts
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
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