Konstantinos Sideris
aa486a5c0c
Adjustments for the minimized sidebar
6 years ago
Konstantinos Sideris
3a57d1018e
Add option to configure the font size
...
fixes #161
6 years ago
Konstantinos Sideris
ce26f041ad
Add method to center widgets & clean up unused headers
6 years ago
Konstantinos Sideris
1716502eff
Improvements on the system theme
6 years ago
Konstantinos Sideris
8767ea181d
Mark unread rooms as such in the room list
...
fixes #313
6 years ago
Konstantinos Sideris
bf4d559523
Strip paragraph tags
...
fixes #438
6 years ago
Konstantinos Sideris
dd73a4b278
Trim whitespace from text messages
6 years ago
Konstantinos Sideris
9e8f0b7409
Initial support for sending markdown formatted messages
...
fixes #283
6 years ago
Konstantinos Sideris
a21db789e7
Fix double href links on username pills
6 years ago
Konstantinos Sideris
8ad01f520a
Add initial support for displaying formatted messages
6 years ago
Konstantinos Sideris
990a3a97c7
Merge matrix-structs into the client lib
6 years ago
Rudi Floren
c8a59f2d6e
Add device ID and device fingerprint to settings page like in Riot. ( #407 )
6 years ago
Konstantinos Sideris
b5b5faa5ec
Consider the scale ratio when scaling down images
...
fixes #393
6 years ago
Konstantinos Sideris
85e93a88a6
Add option to specify the scale factor
...
fixes #357
fixes #335
fixes #230
6 years ago
Konstantinos Sideris
24bad93f6b
Add option to ignore key requests altogether
6 years ago
Konstantinos Sideris
83008f44e4
Show device list in user profile & add option to create 1-1 chat
6 years ago
Konstantinos Sideris
0e814da91c
Move all files under src/
6 years ago
Konstantinos Sideris
a9f02128a2
Use the http link for video messages
...
Add method to convert matrix content URIs to http links
6 years ago
Konstantinos Sideris
4344b6964f
Save timeline messages in cache for faster startup times
6 years ago
Konstantinos Sideris
18061f0600
Use the correct avatar size for HiDPI displays
7 years ago
Konstantinos Sideris
ed9501023a
Add support for retrieving the notification events ( #33 )
7 years ago
Konstantinos Sideris
95120c602b
Refactor utils::getMessageDescription
7 years ago
Konstantinos Sideris
4a7b62e8fa
Fix CI errors
7 years ago
Konstantinos Sideris
c971602b2d
Add remove_if for maps
7 years ago
Konstantinos Sideris
2f00fc51bf
Cache refactoring
7 years ago
Konstantinos Sideris
553a97c8bb
Add basic support for username auto-completion
...
fixes #40
7 years ago
Konstantinos Sideris
127c52e39a
Scale down the preview image to fit in the application window
...
On macOS the modal has some extra space around the main content
that might make it unusable with a big enough image.
7 years ago
Konstantinos Sideris
1764bacd4b
Move scaleImage() in Utils
7 years ago
Konstantinos Sideris
8b139c32a3
Minor adjustments
7 years ago
christarazi
cd9d1a2ec6
Support audio, video, generic file for pasting ( #220 )
...
* Refactor widget items to use same interface
* Support audio, video, generic file for pasting
* Add utils function for human readable file sizes
* Set correct MIME type for media messages
This change also determines the size of the upload once from the
ContentLengthHeader, rather than seeking the QIODevice and asking for
its size. This prevents any future trouble in case the QIODevice is
sequential (cannot be seeked). The MIME type is also determined at
upload once, rather than using the QIODevice and the underlying data
inside.
* Allow for file urls to be used as fall-back
This fixes an issue on macOS which uses `text/uri-list` for copying
files to the clipboard.
fixes #228
7 years ago
Konstantinos Sideris
5b09c8e652
Handle surrogate pairs in avatars
7 years ago
Konstantinos Sideris
983aea7c76
Create widgets on demand for messages added to the end of the timeline
7 years ago