Alexandra Betouni
4ee21ada05
feat(desktop) Added image function in Style
...
Introduced Style.svg() Style.png() Style.emoji() and
Style.icon() in Style.qml. Those should be used to
set the source in Images instead of using relative
paths. Usage:
Image {
source: Style.svg("check)
....
Also moved all Singletons inside a new "utils"
folder and made it a QML module, to use
import utils 1.0 instead of relative paths
Closes #3678
2021-09-28 15:28:00 -04:00
Andrei Smirnov
f66e64cc9c
fix(@desktop/timeline): auto-update messages age
2021-07-16 18:14:01 -04:00
Andrei Smirnov
1cc8d768b8
fix(@desktop/timeline): render message age instead of message time
2021-07-16 18:14:01 -04:00
Anthony Laibe
0eb2a23600
fix(@desktop/timeline): update color of chat time when image
2021-07-13 11:38:43 -04:00
Pascal Precht
aeedc87368
feat: introduce global settings
...
This commit introces global settings that apply across accounts used
inside the application. This is useful when settings like the selected
locale should b the same across all accounts.
Closes #2144
2021-04-19 13:53:14 +02:00
Jonathan Rainville
0478a04db9
fix: fix chat time tooltip being too big
...
Fixes #1946
2021-03-25 16:57:47 -04:00
Jonathan Rainville
6eee5da36e
fix: fix texts to use secondaryText instead of darkGrey
2021-02-22 09:58:18 -05:00
Richard Ramos
e8c169aace
fix: make the time not selectable
2021-02-10 13:53:09 -05:00
Richard Ramos
0f44178c85
feat: add tooltip with the message timestamp when hovering the chat time
2021-02-10 13:53:09 -05:00
Jonathan Rainville
5ab99cbeac
feat: show time and sent status on the image itself
2021-01-14 16:02:27 -05:00
Pascal Precht
f9b7d9dfc9
refactor: make use of Qt.locale
2021-01-04 15:16:37 -05:00
Pascal Precht
eca5622439
feat: introduce Utils.formatDateTime
...
We already have a utility function to format time, this one formats date + time
and is used in status updates as well as channel lists.
2021-01-04 15:16:37 -05:00
Pascal Precht
8b74141b99
feat: allow users to change font size for chat messages
...
Closes #737
2020-11-25 14:41:29 +01:00
Jonathan Rainville
60f7a3cbe2
feat: format timestamp in TransactionBubble like the Chat
2020-08-27 16:15:27 -04:00
Richard Ramos
a31610742c
fix: code review
2020-07-21 13:15:22 -04:00
Richard Ramos
5351fb62dc
feat: display messages with an image contenttype
2020-07-21 13:15:22 -04:00
Jonathan Rainville
5951fcf131
feat: refactor Message and add Compact message type
2020-07-16 10:29:29 -04:00