Nicolas Werner
9649c20fc6
Add some logging to dock
3 years ago
d42
0e02024084
Unread messages count as an Unity compatible badge ( #1085 )
...
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
3 years ago
Nicolas Werner
c742e545d2
Fix unnecessary detatch in for loop
3 years ago
Nicolas Werner
6c6d43691d
Add basic powerlevel editor
3 years ago
Nicolas Werner
ac5e3fe3e8
Send images on enter if input bar is empty
3 years ago
Nicolas Werner
c792fd28b1
Fix unsigned wraparound when creating one time keys
3 years ago
Nicolas Werner
28ff6fa484
Fix bad format string
3 years ago
Nicolas Werner
d2561b0512
Use newer libolm
3 years ago
Nicolas Werner
a2d3990f90
Fix stopping the fallback removal timer starter
3 years ago
Nicolas Werner
0a65019242
Add support for fallback keys
3 years ago
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