Daniel García Moreno
ed632140d3
Release 3.30.0
8 years ago
Daniel García Moreno
801245df96
api: Remove some build warnings, muts and vars
8 years ago
Daniel Garcia Moreno
4f264b6604
Merge branch 'nota/quick-fixes-1' into 'master'
...
small refactorings
See merge request World/fractal!209
8 years ago
Daniel Garcia Moreno
5cb79fbfa8
Merge branch 'nota/parse-in-reply-to' into 'master'
...
handle in_reply_to
See merge request World/fractal!213
8 years ago
Daniel Garcia Moreno
9a3c20fdde
Merge branch 'nota/case-insensitive-user-search' into 'master'
...
make user search case insensitive
Closes #298
See merge request World/fractal!212
8 years ago
Daniel Garcia Moreno
d4cc3d82a0
Merge branch 'make_mxid_selectable' into 'master'
...
Make MXID in private rooms selectable
See merge request World/fractal!211
8 years ago
Daniel Garcia Moreno
1636b3dc5a
Merge branch 'fix_file_message_styles' into 'master'
...
Add style class for highlighted messages
See merge request World/fractal!210
8 years ago
Christopher Davis
3c2463e618
Add style class for highlighted messages
...
The style class previously used was made obsolete and
removed in f17383035f -
this commit replaces it with a new style class,
`msg-highlighted`.
8 years ago
Fabio Tomat
9d1ca2bf84
Update Friulian translation
8 years ago
Fabio Tomat
fa69f0fde1
Add Friulian translation
8 years ago
Joaquín Rosales
90eadd817f
Update Spanish translation
8 years ago
Anders Jonsson
1c11c7e68b
Add Swedish translation
8 years ago
NotAFile
2f12818d48
parse in_reply_to
8 years ago
Christopher Davis
b262c68a79
Make MXID in private rooms selectable
...
Previously one could not select the MXID
if you were in a direct chat - this commit
fixes that
8 years ago
NotAFile
11b0ef67f0
make user search case insensitive
8 years ago
Mario Blättermann
28126ffa8e
Update German translation
8 years ago
Jiri Grönroos
b883fc8e53
Update Finnish translation
8 years ago
NotAFile
85ad7cc543
small refactorings
8 years ago
Alexandre Franke
3e54d34d56
Update French translation
8 years ago
Rafael Fontenelle
c7f7c9a891
Update Brazilian Portuguese translation
8 years ago
Piotr Drąg
bdc235d8e2
Update Polish translation
8 years ago
Jiri Grönroos
e64ae6b784
Update Finnish translation
8 years ago
Daniel Garcia Moreno
3bdaf3ec1f
Merge branch 'hide-deleted-messages' into 'master'
...
Hide redacted messages
See merge request World/fractal!208
8 years ago
Eisha Chen-yen-su
f17383035f
app.css: Remove the unused "msg-redacted" class
8 years ago
Eisha Chen-yen-su
84275a3f5b
message.rs: Remove redacted messages code
...
This removes the redacted messages code as we don't try to create
widgets for redacted messages anymore.
8 years ago
Eisha Chen-yen-su
185fd0ffb5
messsage.rs: Create msg widget only if not redacted
...
Like this, the redacted messages won't be displayed anymore.
8 years ago
Alexandre Franke
af40bf1e94
Merge branch 'master' into 'master'
...
Improve wording
See merge request World/fractal!207
8 years ago
Alexandre Franke
d0b98cf49c
Improve wording
8 years ago
Mario Blättermann
94fbdc4ec1
Update German translation
8 years ago
Daniel Garcia Moreno
fc1e7e498c
Merge branch 'fix-username-completion' into 'master'
...
autocomplete.rs: Fix multiline completion
Closes #308
See merge request World/fractal!206
8 years ago
Eisha Chen-yen-su
4dad653042
autocomplete.rs: Fix multiline completion
...
It wasn't working because it was trying to match strings containing
white spaces different from ' '.
Closes https://gitlab.gnome.org/World/fractal/issues/308
8 years ago
Daniel Garcia Moreno
a861dd9157
Merge branch 'wip/piotrdrag/string-fixups' into 'master'
...
accountsettings: fix new translatable strings
See merge request World/fractal!205
8 years ago
Piotr Drąg
926c3be280
accountsettings: fix new translatable strings
8 years ago
Jordan Petridis
125ae4e168
Merge branch 'mark-strings' into 'master'
...
Mark forgotten strings
Closes #325
See merge request World/fractal!204
8 years ago
Alexandre Franke
a1b98fcd0d
Update French translation
8 years ago
Daniel Garcia Moreno
9c80b7715b
Merge branch 'fix_string_capitalization' into 'master'
...
Clean up string capitalization and wording
See merge request World/fractal!203
8 years ago
Alexandre Franke
910e80c46c
Mark forgotten strings
8 years ago
Christopher Davis
582101c3aa
Clean up string capitalization and wording
...
We had a few issues with some strings that caused inconsistency
within the app and with the HIG. This commit fixes those up.
8 years ago
Daniel García Moreno
a14c51e372
scripts: add meson_options.txt to release script
8 years ago
Daniel García Moreno
6170d0e0d5
New release 3.29.92
...
New features:
* Use markup for room details
* Direct chat and invite to user id
* Redesign file messages
* Improve notification title format
* Room Topic: Remove the button, use only labels
* MessageMenu: Copy selected text action to menu
* Native file chooser for attachments
Fixes:
* Don't override m.direct on direct room creation
New and improved translations and a lot of code fixes
8 years ago
Daniel Garcia Moreno
c7a1717763
Merge branch 'fix_room_detail_markup' into 'master'
...
Use markup for room details
See merge request World/fractal!202
8 years ago
Christopher Davis
52ddf479ac
Use markup for room details
...
The room details had links that weren't properly showing as links. Now the room details are properly run through
`markup_text` and `set_markup` in order to detect links
and mark them.
8 years ago
Joaquín Rosales
1494bea31f
Update Spanish translation
8 years ago
Daniel García Moreno
6bc94b1d80
Direct chat and invite to user id
...
This patchs add a new entry in the user list with the user id if the
search term contains "@" and ":". This allow us to create direct chats
and invite to people that the search query doesn't find.
You should search by the full user id, for example:
@danigm:matrix.org
Fix #244
8 years ago
Daniel Garcia Moreno
b79ff6cfe4
Merge branch 'extra-newline' into 'master'
...
MessageMenu: Fix the new lines inserted in quotes
See merge request World/fractal!201
8 years ago
Daniel García Moreno
3018ace6f2
api: Don't override m.direct on direct room creation
...
Fix #203
8 years ago
Jordan Petridis
be3659a441
Room Topic: Set the tooltip after setting the markup
...
I am not sure why, but setting the tooltip before setting the label
text markup, causes the tooltip to never appear on hover event.
Fixes #179
8 years ago
Eisha Chen-yen-su
c6d61cd2be
MessageMenu: Fix the new lines inserted in quotes
...
This fixes the new lines inserted in the quote so that there is no
empty lines in it and there is an empty line between the quote and the
beginning of the answer.
8 years ago
Alexandre Franke
b2ea180877
Merge branch 'spelling-fix' into 'master'
...
account.rs: Spelling fix
See merge request World/fractal!200
8 years ago
David Strauss
1367c2793f
account.rs: Spelling fix
8 years ago