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
Alejandro Domínguez
348d7a42bb
Improve MessageBox
5 years ago
Alejandro Domínguez
2ad47ad0c3
Move stuff in media_viewer from AppOp to UI
5 years ago
Francesco Mazzoli
59d202e082
Correct rust-stable extension version in README.md
5 years ago
Piotr Drąg
bd84c4dddc
Update Polish translation
5 years ago
Florentina Mușat
f9861e4b91
Update Romanian translation
5 years ago
Kai Hiller
a43bd99ad9
Apply 2 suggestion(s) to 1 file(s)
5 years ago
Kai A. Hiller
32ccb30d31
Make pre-commit hook work for non-terminal environments
5 years ago
Kai A. Hiller
7d9e170735
Make pre-commit hook ask before installing rustfmt
5 years ago
Alexandre Franke
2768f785b1
passwd: make method name more accurate
5 years ago
Alexandre Franke
0080a7e072
passwd: improve password storage error handling
5 years ago
Alexandre Franke
b4040a8253
passwd: improve token storage error handling
5 years ago
Alejandro Domínguez
a487fd4421
Fix invite_user-direct_chat dialog match branch
5 years ago
Alejandro Domínguez
2e6852b325
Get invite_entry from a method
5 years ago
Alejandro Domínguez
2338fc0fe0
Fix new direct chat dialog crashing app
5 years ago
Daniel García Moreno
3eec0e2167
Add POTFILES.skip with i18n module
5 years ago