Carl Schwan
5c8d916752
Add support for stickers
...
Fix #130
2020-12-29 14:28:32 +00:00
Carl Schwan
5a831732c5
Fix Platform is undefined bug
2020-12-29 01:43:23 +01:00
Carl Schwan
a929f7bca3
Move Header Collapse Button to the Right
...
Fix #191
2020-12-28 10:53:08 +01:00
Carl Schwan
c69d3587ba
Allow editing text and also hide edits from the timeline
2020-12-28 09:37:17 +00:00
Shantanu Tushar
9d82ebb0ed
Use the I-beam cursor when hovering on chat message text field
2020-12-28 10:25:17 +01:00
Tobias Fella
724f10a895
Don't load empty images from imageprovider
...
Previously, when there was no avatar set, the source property of Avatar was still set to 'image://mxc/',
which caused Avatar to load that from the imageprovider. The imageprovider can't provide an empty image and aborts with error
2020-12-28 01:28:13 +01:00
Eamonn Rea
066ab1e6c6
Fix cursorShape not updating for messages
2020-12-27 23:51:06 +00:00
Tobias Fella
8aec6b67cb
Fix image saving
2020-12-24 13:29:35 +01:00
Tobias Fella
1a28e52d79
Set a default name when saving files
...
Fixes #173
2020-12-24 01:54:19 +01:00
Carl Schwan
b4e528b047
Remove old code
2020-12-23 23:11:23 +00:00
Carl Schwan
59f9c36854
Dismiss reply when clicking on Esc
...
Fix #175
2020-12-23 18:01:09 +01:00
Devin Lin
8f348eb4fd
Cap height of send message box, and make it scrollable
2020-12-23 09:07:37 +00:00
Devin Lin
93f35faf95
Fix room header text alignment and add support for two line room descriptions
2020-12-23 08:53:09 +00:00
Devin Lin
87a7a34d80
Show feedback on avatar hover
2020-12-23 08:51:07 +00:00
Carl Schwan
dbc82b113b
Fix not eliding text in USerDetailDialog
...
Fix : #169
2020-12-22 15:23:12 +01:00
Tobias Fella
b3899f1e69
Port away from implicitly defined onFoo properties in Connections
2020-12-21 16:37:22 +01:00
Carl Schwan
6482f08eba
Switch back to plain text editing
...
See https://bugreports.qt.io/browse/QTBUG-89630
2020-12-21 10:23:14 +01:00
Carl Schwan
f61eff2937
Use TextArea instead of simple field for room topic
2020-12-20 20:25:53 +01:00
Tobias Fella
449adf993c
Allow opening links in the MessageDelegateContextMenu
...
Fixes #167
2020-12-20 18:05:05 +01:00
Carl Schwan
3fcb40f9dd
Fix invite page closing the wrong page
...
This fix #150
2020-12-19 11:47:05 +01:00
Carl Schwan
bd41dcc986
Don't recreate RoomPage each time and add a small loading indicator
2020-12-17 08:59:11 +00:00
Carl Schwan
2b84c5dd02
Improve autocompletion
2020-12-17 08:57:50 +00:00
Mathew Broady
79dab63993
Remove forgotten NeoChat.Effect imports
...
Fixes the "Start Chat" and "Explore Rooms" pages
2020-12-17 17:20:29 +11:00
Tobias Fella
8e2cdc8f08
Implement a device management page
2020-12-16 23:37:49 +00:00
Tobias Fella
d6e56174b5
Merge branch '1.0'
2020-12-17 00:35:34 +01:00
Tobias Fella
d7765f0f0a
Fix file saving
2020-12-16 23:12:43 +00:00
Carl Schwan
5d80fdfcb6
Make the RightClick button works correctly
2020-12-16 16:28:42 +00:00
Carl Schwan
049a1b3528
Make drawer text selectable
...
Fix bug #140
2020-12-15 17:57:55 +01:00
Tobias Fella
24fac27a7f
Get rid of Neochat.Effect
2020-12-15 17:57:55 +01:00
Tobias Fella
cbad7fbf51
Remove 'configure room' button from roomlist
2020-12-11 22:42:43 +01:00
Tobias Fella
0aeecb8c63
Also update read markers when opening room
2020-12-09 23:44:53 +01:00
Tobias Fella
05955c43de
Improve read markers by fixing detection of first and last visible event and updating event markers on new messages
...
Fixes #60
2020-12-09 23:31:05 +01:00
Devin Lin
d5b21b837d
Reduce sidebar clutter by shrinking text sizes and increasing spacing
2020-12-09 21:19:45 +00:00
Carl Schwan
12164b91ed
Add new line and not <br />
2020-12-09 21:16:21 +00:00
Yuri Chornoivan
675e0d5611
Fix comment
2020-12-08 09:24:01 +02:00
Carl Schwan
87833a8458
Add an image editor
2020-12-07 09:58:03 +00:00
Carl Schwan
ccdcf9a354
Fix tapping issue on room list
2020-12-06 19:30:14 +01:00
Carl Schwan
408b9eb057
Use long press on mobile for room list
2020-12-06 17:41:33 +01:00
Carl Schwan
344dbb110d
Fix a few issues with icons
2020-12-06 17:37:10 +01:00
Carl Schwan
29584aec23
Allow redaction of message only by admins and authors of the message
...
Previously you could click on the button but it would do nothing
2020-12-05 11:29:37 +01:00
Carl Schwan
064bc5adbe
Allow kicking and banning users
2020-12-05 11:06:27 +01:00
Carl Schwan
aaa0024fd6
Add easy way to switch between accounts
...
Related to #121
2020-12-05 00:26:37 +01:00
Carl Schwan
7d8e344842
Remember active connection instead of loading first connection
...
Fix #122
2020-12-04 23:16:21 +01:00
Carl Schwan
7ed41a8f68
Move back to plain text
2020-12-04 21:25:23 +01:00
Carl Schwan
b90a027c99
Use video delegate for videos
...
There is still two issues:
* Videos send by neochat are broken (missing metadata)
* Once the video has run it is unavailable
Fix #120
2020-12-04 10:37:04 +01:00
Carl Schwan
b24af7c2f0
Fix room list
2020-12-03 22:39:35 +01:00
Carl Schwan
09804511d0
Fix formatting
2020-12-03 22:37:17 +01:00
Carl Schwan
e3e2e4f66e
Remove debug output
2020-12-03 22:25:01 +01:00
Carl Schwan
10d84e96b7
clean
2020-12-03 22:19:51 +01:00
Carl Schwan
23ec54ecd0
Allow Ctrl-V pasting of images from the clipboard
...
Fix #117
2020-12-03 21:43:58 +01:00