Commit graph

1023 commits

Author SHA1 Message Date
Jiri Grönroos
f3e9a19852 Update Finnish translation 2018-08-18 13:21:08 +00:00
Daniel García Moreno
e2ae94ec11 api: Remove not needed eventid clone 2018-08-17 20:09:32 +02:00
Daniel García Moreno
92e897e09d i18n: functions with context for translations 2018-08-17 20:07:39 +02:00
Jordan Petridis
b49e6cc935 Merge branch 'master' into 'master'
Remove extra font from main_window.ui

See merge request World/fractal!189
2018-08-17 17:22:05 +00:00
Alexandre Franke
a52ee5f1c2 Improve notification title format 2018-08-17 11:52:52 +02:00
Owen McGrath
3cb4cf7839 remove unnecessary font and provide scale instead 2018-08-16 23:44:54 -04:00
Daniel García Moreno
ed3cc63b41 Room Topic: Expand the header to center the text 2018-08-13 10:07:39 +02:00
Daniel Garcia Moreno
73339bc5e3 Merge branch 'alatiera/room-topic' into 'master'
Room Topic: Remove the button, use only labels

See merge request World/fractal!186
2018-08-13 08:06:18 +00:00
Daniel Garcia Moreno
dd432defa9 Merge branch 'alatiera/minor_thing' into 'master'
api-utils: refactor evc function

See merge request World/fractal!188
2018-08-13 07:36:51 +00:00
Daniel Garcia Moreno
ff6b9f9c18 Merge branch 'image' into 'master'
image: Round image coordinates when centering

Closes #293

See merge request World/fractal!187
2018-08-13 07:18:06 +00:00
Jordan Petridis
a5ebae9e2b
api-utils: refactor evc function
Combinator chains tend to be more idiomatic than
cluttered if/else statements.
2018-08-13 03:41:07 +03:00
Jordan Petridis
f55f3c1c22
Room Topic: Remove the button, use only labels
You can get to the room details/info from the secondary menu,
so there is no point having 2 buttons for the same action.
2018-08-13 03:17:56 +03:00
Piotr Drąg
a22be37a61 Update Polish translation 2018-08-12 17:42:48 +00:00
Tim Sabsch
eb4ca0dcfb Update German translation 2018-08-12 12:52:50 +00:00
Alexander Mikhaylenko
9715076a20 image: Round image coordinates when centering
Prevents images from being blurred.

Fixes https://gitlab.gnome.org/World/fractal/issues/293
2018-08-12 00:04:09 +05:00
Jordan Petridis
628e49272b
api-utils: Remove allow(unused_macros) attribute 2018-08-11 11:29:23 +03:00
Alexandre Franke
c374e33786 Update French translation 2018-08-10 21:07:06 +00:00
Jordan Petridis
8f7503c0ad
Flatpak: Build with enabaled rust backtraces 2018-08-08 23:08:09 +03:00
Daniel García Moreno
ced28384f2 Remove unicode segmentation, not needed 2018-08-07 14:17:29 +02:00
Daniel García Moreno
60140b6b1c MessageMenu: Copy selected text action to menu
The message menu override the default label context menu and we can't
copy selected text using the label context menu so I've added a copy
selected text option to the message menu to do the same.

We can do something similar to add two new actions to this menu:

 * Copy link
 * Open link

We can try to check if we've a link below the cursor and in that case we
can show these two new actions.

See #195
2018-08-07 12:29:30 +02:00
Daniel García Moreno
382e0d3244 flatpak: Different app id for nightly
I've set the FRACTAL_ID env variable to change the default app id so we
can run the development version with builder at the same time that we've
the stable version in our desktop.
2018-08-07 09:41:01 +02:00
Daniel Garcia Moreno
4c63dc632a Merge branch 'flatpak-runtime' into 'master'
Flatpak: Switch to master branch of the runtime.

See merge request World/fractal!183
2018-08-07 07:40:28 +00:00
Daniel García Moreno
c39ca4daae Translation in filechooser dialogs 2018-08-07 09:39:40 +02:00
Daniel García Moreno
57ef55fa68 Native file chooser for attachments 2018-08-07 09:31:52 +02:00
Daniel Garcia Moreno
adeeea6dc9 Merge branch 'fix-msg-src-window-deletion' into 'master'
message_menu.rs: Hide msg_src_window on deletion

See merge request World/fractal!185
2018-08-07 07:31:27 +00:00
Eisha Chen-yen-su
f5401c26e1 message_menu.rs: Hide msg_src_window on deletion
This hides the message source window when receiving the "delete-event"
instead of destroying it so that it can be reused afterwards.
2018-08-07 09:24:54 +02:00
Jordan Petridis
19d20f07f7
Flatpak: Switch to master branch of the runtime. 2018-08-07 02:05:49 +03:00
Rafael Fontenelle
7780ac096f Update Brazilian Portuguese translation 2018-08-06 18:18:30 +00:00
Daniel García Moreno
ab84b0a2d9 api: Remove not needed debug println 2018-08-06 20:13:41 +02:00
Jiri Grönroos
7e5688ee16 Add Finnish translation 2018-08-06 07:19:18 +00:00
Mario Blättermann
b7a778e7ea Update German translation 2018-08-04 19:59:31 +00:00
Daniel Garcia Moreno
8ca36b209b Merge branch 'view-source-visual-fix' into 'master'
Visual fixes for "Message Source" window

See merge request World/fractal!182
2018-08-04 13:27:57 +00:00
Eisha Chen-yen-su
5281f94274 message_menu: Use "kate" style scheme
This makes the GtkSourceView buffer use the style scheme "kate" in
order to make the syntax highlight more readable.

See https://gitlab.gnome.org/World/fractal/issues/195
2018-08-04 15:00:26 +02:00
Eisha Chen-yen-su
5e357a5ad9 UI: Make the Message Source window title bold
See https://gitlab.gnome.org/World/fractal/issues/195
2018-08-04 14:58:57 +02:00
Daniel Garcia Moreno
2299e59637 Merge branch 'view-source-modal' into 'master'
Turn the "View Source" dialog into a modal window

See merge request World/fractal!181
2018-08-04 10:58:38 +00:00
Eisha Chen-yen-su
c210de2dc2 POTFILES.in: Rename "source_dialog" to "msg_src_window"
See https://gitlab.gnome.org/World/fractal/issues/195
2018-08-04 12:27:47 +02:00
Eisha Chen-yen-su
b0ef4d20f0 message_menu: Connect the new message source view
This connects the new message source view window and move some code
in order to make it work more properly.

See https://gitlab.gnome.org/World/fractal/issues/195
2018-08-04 11:49:14 +02:00
Eisha Chen-yen-su
48ab8d66ee UI: Remove the old source dialog
See https://gitlab.gnome.org/World/fractal/issues/195
2018-08-04 11:28:17 +02:00
Eisha Chen-yen-su
0b50687901 UI: Add a new modal window for message source view
See https://gitlab.gnome.org/World/fractal/issues/195
2018-08-04 11:27:45 +02:00
Daniel Garcia Moreno
0604a20366 Merge branch 'redacted-messages' into 'master'
Add support for redacted messages

See merge request World/fractal!180
2018-08-03 15:16:16 +00:00
Eisha Chen-yen-su
8560af2e76 message.rs: Display clearly redacted messages
See https://gitlab.gnome.org/World/fractal/issues/195
2018-08-03 16:22:16 +02:00
Eisha Chen-yen-su
37e80c03e2 app.css: Add a CSS class for redacted messages
See https://gitlab.gnome.org/World/fractal/issues/195
2018-08-03 16:21:34 +02:00
Eisha Chen-yen-su
ab3146e80b Message: Add a redacted field to Message
See https://gitlab.gnome.org/World/fractal/issues/195
2018-08-03 16:20:42 +02:00
Daniel García Moreno
8d2ed11379 New release 3.29.6
Changelog:

 * Add German translation
 * Message right click menu with: view source, reply, copy text and
   delete
 * Styles for quotes in messages
 * Initial sync speed up
2018-08-03 10:57:02 +02:00
Daniel Garcia Moreno
12b5e8eafd Merge branch 'rightclick' into 'master'
message_menu: remove appOP dependecy from message_menu

See merge request World/fractal!179
2018-08-03 07:57:50 +00:00
Julian Sparber
b9d7a5a99a message_menu: remove appOP dependecy from message_menu
We are moving away from the appOp therefore this removes it form the
message_menu. Also the use of different gtk:builder to load .ui files is
the better way.
2018-08-02 22:38:44 +02:00
Joaquín Rosales
12e14c899f Update Spanish translation 2018-08-02 06:46:48 +00:00
Daniel Garcia Moreno
19308e2b82 Merge branch 'fix-popover-positioning' into 'master'
message_menu.rs: Fix the popover positioning

See merge request World/fractal!178
2018-08-01 10:21:41 +00:00
Eisha Chen-yen-su
33a7053c4d message_menu.rs: Fix the popover positioning
See https://gitlab.gnome.org/World/fractal/issues/195
2018-08-01 12:13:12 +02:00
Joaquín Rosales
3c7ae9cd71 Update Spanish translation 2018-08-01 07:46:16 +00:00