Commit graph

1112 commits

Author SHA1 Message Date
Asier Sarasua Garmendia
12016d65e5 Add Basque translation 2019-05-25 09:52:06 +00:00
Kukuh Syafaat
0ff62a0d29 Add Indonesian translation 2019-05-10 08:56:44 +00:00
Balázs Meskó
aedbeb241e Add Hungarian translation 2019-02-17 23:44:03 +00:00
Marek Černocký
004992f510 Update Czech translation 2018-10-03 13:17:27 +00:00
Marek Černocký
50d3261a56 Update Czech translation 2018-09-14 12:40:06 +00:00
Daniel García Moreno
ed632140d3 Release 3.30.0 2018-09-04 09:43:06 +02:00
Daniel García Moreno
801245df96 api: Remove some build warnings, muts and vars 2018-09-04 09:39:55 +02:00
Daniel Garcia Moreno
4f264b6604 Merge branch 'nota/quick-fixes-1' into 'master'
small refactorings

See merge request World/fractal!209
2018-09-04 07:06:25 +00:00
Daniel Garcia Moreno
5cb79fbfa8 Merge branch 'nota/parse-in-reply-to' into 'master'
handle in_reply_to

See merge request World/fractal!213
2018-09-04 06:49:29 +00:00
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
2018-09-04 06:46:44 +00:00
Daniel Garcia Moreno
d4cc3d82a0 Merge branch 'make_mxid_selectable' into 'master'
Make MXID in private rooms selectable

See merge request World/fractal!211
2018-09-04 06:45:48 +00:00
Daniel Garcia Moreno
1636b3dc5a Merge branch 'fix_file_message_styles' into 'master'
Add style class for highlighted messages

See merge request World/fractal!210
2018-09-04 06:43:29 +00:00
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`.
2018-09-03 20:16:41 -04:00
Fabio Tomat
9d1ca2bf84 Update Friulian translation 2018-09-03 16:41:40 +00:00
Fabio Tomat
fa69f0fde1 Add Friulian translation 2018-09-03 16:39:39 +00:00
Joaquín Rosales
90eadd817f Update Spanish translation 2018-09-03 07:12:43 +00:00
Anders Jonsson
1c11c7e68b Add Swedish translation 2018-09-03 00:28:03 +00:00
NotAFile
2f12818d48 parse in_reply_to 2018-09-02 22:57:32 +02:00
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
2018-09-02 11:46:17 -04:00
NotAFile
11b0ef67f0 make user search case insensitive 2018-09-02 16:05:58 +02:00
Mario Blättermann
28126ffa8e Update German translation 2018-09-02 10:37:10 +00:00
Jiri Grönroos
b883fc8e53 Update Finnish translation 2018-09-02 06:38:45 +00:00
NotAFile
85ad7cc543 small refactorings 2018-09-02 03:12:04 +02:00
Alexandre Franke
3e54d34d56 Update French translation 2018-09-01 19:08:55 +00:00
Rafael Fontenelle
c7f7c9a891 Update Brazilian Portuguese translation 2018-09-01 18:31:20 +00:00
Piotr Drąg
bdc235d8e2 Update Polish translation 2018-09-01 17:56:17 +00:00
Jiri Grönroos
e64ae6b784 Update Finnish translation 2018-09-01 17:07:04 +00:00
Daniel Garcia Moreno
3bdaf3ec1f Merge branch 'hide-deleted-messages' into 'master'
Hide redacted messages

See merge request World/fractal!208
2018-09-01 09:30:10 +00:00
Eisha Chen-yen-su
f17383035f app.css: Remove the unused "msg-redacted" class 2018-09-01 10:12:50 +02:00
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.
2018-09-01 10:12:09 +02:00
Eisha Chen-yen-su
185fd0ffb5 messsage.rs: Create msg widget only if not redacted
Like this, the redacted messages won't be displayed anymore.
2018-09-01 10:10:26 +02:00
Alexandre Franke
af40bf1e94 Merge branch 'master' into 'master'
Improve wording

See merge request World/fractal!207
2018-08-31 21:59:16 +00:00
Alexandre Franke
d0b98cf49c Improve wording 2018-08-31 21:42:42 +02:00
Mario Blättermann
94fbdc4ec1 Update German translation 2018-08-31 18:56:54 +00:00
Daniel Garcia Moreno
fc1e7e498c Merge branch 'fix-username-completion' into 'master'
autocomplete.rs: Fix multiline completion

Closes #308

See merge request World/fractal!206
2018-08-31 09:24:43 +00:00
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
2018-08-31 10:38:16 +02:00
Daniel Garcia Moreno
a861dd9157 Merge branch 'wip/piotrdrag/string-fixups' into 'master'
accountsettings: fix new translatable strings

See merge request World/fractal!205
2018-08-30 19:59:32 +00:00
Piotr Drąg
926c3be280 accountsettings: fix new translatable strings 2018-08-30 20:34:47 +02:00
Jordan Petridis
125ae4e168 Merge branch 'mark-strings' into 'master'
Mark forgotten strings

Closes #325

See merge request World/fractal!204
2018-08-30 18:27:59 +00:00
Alexandre Franke
a1b98fcd0d Update French translation 2018-08-30 18:03:05 +00:00
Daniel Garcia Moreno
9c80b7715b Merge branch 'fix_string_capitalization' into 'master'
Clean up string capitalization and wording

See merge request World/fractal!203
2018-08-30 17:59:06 +00:00
Alexandre Franke
910e80c46c Mark forgotten strings 2018-08-30 19:43:52 +02:00
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.
2018-08-30 10:26:46 -04:00
Daniel García Moreno
a14c51e372 scripts: add meson_options.txt to release script 2018-08-30 09:42:01 +02:00
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
2018-08-30 09:03:39 +02:00
Daniel Garcia Moreno
c7a1717763 Merge branch 'fix_room_detail_markup' into 'master'
Use markup for room details

See merge request World/fractal!202
2018-08-30 06:48:51 +00:00
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.
2018-08-29 16:43:44 -04:00
Joaquín Rosales
1494bea31f Update Spanish translation 2018-08-29 07:31:59 +00:00
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
2018-08-28 20:12:58 +02:00
Daniel Garcia Moreno
b79ff6cfe4 Merge branch 'extra-newline' into 'master'
MessageMenu: Fix the new lines inserted in quotes

See merge request World/fractal!201
2018-08-28 17:27:14 +00:00