Alexandre Franke
2bf5b1a5d5
filter: apply to all sync requests
5 years ago
Kévin Commaille
1aff564e7c
bump matrix-sdk to ebcb2024d14614b8c984c5b95de5df04eec7933b
...
Get an updated ruma to handle push rules.
5 years ago
Kévin Commaille
bde79fcc85
Reset new room dialog after state is retrieved
5 years ago
Wyatt Turner
3e224af49e
Added error log when failing to join room by ID
5 years ago
Wyatt Turner
80555ede36
Moved clearing of "join_room_name" entry
...
The entry's text was originally getting cleared before it was actually used
to join a new room. I moved where the entry value is cleared to after it is used
to avoid the race condition.
5 years ago
Nathan Follens
3301657891
Update Dutch translation
5 years ago
Kévin Commaille
171ba6669b
meson: Update libhandy version to 1.2.0
5 years ago
Jan Tojnar
4125df1774
meson: Clarify license
...
SPDX is the standard recommended by Meson.
5 years ago
Kukuh Syafaat
b2972bb919
Update Indonesian translation
5 years ago
Philipp Kiemle
0a0f194a1d
Update German translation
5 years ago
Luna Jernberg
ea50a13e3e
Update Swedish translation
5 years ago
Jiri Grönroos
6670a6e827
Update Finnish translation
5 years ago
Emin Tufan Çetin
0b878e0204
Update Turkish translation
5 years ago
Thibault Martin
f4852a6d8a
Restore CoC section and fix a typo, in the README
5 years ago
Thibault Martin
c419e2d0e2
Remove 'origin' section of the README, and clarify that we're only partially making use of matrix-rust-sdk
5 years ago
Thibault Martin
b7d9caa49f
Remove references to how Fractal worked before matrix-rust-sdk
5 years ago
Thibault Martin
84a11eb8e4
Remove references to snap as it is not supported
5 years ago
Thibault Martin
e9cba51fff
Change the matrix room alias to the canonical one in README.md
5 years ago
Kai A. Hiller
db015b6d47
Fix wrong messages being replaced
...
The index used by replace_item is now determined from the right end of
the message list.
5 years ago
Daniel Mustieles
9e791b7460
Updated Spanish translation
5 years ago
Balázs Úr
6334b2ea9c
Update Hungarian translation
5 years ago
Alexandre Franke
e2e8288252
Add contribution guidelines
...
Fixes #722
5 years ago
Julian Sparber
84726b475d
bump matrix-sdk to e437aea01213338d7f11787411a025b6133efcff
...
This fixes the issue we are having caused by /profile api requiring
authentication.
5 years ago
Kai A. Hiller
6b10fa3ecc
Track relations in MessageList
5 years ago
Kai A. Hiller
9f686d1428
Refactor message handling into MessageList
5 years ago
Kai A. Hiller
e551658a63
Make model.Message order by date, then id
5 years ago
Julian Sparber
fbf2027db0
readme: Add information about Fractal-next and milestones
5 years ago
Piotr Drąg
5827ab40e9
Update Polish translation
5 years ago
Мирослав Николић
7bacb0f945
Add Serbian translation
5 years ago
Yuri Chornoivan
7db43401a2
Update Ukrainian translation
5 years ago
Enrico Nicoletto
e0e51eaa39
Update Brazilian Portuguese translation
5 years ago
Christopher Davis
b124fcddc3
main_window: Use HdyStatusPage for no room selected view
...
Closes https://gitlab.gnome.org/GNOME/fractal/-/issues/710
5 years ago
Christopher Davis
96f096057a
login: Use HdyStatusPage and rounded buttons
...
Related to https://gitlab.gnome.org/GNOME/fractal/-/issues/710
5 years ago
Julian Sparber
bd52ba787a
bump matrix-sdk to commit bdaed6237e104b738b5ad25c063675373d9fa60d
...
This also bumps tokio to 1.1.0 since the matrix-sdk depends on it.
5 years ago
Johannes Hayeß
5ed6b5863c
Update secret-service to v2.0
5 years ago
Maximiliano Sandoval R
48c5ede3a3
message: Run rustfmt
5 years ago
Maximiliano Sandoval R
7bec0f36db
Message Widget: Add margins for lists
...
Ordered and unordered lists now have margins.
5 years ago
Maximiliano Sandoval R
8bf85c11d7
Message Widget: Do not render incomplete messages
...
If a message contains raw html, the formatted body will contain a
comment, and instead of showing an incomplete message, the plain text
message is used.
5 years ago
Maximiliano Sandoval R
735ca936f4
Message Widget: Wrap SourceView in scrolled window
...
This way the code blocks do not try to take up all the space, prevents
the collapse of the leaflet when there are big code chunks.
5 years ago
Maximiliano Sandoval R
9ccb4ecdc1
Message Widget: Make ol/ul a list of boxes
...
Instead of adding a bullet to each label, create a horizontal box with a
bullet and the text, this way the text is properly spaced after
wrapping, i.e.
* some wrapped
text
* some wrapped
text
where the second is the implemented and correct behavior. Additionally,
the bullet cannot be selected as part of the message.
5 years ago
Maximiliano Sandoval R
4712f9dfdb
Message Widget: Connect right click menu for html
...
html formatted messaged were not connecting the right click menu.
connect_right_click_menu was changed to accept arbitrary widgets as
input instead of gtk::Label only.
5 years ago
Maximiliano Sandoval R
2276b85228
Message Widget: Don't highlight matching brackets
5 years ago
Maximiliano Sandoval R
6e98d2b7d7
Add css for code blocks
5 years ago
Maximiliano Sandoval R
1ec9ca3955
Add css for headlines
5 years ago
Maximiliano Sandoval R
6457c34192
Message Widget: Initial html support
...
Following !399 .
Ensure build_room_msg_body returns errors
5 years ago
Maximiliano Sandoval R
12cc259536
Update html2pango to 0.4.1
...
anyhow needed to be updated to 1.0.37.
5 years ago
Emin Tufan Çetin
8781378a79
Update Turkish translation
5 years ago
Alejandro Domínguez
b056f25f1b
Further componentize MessageBox
5 years ago
Alejandro Domínguez
60e81c4a7b
Clean MessageContent
5 years ago
Alejandro Domínguez
6f74afd3fd
Check more invariants through the type system in MessageBox
...
This modification improves encapsulation and follows the mantra
"make illegal state unrepresentable", while making the building
process less stateful.
5 years ago